1. be83b31 Properly release caches in CPDF_DocRenderData by npm · 8 years ago
  2. e3c7315 Add --pages option in pdfium_test so it renders only some of the pages. by npm · 8 years ago
  3. c64b76c Cleanup remaining IFWL files for visiblity and usage. by dsinclair · 8 years ago
  4. 27e6675 IFWL cleanup in the Combo classes by dsinclair · 8 years ago
  5. 6e1d603 Fix unique ptrs in fpdfppo.cpp by tsepez · 8 years ago
  6. 211d4ed Add fpdfppo_embeddertest.cpp. by tsepez · 8 years ago
  7. 8f3eb60 Remove IFGAS_FontMgr and clean up (the renamed) CFGAS_FontMgr a little. by npm · 8 years ago
  8. c40697b Continue IFWL widget cleanup. by dsinclair · 8 years ago
  9. dc40c40 Relax colorspace checks in CPDF_DIBSource::CreateDecoder(). by thestig · 8 years ago
  10. 5937d0d Fix sevg above CPDF_PageContentGenerator::ProcessImage() by tsepez · 8 years ago
  11. a0d3231 Remove IFWL methods proxied from CFWL classes by dsinclair · 8 years ago
  12. 522c3d4 IFWL method and param cleanup by dsinclair · 8 years ago
  13. 08959c6 Roll V8 to 1fe5910c. by thestig · 8 years ago
  14. cb8da9d Cleanup methds in IFWL_MonthCalendar by dsinclair · 8 years ago
  15. 72f15a0 Fold IFWL_DateTimeCalendar into IFWL_MonthCalendar by dsinclair · 8 years ago
  16. d2bf062 Continue IFWL cleanup by dsinclair · 8 years ago
  17. 3e577c2 Convert FWL_SCBCODE to an enum class by dsinclair · 8 years ago
  18. f348066 Use more unique_ptrs for CPDF_Annot and friends. by thestig · 8 years ago
  19. 69bbfa8 Use more unique_ptrs in CPVT_GenerateAP. by thestig · 8 years ago
  20. 12f72bf Continue cleaning IFWL classes by dsinclair · 8 years ago
  21. be6b148 Free the FPDF_SYSFONTINFO_DEFAULT instead of delete by npm · 8 years ago
  22. 98329fe Cleanup IFWL_Widget visibility and virtual parameters by dsinclair · 8 years ago
  23. 50feafc Roll DEPS for clang to 63ca7c81. by thestig · 8 years ago
  24. 61f8e9c Do not load main cross ref table for first page in linearized pdf. by art-snake · 8 years ago
  25. 3f8cb53 Add early returns in CJBig2_TRDProc::decode_Arith when decode fails. by npm · 8 years ago
  26. 6173c9d Tidy fpdfsdk/fpdf_flatten.cpp by tsepez · 8 years ago
  27. c0a4777 Fix receiving page, if it have not obj num. by art-snake · 8 years ago
  28. 335cf09 Return unique_ptr from CPDF_Object::Clone(). by tsepez · 8 years ago
  29. 3ff4dee Rename IFWL_ListItem to CFWL_ListItem by dsinclair · 8 years ago
  30. 1e21c0d Revert of Clean up fx_codec_icc.cpp (patchset #1 id:1 of https://codereview.chromium.org/2482663002/ ) by kcwu · 8 years ago
  31. 4f610ef Define IsFloatEqual macro properly. by thestig · 8 years ago
  32. 7b3252f Fix regression in annotation key event handling. by thestig · 8 years ago
  33. d0ecd89 Fix abort above FPDFPage_Flatten by tsepez · 8 years ago
  34. 788217d Add FPDF_FreeDefaultSystemFontInfo API by npm · 8 years ago
  35. 28c888b Cleanup CPDF_DeviceCS and friends. by thestig · 8 years ago
  36. 2599ff7 Fix CPDFSDK_FormFillEnvironment destruction order by tsepez · 8 years ago
  37. 62114cf Compile fuzzer sources in standalone builds. (try 2) by thestig · 8 years ago
  38. c59fa88 Add FPDFDest_GetLocationInPage API by dsinclair · 8 years ago
  39. 3c669a7 Fix #include after commit c09625ca. by thestig · 8 years ago
  40. 4e597c8 Force compiler to deduce src type for checked_cast<dst, src>. by tsepez · 8 years ago
  41. 0d830c1 Hold trailers via unique_ptrs. by tsepez · 8 years ago
  42. 2e969ea Sync pdfium tryserver list with main pdfium waterfall. by thestig · 8 years ago
  43. 5ab31ef Use unique_ptr return from CPDF_Parser::ParseIndirectObject() by tsepez · 8 years ago
  44. c09625c Rename CPDF_Linearized to CPDF_LinearizedHeader by tsepez · 8 years ago
  45. 413e351 lcms: backport upstream commit c0a98d86 by kcwu · 8 years ago
  46. eb3f68c Fold DataProviders into parent classes by dsinclair · 8 years ago
  47. a97fc7c Remove unused CFX_QuartzDevice(Driver) classes. by npm · 8 years ago
  48. 5756a77 lcms: Fix memory leak in ReadSegmentedCurve by kcwu · 8 years ago
  49. 014b012 Clean up fpdf_page_parsers by npm · 8 years ago
  50. 240dec5 Reland of Unify some code by art-snake · 8 years ago
  51. a94fc11 Clean up fx_codec_icc.cpp by kcwu · 8 years ago
  52. 9adabf8 Revert of Compile fuzzer sources in standalone builds. (patchset #3 id:40001 of https://codereview.chromium.org/2480043002/ ) by npm · 8 years ago
  53. 470b5fa Compile fuzzer sources in standalone builds. by thestig · 8 years ago
  54. 19cd7cc Revert of Unify some code (patchset #14 id:260001 of https://codereview.chromium.org/2466023002/ ) by dsinclair · 8 years ago
  55. 71333dc Unify some code by art-snake · 8 years ago
  56. 04bebfe Implement FPDF_VIEWERREF_GetName() API. by thestig · 8 years ago
  57. 931d087 Pass object to ReplaceIndirectObjectIfHigherGeneration() by unique_ptr. by tsepez · 8 years ago
  58. 1d08c50 CHECK for re-addition of indirect objects by tsepez · 8 years ago
  59. c5267c5 Revert: Only create widgets if really needed by dsinclair · 8 years ago
  60. ec64cee Traverse PDF page tree only once in CPDF_Document Try 3 by npm · 8 years ago
  61. 33fdebc Reland "Remove CPDF_Object::Release() in favor of direct delete" by tsepez · 8 years ago
  62. 761eed2 Assert objnum non-zero in ReplaceIndirectObjectIfHigherGeneration() by tsepez · 8 years ago
  63. f0d5b6c Revert of Remove CPDF_Object::Release() in favor of direct delete (patchset #11 id:200001 of https://codereview.chromium.org/2384883003/ ) by dsinclair · 8 years ago
  64. 4de3d09 Remove CPDF_Object::Release() in favor of direct delete by tsepez · 8 years ago
  65. 7f3a8c3 Clean up CPDF_SyntaxParser a little bit by npm · 8 years ago
  66. a5811f0 Unify CFWL_WidgetProperties and CFWL_WidgetImpProperties. by dsinclair · 8 years ago
  67. 20ef5b9 Move CPDF_Document insert methods from namespace by npm · 8 years ago
  68. c9f94df Fix roll after TRUE conversion by dsinclair · 8 years ago
  69. 304bb91 Remove FX_BOOL entirely. by tsepez · 8 years ago
  70. d19e912 Remove FX_BOOL from xfa. by tsepez · 8 years ago
  71. 12f3e4a Remove FX_BOOL from core by tsepez · 8 years ago
  72. 3b3ce1a Merge delegates into IFWL_* classes. by dsinclair · 8 years ago
  73. 4cf5515 Remove FX_BOOL from fpdfsdk. by tsepez · 8 years ago
  74. 66bd670 Take more current safe_math_impl.h from upstream. by tsepez · 8 years ago
  75. 521b750 Rename CPDFXFA_Document to CPDFXFA_Context by dsinclair · 8 years ago
  76. 25ec646 Merge CPDFXFA_App into CPDFXFA_Document. by dsinclair · 8 years ago
  77. 6fe8795 Fold IFWL*::{Initialize|Finalize} into constructor/destructor by dsinclair · 8 years ago
  78. 919e48d libfuzzer: FALSE is not a pointer by tsepez · 8 years ago
  79. 8837c91 Reland: Make the CPDFXFA_App non-global by dsinclair · 8 years ago
  80. fcb1728 Fix founding difference in pdfium_test on AdobeCMYK_to_sRGB by brucedawson · 8 years ago
  81. 9ec2217 Rename IFWL_Widget::SetDelegate by dsinclair · 8 years ago
  82. 5a22582 Re-land "Change FX_BOOL definition from int to bool." by tsepez · 8 years ago
  83. da3447b Fix bool / int mismatch for win64 by tsepez · 8 years ago
  84. da4ff18 Update document with supported architecture information by weili · 8 years ago
  85. a3580f9 Fix a memory leak in CPDF_SecurityHandler. by thestig · 8 years ago
  86. 42cb645 Remove GetWidget() overrides by dsinclair · 8 years ago
  87. 461b1d9 Fix loading page using hint tables. by art-snake · 8 years ago
  88. 96c7b33 Remove unused parameter to CFWL_* Initialize methods. by dsinclair · 8 years ago
  89. fea997e remove deprecated skia transfer mode usage by caryclark · 8 years ago
  90. 2085538 Remove FWL globals. by dsinclair · 8 years ago
  91. 747dcf7 Revert of Change FX_BOOL definition from int to bool. (patchset #15 id:250001 of https://codereview.chromium.org/2453473003/ ) by dsinclair · 8 years ago
  92. dd65283 Change FX_BOOL definition from int to bool. by tsepez · 8 years ago
  93. e47a08b Fix FX_BOOL / int issue in fx_skia_device.cpp by tsepez · 8 years ago
  94. 900f421 Revert of Traverse PDF page tree only once in CPDF_Document Try 2 (patchset #3 id:40001 of https://codereview.chromium.org/2442403002/ ) by npm · 8 years ago
  95. dc0401a Fix one more FX_BOOL / int issue in fpdfsdk by tsepez · 8 years ago
  96. b849e81 Use CompositeMask instead of TransferBitmap when drawing type 3 text by npm · 8 years ago
  97. 5bca5ca Change some ints to bools in JBIG2 code. by thestig · 8 years ago
  98. 95e5834 Continue fixing FX_BOOL / int noise by tsepez · 8 years ago
  99. 159ba95 Stop casting function pointers to data pointers in fx_win32_gdipext.cpp. by tsepez · 8 years ago
  100. 71ba588 Fix more FX_BOOL / int noise in core/fpdfsdk by tsepez · 8 years ago