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