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