1. 1c660c2 Move CXFA_Node property manipulation out from CJX_Object. by Tom Sepez · 4 years, 4 months ago
  2. e83d8b4 Add FPDFTextObj_SetTextRenderMode() to public API by Daniel Hosseinian · 4 years, 4 months ago chromium/4022
  3. c2d9956 CHECK() that content layout item lists do not get tangled. by Tom Sepez · 4 years, 4 months ago
  4. 885a4ef Observe destruction of CXFA_FFComboBox across FWL events by Tom Sepez · 4 years, 4 months ago
  5. 947d908 Remove duplicate SetLayoutItem(nullptr) in CXFA_ContentLayoutItem by Tom Sepez · 4 years, 4 months ago
  6. ae5d92a Move CFX_Barcode from fwl/ to fxbarcode/ by Tom Sepez · 4 years, 4 months ago
  7. 5131f71 Observe CXFA_FFWidget across UpdateFWLData() calls. by Tom Sepez · 4 years, 4 months ago
  8. 5b183fa Use CXFA_FFWidget::GetAppProvider() helper method. by Tom Sepez · 4 years, 4 months ago
  9. bbb5c50 Run tests with --disable-javascript in coverage_report.py. by Lei Zhang · 4 years, 4 months ago
  10. fb9333d Stop holding CXFA_FFDocView::m_pFocusWidget in local variables. by Tom Sepez · 4 years, 4 months ago
  11. 8777074 Re-enable CXFALayoutItemEmbedderTest.Bug_306123 by Tom Sepez · 4 years, 4 months ago
  12. 92f9222 Cover FPDF_RemoveFormFieldHighlight() from embedder tests. by Tom Sepez · 4 years, 4 months ago
  13. 6dc1240 Add embedder test for FPDFBitmap_CreateEx(). by Tom Sepez · 4 years, 4 months ago
  14. 7d0916b Remove CXFA_LayoutProcessor::GetRootLayoutItem(). by Tom Sepez · 4 years, 4 months ago chromium/4021
  15. 035fdb6 Remove CFX_RTFBreak::GetLastPositionedTab() by Tom Sepez · 4 years, 4 months ago
  16. 30f967d Roll third_party/freetype/src/ 7e1b39f6c..50b013871 (7 commits) by Lei Zhang · 4 years, 4 months ago
  17. a919e1b Update documentation for PDFium initialization. by Lei Zhang · 4 years, 4 months ago chromium/4003 chromium/4004 chromium/4005 chromium/4006 chromium/4007 chromium/4008 chromium/4009 chromium/4010 chromium/4011 chromium/4012 chromium/4013 chromium/4014 chromium/4015 chromium/4016 chromium/4017 chromium/4018 chromium/4019 chromium/4020
  18. 2032564 Add CXFA_FFWidget::{Has,Process}EventUnderHandler(). by Tom Sepez · 4 years, 4 months ago
  19. 2bbc025 Use NoDestructor in a couple obvious places. by Lei Zhang · 4 years, 4 months ago
  20. 118dcd8 Use spans in testing/image_diff/image_diff_png.h and related code. by Lei Zhang · 4 years, 4 months ago
  21. f5a0367 Import Chromium's base/no_destructor.h. by Lei Zhang · 4 years, 4 months ago
  22. 88357f1 Avoid directly including xfa/ layer in fpdf_save.cpp. by Tom Sepez · 4 years, 4 months ago
  23. ca83f12 Do IWYU in testing/utils/file_util.cpp. by Lei Zhang · 4 years, 4 months ago
  24. bf98014 Only hash pixel data in EmbedderTest::HashBitmap(). by Lei Zhang · 4 years, 4 months ago
  25. 1c9b1c0 Fix bitmap size calculation in EmbedderTest::HashBitmap(). by Lei Zhang · 4 years, 4 months ago
  26. 60a5391 De-virtualize CFFL_FormFiller::GetFocusBox(). by Tom Sepez · 4 years, 4 months ago
  27. 15efd80 Remove unused argument from CFFL_FormFiller::WndtoPWL() and FFFLtoWND(). by Tom Sepez · 4 years, 4 months ago
  28. addc9bf Expose MakeTag() as CFX_FontMapper::MakeTag(). by Lei Zhang · 4 years, 4 months ago
  29. f86b14b Switch testing/image_diff/ code to use uint8_t instead of unsigned char. by Lei Zhang · 4 years, 4 months ago
  30. bf13f3f Add core/fxcrt/byteorder.h. by Lei Zhang · 4 years, 4 months ago
  31. ec0ebe7 Do less work in XFATestEnvironment::SetUp(). by Lei Zhang · 4 years, 4 months ago
  32. f792699 Remove some references to fxcrt namespace. by Lei Zhang · 4 years, 4 months ago
  33. 7a2a142 Avoid using std::function to improve performance. by Lei Zhang · 4 years, 4 months ago
  34. 8b5fc25 Remove parsing decimal numbers in StringToCode(). by Hui Yingst · 4 years, 4 months ago
  35. e020cf3 Fix some whitespace in public header formatting by Tom Sepez · 4 years, 4 months ago chromium/4002
  36. 23c5285 Do slightly fewer casts with FPDFBitmap_GetBuffer() result. by Lei Zhang · 4 years, 4 months ago
  37. 29ea9c4 Tidy interface comments in public/fpdf_formfill.h. by Tom Sepez · 4 years, 4 months ago
  38. 3567a9a Roll third_party/depot_tools/ fe18a43d5..603782044 (20 commits; 3 trivial rolls) by Lei Zhang · 4 years, 4 months ago chromium/4001
  39. d690c3d Avoid crash in CPDF_SecurityHandler::GetUserPassword(). by Lei Zhang · 4 years, 4 months ago
  40. 197d0d8 Unify FPDF_FORMFILLINFO versioning and mark V2 as experimental by Tom Sepez · 4 years, 4 months ago
  41. 77b3a43 Add --disable-javascript flag to test_runner.py by Daniel Hosseinian · 4 years, 4 months ago
  42. 8cb6a65 Change FPDF_TEXTRENDERMODE_* C-style defines to enums by Daniel Hosseinian · 4 years, 4 months ago
  43. ea20851 Change CRYPT_MD5* functions to use pdfium::span. by Lei Zhang · 4 years, 4 months ago
  44. d49e057 Introduce CPDF_Icon class to break CPWL_Icon dependence on parser/. by Tom Sepez · 4 years, 4 months ago
  45. b4d327a Make some members const in CPWL_Icon. by Tom Sepez · 4 years, 4 months ago chromium/4000
  46. b0716e3 Remove dependence between fpdfdk/formfiller and fpdfapi/parser. by Tom Sepez · 4 years, 4 months ago
  47. eb0d68c Shuffle code in cpdf_security_handler.cpp. by Lei Zhang · 4 years, 4 months ago
  48. ca5b265 Fix more nits in CPDF_SecurityHandler. by Lei Zhang · 4 years, 4 months ago
  49. f86e8eb Simplify CPDF_SecurityHandler code. by Lei Zhang · 4 years, 4 months ago
  50. f3163cf Initialize members in the header for CPDF_Object sub-classes. by Lei Zhang · 4 years, 4 months ago
  51. a247721 Make sure encrypted PDFs save properly when modified. by Lei Zhang · 4 years, 4 months ago
  52. aeecf1a Avoid regenerating revision 5 and 6 encryption dictionaries. by Lei Zhang · 4 years, 4 months ago
  53. 4f5d2cf Break direct dependence between fpdfapi/edit and fxge. by Tom Sepez · 4 years, 4 months ago
  54. 776b0cf CPDF_Document no longer requires fx_font.h. by Tom Sepez · 4 years, 4 months ago
  55. 088b831 Fix MSAN errors in CPDF_SecurityHandler. by Lei Zhang · 4 years, 4 months ago chromium/3999
  56. 71a250c Fix PDF encryption for revision 5 and 6. by Lei Zhang · 4 years, 4 months ago
  57. e579604 Move some CPDF_Object usage from CXFA_FFDoc up into CPDFXFA_Context. by Tom Sepez · 4 years, 4 months ago
  58. fc3ef15 Do more password verification when there is an ID change. by Lei Zhang · 4 years, 4 months ago
  59. 1a5c057 Verify saved copies can be opened with both passwords. by Lei Zhang · 4 years, 4 months ago
  60. fc1099a Roll third_party/libjpeg_turbo/ bc1357852..ce0e57e8e (2 commits) by Lei Zhang · 4 years, 4 months ago
  61. eb5cc0a Remove direct dependence between fm2js/ and third_party/icu by Tom Sepez · 4 years, 4 months ago
  62. e6c0a21 Roll third_party/freetype/src/ 0c14a3adb..7e1b39f6c (1 commit) by Lei Zhang · 4 years, 4 months ago
  63. 81a799e Mark more methods in EmbedderTest as debug-only. by Lei Zhang · 4 years, 4 months ago
  64. e2b31c0 Move some code from fxjs/xfa/cjx_hostpseudomodel.cpp into xfa/fxfa. by Tom Sepez · 4 years, 4 months ago
  65. 11d89e6 Fix password encoding when generating PDFs. by Lei Zhang · 4 years, 5 months ago chromium/3997 chromium/3998
  66. dccc0f9 Try using unowned ptr in CJX_Object by Tom Sepez · 4 years, 5 months ago
  67. 6cdee41 Roll third_party/freetype/src/ 11d4ce23a..0c14a3adb (2 commits) by Lei Zhang · 4 years, 5 months ago
  68. 068b907 Add virtual AddChangedContainer() to CXFA_Document::LayoutProcessorIface. by Tom Sepez · 4 years, 5 months ago
  69. 4cc552c Save encrypted files without IDs in CPDFSecurityHandlerEmbedderTests. by Lei Zhang · 4 years, 5 months ago
  70. c36ecfc Move CXFA_Node::UpdateUIDisplay() to CFXA_FFDocView::UpdateUIDisplay() by Tom Sepez · 4 years, 5 months ago
  71. 8d0d0b5 Exercise saving encrypted PDFs in CPDFSecurityHandlerEmbedderTests. by Lei Zhang · 4 years, 5 months ago
  72. bb43daa Do more verification in CPDFSecurityHandlerEmbedderTests. by Lei Zhang · 4 years, 5 months ago
  73. effc689 Make a set of CPDFSecurityHandlerEmbedderTests more consistent. by Lei Zhang · 4 years, 5 months ago
  74. 911ba57 Move CXFA_Node::GetNextWidget() to CXFA_FFWidget::GetNextFFWidget(). by Tom Sepez · 4 years, 5 months ago
  75. fc3b3ed Ensure CFWL_Widgets are not locked during destruction. by Tom Sepez · 4 years, 5 months ago chromium/3996
  76. bc5ddc5 Clang-format some more code in core/. by Lei Zhang · 4 years, 5 months ago
  77. b2cb433 Fix some nits in win32 fxge code. by Lei Zhang · 4 years, 5 months ago
  78. 72c0504 Initialize more member variables in the header. by Lei Zhang · 4 years, 5 months ago
  79. 77d0874 Add ParseSwitchKeyValue() to pdfium_test.cc. by Lei Zhang · 4 years, 5 months ago
  80. ea5411d Remove useless |kFormFieldTypes| constant. by Lei Zhang · 4 years, 5 months ago
  81. 537d3a6 Run clang-format --full on directories that start with 'f'. by Lei Zhang · 4 years, 5 months ago
  82. 144da5d Clang-format some code in core/. by Lei Zhang · 4 years, 5 months ago
  83. 5c44e5c Add pdfium_test --password support. by Lei Zhang · 4 years, 5 months ago
  84. ca41193 Roll DEPS for build/ and tools/clang/ by Lei Zhang · 4 years, 5 months ago
  85. 726be54 Roll third_party/freetype/src/ 551bd3a90..11d4ce23a (2 commits) by Lei Zhang · 4 years, 5 months ago
  86. bdf35d3 Roll v8/ a423bb8be..724fd9f1e (643 commits) by Lei Zhang · 4 years, 5 months ago
  87. a0a0280 Remove some comparisons against |true| and |false|. by Tom Sepez · 4 years, 5 months ago chromium/3994 chromium/3995
  88. 3d2c424 Fix a ClangTidy - Readability finding in pdfium. by Andrew Weintraub · 4 years, 5 months ago
  89. 44e12aa Prefer (!X || Y) to (X ? Y : true) by Tom Sepez · 4 years, 5 months ago
  90. 6a4c8f7 Prefer (X && Y) over (X ? Y : false). by Tom Sepez · 4 years, 5 months ago
  91. 93fd8a8 Remove std::wstring usage in CJS_Util. by Lei Zhang · 4 years, 5 months ago
  92. 6e1dba8 Make CFWL_Edit::m_pEditEngine be a pointer. by Tom Sepez · 4 years, 5 months ago
  93. 7a4c247 Remove CFX_Matrix.AsTuple(). by Lei Zhang · 4 years, 5 months ago
  94. 8da9823 Use floats in experimental APIs. by Lei Zhang · 4 years, 5 months ago
  95. 4bd03e8 Move CJS_Field::ParseFieldName() into an anonymous namespace. by Lei Zhang · 4 years, 5 months ago chromium/3993
  96. 2bf6661 Remove std::wstring usage in CJS_Field. by Lei Zhang · 4 years, 5 months ago
  97. b18a2b5 Cover CJS_Field::ParseFieldName() from JavaScript. by Tom Sepez · 4 years, 5 months ago
  98. 44f1f20 Added test cases for focus APIs of class BAAnnotHandler. by Neha Gupta · 4 years, 5 months ago
  99. 127ad51 Tidy XFA public interfaces. by Tom Sepez · 4 years, 5 months ago
  100. 918e271 Test CJS_Field::getItemAt() cases from JavaScript. by Tom Sepez · 4 years, 5 months ago chromium/3992