1. 19a3e3a Roll third_party/libjpeg_turbo/ 61a2bbaa9..6dcdade88 (2 commits) by Lei Zhang · 5 years ago
  2. f79e15b Only define UTF16ToWChar() on relevant platforms. by Lei Zhang · 5 years ago
  3. e7279b5 CFX_SeekableStreamProxy should not be an IFX_SeekableStream. by Tom Sepez · 5 years ago
  4. 447754b Roll base/trace_event/common/ 211b3ed9d..936ba8a96 (3 commits) by Lei Zhang · 5 years ago
  5. 6f1d6ec Roll tools/code_coverage/ 16298755a..0e34d1463 (8 commits) by Lei Zhang · 5 years ago
  6. 5adb977 Add unit test for CXF_SeekableStreamProxy. by Tom Sepez · 5 years ago
  7. 6f0d914 Roll build/ a721f3327..e51ca1d98 (227 commits) by Lei Zhang · 5 years ago
  8. b488d9c Roll v8/ 73d4f6ca5..93306f1d7 (989 commits) by Lei Zhang · 5 years ago
  9. bde8dfd Roll tools/clang/ 257c91cc4..207fd1e5d (7 commits) by Lei Zhang · 5 years ago
  10. 7915d99 Add CFXJSE_FormCalcContext::DotAccessorCommon(). by Lei Zhang · 5 years ago
  11. de03dff Fix self-intersecting copy in UTF16ToWchar() by Tom Sepez · 5 years ago
  12. 3d3dcdf Simplify a call in CXFA_ImageRenderer::Start(). by Lei Zhang · 5 years ago
  13. 44b399b Encapsulate CPDF_FontEncoding. by Lei Zhang · 5 years ago
  14. c4d0d63 Use span<>/size_t in GetNumTrailingLimit(). by Tom Sepez · 5 years ago
  15. b5c53cc Get rid of some needless pointer arithmetic in GenerateFileID(). by Tom Sepez · 5 years ago
  16. 9d81703 Use lengths from span where possible rather than from string. by Tom Sepez · 5 years ago
  17. 784693a Fix OOB CHECK() in CFGAS_StringFormatter::FormatNum() by Tom Sepez · 5 years ago
  18. e039bab Write out the font encoding in CPDF_PageContentGenerator::ProcessText(). by Lei Zhang · 5 years ago
  19. ae5a4c9 Check for zero-length strings in CXFA_NodeHelper::CreateNode(). by Tom Sepez · 5 years ago
  20. bcb9892 Better bounds check in CFGAS_StringFormatter::GetCategory() by Tom Sepez · 5 years ago
  21. a6e4948 Remove stringviews in cfgas_stringformatter.cpp, part2. by Tom Sepez · 5 years ago
  22. d5d068e Cache pattern span in xfa/fgas/crt/cfgas_stringformatter.h by Tom Sepez · 5 years ago
  23. 9284a7c Avoid WideStringViews from constant strings in cfgas_stringformatter.cpp by Tom Sepez · 5 years ago
  24. 79f9572 Rename some variables in fpdf_edittext.cpp. by Lei Zhang · 5 years ago
  25. ee8b94f Split CFFL_InteractiveFormFiller::GetFormFiller() in two. by Lei Zhang · 5 years ago
  26. 4d5ce21 Use "bs" prefix for ByteStrings in cfxjse_formcalc_context.cpp. by Lei Zhang · 5 years ago
  27. 8345825 Fix two XFA JS calls that trigger fatal errors in v8::FromJust(). by Lei Zhang · 5 years ago
  28. 266517d Specify CFGAS_StringFormatter format at creation time. by Tom Sepez · 5 years ago
  29. f0ef9d0 Remove extra slashes in fxjs/BUILD.gn. by Lei Zhang · 5 years ago
  30. 1f76baf Mark CPDF_FontEncoding::Realize() as a const method. by Lei Zhang · 5 years ago
  31. b271c06 Make CFGAS_StringFormatter::SplitOnBars() static. by Tom Sepez · 5 years ago
  32. e6c3e49 Fix nits in CFFL_InteractiveFormFiller. by Lei Zhang · 5 years ago
  33. 63c6446 Do not check for abbreviations in DecodeInlineStream(). by Lei Zhang · 5 years ago
  34. 545390d Fix nits in stream parsing code. by Lei Zhang · 5 years ago
  35. 9619d2b Rename strFoo to szFoo in cfxjse_formcalc_context.cpp. by Lei Zhang · 5 years ago
  36. c6889b8 Fix some local/locale confusion in cfxjse_formcalc_context.cpp. by Lei Zhang · 5 years ago
  37. d1fce9c Use scoping to avoid needing val2 in CFXJSE_FormCalcContext::Parse(). by Lei Zhang · 5 years ago
  38. d6dd313 Rename fooString to szFoo in cfxjse_formcalc_context.cpp. by Lei Zhang · 5 years ago
  39. 2312ed7 Shorten string variables in cfxjse_formcalc_context.cpp. by Lei Zhang · 5 years ago
  40. ec100d6 Limit the size of 1D barcodes to 8K. by Lei Zhang · 5 years ago
  41. 1fe1f39 Revert "Replace some in/out parameters in cfgas_stringformatter.cpp" by Tom Sepez · 5 years ago
  42. 1268b59 Replace some in/out parameters in cfgas_stringformatter.cpp by Tom Sepez · 5 years ago
  43. b2d92c2 Apply two libtiff patches to fix potential null pointers. by Lei Zhang · 5 years ago
  44. 812b09b Add pdf_formcalc_context_fuzzer. by Lei Zhang · 5 years ago
  45. d2cd38c Check result of GetEventParam() in CJX_Form::recalculate(). by Tom Sepez · 5 years ago
  46. f81f9f0 Fix a crash in DataMerge_UpdateBindingRelations(). by Lei Zhang · 5 years ago
  47. c3abbbb Use spans in CFGAS_StringFormatter::SplitFormatString() by Tom Sepez · 5 years ago
  48. 93d8219 In fixup_pdf_template.py, make errors in include directives fatal. by Lei Zhang · 5 years ago
  49. ef35a82 Fix a crash inside CJX_HostPseudoModel::openList(). by Lei Zhang · 5 years ago
  50. d62f028 Rename CFGAS_FormatString to CFGAS_StringFormatter. by Tom Sepez · 5 years ago
  51. 60a167f Return size_t from ParseTimeZone(). by Tom Sepez · 5 years ago
  52. babc667 Avoid crashing inside CPDF_DIBBase. by Lei Zhang · 5 years ago
  53. f1160c7 Convert remaining signed indices to size_t in cfgas_formatstring.cpp by Tom Sepez · 5 years ago
  54. c924d00 Use spans in CFGAS_FormatString, part 3 by Tom Sepez · 5 years ago
  55. e11b4d7 Use spans in CFGAS_FormatString, part 2 by Tom Sepez · 5 years ago
  56. 69fce9b Update parameter name in declaration to match definition. by Ryan Smith · 5 years ago
  57. f234dde Make CFGAS_FormatString::GetNumericFormat() handle multiple dots. by Tom Sepez · 5 years ago
  58. c6f5028 Introduce spans in CFGAS_FormatString, part 1. by Tom Sepez · 5 years ago
  59. 3d2636b Bugfix: error when compile with GCC by KDr2 · 5 years ago
  60. a07afc5 Fix lookahead check in CFGAS_FormatString::GetNumericFormat(). by Tom Sepez · 5 years ago
  61. 3df5c7c Fix temporary going out of scope too early in XFA_LoadImageData() by Tom Sepez · 5 years ago
  62. 9ba187a Fix FPDF_FILEACCESS lifetime issue with FPDF_LoadCustomDocument(). by Lei Zhang · 5 years ago
  63. ed5dc24 Spin in CFGAS_FormatString::ParseNum. by Tom Sepez · 5 years ago
  64. 9ecb28f Make members private in CXFA_LayoutItem, adding accessors. by Tom Sepez · 5 years ago
  65. 73c60f2 Minimize simple_xfa.pdf. by Lei Zhang · 5 years ago
  66. 60377e7 Fix error in testing/resources/xfa_catalog_1_0.fragment. by Lei Zhang · 5 years ago
  67. 3727e2f Tidy cxfa_itemlayoutprocessor.h by Tom Sepez · 5 years ago
  68. f28eb5a ExtractLayoutItem() breaks when current item found in old list. by Tom Sepez · 5 years ago
  69. 3e78560 Add GetNumberValue function to fpdf_annot. by rycsmith · 5 years ago
  70. e350cdd Fail early for data matrix barcode input that is too long. by Lei Zhang · 5 years ago
  71. a1982d5 Add CBC_DataMatrixWriterTest tests for encoding limits. by Lei Zhang · 5 years ago
  72. 15c0b1e Avoid nullptr crash in CJS_App::get_active_docs(). by Lei Zhang · 5 years ago
  73. 0cca8d6 Roll third_party/freetype/src/ 6d65c60fc..31757f969 (2 commits) by Ben Wagner · 5 years ago
  74. 5f17b01 Speed up DetermineConsecutiveDigitCount() in debug builds. by Lei Zhang · 5 years ago
  75. cedac82 Add tests for device to page and page to device coordinate conversions by Manoj Biswas · 5 years ago
  76. 4d98d74 Update Skia owner in the OWNERS file. by Lei Zhang · 5 years ago
  77. 4f0ea68 Roll tools/clang/ b23f5a073..257c91cc4 (9 commits) by Lei Zhang · 5 years ago
  78. 9384947 Do not replace existing objects in CPWL_AppStream::SetAsPushButton by Tom Sepez · 5 years ago
  79. 9bbc231 Roll third_party/freetype/src/ b66d6a911..6d65c60fc (15 commits) by Ben Wagner · 5 years ago
  80. 277f26f Split CPDF_ImageRenderer::Continue(). by Lei Zhang · 5 years ago
  81. e8f5721 Fix a nullptr crash in CXFA_Node::GetLocaleName(). by Lei Zhang · 5 years ago
  82. d934c64 Assert CPDF_AnnotContext always has a valid dictionary and page. by Lei Zhang · 5 years ago
  83. 98dc8c0 Make FPDFPage_GetAnnot() return nullptr for bad entries. by Lei Zhang · 5 years ago
  84. 3d9a097 Add a test for FPDFPage_GetAnnotIndex() when there is a bad annot entry. by Lei Zhang · 5 years ago
  85. 8ad64c7 Fix 2 XFA nullptr crashes. by Lei Zhang · 5 years ago
  86. 5cb68fa Remove unused CFXJSE_Value::SetObjectProperty(). by Lei Zhang · 5 years ago
  87. 3b55bdf Tidy CPDF_ImageCacheEntry. by Lei Zhang · 5 years ago
  88. 91bef18 Rename "bool iFoo" variables to "bool bFoo". by Lei Zhang · 5 years ago
  89. b7d09ca Rename some UnsupportedInfo code. by Lei Zhang · 5 years ago
  90. 26a39f3 Remove GetQuadPointsFromDictionary(). by Lei Zhang · 5 years ago
  91. ac0f524 Optimize FindSubWordLength(). by Lei Zhang · 5 years ago
  92. 4d24623 Avoid some WideString construction inside FX_ParseDateUsingFormat(). by Lei Zhang · 5 years ago
  93. c93f1f3 Save results from FPDF_GetFieldAttr() calls. by Lei Zhang · 5 years ago
  94. f496e25 Add constants for form field types. by Lei Zhang · 5 years ago
  95. 865ffb1 Add constants for common form field dictionary entries. by Lei Zhang · 5 years ago
  96. 6c71502 Simplify CheckForUnsupportedAnnot() internals. by Lei Zhang · 5 years ago
  97. 4efdb51 Tidy CheckUnSupportAnnot(). by Lei Zhang · 5 years ago
  98. 78572ea Move FX_ParseStringString() into an anonymous namespace. by Lei Zhang · 5 years ago
  99. e7033c8 Test bad inputs for newly added annotation APIs. by Lei Zhang · 5 years ago
  100. d94d69a Add GetAnnotDictFromFPDFAnnotation() helper function. by Lei Zhang · 5 years ago