1. 8e63177 Collapse some more xfa/non-xfa code in cpdfsdk annots. by Tom Sepez · 6 years ago
  2. 571053a Mark modified content streams as dirty in CPDF_PageObjectHolder. by Henrique Nakashima · 6 years ago
  3. ff94c9e Remove CFX_FixedBufGrow from cpdf_renderstatus.cpp by Nicolas Pena · 6 years ago
  4. fb73bcd Remove CFX_FixedBufGrow from cpdf_colorspace.cpp by Nicolas Pena · 6 years ago
  5. 07d52a9 Remove almost all usages of CFX_FixedBufGrow from cpdf_dibsource.cpp by Nicolas Pena · 6 years ago
  6. 8625205 Make CJBig2_Context::GetHuffmanTable return const by Nicolas Pena · 6 years ago
  7. ae7bcb7 Remove CFX_FixedBufGrow from fx_codec_icc.cpp by Nicolas Pena · 6 years ago
  8. 437e5e4 Merge the offset calculation logic within CPDF_HintsTable. by Artem Strygin · 6 years ago
  9. 4c48b10 Add FPDFText_LoadStandardFont to public API by Nicolas Pena · 6 years ago
  10. fb6b382 Remove CFX_FixedBufGrow from fx_apple_platform.cpp by Nicolas Pena · 6 years ago
  11. c6fd4d7 Guard some non-windows only code in cfx_font with ifdefs. by Tom Sepez · 6 years ago
  12. dae73f5 Tidy FFLCommon() by Tom Sepez · 6 years ago
  13. c2b34d2 Refactor GetOrCreateDefaultGraphics out of ProcessDefaultGraphics. by Henrique Nakashima · 6 years ago
  14. 5f03299 CPDFSDK_Widget(): bDisplay arg always passed as true (default). by Tom Sepez · 6 years ago
  15. 81a3085 Refactor modification of Contents in CPDF_PageContentGenerator. by Henrique Nakashima · 6 years ago
  16. 62d8ebe Comment some more #else // PDF_ENABLE_XFA by Tom Sepez · 6 years ago
  17. 6eb7939 Fill m_ContentStream field in CPDF_PageObject. by Henrique Nakashima · 6 years ago
  18. ef9fe9e FPDFPage_New(), FPDF_LoadPage(): Fallthru into PDF case if no XFA context. by Tom Sepez · 6 years ago
  19. 8128485 CheckUnSupportError() always called with FPDF_ERR_SUCCESS. by Tom Sepez · 6 years ago
  20. a3843c9 Remove some #ifdef XFA in favor of runtime checks. by Tom Sepez · 6 years ago
  21. 82c730b Make empty document always have empty privileges by Tom Sepez · 6 years ago
  22. 909c6e7 Remove explicit calls to FXFT_Clear_Face_External_Stream(). by Tom Sepez · 6 years ago
  23. 101535f Rework "Make common page base class." by Tom Sepez · 6 years ago
  24. 755b0e5 [fm2js] Convert formcalc tests to use raw literals by Dan Sinclair · 6 years ago
  25. fb72726 Implement CPDF_Object::MakeReference method. by Artem Strygin · 6 years ago
  26. 5e873f5 Move some CFXJS_Engine methods to CFXJS_ObjDefinition. by Tom Sepez · 6 years ago
  27. e3b782f Move some FXJS methods onto the per-isolate object. by Tom Sepez · 6 years ago
  28. b372dc6 Remove explicit calls to x->operator[] by Tom Sepez · 6 years ago
  29. 5223956 Replace FPDF_PAGE_MAX_NUM with class scoped constant. by Tom Sepez · 6 years ago
  30. 88398a4 Use spans in CJX_Object. by Tom Sepez · 6 years ago
  31. 8b4ddeb Use spans in CJS_Object. by Tom Sepez · 6 years ago
  32. 9bc7a21 Consolidate bounding box logic. by Lei Zhang · 6 years ago
  33. 821ae92 Avoid undefined behavior in FX_atonum(). by Lei Zhang · 6 years ago
  34. 83b259e Remove CJS_Object::InitInstance(). by Tom Sepez · 6 years ago
  35. fc615c6 Add constants for PDF 1.7 spec, table 3.27. by Lei Zhang · 6 years ago
  36. 8ef4ef2 Move getting the CPDF_CryptoHandler into CPDF_Creator::WriteStream() by Henrique Nakashima · 6 years ago
  37. 84a331e Move member initializations to cpdf_creator.h by Henrique Nakashima · 6 years ago
  38. 4b292f7 Instead of CPDF_Creator::m_dwFlags, store its two supported bits. by Henrique Nakashima · 6 years ago
  39. e88da63 Remove unused methods in CPDF_Creator, mark others as private. by Henrique Nakashima · 6 years ago
  40. 280862f Remove CPDF_Creator::InitOldObjNumOffsets(). It does nothing. by Henrique Nakashima · 6 years ago
  41. c268464 Allow setting current page on Foreground XFA docs by Ryan Harrison · 6 years ago
  42. 1699982 Ensure CJS_Return() with error always includes a message. by Tom Sepez · 6 years ago
  43. f29479d Fix issue with resolveNodes() not found off global proxy object. by Tom Sepez · 6 years ago
  44. 76d01fe Do not crash if FPDFPage_Get{Media,Crop}Box() gets a NULL out parameter. by Lei Zhang · 6 years ago
  45. d8a8f27 Write some FPDFTransformEmbedderTests. by Lei Zhang · 6 years ago
  46. f958f35 Fix the comments in fpdf_transformpage.h. by Lei Zhang · 6 years ago
  47. 7a01ce9 Update fxjs/README now that context data slots are gone by Tom Sepez · 6 years ago
  48. 49fa50d Use FPDFText_GetBoundedText() to get the visible text in a test. by Lei Zhang · 6 years ago
  49. a0608aa Consolidate repeated constants in FPDFTextEmbeddertest. by Lei Zhang · 6 years ago
  50. e4d73cb Update comments in SUPPRESSIONS for xfa_specific by Ryan Harrison · 6 years ago
  51. 1c06e11 Reland "Reland "Simplify CPDF_HintsTable."" by Artem Strygin · 6 years ago
  52. 798b832 Add expectations for xfa_node_caption.pdf by Ryan Harrison · 6 years ago
  53. 2c45788 Convert resolve_nodes.pdf into 3 test cases by Ryan Harrison · 6 years ago
  54. 888af47 Rename CPDF_PageObjectHolder::GetFormDict() to GetDict(). by Henrique Nakashima · 6 years ago
  55. 4cc32e3 Remove friending in CFXJSE_Context. by Tom Sepez · 6 years ago
  56. 1b74dee Return from GenerateContent() if m_pObjHolder->GetFormDict() is null. by Henrique Nakashima · 6 years ago
  57. f51a476 Check is first page number valid in CPDF_LinearizedHeader. by Artem Strygin · 6 years ago
  58. e769ab5 Revert "Reland "Simplify CPDF_HintsTable."" by Ryan Harrison · 6 years ago
  59. 5ebfd64 Test to show editing a PageObject and saving the .pdf duplicates it. by Henrique Nakashima · 6 years ago
  60. d5c4ab1 Remove v8::Context slot usage entierly from fxjs by Tom Sepez · 6 years ago
  61. 10569fc Simplify cfxjs_engine_embeddertest.cpp by Tom Sepez · 6 years ago
  62. 6ffd840 Remove still more v8::Context slot usage. by Tom Sepez · 6 years ago
  63. 222d3fd Unsuppress dynamic_password_field_background_fill.pdf by Ryan Harrison · 6 years ago
  64. d89f1bf Reland "Simplify CPDF_HintsTable." by Artem Strygin · 6 years ago
  65. 9ce75b8 Add ability to log click events reaching PDFium by Ryan Harrison · 6 years ago
  66. 7c2e8a3 Embedder tests can write saved PDFs to a file for debugging. by Henrique Nakashima · 6 years ago
  67. b8a2978 Get global consts without use of v8::Context slot by Tom Sepez · 6 years ago
  68. ddaa40f Stop using some v8::Context slot to find runtime. by Tom Sepez · 6 years ago
  69. 5caa34c [fm2js] Fixup initialized variable conversion by Dan Sinclair · 6 years ago
  70. 2f6a861 [xfa] Make class error description better by Dan Sinclair · 6 years ago
  71. 4f01c0e Simplify check root availability. by Artem Strygin · 6 years ago
  72. ce4b14e Simplify check info availability. by Artem Strygin · 6 years ago
  73. 8ae3209 Better error reporting on XFA JS errors by Tom Sepez · 6 years ago
  74. 74ed554 Create events and expectation for barcode_test.pdf by Ryan Harrison · 6 years ago
  75. eababa1 Use CPDF_StreamAcc to data access of CPDF_Stream. by Artem Strygin · 6 years ago
  76. c22d671 Introduce IJS_Runtime::ScopedEventContext helper class. by Tom Sepez · 6 years ago
  77. 7edcf2c Revert "Do not merge content streams to parse them." by Henrique Nakashima · 6 years ago
  78. 778e59e Tidy parser lifecycle state machine in CPDF_PageObjectHolder. by Tom Sepez · 6 years ago
  79. 354ed20 Revert "Create m_ContentStream field in CPDF_PageObject." by Henrique Nakashima · 6 years ago
  80. a9f3275 Assert CPDF_ContentParser always has a valid page holder. by Lei Zhang · 6 years ago
  81. e9f7db9 [xfa] Make the event context available when calling back in XFA by Dan Sinclair · 6 years ago
  82. 22de733 Further improve CCodec_FaxDecoder performance in debug builds. by Lei Zhang · 6 years ago
  83. 799468b Move CPDF_PageObjectHolder::m_pFormStream to CPDF_Form. by Lei Zhang · 6 years ago
  84. d3d8287 Create m_ContentStream field in CPDF_PageObject. by Henrique Nakashima · 6 years ago
  85. eaba5af Clean up CFX_TxtBreak by Ryan Harrison · 6 years ago
  86. 6cec70a Revert "Convert (void) to static_cast<void> in C++ code" by Ryan Harrison · 6 years ago
  87. fbcc5d9 Add test for FPDF_GetPageSizeByIndex() by Tom Sepez · 6 years ago
  88. ac42dd2 Improve FPDFPath_GetMatrix() tests by Miklos Vajna · 6 years ago
  89. dc235a4 Share read validator between CPDF_DataAvail and CPDF_SyntaxParser. by Artem Strygin · 6 years ago
  90. 2c15639 Remove useless code. by Artem Strygin · 6 years ago
  91. 221f0b3 Lowercase JS_Define.{h,cpp} and CJS_Define.h by Tom Sepez · 6 years ago
  92. 82df540 Fix a number of unused writes in barcode code by Ryan Harrison · 6 years ago
  93. d6c6a9f Remove unused assignment from CFX_RTFBreak by Ryan Harrison · 6 years ago
  94. 80c6ab7 Convert (void) to static_cast<void> in C++ code by Ryan Harrison · 6 years ago
  95. 36aae4f Make CJS_Objects track CJS_Runtime (and hence the document itself) by Tom Sepez · 6 years ago
  96. 9d3fb11 Do not merge content streams to parse them. by Henrique Nakashima · 6 years ago
  97. ad978ed cjs_globalconsts.cpp need not use v8::Context slots by Tom Sepez · 6 years ago
  98. f8cf36b Clean up of comment from post-submit by Ryan Harrison · 6 years ago
  99. f06ed6d Revert "Make CPDF_Document cache CPDF_Pages" by Tom Sepez · 6 years ago
  100. 168c763 Revert "Make common page base class for XFA and non-XFA." by Tom Sepez · 6 years ago