1. 774c90d Use UnownedPtr for document within CPDF_XXXAvail. by Artem Strygin · 6 years ago
  2. b8f24bb Remove useless code. by Artem Strygin · 6 years ago
  3. 0427370 Remove CPDF_Parser::ParseIndirectObjectAtByStrict(). by Lei Zhang · 6 years ago
  4. a2c2a9d Add fxcrt::AutoRestorer<T>::AbandonRestoration(). by Tom Sepez · 6 years ago
  5. 3ab8fa9 Update third_party/base/template_util.h. by Lei Zhang · 6 years ago
  6. 8444b6a Remove unused m_bGif* fields from CFX_DIBAttribute by Tom Sepez · 6 years ago
  7. 20eca1e Rework of loading of CPDF_Document. by Artem Strygin · 6 years ago
  8. 00ba8bb Use spans and UnownedPtrs in cjpx_decoder.h by Tom Sepez · 6 years ago
  9. d78a964 Remove CXFA_FField::UnloadWidget(). by Tom Sepez · 6 years ago
  10. 9e12f14 Implement CPDF_CrossRefTable by Artem Strygin · 6 years ago
  11. 2d7cb92 Use unowned ptr for IFWL_ delegates by Tom Sepez · 6 years ago
  12. bdf3f68 Use UnownedPtr<> in cpdf_streamcontentparser by Tom Sepez · 6 years ago
  13. dc006f9 Use UnownedPtr<> in CPDF_Font by Tom Sepez · 6 years ago
  14. 4bd3a81 Use unowned ptr in CPDF_Cmap by Tom Sepez · 6 years ago
  15. c4dce69 Use pdfium::span<> in cpdf_fontglobals.h by Tom Sepez · 6 years ago
  16. ca386ad Assert that tab width assumption holds in CFX_RTFBreak. by Henrique Nakashima · 6 years ago
  17. 0a6dbef Add some more consts to unowned pointers. by Tom Sepez · 6 years ago
  18. 785da23 Use pdfium::span in CPDF_CID2UnicodeMap. by Tom Sepez · 6 years ago
  19. e529390 Fix Integer-overflow in CFX_RTFBreak::AppendChar_Tab by Henrique Nakashima · 6 years ago
  20. 0145b89 Simplify CPDF_Parser::RebuildCrossRef. by Artem Strygin · 6 years ago
  21. 2d86843 Unify CPDF_Document loading methods. by Artem Strygin · 6 years ago
  22. 20582f7 Add test which verify, that "Info" from linearized doc is correctly saved. by Artem Strygin · 6 years ago
  23. e3d3ce0 Implement CPDF_ObjStream. by Artem Strygin · 6 years ago
  24. 08b6819 Write pixel .evt test for dynamic_list_box_allow_multiple_selection. by Henrique Nakashima · 6 years ago
  25. b865442 Make CPDF_Document::m_pRootDict an UnownedPtr<>. by Tom Sepez · 6 years ago
  26. 8625d3b Add FPDFTextObj_GetFontSize() API by Miklos Vajna · 6 years ago
  27. 2cbae73 Use ObservedPtr for CJS_Field::m_pJSField by Tom Sepez · 6 years ago
  28. 75ee537 Fix uninit value in CFX_CSSComputedStyle::InheritedData. by Lei Zhang · 6 years ago
  29. 76fb29d Clean up CPDF_StreamContentParser::AddTextObject(). by Lei Zhang · 6 years ago
  30. 8c955c9 Combine common code into CPDF_RenderStatus::ClipPattern(). by Lei Zhang · 6 years ago
  31. 8256f1f Make DrawRadialShading() slightly more compact. by Lei Zhang · 6 years ago
  32. 5339261 Update code coverage documentation by Ryan Harrison · 6 years ago
  33. 27d3aa2 Fix some nits from commit 27cf78d8. by Lei Zhang · 6 years ago
  34. b59b366 Fix some nits in gold.py. by Lei Zhang · 6 years ago
  35. 8b8031d Follow up to removing JS alert/beep magic numbers by Ryan Harrison · 6 years ago
  36. 9fff1c7 Avoid some duplicate const/non-const getters. by Tom Sepez · 6 years ago
  37. e6ca7c2 Fix overflow in CFX_RenderDevice::DrawFillStrokePath(). by Henrique Nakashima · 6 years ago
  38. 0a49103 CPDF_PageObjectHolder::GetDirtyStreams() returns const ref. by Henrique Nakashima · 6 years ago
  39. a327030 Rework of Fixing metadata not read from linearized file. by Artem Strygin · 6 years ago
  40. c3cc2ab Clean up constant values for JS alert and beep by Ryan Harrison · 6 years ago
  41. aaaf987 Use enum for stages of CPDF_Creator. by Henrique Nakashima · 6 years ago
  42. 0dcf1f4 Do not save content stream if all page objects were removed from it. by Henrique Nakashima · 6 years ago
  43. d52a0af Use the length of calculated string instead of source by Ryan Harrison · 6 years ago
  44. 3d81315 Pass output parameters as pointers in ijs_event_context by Tom Sepez · 6 years ago
  45. a964f2a Remove WideString::c_str() calls where possible. by Tom Sepez · 6 years ago
  46. 9c292fe Avoid const-refs to implicitly constructed strings. by Tom Sepez · 6 years ago
  47. bcd66f5 Add pass/fail Gold summary to output by Stephan Altmueller · 6 years ago
  48. d9fb538 Remove duplicate method for generating alerts by Ryan Harrison · 6 years ago
  49. cc4802e Fix a couple of CPDF_DefaultAppearance::GetFont usages by Nicolas Pena · 6 years ago
  50. c62e848 Avoid more .c_str() usage, part 3 by Tom Sepez · 6 years ago
  51. b6b01cb Re-work some more c_str() usage. by Tom Sepez · 6 years ago
  52. b3345fe Replace SkTSwap with std::swap/swap. by Ben Wagner · 6 years ago
  53. e84e618 c_str() calls not needed when writing to ostream by Tom Sepez · 6 years ago
  54. b6e0117 Add in a size guard to JPX fuzzer by Ryan Harrison · 6 years ago
  55. e005dc3 Move fxcrt::{Byte,Wide}Strings with std::move(). by Tom Sepez · 6 years ago
  56. ed1c580 Speculative fix for segv destroying CPDF_PageObjectHolder::m_GraphicsMap by Tom Sepez · 6 years ago
  57. c765d2a Add FPDFText_GetMatrix() API by Miklos Vajna · 6 years ago
  58. a700b85 Use const pointers within GetDirectInteger function. by Artem Strygin · 6 years ago
  59. a1ea427 fxcrt::{Byte,Wide}String missing move-assign operator by Tom Sepez · 6 years ago
  60. ee3e3a4 Merge 3 methods of CJBig2_GRDProc together by Nicolas Pena · 6 years ago
  61. e90469e [formcalc] Calculate length of string when calling FXSYS_wcstof by Dan Sinclair · 6 years ago
  62. bb3d631 Move definition of XFA_SCRIPTATTRIBUTEINFO into cjx_object.h. by Peter Collingbourne · 6 years ago
  63. 27cf78d Rewrite content stream regeneration. by Henrique Nakashima · 6 years ago
  64. e16ffd4 Simplify the calculation of Pages Offsets within CPDF_HintsTable. by Artem Strygin · 6 years ago
  65. 8e63177 Collapse some more xfa/non-xfa code in cpdfsdk annots. by Tom Sepez · 6 years ago
  66. 571053a Mark modified content streams as dirty in CPDF_PageObjectHolder. by Henrique Nakashima · 6 years ago
  67. ff94c9e Remove CFX_FixedBufGrow from cpdf_renderstatus.cpp by Nicolas Pena · 6 years ago
  68. fb73bcd Remove CFX_FixedBufGrow from cpdf_colorspace.cpp by Nicolas Pena · 6 years ago
  69. 07d52a9 Remove almost all usages of CFX_FixedBufGrow from cpdf_dibsource.cpp by Nicolas Pena · 6 years ago
  70. 8625205 Make CJBig2_Context::GetHuffmanTable return const by Nicolas Pena · 6 years ago
  71. ae7bcb7 Remove CFX_FixedBufGrow from fx_codec_icc.cpp by Nicolas Pena · 6 years ago
  72. 437e5e4 Merge the offset calculation logic within CPDF_HintsTable. by Artem Strygin · 6 years ago
  73. 4c48b10 Add FPDFText_LoadStandardFont to public API by Nicolas Pena · 6 years ago
  74. fb6b382 Remove CFX_FixedBufGrow from fx_apple_platform.cpp by Nicolas Pena · 6 years ago
  75. c6fd4d7 Guard some non-windows only code in cfx_font with ifdefs. by Tom Sepez · 6 years ago
  76. dae73f5 Tidy FFLCommon() by Tom Sepez · 6 years ago
  77. c2b34d2 Refactor GetOrCreateDefaultGraphics out of ProcessDefaultGraphics. by Henrique Nakashima · 6 years ago
  78. 5f03299 CPDFSDK_Widget(): bDisplay arg always passed as true (default). by Tom Sepez · 6 years ago
  79. 81a3085 Refactor modification of Contents in CPDF_PageContentGenerator. by Henrique Nakashima · 6 years ago
  80. 62d8ebe Comment some more #else // PDF_ENABLE_XFA by Tom Sepez · 6 years ago
  81. 6eb7939 Fill m_ContentStream field in CPDF_PageObject. by Henrique Nakashima · 6 years ago
  82. ef9fe9e FPDFPage_New(), FPDF_LoadPage(): Fallthru into PDF case if no XFA context. by Tom Sepez · 6 years ago
  83. 8128485 CheckUnSupportError() always called with FPDF_ERR_SUCCESS. by Tom Sepez · 6 years ago
  84. a3843c9 Remove some #ifdef XFA in favor of runtime checks. by Tom Sepez · 6 years ago
  85. 82c730b Make empty document always have empty privileges by Tom Sepez · 6 years ago
  86. 909c6e7 Remove explicit calls to FXFT_Clear_Face_External_Stream(). by Tom Sepez · 6 years ago
  87. 101535f Rework "Make common page base class." by Tom Sepez · 6 years ago
  88. 755b0e5 [fm2js] Convert formcalc tests to use raw literals by Dan Sinclair · 6 years ago
  89. fb72726 Implement CPDF_Object::MakeReference method. by Artem Strygin · 6 years ago
  90. 5e873f5 Move some CFXJS_Engine methods to CFXJS_ObjDefinition. by Tom Sepez · 6 years ago
  91. e3b782f Move some FXJS methods onto the per-isolate object. by Tom Sepez · 6 years ago
  92. b372dc6 Remove explicit calls to x->operator[] by Tom Sepez · 6 years ago
  93. 5223956 Replace FPDF_PAGE_MAX_NUM with class scoped constant. by Tom Sepez · 6 years ago
  94. 88398a4 Use spans in CJX_Object. by Tom Sepez · 6 years ago
  95. 8b4ddeb Use spans in CJS_Object. by Tom Sepez · 6 years ago
  96. 9bc7a21 Consolidate bounding box logic. by Lei Zhang · 6 years ago
  97. 821ae92 Avoid undefined behavior in FX_atonum(). by Lei Zhang · 6 years ago
  98. 83b259e Remove CJS_Object::InitInstance(). by Tom Sepez · 6 years ago
  99. fc615c6 Add constants for PDF 1.7 spec, table 3.27. by Lei Zhang · 6 years ago
  100. 8ef4ef2 Move getting the CPDF_CryptoHandler into CPDF_Creator::WriteStream() by Henrique Nakashima · 6 years ago