1. 221f0b3 Lowercase JS_Define.{h,cpp} and CJS_Define.h by Tom Sepez · 6 years ago
  2. 82df540 Fix a number of unused writes in barcode code by Ryan Harrison · 6 years ago
  3. d6c6a9f Remove unused assignment from CFX_RTFBreak by Ryan Harrison · 6 years ago
  4. 80c6ab7 Convert (void) to static_cast<void> in C++ code by Ryan Harrison · 6 years ago chromium/3450
  5. 36aae4f Make CJS_Objects track CJS_Runtime (and hence the document itself) by Tom Sepez · 6 years ago
  6. 9d3fb11 Do not merge content streams to parse them. by Henrique Nakashima · 6 years ago
  7. ad978ed cjs_globalconsts.cpp need not use v8::Context slots by Tom Sepez · 6 years ago
  8. f8cf36b Clean up of comment from post-submit by Ryan Harrison · 6 years ago
  9. f06ed6d Revert "Make CPDF_Document cache CPDF_Pages" by Tom Sepez · 6 years ago
  10. 168c763 Revert "Make common page base class for XFA and non-XFA." by Tom Sepez · 6 years ago
  11. 2491990 Revert "Make pagview decisions at runtime for non-xfa pages." by Tom Sepez · 6 years ago
  12. 28d30b4 Revert "Remove more ifndef XFA cases" by Tom Sepez · 6 years ago
  13. 037d938 Revert "Make FPDF_LoadPage return either page type at runtime." by Tom Sepez · 6 years ago
  14. 8c9f810 Add tools/code_coverage to .gitignore by Ryan Harrison · 6 years ago
  15. 97f4d67 Add FPDFPath_GetMatrix() and FPDFPath_SetMatrix() APIs by Miklos Vajna · 6 years ago
  16. 714bf78 [xfa] Get properties from the non-xfa global if possible by Dan Sinclair · 6 years ago
  17. 38cb726 Remove more ifndef XFA cases by Tom Sepez · 6 years ago chromium/3448 chromium/3449
  18. 67539ce IWYU: std::begin() and std::end() need <iterator> by Raphael Kubo da Costa · 6 years ago
  19. 940aa31 Add .gdb_history to .gitignore. by Henrique Nakashima · 6 years ago
  20. 0b4984c Make FPDF_LoadPage return either page type at runtime. by Tom Sepez · 6 years ago
  21. ee0fffe Remove unused assignments in test code by Ryan Harrison · 6 years ago
  22. 075e039 GCC6: workaround bug with external class template linking. by José Dapena Paz · 6 years ago
  23. abdf7e1 Rename CPDFXFA_Context::GetTimerMgr() to NewTimerMgr() by Tom Sepez · 6 years ago
  24. 83a5063 Move variable into loop scope by Ryan Harrison · 6 years ago
  25. c05ddc2 Clean up some issues found in CXFA_TextLayout by Ryan Harrison · 6 years ago
  26. b80edf3 Creating XFA context shouldn't be a side-effect of FPDF_* conversion. by Tom Sepez · 6 years ago
  27. 3018c1c Return unique_ptr from CPDFXFA_Context::GetTimerMgr() by Tom Sepez · 6 years ago
  28. 1806565 Roll third_party/freetype/src/ d45d4b97e..125b84800 (4 commits) by Nicolas Pena · 6 years ago
  29. c40e4cc Remove ununused startAngle and sweepAngle variables by Ryan Harrison · 6 years ago
  30. bd86f24 Remove initialization of wchar_t ch by Ryan Harrison · 6 years ago
  31. 1c2eea2 Remove unused variable pDst from CFWL_Edit::OnValidate by Ryan Harrison · 6 years ago
  32. 44b29d1 Remove unneeded call to GetNextSiblingWidget by Ryan Harrison · 6 years ago
  33. d60d7cb Fix XFA guards by Ryan Harrison · 6 years ago
  34. 4f21d77 Fix V8 guards by Ryan Harrison · 6 years ago
  35. 2d11d72 Make CPDF_Document own its Extension. by Tom Sepez · 6 years ago
  36. 73659ee Update fxjs README by Tom Sepez · 6 years ago
  37. 430fcb2 Make FXJSE variable context compatible with FXJS. by Tom Sepez · 6 years ago
  38. 1118a66 Make XFA pixel tests more stable by Ryan Harrison · 6 years ago chromium/3447
  39. 9bff799 Add missing newlines in pdfium_test help text. by Tom Sepez · 6 years ago
  40. 08eaf46 Clean up some nits in CPDF_Type3Glyph by Nicolas Pena · 6 years ago
  41. dd5459c Handle image mask continuous loading correctly by Wei Li · 6 years ago
  42. 4023c87 Remove uselesss code. by Artem Strygin · 6 years ago
  43. d8126c2 Make pagview decisions at runtime for non-xfa pages. by Tom Sepez · 6 years ago
  44. 75ccb54 [xfa] Remove unused methods from CFXJSE_ScopeUtil_IsolateHandleContext by Dan Sinclair · 6 years ago
  45. 656eb84 Move codepage/charset methods into related places. by Artem Strygin · 6 years ago
  46. 8f7ee98 Fix font regression in AdjustMMParams by Nicolas Pena · 6 years ago
  47. e434833 Add alphabetical order per file check in api_check.py by Nicolas Pena · 6 years ago
  48. a3aec9a Fix roll-dep path in roll-freetype.sh by Nicolas Pena · 6 years ago
  49. aa31fd9 Remove unused CFX_MemoryStream::{Attach,Detach}Buffer() methods by Tom Sepez · 6 years ago
  50. a7b65b8 Migrate coverage_report.py to use upstream Chromium scripts by Ryan Harrison · 6 years ago
  51. 22a51e6 Roll third_party/freetype/src/ 9e345c911..d45d4b97e (27 commits) by Nicolas Pena · 6 years ago
  52. 8fe33fb Remove dead code in various write function. by Lei Zhang · 6 years ago
  53. 170656e Add pixel tests for PDFs that use generation numbers. by Lei Zhang · 6 years ago
  54. 1c0de38 Exclude certain colorspace types for calculating transparency backdrop color. by Lei Zhang · 6 years ago
  55. 625255b Remove manual references to exe_and_shlib_deps by Tom Anderson · 6 years ago
  56. d06cc38 Make common page base class for XFA and non-XFA. by Tom Sepez · 6 years ago
  57. 0789714 [xfa] Dump JS errors to console in debug mode by Dan Sinclair · 6 years ago chromium/3446
  58. f0d9d28 Make CPDF_Document cache CPDF_Pages by Tom Sepez · 6 years ago
  59. 163b4a4 Implement handling --font-dir on Mac by Ryan Harrison · 6 years ago
  60. 491112b Add FPDFPath_GetDrawMode() API by Miklos Vajna · 6 years ago
  61. 16ccc8b Roll DEPS for build and buildtools. by Tom Anderson · 6 years ago
  62. a210ee1 Pass a CFX_Matrix by reference in font code. by Lei Zhang · 6 years ago chromium/3445
  63. 6af5369 [xfa] Propagate the xfa change data for text to JS and back. by Dan Sinclair · 6 years ago
  64. 162a31a Get rid of FXARGB_MAKE macro. by Lei Zhang · 6 years ago
  65. ac8357b Revert 'Remove almost all usages of CFX_FixedBufGrow with std::vector' by Nicolas Pena · 6 years ago chromium/3444
  66. fffdeeb Add const/non-const versions of remaining CPDF_Dictionary methods. by Lei Zhang · 6 years ago
  67. 45a5524 Replace some ifdef PDF_ENABLE_XFA, part 3. by Tom Sepez · 6 years ago chromium/3442 chromium/3443
  68. ca027339 Replace some #ifdefs PDF_ENABLE_XFA, part 2. by Tom Sepez · 6 years ago
  69. df93cd3 Replace some #ifdef PDF_ENABLE_XFA with runtime checks. by Tom Sepez · 6 years ago
  70. 2aa4b2f Make CPDF_Page retainable. by Tom Sepez · 6 years ago
  71. b1ec280 Add proper const/non-const versions of CPDF_Dictionary::GetDictFor(). by Lei Zhang · 6 years ago
  72. de579ab Add proper const/non-const versions of CPDF_Dictionary::GetArrayFor(). by Lei Zhang · 6 years ago
  73. 5cee3f2 Mark more CPDF_Objects as const in action and bookmark code. by Lei Zhang · 6 years ago
  74. 1f17bd7 Mark more CPDF_Objects as const in font code. by Lei Zhang · 6 years ago
  75. fa4d93a Move fuzzers to testing/fuzzers. by Lei Zhang · 6 years ago
  76. 0d86f76 Add proper const/non-const versions of CPDF_Dictionary::GetStreamFor(). by Lei Zhang · 6 years ago chromium/3441
  77. 2d3a785 Remove CPDF_FormField::{Insert,Clear}Option by Tom Sepez · 6 years ago
  78. d4d645a Reserve space for code words when creating encoder context by Ryan Harrison · 6 years ago
  79. 710fa99 Mark CPDF_Object pointers in pattern code as const. by Lei Zhang · 6 years ago
  80. cbf1550 [xfa] Generate CXFA_EventParam.newText dynamically by Dan Sinclair · 6 years ago
  81. 4ba7620 [xfa] Add missing xfa.event.cancelAction property by Dan Sinclair · 6 years ago
  82. a2bb072 [xfa] Clamp selStart, selEnd values in CJX_EventPseudoModel by Dan Sinclair · 6 years ago
  83. da060ba [xfa] Restrict the editable xfa.change properties by Dan Sinclair · 6 years ago
  84. 0913752 [xfa] Rename pValue to pReturn for clarity by Dan Sinclair · 6 years ago
  85. 08d9f6e [xfa] Allow accessing the event changed parameter from JS. by Dan Sinclair · 6 years ago
  86. be0f656 Add code to display XFA JS log messages by Dan Sinclair · 6 years ago
  87. 97db69f CPDF_HintTables should not try to read 0 bits. by Lei Zhang · 6 years ago
  88. 5bf772b Do some variable cleanup in CJBig2_Context by Nicolas Pena · 6 years ago
  89. 18f7fbc Mark some pointers as non-const in CPDF_NameTree. by Lei Zhang · 6 years ago
  90. dbf13f6 Improve constness for more CPDF_Objects pointers. by Lei Zhang · 6 years ago
  91. 7e33dbe Remove GetBits32(). by Lei Zhang · 6 years ago
  92. 105ea1c Avoid repeated calculations in CFX_BitStream::GetBits(). by Lei Zhang · 6 years ago
  93. 9425006 Add unit test for CFX_BitStream. by Lei Zhang · 6 years ago
  94. 602f06c [xfa] Skip text length check for empty text fields by Dan Sinclair · 6 years ago chromium/3439
  95. d0f10a8 Fix linking errors in fuzzer targets. by Lei Zhang · 6 years ago
  96. 529b13a Move SkFloatToDecimal pow10 inside anonymous namespace by Dan Sinclair · 6 years ago
  97. 86688de Make friend RetainPtr<T> statements consistently public. by Lei Zhang · 6 years ago
  98. 96c9517 Fix nits in fxjs. by Lei Zhang · 6 years ago
  99. 0fe8910 Simplify CPDF_ShadingPattern::Validate(). by Lei Zhang · 6 years ago
  100. 7f472cd Remove useless CPDFSDK_Widget::SetDefaultValue(). by Lei Zhang · 6 years ago chromium/3438