1. 5cee3f2 Mark more CPDF_Objects as const in action and bookmark code. by Lei Zhang · 6 years ago
  2. 1f17bd7 Mark more CPDF_Objects as const in font code. by Lei Zhang · 6 years ago
  3. fa4d93a Move fuzzers to testing/fuzzers. by Lei Zhang · 6 years ago
  4. 0d86f76 Add proper const/non-const versions of CPDF_Dictionary::GetStreamFor(). by Lei Zhang · 6 years ago
  5. 2d3a785 Remove CPDF_FormField::{Insert,Clear}Option by Tom Sepez · 6 years ago
  6. d4d645a Reserve space for code words when creating encoder context by Ryan Harrison · 6 years ago
  7. 710fa99 Mark CPDF_Object pointers in pattern code as const. by Lei Zhang · 6 years ago
  8. cbf1550 [xfa] Generate CXFA_EventParam.newText dynamically by Dan Sinclair · 6 years ago
  9. 4ba7620 [xfa] Add missing xfa.event.cancelAction property by Dan Sinclair · 6 years ago
  10. a2bb072 [xfa] Clamp selStart, selEnd values in CJX_EventPseudoModel by Dan Sinclair · 6 years ago
  11. da060ba [xfa] Restrict the editable xfa.change properties by Dan Sinclair · 6 years ago
  12. 0913752 [xfa] Rename pValue to pReturn for clarity by Dan Sinclair · 6 years ago
  13. 08d9f6e [xfa] Allow accessing the event changed parameter from JS. by Dan Sinclair · 6 years ago
  14. be0f656 Add code to display XFA JS log messages by Dan Sinclair · 6 years ago
  15. 97db69f CPDF_HintTables should not try to read 0 bits. by Lei Zhang · 6 years ago
  16. 5bf772b Do some variable cleanup in CJBig2_Context by Nicolas Pena · 6 years ago
  17. 18f7fbc Mark some pointers as non-const in CPDF_NameTree. by Lei Zhang · 6 years ago
  18. dbf13f6 Improve constness for more CPDF_Objects pointers. by Lei Zhang · 6 years ago
  19. 7e33dbe Remove GetBits32(). by Lei Zhang · 6 years ago
  20. 105ea1c Avoid repeated calculations in CFX_BitStream::GetBits(). by Lei Zhang · 6 years ago
  21. 9425006 Add unit test for CFX_BitStream. by Lei Zhang · 6 years ago
  22. 602f06c [xfa] Skip text length check for empty text fields by Dan Sinclair · 6 years ago
  23. d0f10a8 Fix linking errors in fuzzer targets. by Lei Zhang · 6 years ago
  24. 529b13a Move SkFloatToDecimal pow10 inside anonymous namespace by Dan Sinclair · 6 years ago
  25. 86688de Make friend RetainPtr<T> statements consistently public. by Lei Zhang · 6 years ago
  26. 96c9517 Fix nits in fxjs. by Lei Zhang · 6 years ago
  27. 0fe8910 Simplify CPDF_ShadingPattern::Validate(). by Lei Zhang · 6 years ago
  28. 7f472cd Remove useless CPDFSDK_Widget::SetDefaultValue(). by Lei Zhang · 6 years ago
  29. a2edb51 Fix a regression with missing text. by Lei Zhang · 6 years ago
  30. 71501b5 Add test case for a font substitution regression. by Lei Zhang · 6 years ago
  31. 59cc386 Order CHKs in alphabetical order within each file by Nicolas Pena · 6 years ago
  32. 101da6b Remove JBIG2_memcpy() and JBIG2_memset(). by Lei Zhang · 6 years ago
  33. 1f4d849 Remove return value from CJBig2_Image::SetPixel(). by Lei Zhang · 6 years ago
  34. 47b75ce Fix method style in JBig2_Image. by Lei Zhang · 6 years ago
  35. 366df7f Add FPDFPageObj_GetStrokeWidth() API by Miklos Vajna · 6 years ago
  36. 11bb178 Remove useless CPWL_ListBox::KillFocus(). by Lei Zhang · 6 years ago
  37. a3ee6a0 Fix spaces too wide in XFA Dropdown. by Henrique Nakashima · 6 years ago
  38. b9d556e Declare some variables closer to when used in CFX_FontMapper. by Lei Zhang · 6 years ago
  39. 588a35b Avoid indexing into std::vector inside a tight loop. by Lei Zhang · 6 years ago
  40. 9e17392 Fix small typo in common.py by Ryan Harrison · 6 years ago
  41. 377bd93 Fix issues with XFA font loading by Ryan Harrison · 6 years ago
  42. dd8da5e Add check that --font-dir is actually a directory by Ryan Harrison · 6 years ago
  43. c524fc9 More overflow checks in bidi code by Dan Sinclair · 6 years ago
  44. c647ed6 Deprecate several Path/Text APIs. by Nicolas Pena · 6 years ago
  45. 30f739c Make CXFA_LayoutProcessor an UnownedPtr in CXFA_FFDocView by Dan Sinclair · 6 years ago
  46. 902a228 Roll third_party/freetype/src/ 2157d8fa6..9e345c911 (9 commits) by Lei Zhang · 6 years ago
  47. 524b2c1 Annotate CFX_ImageTransformer with LIKELY(). by Lei Zhang · 6 years ago
  48. d99d5e3 Add comment about cleaning binding nodes by Dan Sinclair · 6 years ago
  49. 3689975 Expose CJBig2_Image::ComposeTo() as a public method. by Lei Zhang · 6 years ago
  50. 4b220c6 Avoid fmodf() in CFX_BilinearMatrix. by Lei Zhang · 6 years ago
  51. 512509a Consolidate identical code in CJBig2_TRDProc. by Lei Zhang · 6 years ago
  52. dc5d88b Convert JS execute methods to return Optional<IJS_Runtime::JS_Error> by Dan Sinclair · 6 years ago
  53. db3c6ce Update third_party/base/compiler_specific.h. by Lei Zhang · 6 years ago
  54. 1c0da4b Move JBig2 HuffmanTables into JBig2_HuffmanTable.cpp by Nicolas Pena · 6 years ago
  55. 98ec533 Add support for PartionRealloc to return nullptr by Ryan Harrison · 6 years ago
  56. cda8e00 Update third_party/base/bits.h. by Lei Zhang · 6 years ago
  57. 468652f Remove some more unused #defines by Tom Sepez · 6 years ago
  58. 1282217 Move FX_LBUN shorthand codes from .h to .cpp file by Tom Sepez · 6 years ago
  59. 33515fb Do more optimizations to make FindBit() faster. by Lei Zhang · 6 years ago
  60. debd2d2 Use pdfium::span<> in cpdf_crypto_handler.h by Tom Sepez · 6 years ago
  61. c8f4e72 Avoid a memset() in FindBit() in the fax codec. by Lei Zhang · 6 years ago
  62. 2be77a4 Remove two unused #defines in cjs_globaldata.cpp. by Tom Sepez · 6 years ago
  63. 7675a24 Convert CJX_Object::Set* methods to return void by Dan Sinclair · 6 years ago
  64. 6facd15 Use pdfium::span<> in cpdf_creator. by Tom Sepez · 6 years ago
  65. fc0bbda core: allow building against system icu-uc by Miklos Vajna · 6 years ago
  66. 67268cd Cleanup CPDF_ContentParser by Dan Sinclair · 6 years ago
  67. 977f937 Use pdfium::span<> in CPDF_Encryptor by Tom Sepez · 6 years ago
  68. 5cf3057 Remove CFX_BidiLine by Dan Sinclair · 6 years ago
  69. adbf41e Convert Formcalc ToJavascript to a pointer WideTextBuf by Dan Sinclair · 6 years ago
  70. 99a046a Use CheckedNumeric in CFX_RTFBreak::AppendChar_Others by Dan Sinclair · 6 years ago
  71. a68ee04 Verify bidi pos is within range before accessing by Dan Sinclair · 6 years ago
  72. c3aa483 Remove unused methods from CFX_BreakLine by Dan Sinclair · 6 years ago
  73. c8fd054 Remove CFX_BreakLine::CountPieces by Dan Sinclair · 6 years ago
  74. 22b448a Remove CFX_BreakLine::CountChars by Dan Sinclair · 6 years ago
  75. 16e9ecf Use {{streamlen}} macro in testing/resources/javascript/*.in by Tom Sepez · 6 years ago
  76. 6137483 Cap size of exponent when converting floats by Dan Sinclair · 6 years ago
  77. 6595905 Use {{trailer}} macro in testing/resources/javascript/*.in by Tom Sepez · 6 years ago
  78. bcb8152 Test app.beep() in standalone PDFium. by Tom Sepez · 6 years ago
  79. 68c15ce Break CPDF_CotnentParser::Continue into pieces by Dan Sinclair · 6 years ago
  80. 473b4ae Lower the limit of image dimensions for fax codecs. by Lei Zhang · 6 years ago
  81. 12401f7 Read data in bigger chunks in fax codec code. by Lei Zhang · 6 years ago
  82. ce03169 Clean up CBC_ASCIIEncoder. by Lei Zhang · 6 years ago
  83. 96805eb Return earlier in CPDF_TextPage::ProcessInsertObject() when possible. by Lei Zhang · 6 years ago
  84. 08d96f1 Simplify various functions in CPDF_TextPage. by Lei Zhang · 6 years ago
  85. a7ff4dc Cleanup CPDF_Form parsing code by Dan Sinclair · 6 years ago
  86. 77c223b Use internal wcstof instead of system wcstod in formcalc lexer by Dan Sinclair · 6 years ago
  87. ff3d00d Add regression test for XFA crash under CPDF_LinkList::GetPageLinks(). by Tom Sepez · 6 years ago
  88. d81544b Cleanup unused members of CFWL_MonthCalendar. by Henrique Nakashima · 6 years ago
  89. 23f5585 Remove dead code from CFWL_WidgetMgr. by Henrique Nakashima · 6 years ago
  90. 22c2444 Merge some values of JBig2_Result by Nicolas Pena · 6 years ago
  91. e20f0c4 Add option to run safetynet_compare.py without a profiler. by Henrique Nakashima · 6 years ago
  92. 82cb809 Prepare image comparison in safetynet_compare.py to work in nightly run. by Henrique Nakashima · 6 years ago
  93. 47a4f41 Remove unused CFWL_FormProxy. by Henrique Nakashima · 6 years ago
  94. 626a093 Rename last CFWL_ComboBox::DisForm* methods. by Henrique Nakashima · 6 years ago
  95. 69594dd Remove more dead code from CFWL_ComboBox. by Henrique Nakashima · 6 years ago
  96. d6cdd0d Remove CFWL_Widget::SetFocus(). It is non-op. by Henrique Nakashima · 6 years ago
  97. b222dbb Inline or renamed more CFWL_ComboBox::DisForm methods. by Henrique Nakashima · 6 years ago
  98. d1de2f3 Remove CFWL_ComboBoxProxy. by Henrique Nakashima · 6 years ago
  99. d291416 Reland "Filter out "Type" and "DecodeParms" from trailer keys." by Henrique Nakashima · 6 years ago
  100. 9201cec Inline Disform_* methods. by Henrique Nakashima · 6 years ago