1. 8a8437b Handle codepoints outside BMP in CFXJSE_FormCalcContext::Encode(). by Tom Sepez · 4 years, 5 months ago
  2. 8a0f76d Remove CFXJSE_Value::SetDate() and IsDate() by Tom Sepez · 4 years, 5 months ago chromium/3985
  3. af61c35 Take vectors from partition in CFX_BmpDecompressor by Tom Sepez · 4 years, 5 months ago
  4. f5065b3 Take buffers from the partition in CPDF_Creator by Tom Sepez · 4 years, 5 months ago
  5. dcd72e1 Avoid RetainPtr<Retainable>::As<CFX_TextUserData>() calls. by Tom Sepez · 4 years, 5 months ago
  6. db723f5 Test FormCalc Encode() function. by Tom Sepez · 4 years, 5 months ago
  7. 98b58ad Call FPDFPage_FormFieldZOrderAtPoint() from embedder test. by Tom Sepez · 4 years, 5 months ago chromium/3978 chromium/3979 chromium/3980 chromium/3981 chromium/3982 chromium/3983 chromium/3984
  8. 0957726 Improve embedder test coverage of FPDFBookmark_GetDest()/GetAction(). by Tom Sepez · 4 years, 5 months ago
  9. 473c983 Call two more app methods from JavaScript tests. by Tom Sepez · 4 years, 5 months ago
  10. 0a792a5 Put two more instances of std::vector<wchar_t> into the partition. by Tom Sepez · 4 years, 5 months ago
  11. f20323a Use PartitonAlloc to buffer some vectors in gif. by Tom Sepez · 4 years, 5 months ago
  12. e87972e Fix downcast in CXFA_FFTextEdit. by Tom Sepez · 4 years, 5 months ago chromium/3976 chromium/3977
  13. 26b030d Load the first-page xref stream in linearized PDFs. by Lei Zhang · 4 years, 5 months ago
  14. a6601d5 Fix LoadLinearizedAllCrossRefV4() to work properly. by Lei Zhang · 4 years, 5 months ago
  15. b7e48e9 Clean up some xref code in CPDF_Parser. by Lei Zhang · 4 years, 5 months ago
  16. 3a1dc14 Allocate CFX_Font::m_FontDataAllocation from the partition. by Tom Sepez · 4 years, 5 months ago
  17. af35239 Add another malloc(0) test. by Tom Sepez · 4 years, 5 months ago
  18. d89bfea Add a test for a non-embedded font with illegal CIDToGIDMap string. by Hui Yingst · 4 years, 5 months ago
  19. bcdac2a Use FxAllocAllocator in core/fxcrt std::vector<> of pure data. by Tom Sepez · 4 years, 5 months ago chromium/3974 chromium/3975
  20. 8a11888 Pass span<> arguments in fxbarcode/. by Tom Sepez · 4 years, 5 months ago
  21. 237c4dd Use span<> arguments in FAXModule and CJPX_Decoder. by Tom Sepez · 4 years, 5 months ago
  22. 87b9e3a Pass span<> arguments in GetPostScriptFromEmf(). by Tom Sepez · 4 years, 5 months ago
  23. f5531fc Pass argument as span<> to BMPModule::BmpReadScanline(). by Tom Sepez · 4 years, 5 months ago
  24. cc3d0ce Move FxFreeDeleter to fx_memory_wrappers.h by Tom Sepez · 4 years, 5 months ago
  25. b82d907 Add --reverse-byte-order flag to pdfium_test. by Lei Zhang · 4 years, 5 months ago
  26. d2f60ac Add a STL-compatible allocator backed by FX_Alloc() by Tom Sepez · 4 years, 5 months ago
  27. 36db9ee Add --reverse-byte-order flag to pdfium_diff. by Lei Zhang · 4 years, 5 months ago
  28. b872b4d Simplify image_diff_png::DecodePNG(). by Lei Zhang · 4 years, 5 months ago chromium/3973
  29. afce853 Add --reverse-byte-order flag to test_runner.py. by Lei Zhang · 4 years, 5 months ago
  30. 90a11ba Use PDF page base clip for Win32 rendering by Alan Screen · 4 years, 5 months ago
  31. cc22280 Remove CPDFSDK_FormFillEnvironment::{Extract,Insert,Replace}Pages(). by Tom Sepez · 4 years, 5 months ago
  32. 57eea9a Add test for current malloc(0) behavior. by Tom Sepez · 4 years, 5 months ago
  33. fe3ab67 Correctly handle javascript_tests test cases with no test expectations. by Lei Zhang · 4 years, 5 months ago
  34. 4332973 Reduce includes in fx_memory.h. by Lei Zhang · 4 years, 5 months ago
  35. 3054337 Format testing/tools with git cl format --python. by Lei Zhang · 4 years, 5 months ago
  36. 0e31fab Remove CRYPT_aes_context::encrypt and decrypt members. by Tom Sepez · 4 years, 5 months ago
  37. fec3341 Remove inline functions from fx_memory.h header. by Tom Sepez · 4 years, 5 months ago
  38. 7740980 Add CFWL_Widget::ScopedUpdateLock. by Lei Zhang · 4 years, 5 months ago chromium/3971 chromium/3972
  39. 3567c61 Make FSRECTFFromCFXFloatRect() return a FS_RECTF directly. by Lei Zhang · 4 years, 5 months ago
  40. 04db63b Roll build/ 381237e19..3ba4b9cdc (57 commits) by Lei Zhang · 4 years, 5 months ago
  41. dd1859e Roll tools/clang/ 22ecf175f..fdd604820 (14 commits) by Lei Zhang · 4 years, 5 months ago
  42. ede91b2 Roll buildtools/ fce87d1a3..140e4d7c4 (4 commits; 1 trivial rolls) by Lei Zhang · 4 years, 5 months ago
  43. f86f81a Add initial tests for SetClip_PathFill() by Alan Screen · 4 years, 5 months ago chromium/3970
  44. d021c9f Make |CXFA_FFField::m_pNormalWidget| private. by Lei Zhang · 4 years, 5 months ago
  45. f890245 Avoid more |CXFA_FFField::m_pNormalWidget| usage. by Lei Zhang · 4 years, 5 months ago
  46. dac2fca Use CXFA_FFField::GetNormalWidget() in more places. by Lei Zhang · 4 years, 5 months ago
  47. 501b8a7 Fix a crash in CXFA_FFComboBox::OpenDropDownList(). by Lei Zhang · 4 years, 5 months ago
  48. e0a5f1a Fix nits in FPDFEditPathEmbedderTest. by Lei Zhang · 4 years, 6 months ago
  49. 96befae Switch to C++14 by default. by Lei Zhang · 4 years, 6 months ago chromium/3967 chromium/3968 chromium/3969
  50. 1ff7d2b Roll v8/ 9ddd0c4c1..a423bb8be (1234 commits) by Lei Zhang · 4 years, 6 months ago
  51. b6aa074 Fix crash in FPDFPageObj_GetFillColor(). by Lei Zhang · 4 years, 6 months ago
  52. 2a444e1 Add another test for FPDFText_GetFontWeight(). by Lei Zhang · 4 years, 6 months ago
  53. 1afa8b6 Fix rendering issue regarding Type2 CIDFont with illegal CIDToCIDMap. by Hui Yingst · 4 years, 6 months ago
  54. bb4ce2f Add a pixel test for PDF with illegal CIDToGIDMap stream. by Hui Yingst · 4 years, 6 months ago
  55. c85c137 Roll third_party/icu/ 2ecd66c69..88ea42af7 (8 commits) by Lei Zhang · 4 years, 6 months ago chromium/3966
  56. f08691a Roll third_party/zlib/ ddebad26c..f4f46747b (4 commits) by Lei Zhang · 4 years, 6 months ago
  57. 0cc45b7 Roll third_party/libjpeg_turbo/ 38c693569..bc1357852 (2 commits) by Lei Zhang · 4 years, 6 months ago
  58. bfd63ed Roll third_party/depot_tools/ e90e5fe20..79d4f9950 (165 commits; 37 trivial rolls) by Lei Zhang · 4 years, 6 months ago
  59. a8b7f21 Roll third_party/catapult/ 830565958..3992f6564 (132 commits) by Lei Zhang · 4 years, 6 months ago
  60. 2067fdb Add embedder tests using page rendering flags. by Tom Sepez · 4 years, 6 months ago
  61. 8f5d29e Add command line flags to pdfium_test for rendering flags. by Tom Sepez · 4 years, 6 months ago
  62. c5474bd Roll third_party/freetype/src/ 5a1a79c0e..3aaae716b (7 commits) by Lei Zhang · 4 years, 6 months ago
  63. 8daa9ce [FXCRT] Fix overflow for CFX_FloatRect::GetOuterRect() by Alan Screen · 4 years, 6 months ago
  64. cdad6c03 Remove unused private RENDER_* definitions. by Tom Sepez · 4 years, 6 months ago
  65. c155e32 Remove unused CBC_ReedSolomonGF256Poly::Multiply() (scalar form) by Tom Sepez · 4 years, 6 months ago
  66. 5eb17d3 Better testing of CJS_Icon from JavaScript by Tom Sepez · 4 years, 6 months ago chromium/3965
  67. 6399b78 [FXCRT] Add unit tests for CFX_FloatRect::GetOuterRect() by Alan Screen · 4 years, 6 months ago
  68. 3ba597d Remove bWillCommit argument from OnField_Format() methods. by Tom Sepez · 4 years, 6 months ago
  69. 6105b28 Cover some JS public methods that do not "commit". by Tom Sepez · 4 years, 6 months ago
  70. 87ad417 Fix nits in FPDFAnnot_SetAP by Shikha Walia · 4 years, 6 months ago
  71. 24f5e6e De-virtualize CBC_OneDimWriter::RenderTextContents(). by Tom Sepez · 4 years, 6 months ago
  72. 814821a Remove unused CBC_QRCoder::GetNumECBytes(). by Tom Sepez · 4 years, 6 months ago chromium/3964
  73. ea8d8d8 Remove CBC_Writer::Set{Background,Barcode}Color(). by Tom Sepez · 4 years, 6 months ago
  74. e6ea9ae Cover more branches in fx_crypt_sha.cpp. by Tom Sepez · 4 years, 6 months ago
  75. c8481c3 Simplify control flow in FPDF_RenderPage(). by Tom Sepez · 4 years, 6 months ago
  76. aa64a71 Remove duplicate FPDF_OBJECT_ definitions from fpdf_annot.h by Tom Sepez · 4 years, 6 months ago
  77. ce61357 No need to check for null pages in RenderPageWithContext() by Tom Sepez · 4 years, 6 months ago
  78. 636832d Introduce CPDF_Page::RenderContextClearer. by Tom Sepez · 4 years, 6 months ago chromium/3963
  79. 11ab20e Update README.md to mention V8 and XFA requires C++14. by Lei Zhang · 4 years, 6 months ago
  80. 762f119 Fix 64-bit arithmetic in sha2 variants. by Tom Sepez · 4 years, 6 months ago
  81. ea545a6 Avoid crashes in FPDFText_GetCharBox(). by Lei Zhang · 4 years, 6 months ago
  82. 5623992 Document obsolete FPDF render flags. by Tom Sepez · 4 years, 6 months ago
  83. b54d7ad Make FPDFAnnot_SetAP() generate PDF standard compliant AP stream by Shikha Walia · 4 years, 6 months ago chromium/3962
  84. 9b94ee4 Use 64-bit arithmetic in sha1 length calculations. by Tom Sepez · 4 years, 6 months ago
  85. da23189 Use unsigned indices in sha1 computations. by Tom Sepez · 4 years, 6 months ago
  86. 85bda8b Beef up tests for fdrm/ hashes. by Tom Sepez · 4 years, 6 months ago
  87. 14c3436 Add some missing ObservedPtr<> comparison operators by Tom Sepez · 4 years, 6 months ago chromium/3961
  88. 69dd6b0 Check for NaN in CFXJSE_FormCalcContext::WordNum() by Tom Sepez · 4 years, 6 months ago
  89. 1d0d0be Change variable target_type to static_component_type in //:pdfium by Daniel Hosseinian · 4 years, 6 months ago
  90. c3a9173 Make CPDFSDK_Pageview observable across mouse move callbacks by Tom Sepez · 4 years, 6 months ago chromium/3957 chromium/3958 chromium/3959 chromium/3960
  91. 0fab9e6 Remove jumbo usage in GN files throughout PDFium by Daniel Hosseinian · 4 years, 6 months ago
  92. 80fd3aa Run another embedder test with javascript disabled. by Tom Sepez · 4 years, 6 months ago
  93. dd9ef1c Add a pixel test for a JPEG2000 decoding issue. by Lei Zhang · 4 years, 6 months ago
  94. 0fa7fef Make CFDE_TextOut::CalcLogicSize() take a WideStringView by Tom Sepez · 4 years, 6 months ago
  95. 51d0266 Make CPDFXFA_WidgetHandler::NewAnnotForXFA() return a std::unique_ptr. by Lei Zhang · 4 years, 6 months ago
  96. e397fef Refactor some common code in CPDF_DIBBase. by Lei Zhang · 4 years, 6 months ago
  97. d40a8c6 Avoid c_str() then strlen() in view constructor in CFWL_ComboList. by Tom Sepez · 4 years, 6 months ago
  98. 6524ae6 Prevent duplicate string creation in CFWL_ComboBox::AddString() by Tom Sepez · 4 years, 6 months ago chromium/3956
  99. 4f78880 Remove c_str() calls from CXFA_Node::InsertItem() by Tom Sepez · 4 years, 6 months ago
  100. 54eda57 Avoid duplicate string construction in CXFA_Textlayout by Tom Sepez · 4 years, 6 months ago chromium/3954 chromium/3955