1. a2edb51 Fix a regression with missing text. by Lei Zhang · 6 years ago
  2. 71501b5 Add test case for a font substitution regression. by Lei Zhang · 6 years ago
  3. 59cc386 Order CHKs in alphabetical order within each file by Nicolas Pena · 6 years ago
  4. 101da6b Remove JBIG2_memcpy() and JBIG2_memset(). by Lei Zhang · 6 years ago
  5. 1f4d849 Remove return value from CJBig2_Image::SetPixel(). by Lei Zhang · 6 years ago
  6. 47b75ce Fix method style in JBig2_Image. by Lei Zhang · 6 years ago
  7. 366df7f Add FPDFPageObj_GetStrokeWidth() API by Miklos Vajna · 6 years ago
  8. 11bb178 Remove useless CPWL_ListBox::KillFocus(). by Lei Zhang · 6 years ago
  9. a3ee6a0 Fix spaces too wide in XFA Dropdown. by Henrique Nakashima · 6 years ago
  10. b9d556e Declare some variables closer to when used in CFX_FontMapper. by Lei Zhang · 6 years ago
  11. 588a35b Avoid indexing into std::vector inside a tight loop. by Lei Zhang · 6 years ago chromium/3437
  12. 9e17392 Fix small typo in common.py by Ryan Harrison · 6 years ago chromium/3435 chromium/3436
  13. 377bd93 Fix issues with XFA font loading by Ryan Harrison · 6 years ago
  14. dd8da5e Add check that --font-dir is actually a directory by Ryan Harrison · 6 years ago chromium/3434
  15. c524fc9 More overflow checks in bidi code by Dan Sinclair · 6 years ago
  16. c647ed6 Deprecate several Path/Text APIs. by Nicolas Pena · 6 years ago
  17. 30f739c Make CXFA_LayoutProcessor an UnownedPtr in CXFA_FFDocView by Dan Sinclair · 6 years ago
  18. 902a228 Roll third_party/freetype/src/ 2157d8fa6..9e345c911 (9 commits) by Lei Zhang · 6 years ago
  19. 524b2c1 Annotate CFX_ImageTransformer with LIKELY(). by Lei Zhang · 6 years ago
  20. d99d5e3 Add comment about cleaning binding nodes by Dan Sinclair · 6 years ago
  21. 3689975 Expose CJBig2_Image::ComposeTo() as a public method. by Lei Zhang · 6 years ago
  22. 4b220c6 Avoid fmodf() in CFX_BilinearMatrix. by Lei Zhang · 6 years ago
  23. 512509a Consolidate identical code in CJBig2_TRDProc. by Lei Zhang · 6 years ago
  24. dc5d88b Convert JS execute methods to return Optional<IJS_Runtime::JS_Error> by Dan Sinclair · 6 years ago
  25. db3c6ce Update third_party/base/compiler_specific.h. by Lei Zhang · 6 years ago
  26. 1c0da4b Move JBig2 HuffmanTables into JBig2_HuffmanTable.cpp by Nicolas Pena · 6 years ago
  27. 98ec533 Add support for PartionRealloc to return nullptr by Ryan Harrison · 6 years ago
  28. cda8e00 Update third_party/base/bits.h. by Lei Zhang · 6 years ago
  29. 468652f Remove some more unused #defines by Tom Sepez · 6 years ago
  30. 1282217 Move FX_LBUN shorthand codes from .h to .cpp file by Tom Sepez · 6 years ago
  31. 33515fb Do more optimizations to make FindBit() faster. by Lei Zhang · 6 years ago chromium/3433
  32. debd2d2 Use pdfium::span<> in cpdf_crypto_handler.h by Tom Sepez · 6 years ago
  33. c8f4e72 Avoid a memset() in FindBit() in the fax codec. by Lei Zhang · 6 years ago
  34. 2be77a4 Remove two unused #defines in cjs_globaldata.cpp. by Tom Sepez · 6 years ago
  35. 7675a24 Convert CJX_Object::Set* methods to return void by Dan Sinclair · 6 years ago
  36. 6facd15 Use pdfium::span<> in cpdf_creator. by Tom Sepez · 6 years ago
  37. fc0bbda core: allow building against system icu-uc by Miklos Vajna · 6 years ago
  38. 67268cd Cleanup CPDF_ContentParser by Dan Sinclair · 6 years ago
  39. 977f937 Use pdfium::span<> in CPDF_Encryptor by Tom Sepez · 6 years ago
  40. 5cf3057 Remove CFX_BidiLine by Dan Sinclair · 6 years ago
  41. adbf41e Convert Formcalc ToJavascript to a pointer WideTextBuf by Dan Sinclair · 6 years ago
  42. 99a046a Use CheckedNumeric in CFX_RTFBreak::AppendChar_Others by Dan Sinclair · 6 years ago
  43. a68ee04 Verify bidi pos is within range before accessing by Dan Sinclair · 6 years ago
  44. c3aa483 Remove unused methods from CFX_BreakLine by Dan Sinclair · 6 years ago
  45. c8fd054 Remove CFX_BreakLine::CountPieces by Dan Sinclair · 6 years ago
  46. 22b448a Remove CFX_BreakLine::CountChars by Dan Sinclair · 6 years ago
  47. 16e9ecf Use {{streamlen}} macro in testing/resources/javascript/*.in by Tom Sepez · 6 years ago
  48. 6137483 Cap size of exponent when converting floats by Dan Sinclair · 6 years ago
  49. 6595905 Use {{trailer}} macro in testing/resources/javascript/*.in by Tom Sepez · 6 years ago
  50. bcb8152 Test app.beep() in standalone PDFium. by Tom Sepez · 6 years ago
  51. 68c15ce Break CPDF_CotnentParser::Continue into pieces by Dan Sinclair · 6 years ago
  52. 473b4ae Lower the limit of image dimensions for fax codecs. by Lei Zhang · 6 years ago chromium/3432
  53. 12401f7 Read data in bigger chunks in fax codec code. by Lei Zhang · 6 years ago
  54. ce03169 Clean up CBC_ASCIIEncoder. by Lei Zhang · 6 years ago
  55. 96805eb Return earlier in CPDF_TextPage::ProcessInsertObject() when possible. by Lei Zhang · 6 years ago
  56. 08d96f1 Simplify various functions in CPDF_TextPage. by Lei Zhang · 6 years ago
  57. a7ff4dc Cleanup CPDF_Form parsing code by Dan Sinclair · 6 years ago chromium/3431
  58. 77c223b Use internal wcstof instead of system wcstod in formcalc lexer by Dan Sinclair · 6 years ago
  59. ff3d00d Add regression test for XFA crash under CPDF_LinkList::GetPageLinks(). by Tom Sepez · 6 years ago
  60. d81544b Cleanup unused members of CFWL_MonthCalendar. by Henrique Nakashima · 6 years ago
  61. 23f5585 Remove dead code from CFWL_WidgetMgr. by Henrique Nakashima · 6 years ago
  62. 22c2444 Merge some values of JBig2_Result by Nicolas Pena · 6 years ago
  63. e20f0c4 Add option to run safetynet_compare.py without a profiler. by Henrique Nakashima · 6 years ago chromium/3430
  64. 82cb809 Prepare image comparison in safetynet_compare.py to work in nightly run. by Henrique Nakashima · 6 years ago chromium/3429
  65. 47a4f41 Remove unused CFWL_FormProxy. by Henrique Nakashima · 6 years ago
  66. 626a093 Rename last CFWL_ComboBox::DisForm* methods. by Henrique Nakashima · 6 years ago chromium/3428
  67. 69594dd Remove more dead code from CFWL_ComboBox. by Henrique Nakashima · 6 years ago
  68. d6cdd0d Remove CFWL_Widget::SetFocus(). It is non-op. by Henrique Nakashima · 6 years ago
  69. b222dbb Inline or renamed more CFWL_ComboBox::DisForm methods. by Henrique Nakashima · 6 years ago
  70. d1de2f3 Remove CFWL_ComboBoxProxy. by Henrique Nakashima · 6 years ago
  71. d291416 Reland "Filter out "Type" and "DecodeParms" from trailer keys." by Henrique Nakashima · 6 years ago
  72. 9201cec Inline Disform_* methods. by Henrique Nakashima · 6 years ago
  73. 466bd4f Revert "Filter out "Type" and "DecodeParms" from trailer keys." by Henrique Nakashima · 6 years ago
  74. ce7a815 Remove CFWL_WidgetMgr::IsFormDisabled(). by Henrique Nakashima · 6 years ago
  75. ddfa517 Use more smart pointer types in CPDF_DIBSource. by Tom Sepez · 6 years ago
  76. 5e0b271 Fixup ASSERT in Bidi handling; Add bidi fuzzer. by Dan Sinclair · 6 years ago
  77. 5ad45e2 Cleanup formcalc method generation by Dan Sinclair · 6 years ago chromium/3427
  78. 660843f Clean up post review comments by Ryan Harrison · 6 years ago
  79. 80302c7 Use test_dir instead of 'pdfium' for source type by Ryan Harrison · 6 years ago
  80. 3d1ab2d Add CPDF_Transparency. by Lei Zhang · 6 years ago
  81. f4f19b5 Make GetTestDataDir() work in a non-standalone checkout. by Lei Zhang · 6 years ago
  82. 2db7eda Fix destruction order in CPDF_Dibsource. by Tom Sepez · 6 years ago
  83. 401e618 Remove a completeness check from CJBig2_GRRDProc::DecodeTemplate0Opt by Nicolas Pena · 6 years ago
  84. 9506137 Do not build BMP when codec is disabled by Ryan Harrison · 6 years ago
  85. 35557c3 Change formcalc javascript method output by Dan Sinclair · 6 years ago
  86. ad18d2f Use enum class instead of int in CJBig2_Context by Nicolas Pena · 6 years ago chromium/3426
  87. 3774c7a Add proper const/non-const versions of CPDF_Array methods. by Lei Zhang · 6 years ago
  88. 7e28208 Add proper const/non-const versions of CPDF_Object methods. by Lei Zhang · 6 years ago
  89. 52489ee safetynet_compare.py generates pngs to compare visually by Henrique Nakashima · 6 years ago
  90. 8198130 Split the MaybeOwned CPDF_Dictionary in CPDF_FlateEncoder. by Lei Zhang · 6 years ago
  91. 607f3cd Do not build GIF when codec is disabled by Ryan Harrison · 6 years ago
  92. d5d4845 Do not build PNG when codec is disabled by Ryan Harrison · 6 years ago
  93. 54ef2cb Mark numerious pointers as const. by Lei Zhang · 6 years ago
  94. a44b288 Add constants for PDF 1.7 spec, table 7.13. by Lei Zhang · 6 years ago
  95. 56b272e Break backcolor code out of CPDF_RenderStatus::LoadSMask(). by Lei Zhang · 6 years ago
  96. 575ceba Make memory usage in CJBig2_HTRDProc::DecodeImage() O(1). by Lei Zhang · 6 years ago
  97. 27924e6 Do not build TIFF when codec is disabled by Ryan Harrison · 6 years ago
  98. 5f7c5be Filter out "Type" and "DecodeParms" from trailer keys. by Henrique Nakashima · 6 years ago
  99. df1298a Add several FPDFPageObj_* APIs by Nicolas Pena · 6 years ago chromium/3425
  100. 7b094f8 Revert "Ensure that XFA Pages always have a corresponding PDF page" by Henrique Nakashima · 6 years ago