[go: nahoru, domu]

  1. 86b19038 Revert "Reload the PDF accessibility tree on layout changes" by Pavol Marko · 3 years, 10 months ago
  2. 2d0cae2 Reload the PDF accessibility tree on layout changes by Daniel Hosseinian · 3 years, 10 months ago
  3. c85e245 Migrate PP_PrivateAccessibilityCharInfo to PDF specific struct by Ankit Kumar 🌪️ · 3 years, 10 months ago
  4. 137e735d Migrate PP_PrivateAccessibilityPageInfo to PDF specific struct by Ankit Kumar 🌪️ · 3 years, 10 months ago
  5. c55cbc1 Send the plugin offset to PdfAccessibilityTree by Daniel Hosseinian · 3 years, 10 months ago
  6. 36982484 Cleanup PdfHonorJsContentSettings feature flag by Daniel Hosseinian · 3 years, 10 months ago
  7. 1e30c06 Remove WebAssociatedURLLoaderClient.DidReceiveCachedMetadata by Yutaka Hirano · 3 years, 10 months ago
  8. ac665d1 PDF Viewer: Put presentation mode behind a flag and disable by default. by dpapad · 3 years, 10 months ago
  9. 8d9054c8 Make PDF partial loading disabled the default by K. Moon · 3 years, 11 months ago
  10. 02fcb69 Remove pp::Var dependency from PDFiumPage by Ankit Kumar 🌪️ · 3 years, 11 months ago
  11. 2836e39 Return unique_ptr from WebLocalFrame::CreateAssociatedURLLoader by DimanNe · 3 years, 11 months ago
  12. 6b9c17c LaCrOS: Replace defined(OS_CHROMEOS) with BUILDFLAG(IS_ASH) by Yuta Hijikata · 3 years, 11 months ago
  13. 4fc47ce Check FPDF_PageToDevice() return value in FloatPageRectToPixelRect(). by Tom Sepez · 4 years ago
  14. 57d6cee Remove some pp::Instance references in PDFiumEngine. by Hui Yingst · 4 years ago
  15. bb43bed0 Update pdf/OWNERS. by Lei Zhang · 4 years ago
  16. df50432c PDF: Prevent a NOTREACHED() in HandleUpdateScrollMessage(). by Lei Zhang · 4 years ago
  17. db9ad9d Remove usage of pp::Var in pdf/ by Gouarb Kundu · 4 years ago
  18. 5d77f720 Moves page_state*.{cc,h, mojom} in content to blink by Miyoung Shin · 4 years ago
  19. 0b1c578e Use FontConfig sysroot for pdf_unittests on Linux/ChromeOS. by Lei Zhang · 4 years ago
  20. 8c0b401 Disable some PDF unit tests on Linux. by Vasilii Sukhanov · 4 years ago
  21. f4797fe6 Avoid overflow in gfx::Size::GetArea() for PDF area calculations. by Lei Zhang · 4 years ago
  22. 06f07ce Add DIR_METADATA files to //pdf by Edward Lesmes · 4 years ago
  23. bf21e1b3 Enable PdfHonorJsContentSettings feature by default by Daniel Hosseinian · 4 years ago
  24. 60f5b575 Add option to device type field to chrome_pdf::RenderOptions. by Lei Zhang · 4 years ago
  25. 82caa0a Further reduce parameter count for chrome_pdf::RenderPDFPageToBitmap(). by Lei Zhang · 4 years ago
  26. 87e7e5f Reduce parameter count for chrome_pdf::RenderPDFPageToBitmap(). by Lei Zhang · 4 years ago
  27. 646caf2a PDF Viewer Update: Enable setting of thumbnail image by Daniel Hosseinian · 4 years ago
  28. 74d64c9 Add supports for view destinations with 'XYZ' fit type. by Hui Yingst · 4 years ago
  29. 88c9807 Enable thumbnail requests to the PDF plugin by Daniel Hosseinian · 4 years ago
  30. 6ed110f Implement a mechanism to request thumbnails from PDFiumEngine by Daniel Hosseinian · 4 years ago
  31. 07cd7b0b Stop using GetDownloadProgress() in the PDF viewer by K. Moon · 4 years ago
  32. 58453d8 Throttle loading in chrome_pdf::BlinkUrlLoader by K. Moon · 4 years ago
  33. 780f74d Manually roll src/third_party/pdfium/ 2b2e1584e..1d3378762 (1 commit) by Lei Zhang · 4 years ago
  34. 28f2ff0 Remove chrome_pdf::CompareRect() functions. by Lei Zhang · 4 years ago
  35. 6fe0cb0 Support the remainder of chrome_pdf::UrlRequest by K. Moon · 4 years ago
  36. 18d8093 Remove PPAPI dependency by adding a pp::Var to base::Value converter by Gouarb Kundu · 4 years ago
  37. fd64fa2 Migrate PP_Point to gfx::Point in tests by Ankit Kumar 🌪️ · 4 years ago
  38. 1f081d80 Migrate pp::Float* to gfx::*F in pdf/ by Ankit Kumar 🌪️ · 4 years ago
  39. cc750ee3 Add foundations of enabling PDFium XFA at runtime. by Tom Sepez · 4 years ago
  40. 5e98777e Conditionalize PDFiumEngines enable_javascript on PDF_ENABLE_V8. by Tom Sepez · 4 years ago
  41. fc77d2c7 Fix chromium compilation when GN argument pdf_enable_v8=false by Tom Sepez · 4 years ago
  42. cb86f60f Process headers in chrome_pdf::BlinkUrlLoader by K. Moon · 4 years ago
  43. 3613be6 Implement chrome_pdf::BlinkUrlLoader::DidFail() by K. Moon · 4 years ago
  44. 2a6201e Add event handler for downloading attachments. by Hui Yingst · 4 years ago
  45. aa4166d GCC: do not make pdf::Thumbnail move constructor/assignment operator noexcept by Jose Dapena Paz · 4 years ago
  46. f0581ff Receive data in chrome_pdf::BlinkUrlLoader by K. Moon · 4 years ago
  47. 2a5c582 Add basic chrome_pdf::BlinkUrlLoader state machine by K. Moon · 4 years ago
  48. 37e23fc Trigger LoadUrl() from PdfViewWebPlugin by K. Moon · 4 years ago
  49. 1d1a6bf0 Move LoadUrl() to PdfViewPluginBase by K. Moon · 4 years ago
  50. 4222f88d Implement PDFiumPage::GenerateThumbnail() by Daniel Hosseinian · 4 years ago
  51. 071f48d Drop RefCounted from chrome_pdf::UrlLoader by K. Moon · 4 years ago
  52. 87f50e55 Change double to float in PDFEngineExports API signatures by Daniel Hosseinian · 4 years ago
  53. fb23608 Use float variant of PDFium page size API by Daniel Hosseinian · 4 years ago
  54. bf0eebe Use float variants of PDFium page width/height APIs by Daniel Hosseinian · 4 years ago
  55. 56d2751 Migrate pp::Rect to gfx::Rect in PDFiumEngine by Ankit Kumar 🌪️ · 4 years ago
  56. ace4c4c27 Remove NOTREACHED() in OutOfProcessInstance::SendInputEventToEngine(). by Lei Zhang · 4 years ago
  57. d3af33f Send the PDF's attachment information to the front end. by Hui Yingst · 4 years ago
  58. 58fabab Add unit tests for chrome_pdf::BlinkUrlLoader by K. Moon · 4 years ago
  59. 3766873 Add helper to calculate sizes of PDF thumbnails by Daniel Hosseinian · 4 years ago
  60. edf17b8 Initialize blink::Platform in pdf_unittests by K. Moon · 4 years, 1 month ago
  61. b238298b Introduce chrome_pdf::Thumbnail class by Daniel Hosseinian · 4 years, 1 month ago
  62. 0734e1b Add a skeletal chrome_pdf::BlinkUrlLoader by K. Moon · 4 years, 1 month ago
  63. 86d0e50 Initialize PDFium for the Pepper-free PDF plugin by K. Moon · 4 years, 1 month ago
  64. 25f9d3e Add private method GetDocumentAttachments() in OutOfProcessInstance. by Hui Yingst · 4 years, 1 month ago
  65. cbd6636d Split PepperUrlLoader from chrome_pdf::UrlLoader by K. Moon · 4 years, 1 month ago
  66. b5b4be9 Migrate pp::Rect to gfx::Rect in PDFiumRange by Ankit Kumar 🌪️ · 4 years, 1 month ago
  67. 22174953 Make UrlLoader::GetDownloadProgress() null-safe by K. Moon · 4 years, 1 month ago
  68. 08c950f Replace pp::URLRequestInfo and pp::URLResponseInfo by K. Moon · 4 years, 1 month ago
  69. 0079869 Migrate pp::Rect to gfx::Rect in DocumentLayout by Ankit Kumar 🌪️ · 4 years, 1 month ago
  70. b39ee7d Create abstraction around pp::URLLoader in pdf/ by K. Moon · 4 years, 1 month ago
  71. 9f67e10 Minimize PPAPI input event usage in PDF code. by Lei Zhang · 4 years, 1 month ago
  72. 8cd111c Migrate pp::Rect to gfx::Rect in PDFiumPage by Ankit Kumar 🌪️ · 4 years, 1 month ago
  73. b23deb3 Migrate pp::Rect to gfx::Rect in PDFEngineExports by Ankit Kumar 🌪️ · 4 years, 1 month ago
  74. b8ba092f Migrate pp::Rect to gfx::Rect in pdf/draw_utils by Ankit Kumar 🌪️ · 4 years, 1 month ago
  75. ef866f1 Make sure PDF input events are constructed correctly. by Lei Zhang · 4 years, 1 month ago
  76. da8210a Migrate all instances of pp::Point to gfx::Point/gfx::Vector2d by Ankit Kumar 🌪️ · 4 years, 1 month ago
  77. 7f59e78 Migrate pp::Point to gfx::Point/gfx::Vector2d at PDFEngine interface by Ankit Kumar 🌪️ · 4 years, 1 month ago
  78. 16373f8 Reorder pdfium_engine.h. by Lei Zhang · 4 years, 1 month ago
  79. ea678c6 Improve PDFiumTestBase::GetPDFiumPageForTest() by K. Moon · 4 years, 1 month ago
  80. f05bb10 [base] Remove BasicStringPiece::starts_with() by Jan Wilken Dörrie · 4 years, 1 month ago
  81. aecc9f9 Migrate pp::Point to gfx::Point/gfx::Vector2d based on context by Ankit Kumar 🌪️ · 4 years, 1 month ago
  82. 568b6e3 Invert DCHECK during PDF incremental loading by K. Moon · 4 years, 1 month ago
  83. 52723925 Add handling for downloading attachments in OutOfProcessInstance. by Hui Yingst · 4 years, 1 month ago
  84. d4e2591 Implement PDFiumEngine::GetFocusInfo(). by Lei Zhang · 4 years, 1 month ago
  85. caad51c Remove PPAPI dependency of touch events from PDFiumEngine by Virender Singh · 4 years, 1 month ago
  86. 774ac27 Add a method to get the content of a PDF attachment. by Hui Yingst · 4 years, 1 month ago
  87. d8480c9 Control PDF incremental loading with a feature by K. Moon · 4 years, 1 month ago
  88. 3705c91 Remove pp::CompletionCallbackFactory in pdf/. by Hui Yingst · 4 years, 1 month ago
  89. df80771 Refactor OS_LINUX preprocessor directive for LaCrOS effort. by Sean McAllister · 4 years, 1 month ago
  90. adf059ea Remove kAccessiblePDFHighlight feature flag in PDF by Ankit Kumar 🌪️ · 4 years, 1 month ago
  91. f2a1414 Control PDF partial loading with a feature by K. Moon · 4 years, 1 month ago
  92. 9565380 Exposes more parameters in RenderPDFPageToBitmap(). by Bo Majewski · 4 years, 1 month ago
  93. eb451e4 Replace DISALLOW_COPY_AND_ASSIGN macros in pdf/. by Hui Yingst · 4 years, 1 month ago
  94. 30f19bb Share PDFiumEngine creation between PDF plugins by K. Moon · 4 years, 1 month ago
  95. 45836ff8 Implement PDFEngine::Client for PdfViewWebPlugin by K. Moon · 4 years, 1 month ago
  96. caa38ca Create PDFiumEngine directly by K. Moon · 4 years, 1 month ago
  97. c2361af Add skeletal PdfViewWebPlugin by K. Moon · 4 years, 1 month ago
  98. 838d49c Reimplement chrome_pdf::Image using absl::variant by K. Moon · 4 years, 1 month ago
  99. f4f08ce Improve PDF RecursiveGetStructTree() function. by Lei Zhang · 4 years, 1 month ago
  100. 9c0cdcf Rewrite is_linux flag for miscellaneous directories. by Sean McAllister · 4 years, 2 months ago