1. 073ecf4 Rename InterForm classes to InteractiveForm. by Lei Zhang · 6 years ago
  2. c345065 Rename interform files to interactiveform. by Lei Zhang · 6 years ago
  3. 265886b Update build rules for CFX_CodecMemory. by Lei Zhang · 6 years ago
  4. 8dc38b4 Fix double V8 initialization with fuzzers. by Lei Zhang · 6 years ago
  5. 40be505 Use optipng to optimize expected .pngs when regenerating them. by Henrique Nakashima · 6 years ago
  6. 673b90a Rename CPDF_ContentMark to CPDF_ContentMarks. by Henrique Nakashima · 6 years ago
  7. fc41e77 Create embeddertests for other kinds of actions. by Tom Sepez · 6 years ago
  8. 7db136a Remove more impossible checks in form filler code. by Lei Zhang · 6 years ago
  9. e2210ac Get rid of useless form of CPDFSDK_Widget::GetFormControl(). by Lei Zhang · 6 years ago
  10. 7348681 Document image comparison with safetynet_compare.py. by Henrique Nakashima · 6 years ago
  11. f0b7d59 Add Observable::ObservedPtr::HasObservable(). by Lei Zhang · 6 years ago
  12. 4f261ff Get rid of non-const ref parameter in CPDFSDK_InterForm::OnFormat(). by Lei Zhang · 6 years ago
  13. b353f8c Use pdfium::Optional in CPDFSDK_Widget. by Lei Zhang · 6 years ago
  14. 461acb2 Remove impossible nullptr checks in CPDFSDK_InterForm. by Lei Zhang · 6 years ago
  15. 8d8d3bc Fix dangling reference in CFX_CodecMemory. by Tom Sepez · 6 years ago
  16. 65b8db9 Remove non-const ref parameters in CPDF_IconFit. by Lei Zhang · 6 years ago
  17. 7a8d3d6 Simplify some object rect calculations. by Lei Zhang · 6 years ago
  18. 2c4c95d Fix some random nits. by Lei Zhang · 6 years ago
  19. 7bf8164 Better test FPDFAction_* public functions. by Tom Sepez · 6 years ago
  20. 73ae71f Use std::vector in ccodec_faxmodule.cpp by Tom Sepez · 6 years ago
  21. 7eccfb6 Document how to setup safetynet_job.py nightly. by Henrique Nakashima · 6 years ago
  22. b3a0fc3 Catch SSL errors when fetching Gold JSON data. by Lei Zhang · 6 years ago
  23. 76ec926 Remove default argument to CPDF_Dictionary::GetBooleanFor(). by Lei Zhang · 6 years ago
  24. 46ab5ab Remove some string comparisons in CPDF_Action. by Tom Sepez · 6 years ago
  25. bf2d7b7 Do IWYU for retain_ptr.h and unowned_ptr.h by Lei Zhang · 6 years ago
  26. 8e926a4 Beef up FPDFTransformEmbedderTest. by Tom Sepez · 6 years ago
  27. 95860d7 Copy some fuzzer code from Chromium into PDFium. by Lei Zhang · 6 years ago
  28. 51948ab Add some comments about pointer ownership in fpdf_transformpage.h. by Lei Zhang · 6 years ago
  29. b7519ca Clean up CPDF_FormControl. by Lei Zhang · 6 years ago
  30. 69c3285 Add two NULL argument FPDFDest_* test cases by Tom Sepez · 6 years ago
  31. 99f5bbb Do IWYU for ptr_util.h. by Lei Zhang · 6 years ago
  32. a021def Add more FPDFLink_* public API coverage by Tom Sepez · 6 years ago
  33. 8153561 Do IWYU for cpdf_dictionary.h. by Lei Zhang · 6 years ago
  34. 8c62883 Cover some more NULL-arg FPDFBookmark_* test cases by Tom Sepez · 6 years ago
  35. 6ab93f5 Remove small unreachable path in GetLinkList(). by Tom Sepez · 6 years ago
  36. ab22647 Add some helper methods to get InterForm objects in CJS_Document. by Lei Zhang · 6 years ago
  37. 3e838a7 Pass CFX_CodecMemory in place of spans to codecs. by Tom Sepez · 6 years ago
  38. 78606af Clean up CJS_Document. by Lei Zhang · 6 years ago
  39. 512adc5 Mark more bits const in CPDFSDK_XFAWidget. by Lei Zhang · 6 years ago
  40. c1bf998 Use CPDFSDK_BAAnnot::GetAnnotDict() in more places. by Lei Zhang · 6 years ago
  41. 09ee087 Pass CFX_Matrix by const-ref in various OnDraw() methods. by Lei Zhang · 6 years ago
  42. f971805 Switch to std::vector in ccodec_flatemodule.cpp. by Tom Sepez · 6 years ago
  43. 1fc902f Kill off some memset()s following FX_Alloc() by Tom Sepez · 6 years ago
  44. 7fb895f Make more CPDFSDK_AnnotIterator members const. by Lei Zhang · 6 years ago
  45. 615961c Roll testing/corpus/ 19feefee4..502691e08 (1 commit) by Lei Zhang · 6 years ago
  46. e797c6f Fix a C-style cast in FPDFPage_TransFormWithClip(). by Lei Zhang · 6 years ago
  47. 6169c37 Remove unused CPDF_Dictionary::IsSignatureDict(). by Lei Zhang · 6 years ago
  48. 33b1ceb Roll tools/clang/ 9bd40b25b..7792d28b0 (10 commits) by Lei Zhang · 6 years ago
  49. f1e8b46 Roll third_party/depot_tools/ 02d534031..71e3be7a5 (141 commits; 44 trivial rolls) by Lei Zhang · 6 years ago
  50. 7561692 Roll tools/code_coverage/ 64186cbaf..4191ea067 (6 commits) by Lei Zhang · 6 years ago
  51. e37385a Roll build/ dfca77bb0..eb7ca761a (27 commits) by Lei Zhang · 6 years ago
  52. a4a4db3 Simplify CFX_FloatRect::Inflate() and Deflate(). by Lei Zhang · 6 years ago
  53. 28995e6 Move CFX_FloatRect method impls out of the header. by Lei Zhang · 6 years ago
  54. d982649 Encapsulate CPDF_PageObject's rect member. by Lei Zhang · 6 years ago
  55. a0032a2 Remove optional matrix parameter from CPDF_PageObject::GetBBox(). by Lei Zhang · 6 years ago
  56. 90ad6b3 Remove one CSection::m_pVT null check by Tom Sepez · 6 years ago
  57. 143cc99 Tidy CPVT_WordRange by Tom Sepez · 6 years ago
  58. 28df406 Add booleans for form flags in CPDF_FormField. by Lei Zhang · 6 years ago
  59. b20364c Make CPDF_RenderStatus matrix params const-ref. by Lei Zhang · 6 years ago
  60. 06f3042 Remove SetSaveCalled API by Ryan Harrison · 6 years ago
  61. 66095eb Add methods to read specific field flags in CPDF_FormField. by Lei Zhang · 6 years ago
  62. be4e055 Remove unreachable null checks in CPDF_ActionFields by Tom Sepez · 6 years ago
  63. 9934cc2 Tidy PWL_FLOATRANGE by Tom Sepez · 6 years ago
  64. 39cf6a7 Change |virtual ~Foo(){}| to |virtual ~Foo()=default;| by Tom Sepez · 6 years ago
  65. 57353fb Remove some unused code in fxcrt strings. by Tom Sepez · 6 years ago
  66. c38c9d1 Refer to const smart pointers consistently. by Lei Zhang · 6 years ago
  67. 30540a9 Remove unreachable code in CPDFXFA_Page. by Lei Zhang · 6 years ago
  68. 7b0ff3c Remove null m_page checks from CPDFSDK_PageView. by Tom Sepez · 6 years ago
  69. b8768b7 Make some CPWL_FontMap methods pure virtual. by Tom Sepez · 6 years ago
  70. 0473476 Remove CPDFSDK_DateTime entirely. by Tom Sepez · 6 years ago
  71. 7cabaf1 CPDF_VariableText::m_nHorzScale is always 100 by Tom Sepez · 6 years ago
  72. ce6eb64 CPDFSDK_AnnotHandlerMgr::Annot_OnCreate() is not called. by Tom Sepez · 6 years ago
  73. d8ac668 Remove CPWL_Wnd::GetClassName() and overrides. by Tom Sepez · 6 years ago
  74. 7c40157 Remove CPWL_EditCtrl::m_pEdit null checks. by Tom Sepez · 6 years ago
  75. 38772e9 Remove more uncalled methods in core/ by Tom Sepez · 6 years ago
  76. d86d6a7 Reject argument lists that are not comma separated by Ryan Harrison · 6 years ago
  77. 912f2d1 Remove several more unused methods from core/ by Tom Sepez · 6 years ago
  78. 80482dc Remove unused method CPDF_ActionFields::GetFieldsCount() by Tom Sepez · 6 years ago
  79. 244e24e Remove unused method CPDF_Bookmark::GetColorRef. by Tom Sepez · 6 years ago
  80. 61d8d02 Remove unused methods in CPDF_DocJSActions. by Tom Sepez · 6 years ago
  81. 3ee4922 Remove some impossible null checks from fx_crypt_sha.cpp by Tom Sepez · 6 years ago
  82. d0b6de7 Tidy CFX_UTF8Decoder. by Tom Sepez · 6 years ago
  83. 36eca63 Use numbers to test barcode encodings that do not accept letters. by Henrique Nakashima · 6 years ago
  84. bd8855b Remove blocklen argument from CRYPT_AESSetKey() by Tom Sepez · 6 years ago
  85. 2ff6cd6 Make CCodec_ProgressiveDecoder::ReadMoreData() slightly saner by Tom Sepez · 6 years ago
  86. 9ef93d0 Reland "Make potentially dangerous Actions require a user click." by Henrique Nakashima · 6 years ago
  87. ce8fa87 Fix nits in CFX_FontSourceEnum_File. by Lei Zhang · 6 years ago
  88. 3c219ef Split CFX_FontSourceEnum_File into its own file. by Lei Zhang · 6 years ago
  89. caca3e0 Add FxFolderHandleCloser for use with std::unique_ptr. by Lei Zhang · 6 years ago
  90. f9e0498 Simplify CFX_FontSourceEnum_File's file iterator. by Lei Zhang · 6 years ago
  91. a1c846c Clean up some XFA forward declarations. by Lei Zhang · 6 years ago
  92. ddb1b87 Avoid overloading CFGAS_FontMgr::LoadFont(). by Lei Zhang · 6 years ago
  93. 0c56d63 Make CFGAS_DefaultFontManager a class with only static methods. by Lei Zhang · 6 years ago
  94. 4dbea51 Reduce includes in cfgas_defaultfontmanager.h by Lei Zhang · 6 years ago
  95. c0a3a9b Remove unneeded cfgas_fontmgr.h includes. by Lei Zhang · 6 years ago
  96. f08dca0 Consolidate ReadMoreData() calls. by Tom Sepez · 6 years ago
  97. 04c2dbb Remove ability to delete annot in CJS_Document::removeField() by Tom Sepez · 6 years ago
  98. 7f47c50 Use smart pointers in CPDF_PageRenderCache. by Lei Zhang · 6 years ago
  99. 66601c4 Remove dead code in CPDF_PageRenderCache::ResetBitmap(). by Lei Zhang · 6 years ago
  100. 25b3a60 Fix nits in gold.py. by Lei Zhang · 6 years ago