1. 65be34f Change two memcpys to iterator form of vector constructor. by Tom Sepez · 6 years ago
  2. 59d2a59 Rename FPDF_RenderPage_Retail() to RenderPageWithContext() by Tom Sepez · 6 years ago
  3. 4dc8c50 Make ContentParam::m_Name be a ByteString. by Tom Sepez · 6 years ago
  4. 6719c2f Initialize CBC_OneDimWriter members in the header. by Lei Zhang · 6 years ago
  5. 7557e7b Add basic tests for some annotation APIs. by Lei Zhang · 6 years ago
  6. 7a956ed Use safe math in MatchFloatRange(). by Tom Sepez · 6 years ago
  7. 61f1d62 Reland "Introduce FX_Number class as a replacement for FX_atonum()." by Tom Sepez · 6 years ago
  8. 725f544 Disable FPDFEditEmbeddertest.AddCIDFontText by Tom Sepez · 6 years ago
  9. a2fc263 Reland "Make things more const-y" by Tom Sepez · 6 years ago
  10. 29e1803 Revert "Introduce FX_Number class as a replacement for FX_atonum()." by Tom Sepez · 6 years ago
  11. 5700d9e Revert "Make things more const-y" by Tom Sepez · 6 years ago
  12. 26b2867 Test that FX_TryRealloc failure leaves original contents intact by Tom Sepez · 6 years ago
  13. 882ed81 Make things more const-y by Ryan Harrison · 6 years ago
  14. a5d7ad3 Introduce FX_Number class as a replacement for FX_atonum(). by Tom Sepez · 6 years ago
  15. aebace3 Remove cq_name from cq.cfg. by Lei Zhang · 6 years ago
  16. 394bb20 Add skia_paths try bots. by Lei Zhang · 6 years ago
  17. 01c91e4 Roll testing/corpus/ e1005e0e7..6cd71979b (1 commit) by Lei Zhang · 6 years ago
  18. 5b9a0a9 Optimize CPDF_CMapParser by Ryan Harrison · 6 years ago
  19. 987416d Avoid out of bound access in ClipAngledGradient(). by Lei Zhang · 6 years ago
  20. b4c1b01 Fix pdf_use_skia_paths build after commit 048d7f7c. by Lei Zhang · 6 years ago
  21. 657a1aa Set correct stream index when parsing is done in several steps. by Henrique Nakashima · 6 years ago
  22. 5c86fd4 Small optimizations for CBC_HighLevelEncoder::lookAheadTest by Ryan Harrison · 6 years ago
  23. 7a45d57 Fix a regression in CJBig2_Context::HuffmanAssignCode(). by Lei Zhang · 6 years ago
  24. 9039169 Do not copy data in DecodeAllScanlines(). by Lei Zhang · 6 years ago
  25. bb06ae5 Make flate decode functions' buffer out parameter unique_ptrs. by Lei Zhang · 6 years ago
  26. c2f404f Make RunLengthDecode()'s buffer out parameter a unique_ptr. by Lei Zhang · 6 years ago
  27. 8365e76 Make HexDecode()'s buffer out parameter a unique_ptr. by Lei Zhang · 6 years ago
  28. 8550a2d Remove check for clean branch from safetynet_job.py. by Henrique Nakashima · 6 years ago
  29. a5078b7 Save and reload document in RemoveMarkedObjectsPrime test. by Henrique Nakashima · 6 years ago
  30. 5fea8ca Force gclient sync in safetynet_compare.py. by Henrique Nakashima · 6 years ago
  31. 26fbb03 Revert "Discard deps that are not sync'ed anymore in safetynet_compare.py." by Henrique Nakashima · 6 years ago
  32. 1881cb7 Rename CFX_GifContext::ReadData() to ReadAllOrNone() by Tom Sepez · 6 years ago
  33. aaff8f8 Discard deps that are not sync'ed anymore in safetynet_compare.py. by Henrique Nakashima · 6 years ago
  34. 59d2166 Fix integer overflow in LoadCryptInfo. by Henrique Nakashima · 6 years ago
  35. ad37048 Roll third_party/freetype/src/ 2c8e6279a..f8af8fba7 (34 commits) by Nicolas Pena · 6 years ago
  36. cc5f350 Update libpng from 1.6.22 -> 1.6.34 by Ryan Harrison · 6 years ago
  37. 424621e Revert "Update libpng from 1.6.22 -> 1.6.34" by Lei Zhang · 6 years ago
  38. d51c66c Consolidate some common code in ccoded_progressivedecoder. by Tom Sepez · 6 years ago
  39. 76188c5 Fix some more span/memcpy interactions. by Tom Sepez · 6 years ago
  40. 73e97f4 Avoid CHECK in fpdf_parser_decode.cpp (memcpy empty span) by Tom Sepez · 6 years ago
  41. 6b2e2f0 Update libpng from 1.6.22 -> 1.6.34 by Ryan Harrison · 6 years ago
  42. d8b5fea Remove unneeded fpdf_parser_decode.h #includes. by Lei Zhang · 6 years ago
  43. a38996b Remove avail_buf out argument from GetAvailInput() methods. by Tom Sepez · 6 years ago
  44. ca3a100 Simplify radial shading. by Henrique Nakashima · 6 years ago
  45. 53701cd Use more UnownedPtrs in CFXJSE_Engine. by Lei Zhang · 6 years ago
  46. 53038b6 Roll third_party/freetype/src/ 96b5e5009..2c8e6279a7b (38 commits) by Nicolas Pena · 6 years ago
  47. a6325f8 Test for radial shading when start is a point on border of end circle. by Henrique Nakashima · 6 years ago
  48. be1b71a Roll third_party/icu/ e4194dc7b..c56c67199 (8 commits) by Lei Zhang · 6 years ago
  49. 2c0ef6a Fix radial shading when start circle is a point in the center of end circle. by Henrique Nakashima · 6 years ago
  50. b2d2596 Stop checking out GYP. by Lei Zhang · 6 years ago
  51. d4e7ca0 Add unit test for AutoRestorer<> on smart pointer types. by Tom Sepez · 6 years ago
  52. 3b83e83 Use pdfium::span<> arg in A85 and RLE encoder methods by Tom Sepez · 6 years ago
  53. 07388ca Use span<> in CFX_FontMgr by Tom Sepez · 6 years ago
  54. b6e7d49 Roll v8 to 19afaa14 by Lei Zhang · 6 years ago
  55. d198edd Stop using deprecated V8 APIs in CFXJSE_Value. by Lei Zhang · 6 years ago
  56. 81a3c24 Add check on CGATS memory allocation in littlecms. by Lei Zhang · 6 years ago
  57. 678f541 Fix lifetime issue in CCodec_ProgressiveDecoder. by Tom Sepez · 6 years ago
  58. e70aff8 Stop using deprecated V8 APIs in CFXJSE_Context. by Lei Zhang · 6 years ago
  59. 20c41a5 Use pdfium::span<>/UnownedPtr in CFX_Font. by Tom Sepez · 6 years ago
  60. 8020fd8 Stop using deprecated V8 APIs in CFXJSE_Class. by Lei Zhang · 6 years ago
  61. b6dbcb2 Change explicit suppression of warning 4267 to a config based suppression. by Will Harris · 6 years ago
  62. d5f4279 Stop using deprecated V8 APIs in CJS_Runtime. by Lei Zhang · 6 years ago
  63. 9e90e79 Fix radial shading when center of start point is on the border of an end circle. by Henrique Nakashima · 6 years ago
  64. 456e970 Remove FPDFDOC_ prefix from non-public functions by Tom Sepez · 6 years ago
  65. 1934a24 Use pdfium::span<> in fpdf_parser_decode.h helper functions. by Tom Sepez · 6 years ago
  66. b2b1f55 Stop using deprecated V8 APIs in CJS_GlobalArrays. by Lei Zhang · 6 years ago
  67. 803cf76 Remove FPDFAPI_ prefix from internal cid/encoder functions by Tom Sepez · 6 years ago
  68. d2e4698 Reduce the number of CFXJSE_ResolveProcessor::GetNodeHelper() calls. by Lei Zhang · 6 years ago
  69. ee68cd1 Move XFA_RESOLVENODE_TagName to xfa_resolvenode_rs.h. by Lei Zhang · 6 years ago
  70. 5b34656 Stop using deprecated V8 APIs in CJS_Global. by Lei Zhang · 6 years ago
  71. b719bc4 Use pdfium::span<> in more image modules by Tom Sepez · 6 years ago
  72. da379c7 Stop using deprecated v8::ObjectTemplate::NewInstance(). by Lei Zhang · 6 years ago
  73. cf59f80 Initialize some CFXJSE_Engine members in the header. by Lei Zhang · 6 years ago
  74. 48cd65d Rename remaining fx_codec*.cpp to match class and .h file name by Tom Sepez · 6 years ago
  75. 126927e Use std::span<> in CCodec_JPEGModule by Tom Sepez · 6 years ago
  76. 4d92af5 Handle non-printing characters at beginning of extraction region by Ryan Harrison · 6 years ago
  77. 3321f15 Make built-in JS console compatible with Adobe's console. by Henrique Nakashima · 6 years ago
  78. 7e4fff7 Let CCodec_ProgressiveDecoder::m_pSrcBuf outlive contexts by Tom Sepez · 6 years ago
  79. f2615a3 Rework CCODEC_ProgressiveDecoder. by Tom Sepez · 6 years ago
  80. 991f5b7 Use pdfium::span<> in CCodec_RLScanlineDecoder by Tom Sepez · 6 years ago
  81. 5586545 The final game: mark everything final. by Tom Sepez · 6 years ago
  82. 76525c4 Remove unnecessary ToArray() calls and locals in CPDF_Dest. by Lei Zhang · 6 years ago
  83. 2e6d2b5 Roll v8/ 9cf8abb7c..ff6b34b46 (689 commits) by Lei Zhang · 6 years ago
  84. d322062 Add a "lastchange" hook. by Lei Zhang · 6 years ago
  85. 441ef21 More cleanup in CPDF_TextPage by Nicolas Pena · 6 years ago
  86. e6ff2eb Rename CFX_DIBSource to CFX_DIBBase. by Tom Sepez · 6 years ago
  87. 16d18d9 Use span<uint8_t> in more fxcodec code. by Tom Sepez · 6 years ago
  88. 1cb4d6b Cleanup CalculateBaseSpace in CPDF_TextPage by Nicolas Pena · 6 years ago
  89. ce26d7d Change CPDF_MetadataTest test data to static const char data[]. by Lei Zhang · 6 years ago
  90. 284c513 Fix a bug in make_expected.sh. by Lei Zhang · 6 years ago
  91. 367ed46 Use pdfium::span<> in CPDF_Stream::SetData(). by Tom Sepez · 6 years ago
  92. c1dde5d Pass unique_ptr<> to CFX_MemoryStream constructor by Tom Sepez · 6 years ago
  93. a41801e Fix GCC build with V8 disabled. by Lei Zhang · 6 years ago
  94. 3a3a369 Enable warnings for shadowed variables by Ryan Harrison · 6 years ago
  95. 203339a Fix shadowed variables by Ryan Harrison · 6 years ago
  96. 3b45012 Remove CBC_BarcodeMatrix::m_matrixOut and just return the bit array. by Henrique Nakashima · 6 years ago
  97. e919ec1 Remove deprecated FPDFDest_GetPageIndex() API. by Lei Zhang · 6 years ago
  98. b4f2744 Remove bool arg from CFWL_Widget::GetBorderSize(). by Tom Sepez · 6 years ago
  99. 8ce49f8 Swap width and height params in CBC_BarcodeMatrix constructor. by Henrique Nakashima · 6 years ago
  100. 4c47285 Cleanup CPDF_TextPage::GetRectArray by Nicolas Pena · 6 years ago