1. c90cf38 Remove unused cpdf_formcontrol.h from cpwl_wnd.h. by Tom Sepez · 5 years ago
  2. 630cd86 Remove unused CPDF_CMapManager* parameters. by Lei Zhang · 5 years ago
  3. 7e5c9a6 Remove some spurious includes from fpdfsdk/cpdfsdk_interactiveform.cpp by Tom Sepez · 5 years ago
  4. 856925d Fix some IWYU of cba_fontmap.h in cffl layer. by Tom Sepez · 5 years ago
  5. 3e5e563e Replace FWL timer infrastructure with CFX_Timer. by Tom Sepez · 5 years ago
  6. 31fc760 Move more logic from fpdf_save.cpp down into CPDFXFA_Context. by Tom Sepez · 5 years ago
  7. b8d52ef Remove dependence of fpdfxfa on fpdfdoc. by Tom Sepez · 5 years ago
  8. f97fd06 Simplify callers to CPDFSDK_FormFillEnvironment::GetPDFDocument(). by Lei Zhang · 5 years ago
  9. a0624a0 Cleanup some code involving rectangles by Tom Sepez · 5 years ago
  10. 197d498 Simplify code that deals with CPDF_PageObjectHolder::GetDict(). by Lei Zhang · 5 years ago
  11. 1965575 Add a NOTREACHED() in CFX_StockFontArray::GetFont(). by Lei Zhang · 5 years ago
  12. e970397 Resolve an old TODO() about non-v8 build using |JS_| functions. by Tom Sepez · 5 years ago
  13. bcb7a69 Continue limiting xfa/fxfa includes to fpdfsdk/fpdfxfa. by Tom Sepez · 5 years ago
  14. 66497fe Remove dependence of top-level fpdfsdk on xfa/fxgraphics by Tom Sepez · 5 years ago
  15. 1706b8c Remove CFX_SubstFont::m_bFlagItalic. by Tom Sepez · 5 years ago
  16. 3c11520 Remove unused argument from CFWL_Timer::Run(). by Tom Sepez · 5 years ago
  17. f89a43f Move cpdfsdk_xfawidgethandler.cpp to fpdfxfa/cpdfxfa_widgethandler.cpp by Tom Sepez · 5 years ago
  18. ffb5109 Begin limiting xfa/fxfa includes to fpdfsdk/fdfpxfa. by Tom Sepez · 5 years ago
  19. b813c16 Move CPWL_Timer to CFX_Timer. by Tom Sepez · 5 years ago
  20. f8f4cf8 Remove unused bImmediately parameter from CXFA_FWLAdapterTimerMgr::Start(). by Tom Sepez · 5 years ago
  21. 39cae89 Clean up CPDF_FontEncoding. by Lei Zhang · 5 years ago
  22. 72e8be1 Flush CFX_SkiaDeviceDriver for Skia Paths mode as well. by Lei Zhang · 5 years ago
  23. 3c168bb Remove CFX_SystemHandler. by Tom Sepez · 5 years ago
  24. 7c2d110 Split IPWL_SystemHandler and fxcrt::TimerHandlerIface by Tom Sepez · 5 years ago
  25. cae512b Confine CFX_SystemHandler to fpdfsdk/ layer. by Tom Sepez · 5 years ago
  26. 24374a6 Remove CPDFSDK_FormFillEnvironment from fxjs/global_timer.cpp by Tom Sepez · 5 years ago
  27. 8304af6 Repace usage of CFX_SystemHandler with IPWL_Systemhandler in formfiller/ by Tom Sepez · 5 years ago
  28. c4b32b5 Flush CFX_SkiaDeviceDriver in CPDF_RenderStatus::DrawTilingPattern(). by Lei Zhang · 5 years ago
  29. 38a188d Use scopers in FPDFDataAvailEmbedderTest. by Lei Zhang · 5 years ago
  30. d894b9a Test bad inputs to FPDFAvail_* APIs. by Lei Zhang · 5 years ago
  31. b3a07db Use FPDFAvailContextFromFPDFAvail() consistently in fpdf_dataavail.cpp. by Lei Zhang · 5 years ago
  32. 95ee5fd Clean up FPDF_AvailContext and related classes. by Lei Zhang · 5 years ago
  33. e392886 Roll build/ 95a2cff8f..315a0c669 (88 commits) by Lei Zhang · 5 years ago
  34. 45947ca Do not retrieve GN using CIPD. by Lei Zhang · 5 years ago
  35. 5f54a66 Use fxcrt::TimerHandlerIface in CXFA_FWLAdapterTimerMgr. by Tom Sepez · 5 years ago
  36. c707fbd Roll buildtools/ 95c72f350..aeda9c123 (3 commits) by Lei Zhang · 5 years ago
  37. 823e252 Rename CFFL_FormFiller::GetPDFWindow() to GetPWLWindow(). by Tom Sepez · 5 years ago
  38. 9fb0595 Make CPWL_Timer simpler. by Tom Sepez · 5 years ago
  39. ea9130d Break circular includes between fpdfsdk/ and fpdfsdk/pwl. by Tom Sepez · 5 years ago
  40. db99762 Remove code that checks GetSystemHandler() return value. by Lei Zhang · 5 years ago
  41. 42e856b Deduplicate pointers to widgets in pwl. by Tom Sepez · 5 years ago
  42. 7fd71a4 Simplify code in CPWL_EditCtrl::SetCursor(). by Lei Zhang · 5 years ago
  43. c9edc55 Introduce IPWL_SystemHandler and fxcrt::TimerHandlerIface for layering. by Tom Sepez · 5 years ago
  44. 04e3af8 Rename GetLastError() shim to FXSYS_GetLastError(). by Tom Sepez · 5 years ago
  45. 6c29eb8 Move {Set,Get}LastError() from fpdsdk/ to core/fx_system.cpp by Tom Sepez · 5 years ago
  46. 77548ac Roll tools/clang/ 7cefad2f8..8215b0861 (12 commits) by Lei Zhang · 5 years ago
  47. 21172c6 Roll v8/ b6dda94d7..33faa512c (568 commits) by Lei Zhang · 5 years ago
  48. 43f012f Move CPDFSDK_FormFillEnvironment::Is{SHIFT,CTRL,ALT}KeyDown to CPWL_Wnd by Tom Sepez · 5 years ago
  49. 22f8df4 Roll third_party/instrumented_libraries/ a959e4f0c..b1c3ca208 (6 commits) by Lei Zhang · 5 years ago
  50. 4f58afa Roll third_party/icu/ fd97d4326..682a23092 (2 commits) by Lei Zhang · 5 years ago
  51. 6b9dc15 Roll third_party/depot_tools/ 3b07526ae..59bb8cce8 (45 commits; 11 trivial rolls) by Lei Zhang · 5 years ago
  52. 4521a2e Roll third_party/googletest/src/ d7003576d..a45c24ac1 (56 commits) by Lei Zhang · 5 years ago
  53. 124e85e Roll third_party/libjpeg_turbo/ e1669e370..81aef9014 (7 commits) by Lei Zhang · 5 years ago
  54. 23f8716 Roll third_party/catapult/ 123c46068..2861f86d3 (122 commits) by Lei Zhang · 5 years ago
  55. aea5198 Roll third_party/zlib/ abd51836c..2b4888a46 (3 commits) by Lei Zhang · 5 years ago
  56. 25661d1 Add experimental JavaScript retrieval APIs. by Lei Zhang · 5 years ago
  57. 6c62e0e Move CPWL_AppStream to CPDFSDK_AppStream. by Tom Sepez · 5 years ago
  58. 60da5fa Remove dependence from cjs_field.cpp to fpdfapi/font by Tom Sepez · 5 years ago
  59. 077eb79 Break dependence of cjs_document.cpp on fpdfapi/font. by Tom Sepez · 5 years ago
  60. ccb9ae8 Rename CPDF_Font::GetBaseFont() to GetBaseFontName(). by Tom Sepez · 5 years ago
  61. 94c6886 Break dependence of fpdfapi/page on fxcrt/fdrm. by Tom Sepez · 5 years ago
  62. 6d82d95 Initialize CPDF_CMap members in the header. by Lei Zhang · 5 years ago
  63. 8f03cd4 Remove CPDF_ModuleMgr. by Tom Sepez · 5 years ago
  64. 3fe7ac3 Break direct dependence between fpdfsdk and fxcodec. by Tom Sepez · 5 years ago
  65. b0a2c67 Remove unused header from cpdfxfa_context.cpp. by Tom Sepez · 5 years ago
  66. f0eb8d5 Fix a rendering bug with unwanted lines. by Lei Zhang · 5 years ago
  67. 8a9c378 Add a pixel test for a rendering bug. by Lei Zhang · 5 years ago
  68. 033c7fb Move fontglobal and fxcodec initialization to cpdf_pagemodule.cpp. by Tom Sepez · 5 years ago
  69. 20c946f Move the UNSUPPORT_INFO interface out of CPDF_ModuleMgr. by Tom Sepez · 5 years ago
  70. 29d3a4f [SkiaPaths] Fixed missing texts. by Hui Yingst · 5 years ago
  71. 527e6e0 Remove SkASSERT() usage in PDFium. by Lei Zhang · 5 years ago
  72. 69a4a70 Remove FSDK_ prefix from FSDK_SetSandBoxPolicy/FSDK_IsSandBoxPolicyEnabled. by Tom Sepez · 5 years ago
  73. a202483 Break direct top-level fpdfapi to cmaps dependence. by Tom Sepez · 5 years ago
  74. a9d33bd Remove |page| parameter in FPDFAnnot_GetFormFieldFlags(). by Lei Zhang · 5 years ago
  75. 7264bc9 Remove last circular include between fpdfapi/page and fpdfapi/render. by Tom Sepez · 5 years ago
  76. ffff6c5 Make CPDF_Font a retainable type. by Tom Sepez · 5 years ago
  77. 12bc1c4 Use RetainableTreeNode for LayoutItems. by Tom Sepez · 5 years ago
  78. 45501f3 Add FPDFPageObj_GetClipPath() API by Miklos Vajna · 5 years ago
  79. e858d1f Rename XFA version of CPDFSDK_Widget::ResetAppearance(). by Lei Zhang · 5 years ago
  80. 3b37f6b Remove a parameter to CPDFSDK_InteractiveForm::ResetFieldAppearance(). by Lei Zhang · 5 years ago
  81. 0cbfa4a Remove parameter to CPDFSDK_Widget::ResetFieldAppearance(). by Lei Zhang · 5 years ago
  82. d31c667 Get the rotation angle of a character. by Benjamin Beaudry · 5 years ago
  83. 0e71ce2 Observe CXFA_FFPageView across OnSetFocus() events. by Minh Tran · 5 years ago
  84. dfccee7 Roll third_party/freetype/src/ b110acba9..12af46b64 (2 commits) by Lei Zhang · 5 years ago
  85. f672baf Fix some nits in FPDFDOC_InitFormFillEnvironment(). by Lei Zhang · 5 years ago
  86. fee18fe Add FPDFText_FindStart() test case with non-ASCII characters. by Lei Zhang · 5 years ago
  87. 60e1932 Simplify ~CPDF_DocPageData(), part 2. by Tom Sepez · 5 years ago
  88. 92f98b8 Restore some const lost in 2292360. by Tom Sepez · 5 years ago
  89. 80a3cce Simplify CPDF_DocPageData destruction. by Tom Sepez · 5 years ago
  90. e2a6c7b Weakly cache CPDF_IccProfile in CPDF_DocPageData by Tom Sepez · 5 years ago
  91. bbf90c0 Remove UnownedPtr<>s to CPDF_Object subclasses. by Tom Sepez · 5 years ago
  92. e5bc275 Mark CPDF_DocPageData::Clear() as private by Tom Sepez · 5 years ago
  93. 6a43b5c Remove some other virtual dtors. by Tom Sepez · 5 years ago
  94. c2e2b2d De-virtualize CFWL_FontManager and CFWL_FontData. by Tom Sepez · 5 years ago
  95. 6e3a406 Prevent an UAF in CPDFSDK_AnnotHandlerMgr::GetNextAnnot(). by huyna · 5 years ago
  96. 7734ba9 Avoid small mallocs for CPDF_Font::FormFactoryIface. by Tom Sepez · 5 years ago
  97. db600f7 Remove unused CFWL_WidgetTP::m_dwRefCount. by Tom Sepez · 5 years ago
  98. ada1063 Mark fxcrt::RetainPtr<>::m_nRefCount as mutable. by Tom Sepez · 5 years ago
  99. 7a6d5b7 Weakly cache CPDF_Type3Cache in CPDF_DocRenderData. by Tom Sepez · 5 years ago
  100. 9d38333 Weakly cache CPDF_TransferFunc in CPDF_DocRenderData. by Tom Sepez · 5 years ago