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