[go: nahoru, domu]

  1. 566a2f0 Update to non-deprecated drawImage by Mike Reed · 3 years, 6 months ago
  2. c5b0887 [unseasoned-pdf] Migrate HandleDisplayAnnotationsMessage() by Daniel Hosseinian · 3 years, 6 months ago
  3. 3e2279d [unseasoned-pdf] Migrate HandleSetReadOnlyMessage() by Daniel Hosseinian · 3 years, 6 months ago
  4. 46a16ec [unseasoned-pdf] Add GetPluginImageData() in PdfViewPluginBase. by Hui Yingst · 3 years, 6 months ago
  5. 6af455f [unseasoned-pdf] Create a new PaintReadyRect constructor. by Hui Yingst · 3 years, 6 months ago
  6. 39b42c4 [unseasoned-pdf] Introduce common message handling by Daniel Hosseinian · 3 years, 6 months ago
  7. 0bda13c Convert received V8 values before forwarding to the PDF plugin by Daniel Hosseinian · 3 years, 6 months ago
  8. f76df15e Expose a scriptable object for the PPAPI-free PDF plugin by Daniel Hosseinian · 3 years, 6 months ago
  9. f96237e Migrate `received_viewport_message_`,`needs_reraster_` to PdfViewPluginBase. by Hui Yingst · 3 years, 6 months ago
  10. 75cbe7a Migrate `image_data_` to PdfViewPluginBase. by Hui Yingst · 3 years, 6 months ago
  11. dfc36f6 Preparation for migrating the image data to PdfViewPluginBase. by Hui Yingst · 3 years, 6 months ago
  12. 22d9cbed Migrate Invalidate(), InvalidateAfterPaintDone() to PdfViewPluginBase. by Hui Yingst · 3 years, 6 months ago
  13. a7fe60e4 Handle out-of-range coordinates from an XYZ named destination. by Hui Yingst · 3 years, 6 months ago
  14. bb3460a Cleanup SaveEditedPDFForm feature flag by Daniel Hosseinian · 3 years, 6 months ago
  15. bf123c1 Handle null coordinates from XYZ named destination from a URL. by Hui Yingst · 3 years, 6 months ago
  16. 9e0fa42 Remove more WebRect usage. by Dave Tapuska · 3 years, 6 months ago
  17. b0aab7e PDF Viewer: Stop respecting the PDFViewerUpdate flag. by dpapad · 3 years, 6 months ago
  18. d0bdfad Migrate shared code from OnGeometryChanged() to PdfViewPluginBase. by Hui Yingst · 3 years, 6 months ago
  19. 5c0a0585 Handle null coordinates from XYZ named destination of an in-doc link. by Hui Yingst · 3 years, 7 months ago
  20. bf2991fb Rename "scroll offset" to "scroll position" in OutOfProcessInstance. by Hui Yingst · 3 years, 7 months ago
  21. 076f1175 Check yet another return code from FORM_GetFocusedAnnot() by Tom Sepez · 3 years, 7 months ago
  22. 75024de Migrate OutOfProcessInstance scrolling members types. by Hui Yingst · 3 years, 7 months ago
  23. 744e9971 Check still more return codes from FPDF_ functions. by Tom Sepez · 3 years, 7 months ago
  24. 73dc665 Migrate CalculateBackgroundParts() to PdfViewPluginBase. by Hui Yingst · 3 years, 7 months ago
  25. d753dd3 Fix named destination "FitR" zooming in at the wrong region issue. by Hui Yingst · 3 years, 7 months ago
  26. 3423b77 Fix nits in PDF date parser tests by Daniel Hosseinian · 3 years, 7 months ago
  27. 17c11c4 PDF Viewer: Put document properties behind a flag and disable by default by Daniel Hosseinian · 3 years, 7 months ago
  28. 6ecbf73 PDF Viewer Update: Show creation and modification dates among properties by Daniel Hosseinian · 3 years, 7 months ago
  29. cdcaa4a Add PDF creation and modification dates to DocumentMetadata by Daniel Hosseinian · 3 years, 7 months ago
  30. c2f05a08 Add pdf_date_fuzzer for chrome_pdf::ParsePdfDate() by Daniel Hosseinian · 3 years, 7 months ago
  31. 04729322 Add a function to parse PDF dates by Daniel Hosseinian · 3 years, 7 months ago
  32. 2355c635 Validate return code from FPDF_PageToDevice() by Tom Sepez · 3 years, 7 months ago
  33. 6cbdc4f Change BackgroundPart::location from pp::Rect to gfx::Rect by Hui Yingst · 3 years, 7 months ago
  34. fe84610 PDF Viewer: Show PDF keywords among properties by Daniel Hosseinian · 3 years, 7 months ago
  35. fc3d271 PDF Viewer: Show PDF linearization among properties by Daniel Hosseinian · 3 years, 7 months ago
  36. 24b11ad Add PDF linearization to DocumentMetadata by Daniel Hosseinian · 3 years, 7 months ago
  37. aee9d33 PDF Viewer: Show PDF version among properties by Daniel Hosseinian · 3 years, 7 months ago
  38. fcf0032 PDF Viewer Update: Show some basic properties by Daniel Hosseinian · 3 years, 7 months ago
  39. 0a43ea3 Trim whitespace from PDF metadata by Daniel Hosseinian · 3 years, 7 months ago
  40. 744ba8c Migrate 3 members from OutOfProcessInstance to PdfViewPluginBase. by Hui Yingst · 3 years, 7 months ago
  41. 6dfdcd7 Migrate some pp::Point/pp::Size to gfx::Point/gfx::Size in pdf/. by Hui Yingst · 3 years, 7 months ago
  42. 5cc8308a Remove uses of PPPointFromPoint(). by Hui Yingst · 3 years, 7 months ago
  43. 3a1d096 Enable PDFViewerUpdate feature by default by Daniel Hosseinian · 3 years, 7 months ago
  44. 7e04bf8 Send bookmarks and attachments separately from PDF metadata by Daniel Hosseinian · 3 years, 7 months ago
  45. 749dbc0 Remove uses of VectorFromPPPoint() and PPPointFromVector(). by Hui Yingst · 3 years, 7 months ago
  46. 58a891d3 Migrate `document_size_` to PdfViewPluginBase. by Hui Yingst · 3 years, 7 months ago
  47. ac4f9f9b Migrate some pp::Rect/pp::Size to gfx::Rect/gfx::Size in pdf/. by Hui Yingst · 3 years, 7 months ago
  48. d758b98 Migrate OnGeometryChanged(), SetZoom(), `kMinZoom` to PdfViewPluginBase. by Hui Yingst · 3 years, 7 months ago
  49. 8737b36 Move 4 attributes from OutOfProcessInstance to PdfViewPluginBase. by Hui Yingst · 3 years, 7 months ago
  50. 8cf3816 Move two shared PDF plugin attributes to PdfViewPluginBase. by Hui Yingst · 3 years, 7 months ago
  51. 86a6a36 Add method ScheduleTaskOnMainThread() for scheduling tasks. by Hui Yingst · 3 years, 7 months ago
  52. 6507772 Move |paint_manager_| to PdfViewPluginBase. by Hui Yingst · 3 years, 7 months ago
  53. f76f768 Disable PDF content interaction in read-only mode by Daniel Hosseinian · 3 years, 8 months ago
  54. 7485a1f Make PdfViewPluginBase a derived class of PaintManager::Client. by Hui Yingst · 3 years, 8 months ago
  55. f4b63ab Notify the PDF plugin of read-only mode by Daniel Hosseinian · 3 years, 8 months ago
  56. 9a90775 Lacros: Rename deprecated macro/gn names by Yuta Hijikata · 3 years, 8 months ago
  57. a2e41ca9 Make PdfViewWebPlugin a derived class from PaintManager::Client. by Hui Yingst · 3 years, 8 months ago
  58. c5c2e270 Move XFA support behind a finch flag by Carlos IL · 3 years, 8 months ago
  59. 2c27fdf4 Create a non-Pepper graphic interface for the PDF plugin. by Hui Yingst · 3 years, 8 months ago
  60. 95dbdce3 Reland "[a11y] Add scrolling action to PP_PDF_SET_SELECTION" by Julie Jeongeun Kim · 3 years, 8 months ago
  61. 99b77f7 Revert "[a11y] Add scrolling action to PP_PDF_SET_SELECTION" by Sreeja Kamishetty · 3 years, 8 months ago
  62. 9b07e5e [a11y] Add scrolling action to PP_PDF_SET_SELECTION by Julie Jeongeun Kim · 3 years, 8 months ago
  63. bc23592ce Set the background color and the toolbar height for PdfViewWebPlugin. by Hui Yingst · 3 years, 8 months ago
  64. c54044ec Fix PDF plugin when built using PDF_ENABLE_XFA by Tom Sepez · 3 years, 8 months ago
  65. c342152 Migrate PrivateAccessibilityTextRunInfo to PDF specific struct by Ankit Kumar 🌪️ · 3 years, 8 months ago
  66. f1f9eac Reland "Reload the PDF accessibility tree on layout changes" by Daniel Hosseinian · 3 years, 8 months ago
  67. bf0cba7 Static assert bounds of PP_TextRenderingMode and FPDF_TEXT_RENDERMODE by Daniel Hosseinian · 3 years, 8 months ago
  68. 2b747ef Send unknown text render modes to the PDF accessibility tree by Daniel Hosseinian · 3 years, 8 months ago
  69. 86b19038 Revert "Reload the PDF accessibility tree on layout changes" by Pavol Marko · 3 years, 8 months ago
  70. 2d0cae2 Reload the PDF accessibility tree on layout changes by Daniel Hosseinian · 3 years, 8 months ago
  71. c85e245 Migrate PP_PrivateAccessibilityCharInfo to PDF specific struct by Ankit Kumar 🌪️ · 3 years, 8 months ago
  72. 137e735d Migrate PP_PrivateAccessibilityPageInfo to PDF specific struct by Ankit Kumar 🌪️ · 3 years, 8 months ago
  73. c55cbc1 Send the plugin offset to PdfAccessibilityTree by Daniel Hosseinian · 3 years, 8 months ago
  74. 36982484 Cleanup PdfHonorJsContentSettings feature flag by Daniel Hosseinian · 3 years, 9 months ago
  75. 1e30c06 Remove WebAssociatedURLLoaderClient.DidReceiveCachedMetadata by Yutaka Hirano · 3 years, 9 months ago
  76. ac665d1 PDF Viewer: Put presentation mode behind a flag and disable by default. by dpapad · 3 years, 9 months ago
  77. 8d9054c8 Make PDF partial loading disabled the default by K. Moon · 3 years, 9 months ago
  78. 02fcb69 Remove pp::Var dependency from PDFiumPage by Ankit Kumar 🌪️ · 3 years, 9 months ago
  79. 2836e39 Return unique_ptr from WebLocalFrame::CreateAssociatedURLLoader by DimanNe · 3 years, 9 months ago
  80. 6b9c17c LaCrOS: Replace defined(OS_CHROMEOS) with BUILDFLAG(IS_ASH) by Yuta Hijikata · 3 years, 9 months ago
  81. 4fc47ce Check FPDF_PageToDevice() return value in FloatPageRectToPixelRect(). by Tom Sepez · 3 years, 9 months ago
  82. 57d6cee Remove some pp::Instance references in PDFiumEngine. by Hui Yingst · 3 years, 10 months ago
  83. bb43bed0 Update pdf/OWNERS. by Lei Zhang · 3 years, 10 months ago
  84. df50432c PDF: Prevent a NOTREACHED() in HandleUpdateScrollMessage(). by Lei Zhang · 3 years, 10 months ago
  85. db9ad9d Remove usage of pp::Var in pdf/ by Gouarb Kundu · 3 years, 10 months ago
  86. 5d77f720 Moves page_state*.{cc,h, mojom} in content to blink by Miyoung Shin · 3 years, 10 months ago
  87. 0b1c578e Use FontConfig sysroot for pdf_unittests on Linux/ChromeOS. by Lei Zhang · 3 years, 10 months ago
  88. 8c0b401 Disable some PDF unit tests on Linux. by Vasilii Sukhanov · 3 years, 10 months ago
  89. f4797fe6 Avoid overflow in gfx::Size::GetArea() for PDF area calculations. by Lei Zhang · 3 years, 10 months ago
  90. 06f07ce Add DIR_METADATA files to //pdf by Edward Lesmes · 3 years, 10 months ago
  91. bf21e1b3 Enable PdfHonorJsContentSettings feature by default by Daniel Hosseinian · 3 years, 10 months ago
  92. 60f5b575 Add option to device type field to chrome_pdf::RenderOptions. by Lei Zhang · 3 years, 10 months ago
  93. 82caa0a Further reduce parameter count for chrome_pdf::RenderPDFPageToBitmap(). by Lei Zhang · 3 years, 10 months ago
  94. 87e7e5f Reduce parameter count for chrome_pdf::RenderPDFPageToBitmap(). by Lei Zhang · 3 years, 10 months ago
  95. 646caf2a PDF Viewer Update: Enable setting of thumbnail image by Daniel Hosseinian · 3 years, 10 months ago
  96. 74d64c9 Add supports for view destinations with 'XYZ' fit type. by Hui Yingst · 3 years, 10 months ago
  97. 88c9807 Enable thumbnail requests to the PDF plugin by Daniel Hosseinian · 3 years, 10 months ago
  98. 6ed110f Implement a mechanism to request thumbnails from PDFiumEngine by Daniel Hosseinian · 3 years, 10 months ago
  99. 07cd7b0b Stop using GetDownloadProgress() in the PDF viewer by K. Moon · 3 years, 10 months ago
  100. 58453d8 Throttle loading in chrome_pdf::BlinkUrlLoader by K. Moon · 3 years, 10 months ago