1. 30f967d Roll third_party/freetype/src/ 7e1b39f6c..50b013871 (7 commits) by Lei Zhang · 4 years, 7 months ago
  2. a919e1b Update documentation for PDFium initialization. by Lei Zhang · 4 years, 7 months ago
  3. 2032564 Add CXFA_FFWidget::{Has,Process}EventUnderHandler(). by Tom Sepez · 4 years, 7 months ago
  4. 2bbc025 Use NoDestructor in a couple obvious places. by Lei Zhang · 4 years, 7 months ago
  5. 118dcd8 Use spans in testing/image_diff/image_diff_png.h and related code. by Lei Zhang · 4 years, 7 months ago
  6. f5a0367 Import Chromium's base/no_destructor.h. by Lei Zhang · 4 years, 7 months ago
  7. 88357f1 Avoid directly including xfa/ layer in fpdf_save.cpp. by Tom Sepez · 4 years, 7 months ago
  8. ca83f12 Do IWYU in testing/utils/file_util.cpp. by Lei Zhang · 4 years, 7 months ago
  9. bf98014 Only hash pixel data in EmbedderTest::HashBitmap(). by Lei Zhang · 4 years, 7 months ago
  10. 1c9b1c0 Fix bitmap size calculation in EmbedderTest::HashBitmap(). by Lei Zhang · 4 years, 7 months ago
  11. 60a5391 De-virtualize CFFL_FormFiller::GetFocusBox(). by Tom Sepez · 4 years, 7 months ago
  12. 15efd80 Remove unused argument from CFFL_FormFiller::WndtoPWL() and FFFLtoWND(). by Tom Sepez · 4 years, 7 months ago
  13. addc9bf Expose MakeTag() as CFX_FontMapper::MakeTag(). by Lei Zhang · 4 years, 7 months ago
  14. f86b14b Switch testing/image_diff/ code to use uint8_t instead of unsigned char. by Lei Zhang · 4 years, 7 months ago
  15. bf13f3f Add core/fxcrt/byteorder.h. by Lei Zhang · 4 years, 7 months ago
  16. ec0ebe7 Do less work in XFATestEnvironment::SetUp(). by Lei Zhang · 4 years, 7 months ago
  17. f792699 Remove some references to fxcrt namespace. by Lei Zhang · 4 years, 7 months ago
  18. 7a2a142 Avoid using std::function to improve performance. by Lei Zhang · 4 years, 7 months ago
  19. 8b5fc25 Remove parsing decimal numbers in StringToCode(). by Hui Yingst · 4 years, 7 months ago
  20. e020cf3 Fix some whitespace in public header formatting by Tom Sepez · 4 years, 7 months ago
  21. 23c5285 Do slightly fewer casts with FPDFBitmap_GetBuffer() result. by Lei Zhang · 4 years, 7 months ago
  22. 29ea9c4 Tidy interface comments in public/fpdf_formfill.h. by Tom Sepez · 4 years, 7 months ago
  23. 3567a9a Roll third_party/depot_tools/ fe18a43d5..603782044 (20 commits; 3 trivial rolls) by Lei Zhang · 4 years, 7 months ago
  24. d690c3d Avoid crash in CPDF_SecurityHandler::GetUserPassword(). by Lei Zhang · 4 years, 7 months ago
  25. 197d0d8 Unify FPDF_FORMFILLINFO versioning and mark V2 as experimental by Tom Sepez · 4 years, 7 months ago
  26. 77b3a43 Add --disable-javascript flag to test_runner.py by Daniel Hosseinian · 4 years, 7 months ago
  27. 8cb6a65 Change FPDF_TEXTRENDERMODE_* C-style defines to enums by Daniel Hosseinian · 4 years, 7 months ago
  28. ea20851 Change CRYPT_MD5* functions to use pdfium::span. by Lei Zhang · 4 years, 7 months ago
  29. d49e057 Introduce CPDF_Icon class to break CPWL_Icon dependence on parser/. by Tom Sepez · 4 years, 7 months ago
  30. b4d327a Make some members const in CPWL_Icon. by Tom Sepez · 4 years, 7 months ago
  31. b0716e3 Remove dependence between fpdfdk/formfiller and fpdfapi/parser. by Tom Sepez · 4 years, 7 months ago
  32. eb0d68c Shuffle code in cpdf_security_handler.cpp. by Lei Zhang · 4 years, 7 months ago
  33. ca5b265 Fix more nits in CPDF_SecurityHandler. by Lei Zhang · 4 years, 7 months ago
  34. f86e8eb Simplify CPDF_SecurityHandler code. by Lei Zhang · 4 years, 7 months ago
  35. f3163cf Initialize members in the header for CPDF_Object sub-classes. by Lei Zhang · 4 years, 7 months ago
  36. a247721 Make sure encrypted PDFs save properly when modified. by Lei Zhang · 4 years, 7 months ago
  37. aeecf1a Avoid regenerating revision 5 and 6 encryption dictionaries. by Lei Zhang · 4 years, 7 months ago
  38. 4f5d2cf Break direct dependence between fpdfapi/edit and fxge. by Tom Sepez · 4 years, 7 months ago
  39. 776b0cf CPDF_Document no longer requires fx_font.h. by Tom Sepez · 4 years, 7 months ago
  40. 088b831 Fix MSAN errors in CPDF_SecurityHandler. by Lei Zhang · 4 years, 7 months ago
  41. 71a250c Fix PDF encryption for revision 5 and 6. by Lei Zhang · 4 years, 7 months ago
  42. e579604 Move some CPDF_Object usage from CXFA_FFDoc up into CPDFXFA_Context. by Tom Sepez · 4 years, 7 months ago
  43. fc3ef15 Do more password verification when there is an ID change. by Lei Zhang · 4 years, 7 months ago
  44. 1a5c057 Verify saved copies can be opened with both passwords. by Lei Zhang · 4 years, 7 months ago
  45. fc1099a Roll third_party/libjpeg_turbo/ bc1357852..ce0e57e8e (2 commits) by Lei Zhang · 4 years, 7 months ago
  46. eb5cc0a Remove direct dependence between fm2js/ and third_party/icu by Tom Sepez · 4 years, 7 months ago
  47. e6c0a21 Roll third_party/freetype/src/ 0c14a3adb..7e1b39f6c (1 commit) by Lei Zhang · 4 years, 7 months ago
  48. 81a799e Mark more methods in EmbedderTest as debug-only. by Lei Zhang · 4 years, 7 months ago
  49. e2b31c0 Move some code from fxjs/xfa/cjx_hostpseudomodel.cpp into xfa/fxfa. by Tom Sepez · 4 years, 7 months ago
  50. 11d89e6 Fix password encoding when generating PDFs. by Lei Zhang · 4 years, 7 months ago
  51. dccc0f9 Try using unowned ptr in CJX_Object by Tom Sepez · 4 years, 7 months ago
  52. 6cdee41 Roll third_party/freetype/src/ 11d4ce23a..0c14a3adb (2 commits) by Lei Zhang · 4 years, 7 months ago
  53. 068b907 Add virtual AddChangedContainer() to CXFA_Document::LayoutProcessorIface. by Tom Sepez · 4 years, 7 months ago
  54. 4cc552c Save encrypted files without IDs in CPDFSecurityHandlerEmbedderTests. by Lei Zhang · 4 years, 7 months ago
  55. c36ecfc Move CXFA_Node::UpdateUIDisplay() to CFXA_FFDocView::UpdateUIDisplay() by Tom Sepez · 4 years, 7 months ago
  56. 8d0d0b5 Exercise saving encrypted PDFs in CPDFSecurityHandlerEmbedderTests. by Lei Zhang · 4 years, 7 months ago
  57. bb43daa Do more verification in CPDFSecurityHandlerEmbedderTests. by Lei Zhang · 4 years, 7 months ago
  58. effc689 Make a set of CPDFSecurityHandlerEmbedderTests more consistent. by Lei Zhang · 4 years, 7 months ago
  59. 911ba57 Move CXFA_Node::GetNextWidget() to CXFA_FFWidget::GetNextFFWidget(). by Tom Sepez · 4 years, 7 months ago
  60. fc3b3ed Ensure CFWL_Widgets are not locked during destruction. by Tom Sepez · 4 years, 7 months ago
  61. bc5ddc5 Clang-format some more code in core/. by Lei Zhang · 4 years, 7 months ago
  62. b2cb433 Fix some nits in win32 fxge code. by Lei Zhang · 4 years, 7 months ago
  63. 72c0504 Initialize more member variables in the header. by Lei Zhang · 4 years, 7 months ago
  64. 77d0874 Add ParseSwitchKeyValue() to pdfium_test.cc. by Lei Zhang · 4 years, 7 months ago
  65. ea5411d Remove useless |kFormFieldTypes| constant. by Lei Zhang · 4 years, 7 months ago
  66. 537d3a6 Run clang-format --full on directories that start with 'f'. by Lei Zhang · 4 years, 7 months ago
  67. 144da5d Clang-format some code in core/. by Lei Zhang · 4 years, 7 months ago
  68. 5c44e5c Add pdfium_test --password support. by Lei Zhang · 4 years, 7 months ago
  69. ca41193 Roll DEPS for build/ and tools/clang/ by Lei Zhang · 4 years, 7 months ago
  70. 726be54 Roll third_party/freetype/src/ 551bd3a90..11d4ce23a (2 commits) by Lei Zhang · 4 years, 7 months ago
  71. bdf35d3 Roll v8/ a423bb8be..724fd9f1e (643 commits) by Lei Zhang · 4 years, 7 months ago
  72. a0a0280 Remove some comparisons against |true| and |false|. by Tom Sepez · 4 years, 7 months ago
  73. 3d2c424 Fix a ClangTidy - Readability finding in pdfium. by Andrew Weintraub · 4 years, 7 months ago
  74. 44e12aa Prefer (!X || Y) to (X ? Y : true) by Tom Sepez · 4 years, 7 months ago
  75. 6a4c8f7 Prefer (X && Y) over (X ? Y : false). by Tom Sepez · 4 years, 7 months ago
  76. 93fd8a8 Remove std::wstring usage in CJS_Util. by Lei Zhang · 4 years, 7 months ago
  77. 6e1dba8 Make CFWL_Edit::m_pEditEngine be a pointer. by Tom Sepez · 4 years, 7 months ago
  78. 7a4c247 Remove CFX_Matrix.AsTuple(). by Lei Zhang · 4 years, 7 months ago
  79. 8da9823 Use floats in experimental APIs. by Lei Zhang · 4 years, 8 months ago
  80. 4bd03e8 Move CJS_Field::ParseFieldName() into an anonymous namespace. by Lei Zhang · 4 years, 8 months ago
  81. 2bf6661 Remove std::wstring usage in CJS_Field. by Lei Zhang · 4 years, 8 months ago
  82. b18a2b5 Cover CJS_Field::ParseFieldName() from JavaScript. by Tom Sepez · 4 years, 8 months ago
  83. 44f1f20 Added test cases for focus APIs of class BAAnnotHandler. by Neha Gupta · 4 years, 8 months ago
  84. 127ad51 Tidy XFA public interfaces. by Tom Sepez · 4 years, 8 months ago
  85. 918e271 Test CJS_Field::getItemAt() cases from JavaScript. by Tom Sepez · 4 years, 8 months ago
  86. 3b39530 Roll build/ 42a74754e..bd45ac1a3 (97 commits) by Lei Zhang · 4 years, 8 months ago
  87. d257153 Roll build/ 3ba4b9cdc..42a74754e (1 commit) by Lei Zhang · 4 years, 8 months ago
  88. 6691e5e Remove unused code from FX_Number. by Lei Zhang · 4 years, 8 months ago
  89. 763d0d3 Revert "Properly write floats in CFX_PSRenderer." by Lei Zhang · 4 years, 8 months ago
  90. 787d4c1 Add JavaScript tests for file select fields. by Tom Sepez · 4 years, 8 months ago
  91. ab23ea7 Cover cfxjs_engine.cpp's CallHandler() success case. by Tom Sepez · 4 years, 8 months ago
  92. 322c0af Provide some diversity of arguments in mouse_events.in. by Tom Sepez · 4 years, 8 months ago
  93. ee77d51 Properly write floats in CFX_PSRenderer. by Lei Zhang · 4 years, 8 months ago
  94. 5a1c64f Properly write out enums in CFX_PSRenderer::SetGraphState(). by Lei Zhang · 4 years, 8 months ago
  95. 26cd122 Roll third_party/skia/ 7d34dc774..d50cc9587 (160 commits; 41 trivial rolls) by Lei Zhang · 4 years, 8 months ago
  96. 096645c Roll third_party/skia/ 17096c763..7d34dc774 (1 commit) by Lei Zhang · 4 years, 8 months ago
  97. b99e55f Roll third_party/skia/ 61169e9c4..17096c763 (22 commits; 5 trivial rolls) by Lei Zhang · 4 years, 8 months ago
  98. 425718b Roll buildtools/ 140e4d7c4..6b3e658d6 (1 commit) by Lei Zhang · 4 years, 8 months ago
  99. 1a3bf0f Roll third_party/googletest/src/ f2fb48c3b..5395345ca (18 commits) by Lei Zhang · 4 years, 8 months ago
  100. 902483a Roll third_party/skia/ 30bc527fd..61169e9c4 (23 commits; 9 trivial rolls) by Lei Zhang · 4 years, 8 months ago