1. 11a6bec Remove some ASSERT (and cast) in favor of checked cases. by Tom Sepez · 6 years ago
  2. 91b8302 Use incomplete type CFX_BmpContext in place of void* by Tom Sepez · 6 years ago
  3. a35063c Change GetHeaderOffset() to return Optional<FX_FILESIZE>. by Lei Zhang · 6 years ago
  4. 35b51e9 Create popup with Contents only for same annotations subtypes. by Henrique Nakashima · 6 years ago
  5. a5d2bf1 Remove CFX_MemoryStream uses in tests. by Lei Zhang · 6 years ago
  6. c356472 Use struct {Single,Range}Cmap in FPDFAPI_CIDFromCharCode(). by Tom Sepez · 6 years ago
  7. bc84a6e README.md: Update waterfall location by Ryan Tseng · 6 years ago
  8. 9160cec Change CFX_BufferSeekableReadStream to take a span. by Lei Zhang · 6 years ago
  9. 8481c71 Only build cfx_fileaccess_windows.cpp on Windows. by Lei Zhang · 6 years ago
  10. 5b32233 Move CPDF_SyntaxParser init methods into ctor. by Lei Zhang · 6 years ago
  11. 1b54bc1 Disable submit in XFA forms. by Henrique Nakashima · 6 years ago
  12. 96b0d13 Introduce ToXMLElement() checked downcast helper function by Tom Sepez · 6 years ago
  13. 1f7db29 Move CXFA_ThisProxy helper to CXFA_Object. by Tom Sepez · 6 years ago
  14. 84d3394 Fix hint tables parsing. by Artem Strygin · 6 years ago
  15. 70ddc1c Use document size instead of file size while parsing. by Artem Strygin · 6 years ago
  16. 36b2059 Fix UAF in CPDFSDK_Widget::GetMixXFAWidget(). by Henrique Nakashima · 6 years ago
  17. 315f94a Rename JS_{METHOD,PROP} to JSE_{METHOD,PROP} by Tom Sepez · 6 years ago
  18. c9f1234 Remove lpClass argument from FXJSE_RetrieveObjectBinding() by Tom Sepez · 6 years ago
  19. aa50728 Fix encryption dictionary owning. by Artem Strygin · 6 years ago
  20. c62aa20 Tighten up ThisProxy casts. by Tom Sepez · 6 years ago
  21. 1116ef0 Remove unused CFXJSE_Arguments::GetObject() by Tom Sepez · 6 years ago
  22. 4c35848 Remove argument from CFXJSE_Value::ToHostObject() by Tom Sepez · 6 years ago
  23. 2bfa785 Rework of CPDF_Object writing. by Artem Strygin · 6 years ago
  24. 9f53dc0 Remove second argument to CFXJSE_Engine::ToObject() by Tom Sepez · 6 years ago
  25. 2dcf20f Add support of rebuilding crossrefs with compressed objects. by Artem Strygin · 6 years ago
  26. 76a1a35 Remove unused CScript_DataWindow::JSDataWindow(). by Tom Sepez · 6 years ago
  27. 721f5fa Replace CFXJSE_HostObject::type_ with polymorphic conversion methods by Tom Sepez · 6 years ago
  28. 3ba611a Remove second argument to ToJSContext(). by Tom Sepez · 6 years ago
  29. b907757 Roll buildtools/ 893eb86b0..4ae75c1f8 (10 commits) by Lei Zhang · 6 years ago
  30. fda907f Replace downcasts in cxfa_node to checked conversion methods. by Tom Sepez · 6 years ago
  31. c68109a Rework of CPDF_Parser::RebuildCrossRef. by Artem Strygin · 6 years ago
  32. abf9829 Remove some unused default values in cfxjse_context.h. by Tom Sepez · 6 years ago
  33. 4083922 Change some ASSERTS() to early returns in cfxjse_class.cpp by Tom Sepez · 6 years ago
  34. 5527682 Make FX stream internal details more private to .cpp files. by Tom Sepez · 6 years ago
  35. 64316e9 Fix unbalanced endobj keyword in rectangles_multi_pages.pdf. by Lei Zhang · 6 years ago
  36. 591c7c5 Use pdfium::as_writable_bytes() in cxfa_xmllocale_unittest.cpp by Tom Sepez · 6 years ago
  37. c15c0b3 Roll third_party/skia/ af7700265..588f87967 (1391 commits; 41 trivial rolls) by Lei Zhang · 6 years ago
  38. 649815d Handle wrong tag element count in littlecms. by Lei Zhang · 6 years ago
  39. 835d49d Add pdfium::span::as_bytes() and as_writable_bytes(). by Tom Sepez · 6 years ago
  40. f22b4e2 Use casts to deduplicate implementation of const/non-const methods. by Henrique Nakashima · 6 years ago
  41. 44592df Fix skia_paths build. by Henrique Nakashima · 6 years ago
  42. 30688fb Do not add invalid objects to the cross reference table. by Lei Zhang · 6 years ago
  43. beb56d6 Avoid writing const/non-const versions of the same function. by Lei Zhang · 6 years ago
  44. 084c31d Use CPDF_CrossRefTable within CPDF_Parser by Artem Strygin · 6 years ago
  45. a18536a Make CPDF_Parser::GetTrailer const method. by Artem Strygin · 6 years ago
  46. 89063ec Improve image size validation in CPDF_ScaledRenderBuffer. by Lei Zhang · 6 years ago
  47. 091c0c7 Simplify CPDF_Creator::InitID(). by Lei Zhang · 6 years ago
  48. 8e0c0db Add Deleter and Scoper for FPDF_PAGELINK. by Andrew Weintraub · 6 years ago
  49. 3d7b555 Limit recursion depth for CXFA_DocumentParser::NormalLoader(). by Henrique Nakashima · 6 years ago
  50. d563855 Cleanup SetSavedCalled API by Ryan Harrison · 6 years ago
  51. a97a660 Reserve space for result in ::FilterContents by Ryan Harrison · 6 years ago
  52. ff402c2 Check for global flag on global proxy objects. by Tom Sepez · 6 years ago
  53. 82999fa Make JSGetObject<C>() return UnownedPtr<C>. by Tom Sepez · 6 years ago
  54. f9d49da Use UnownedPtr/Optional in cfxa_layoutcontext.cpp by Tom Sepez · 6 years ago
  55. 98b356a Use UnownedPtr<> to v8::Isolates. by Tom Sepez · 6 years ago
  56. 3178110 Fix crash when typing letters into an XFA datetime field. by Henrique Nakashima · 6 years ago
  57. c30b4e1 Alert embedder when attempting to save XFA form by Ryan Harrison · 6 years ago
  58. 4cf61e0 Fix some nits in CPDF_Document. by Lei Zhang · 6 years ago
  59. 1d273f1 Add FPDFFormObj_GetObject() API by Miklos Vajna · 6 years ago
  60. fb709d8 Process data changes regardless if they can be formatted by Ryan Harrison · 6 years ago
  61. 98bae9c Use UnownedPtr in CXFA_LocaleMgr by Tom Sepez · 6 years ago
  62. f4caece Remove unused member from CPDF_DataAvail. by Tom Sepez · 6 years ago
  63. 4817499 Get rid of some loose allocs/free in CPDF_Document. by Tom Sepez · 6 years ago
  64. bfeb934 Use more ternary operators in content mark code. by Lei Zhang · 6 years ago
  65. cf403ba Create API to remove a parameter from a content mark. by Henrique Nakashima · 6 years ago
  66. fed4adb Create API to remove a content mark from a page object. by Henrique Nakashima · 6 years ago
  67. a340677 Fix mark parameters not saved if nothing changed. by Henrique Nakashima · 6 years ago
  68. c8a235b Validate out-parameters in FPDF_GetPageSizeByIndex(). by Lei Zhang · 6 years ago
  69. 3a83fe5 Fix FPDF_ImportNPagesToOne() documentation. by Lei Zhang · 6 years ago
  70. d8df8c3 Fix mark not saved if there are no other changes in the same object. by Henrique Nakashima · 6 years ago
  71. 94919f7 Move CJS_Field private methods into an anonymous namespace. by Lei Zhang · 6 years ago
  72. 1891523 Remove parameter to CJS_Field::GetFormFields(). by Lei Zhang · 6 years ago
  73. 4c7ad66 Add CJS_Field::GetFirstFormField(). by Lei Zhang · 6 years ago
  74. 07520f6 Create API to set and get blob values from a mark dict. by Henrique Nakashima · 6 years ago
  75. 83f2d70 Add more helper functions to check field types in CJS_Field. by Lei Zhang · 6 years ago
  76. dfa2ac2 Add a IsCheckBoxOrRadioButton() helper for CJS_Field. by Lei Zhang · 6 years ago
  77. 47aff85 Use pdfium::Optional in CJS_Return. by Lei Zhang · 6 years ago
  78. ec4d28f Rename 'ori' to 'backdrop' in rendering code. by Lei Zhang · 6 years ago
  79. 6aa2190 Use JSGetObject() in even more places. by Lei Zhang · 6 years ago
  80. 5ff09fb Remove CPDF_HintTables::GetItemLength() by Artem Strygin · 6 years ago
  81. 859d06f Implement CPDF_HintsTable::SharedObjGroupInfo. by Artem Strygin · 6 years ago
  82. 68d04f2 Reland "Avoid duplicate data buffering in CPDF_SyntaxParser::ReadStream()." by Artem Strygin · 6 years ago
  83. d888219 Inline GetMarkParamPairAtIndex into FPDFPageObjMark_GetParamKey. by Henrique Nakashima · 6 years ago
  84. ebfd26c Roll third_party/yasm/source/patched-yasm/ b98114e18..720b70524 (1 commit) by Lei Zhang · 6 years ago
  85. 94230e5 Rename content mark parameter value getters. by Henrique Nakashima · 6 years ago
  86. 140dead Remove clunky mark property value getters by index. by Henrique Nakashima · 6 years ago
  87. b4bcf69 Write marked content operators when generating a stream. by Henrique Nakashima · 6 years ago
  88. 10a7ddb Store property name for marked content with an indirect dict. by Henrique Nakashima · 6 years ago
  89. 75625a8 Cleanup CPDF_ContentMark. by Henrique Nakashima · 6 years ago
  90. 8ac090c Split CPDF_ContentMark::AddMark() into three versions. by Henrique Nakashima · 6 years ago
  91. b165ffb Use JSGetObject() in more places. by Lei Zhang · 6 years ago
  92. 7c694a4 Fix crash and memory leak. by Artem Strygin · 6 years ago
  93. e7e454d Do not store cross ref v5 obj within document. by Artem Strygin · 6 years ago
  94. b66077d Add FPDFFormObj_CountObjects() API by Miklos Vajna · 6 years ago
  95. ad1f7b4 Check GetObjDefnID() in various JS functions. by Lei Zhang · 6 years ago
  96. b1a4db5 Fix some nits in fxjs code. by Lei Zhang · 6 years ago
  97. cbed949 Add test for reading marked content with an indirect dict. by Henrique Nakashima · 6 years ago
  98. 144107d Create API for adding content marks and setting their params. by Henrique Nakashima · 6 years ago
  99. 416cbea Make CPDF_StreamContentParser::m_pResources a const pointer. by Lei Zhang · 6 years ago
  100. b5cabcb Fix m_ExtGID usage in CPDF_CharPosList by Nicolás Peña · 6 years ago