1. 73b41e2 Roll v8/ 07a0ee92d..633234050 (457 commits) by K. Moon · 4 years, 1 month ago
  2. 6a53dc2 Roll third_party/zlib/ b9b9a5af7..156be8c52 (2 commits) by K. Moon · 4 years, 1 month ago
  3. 0fa9ce7 Roll third_party/catapult/ ea794b87a..df670f0be (114 commits) by K. Moon · 4 years, 1 month ago
  4. acc0778 Add exception helper to fxv8.h. by Tom Sepez · 4 years, 1 month ago
  5. c72e23f Make more of CFX_V8 methods ordinary functions. by Tom Sepez · 4 years, 1 month ago
  6. 1eb6ddd Add keyboard tabbing for links & highlights by Neha Gupta · 4 years, 1 month ago
  7. 3466e27 Use proper namespace instead of CFX_V8 static functions. by Tom Sepez · 4 years, 1 month ago
  8. 6fb1c39 More small fxjs / v8 cleanup. by Tom Sepez · 4 years, 1 month ago
  9. 1d34dc5 Support non-standard trailers in fixup_pdf_template.py by Daniel Hosseinian · 4 years, 1 month ago chromium/4089
  10. b158171 Add FORM_GetFocusedAnnot and FORM_SetFocusedAnnot APIs by Ankit Kumar · 4 years, 1 month ago
  11. 56686c3 Fix some typos in fpdf_formfill.h. by Lei Zhang · 4 years, 1 month ago
  12. 601b741 Remove another usage of CFXJSE_Value from CFXJSE_Class. by Tom Sepez · 4 years, 1 month ago
  13. 0d3d56c Replace CFXJSE_Value with CFXJSE_HostObject in FormCalc JS. by Tom Sepez · 4 years, 1 month ago
  14. 6be1a25 Roll third_party/depot_tools/ 816c2b354..8cf12290b (116 commits; 21 trivial rolls) by Hui Yingst · 4 years, 1 month ago
  15. cd6586d Remove use of CFXJSE_Value to return formcalc JS results. by Tom Sepez · 4 years, 1 month ago
  16. e6420a4 Use WideStringView in CFX_CSSExtTextBuf. by Tom Sepez · 4 years, 1 month ago chromium/4087 chromium/4088
  17. 6c97ee1 Remove (mostly) unused bsFuncName argument from formcalc callbacks. by Tom Sepez · 4 years, 1 month ago
  18. 993f201 Remove CFXJSE_Arguments. by Tom Sepez · 4 years, 1 month ago
  19. a81725c Remove code after abort() for -Wunreachable-code. by Nico Weber · 4 years, 1 month ago
  20. b7902da Cleanup CFX_CSSSyntaxParser. by Tom Sepez · 4 years, 1 month ago chromium/4086
  21. 3b06049 Cleanup CFX_CSSTextBuf. by Tom Sepez · 4 years, 1 month ago
  22. 0cb51fd Consolidate some V8 type conversion code. by Tom Sepez · 4 years, 1 month ago
  23. f7c943b Remove unnecessary CheckedNumeric usage in CPDF_DataAvail. by Lei Zhang · 4 years, 1 month ago
  24. 83d503b Force .evt files to have LF line endings. by Lei Zhang · 4 years, 1 month ago chromium/4085
  25. ca02e78 Convert CFXJSE_FormCalcContext static methods to anon functions by Tom Sepez · 4 years, 1 month ago
  26. 78b7e03 Make more members const in cxfa_ffpageview.h. by Lei Zhang · 4 years, 1 month ago
  27. 1f61118 Remove indexing in CFXJSE_FormCalcContext::DotAccessorCommon(). by Tom Sepez · 4 years, 1 month ago
  28. dbb6fcd Fix indexing in CFXJSE_FormCalcContext::concat_fm_object(). by Tom Sepez · 4 years, 1 month ago chromium/4084
  29. 27e9e9f Use WideStringViews in CPDF_InteractiveForm. by Tom Sepez · 4 years, 1 month ago
  30. bc494f6 Fix faulty indexing CFXJSE_FormCalcContext::unfoldArgs(). by Tom Sepez · 4 years, 1 month ago
  31. fe6381e Support /SMaskInData in JPEG2000 images. by Lei Zhang · 4 years, 1 month ago
  32. 8742101 Add a pixel test for /SMaskInData in JPEG2000 images. by Lei Zhang · 4 years, 1 month ago
  33. da06580 Adding test cases for enter key press on buttons by Badhri Ravikumar · 4 years, 1 month ago chromium/4083
  34. 7d84f9a Moving drawing focus rect to class CFX_DrawUtils by Badhri Ravikumar · 4 years, 1 month ago
  35. 8865906 Remove stray forward declaration of CFXJS_Engine. by Tom Sepez · 4 years, 1 month ago
  36. 8ecb862 Retain layout item in all CFXA_FF.*::Paste() method overrides. by Tom Sepez · 4 years, 1 month ago chromium/4079 chromium/4080 chromium/4081 chromium/4082
  37. bfc82af Add FXSYS_IsLowerASCII(). by Hui Yingst · 4 years, 1 month ago
  38. 33d6766 Add a caller for FXSYS_ToUpperASCII() to simplify code. by Hui Yingst · 4 years, 1 month ago
  39. bdfec55 Retain layout item in a few more places where text changes. by Tom Sepez · 4 years, 2 months ago
  40. 946be34 Add FXSYS_IsUpperASCII(). by Hui Yingst · 4 years, 2 months ago
  41. a40862f Remove the prefix in BaseFont when trying to find a substitute font. by Hui Yingst · 4 years, 2 months ago chromium/4078
  42. 788700c Enable RenderManyRectanglesWithExternalMemory for SkiaPaths/Skia. by Hui Yingst · 4 years, 2 months ago
  43. 38871db Add dsymutil to DEPS for Mac builds. by Lei Zhang · 4 years, 2 months ago
  44. 57b8335 Roll third_party/freetype/src/ 49f3394d7..141da0281 (4 commits) by Lei Zhang · 4 years, 2 months ago chromium/4073 chromium/4074 chromium/4075 chromium/4076 chromium/4077
  45. 6e8b20f Report multiple unsupported errors in ReportUnsupportedFeatures(). by Lei Zhang · 4 years, 2 months ago
  46. cb6d23f Modernize CXFA_FMSimpleExpression derived classes by Daniel Hosseinian · 4 years, 2 months ago
  47. 4745a47 Clean up ReportUnsupportedFeatures(). by Lei Zhang · 4 years, 2 months ago chromium/4072
  48. 85e09df Make ReportUnsupportedXFA() more efficient. by Lei Zhang · 4 years, 2 months ago
  49. cdc65b5 Space-efficiently destroy chained CXFA_FMSimpleExpression instances by Daniel Hosseinian · 4 years, 2 months ago
  50. c388093 Create abstract class CXFA_FMChainableExpression by Daniel Hosseinian · 4 years, 2 months ago
  51. 4efeafc Handle case of nothing to restore in SkiaState::ClipRestore(). by Lei Zhang · 4 years, 2 months ago
  52. 9648e84 Roll DEPS for build/ and tools/clang/ by Lei Zhang · 4 years, 2 months ago
  53. 6e16790 Make WriteBitmapToPng() handle FPDFBitmap_BGR format. by Hui Yingst · 4 years, 2 months ago chromium/4071
  54. 0f6b434 Update Mac test expectations for macOS 10.15. by Lei Zhang · 4 years, 2 months ago
  55. 5e57500 Avoid nullptr deference in CPDFSDK_PageView::GetAnnotByXFAWidget(). by Lei Zhang · 4 years, 2 months ago
  56. 28b5823 Remove reference to full_wpo_on_official. by Lei Zhang · 4 years, 2 months ago
  57. c93fa1f Fix a Wrange-loop-analysis warnings in pdfium. by Nico Weber · 4 years, 2 months ago chromium/4069 chromium/4070
  58. 9e39f59 Disable RenderManyRectanglesWithExternalMemory test for Skia. by Lei Zhang · 4 years, 2 months ago
  59. cf423c9 Roll third_party/freetype/src/ 8930cc961..49f3394d7 (3 commits) by Lei Zhang · 4 years, 2 months ago
  60. 5b02a0a Add placeholder comments to DEPS to mitigate CQ interference. by Lei Zhang · 4 years, 2 months ago
  61. d41bcab Roll buildtools/ 1f38b432e..713b351a1 (7 commits) by Hui Yingst · 4 years, 2 months ago chromium/4066 chromium/4067 chromium/4068
  62. 654ac88 Roll tools/code_coverage/ c7a868bac..a8f20a1da (1 commit) by Hui Yingst · 4 years, 2 months ago
  63. 689a479 Observe CPDFSDK_PageView inside ExitWidget(). by Lei Zhang · 4 years, 2 months ago
  64. 09e4c8e Add test cases for several recently fixed XFA bugs. by Tom Sepez · 4 years, 2 months ago
  65. adfb157 Roll third_party/icu/ dbd3825b3..9f4020916 (1 commit) by Hui Yingst · 4 years, 2 months ago chromium/4065
  66. b021ef8 Roll tools/clang/ f2e1fa017..81bf7cada (1 commit) by Hui Yingst · 4 years, 2 months ago
  67. cbf3fa8 Roll build/ 1bee638a8..d4d44f882 (14 commits; 1 trivial rolls) by Hui Yingst · 4 years, 2 months ago
  68. 2c81ebc Roll tools/clang/ 42fbdfef1..f2e1fa017 (5 commits) by Hui Yingst · 4 years, 2 months ago
  69. ce0e2ec Retain corresponding layoutitem in CXFA_FFDocView::SetFocus(). by Lei Zhang · 4 years, 2 months ago
  70. 0aea4a7 Roll base/trace_event/common/ 618bcf7a2..dab187b37 (3 commits) by Hui Yingst · 4 years, 2 months ago
  71. 612bb79 Retain corresponding layoutitem in CXFA_FFWidget::LoadWidget(). by Lei Zhang · 4 years, 2 months ago
  72. 6e34742 Initialize CFX_BreakPiece members in header. by Tom Sepez · 4 years, 2 months ago
  73. 7695440 CFX_TxtBreak::EndBreak_SplitLine() always returns false. by Tom Sepez · 4 years, 2 months ago
  74. c77fe82 Improve comments in public/fpdf_transformpage.h. by Lei Zhang · 4 years, 2 months ago
  75. e1f5e6b Always retain corresponding layoutitem in CXFA_FF*::On*() methods by Tom Sepez · 4 years, 2 months ago
  76. 66bcef2 Roll v8/ cd3414532..07a0ee92d (540 commits) by Hui Yingst · 4 years, 2 months ago
  77. 86a47f6 Roll base/trace_event/common/ 81c050f85..618bcf7a2 (3 commits) by Hui Yingst · 4 years, 2 months ago
  78. c80274e Remove CFX_CSSSyntaxParser::m_iTextDataLen by Tom Sepez · 4 years, 2 months ago chromium/4064
  79. c329cf2 Remove some dead code from CFX_CSSSyntaxParser by Tom Sepez · 4 years, 2 months ago
  80. 698a7fb Prefer retaining layout item in CXFA_FFField::OnChar(). by Tom Sepez · 4 years, 2 months ago
  81. d15d718 Protect owning layout item in all UpdateFWLData() overrides. by Tom Sepez · 4 years, 2 months ago
  82. 4da5819 Roll third_party/binutils/ 01aa7745b..ffd1fdb90 (1 commit) by Hui Yingst · 4 years, 2 months ago
  83. 76b1869 Roll tools/memory/ f7b00daf4..89552acb6 (1 commit) by Hui Yingst · 4 years, 2 months ago
  84. 6111fab Roll third_party/instrumented_libraries/ 4dca59c6a..bb3f1802c (1 commit) by Hui Yingst · 4 years, 2 months ago
  85. 13e63d6 Pass spans to UTF8Decode() in cfx_seekablestreamproxy.cpp by Tom Sepez · 4 years, 2 months ago
  86. 1217cd1 Tidy CFGAS_DefaultFontManager::GetDefaultFont(). by Tom Sepez · 4 years, 2 months ago chromium/4063
  87. 0f51360 Remove unused CXFA_FFWidgethandler::OnSetCursor(). by Tom Sepez · 4 years, 2 months ago
  88. 65e3610 Remove redundant loop in CFX_CSSSyntaxParser by Tom Sepez · 4 years, 2 months ago
  89. cf12def Add some more CFX_CSSStyleSheet test cases. by Tom Sepez · 4 years, 2 months ago
  90. b1f9b30 Move CSS unit tests build to core/fxcrt/css/BUILD.gn. by Tom Sepez · 4 years, 2 months ago
  91. 3a92a5a Add unit tests for CSS Syntax Parser declaration-only mode. by Tom Sepez · 4 years, 2 months ago
  92. f12c31c Remove unused member CFX_CSSStyleSheet:m_StringCache by Tom Sepez · 4 years, 2 months ago
  93. 07a952b Remove spurious calls to GetPDFPage(). by Lei Zhang · 4 years, 2 months ago chromium/4058 chromium/4059 chromium/4060 chromium/4061 chromium/4062
  94. c2ad628 Assert CPDFSDK_Annot::GetPageView() never returns nullptr. by Lei Zhang · 4 years, 2 months ago
  95. 5f85281 Delete unneeded cruft from fpdfsdk/cpdfsdk_annot.h. by Lei Zhang · 4 years, 2 months ago
  96. 7386530 No need to buffer CSS comments by Tom Sepez · 4 years, 2 months ago
  97. 4d5c030 Use UnownedPtr in |CPDFSDK_InteractiveForm::m_Map|. by Lei Zhang · 4 years, 2 months ago
  98. 9e32d65 Convert IPDFSDK_AnnotHandler::NewAnnot() to return std::unique_ptr. by Lei Zhang · 4 years, 2 months ago
  99. c1fd9b5 Remove a redundant call to GetRadioButtonAppStream(). by Lei Zhang · 4 years, 2 months ago
  100. 951c1df Use Optional<> return in CheckStyleFromCaption(). by Tom Sepez · 4 years, 2 months ago