1. f4f8cc5 Roll third_party/binutils/ 4110e0919..2be73f7fb (1 commit) by Lei Zhang · 6 years ago
  2. 1ccf890 Prevent a divide by zero in CFX_RTFBreak::GetDisplayPos(). by Lei Zhang · 6 years ago
  3. 882f4ec Remove xfa_basic_data.cpp representation dependence on XFA_SCRIPTATTRIBUTEINFO by Tom Sepez · 6 years ago
  4. 844f8de Wrap access to xfa_basic_data.cpp tables with functions. by Tom Sepez · 6 years ago
  5. 99b9ffb Rename xfa_basic_data_{enum,element_script}.cpp to match header file name by Tom Sepez · 6 years ago
  6. 32660f5 Move XFA_RESOLVENODE_* flags to cfxjse_resolveprocessor.h by Tom Sepez · 6 years ago
  7. 841c145 Handle empty v8::TryCatch messages in CFXJSE_Context. by Lei Zhang · 6 years ago
  8. 002e7c2 Avoid non-const reference parameters in CFXJSE_Context. by Lei Zhang · 6 years ago
  9. 002d936 Fix bad formatting in cjs_util.cpp. by Lei Zhang · 6 years ago
  10. 076b392 Shorten CreateReturnValue() in CFXJSE_Context. by Lei Zhang · 6 years ago
  11. 696f5d3 Fix nullptr error in CFXJS_Engine::Execute(). by Lei Zhang · 6 years ago
  12. f574bf5 Remove parameters in fxbarcode that only ever have one value. by Lei Zhang · 6 years ago
  13. 575b6ce Add |kEncoderCount| in CBC_HighLevelEncoder and use where appropriate. by Lei Zhang · 6 years ago
  14. bea7a65 Write out some non-ASCII characters as escape sequences. by Lei Zhang · 6 years ago
  15. 2d1531a Replace some #defines with CBC_HighLevelEncoder::Encoding enum. by Lei Zhang · 6 years ago
  16. 4609c5d Replace uses of std::iswdigit() with FXSYS_IsDecimalDigit(). by Lei Zhang · 6 years ago
  17. 73b6b01 Fix nits in CBC_HighLevelEncoder and friends. by Lei Zhang · 6 years ago
  18. 148f30e Add declarations of missing XFA attributes. by Tom Sepez · 6 years ago
  19. a640b1f Fix CBC_HighLevelEncoder method naming. by Lei Zhang · 6 years ago
  20. b4104b9 Clean up CBC_HighLevelEncoder. by Lei Zhang · 6 years ago
  21. 41e9ccc Remove dead code in fxbarcode. by Lei Zhang · 6 years ago
  22. 1a79f11 Add unit tests for PDF_AdobeNameFromUnicode(). by Lei Zhang · 6 years ago
  23. a282cf6 Fix FXSYS_IsDecimalDigit() and FXSYS_DecimalCharToInt(). by Lei Zhang · 6 years ago
  24. 9947197 Move element/parent relationship data to .inc file by Tom Sepez · 6 years ago
  25. 399b8d3 Use symbols to represent parents in script hierarchy by Tom Sepez · 6 years ago
  26. 1b50676 XFA: generate element tables via C preprocessor by Tom Sepez · 6 years ago
  27. c6c021f XFA: generate value tables with C preprocessor. by Tom Sepez · 6 years ago
  28. ee561d3 XFA: generate attribute tables via C Preprocessor. by Tom Sepez · 6 years ago
  29. 51340b5 Limit pdf_codec_fax_fuzzer input size. by Lei Zhang · 6 years ago
  30. f103880 Roll third_party/freetype/src/ 3dd4e76b1..d01e28f41 (4 commits) by Ben Wagner · 6 years ago
  31. 1498ab8 Rename XFA_AttributeEnum to XFA_AttributeValue. by Tom Sepez · 6 years ago
  32. 3d29bcf Change an if-statement into an ASSERT(). by Lei Zhang · 6 years ago
  33. 10a8fea Fix some nits in string code. by Lei Zhang · 6 years ago
  34. 6eda30e Fix out of bound error in CBC_ErrorCorrection::EncodeECC200(). by Lei Zhang · 6 years ago
  35. 190ae8e Remove ScriptAttributeString() wrappers, last part. by Tom Sepez · 6 years ago
  36. 02b65d5 Fix some nits in CXFA_LocaleValue. by Lei Zhang · 6 years ago
  37. bf0e6ac Remove ScriptAttributeString() wrappers, part 7 by Tom Sepez · 6 years ago
  38. 05d66ab Combine CBC_ReedSolomonGF256Poly ctors. by Lei Zhang · 6 years ago
  39. 19194a7 Remove ScriptAttributeString() wrappers, part 6. by Tom Sepez · 6 years ago
  40. e74399b Remove ScriptAttributeString() wrappers, part 5 by Tom Sepez · 6 years ago
  41. ecd1951 Remove more ScriptAttributeString() wrappers, part 4 by Tom Sepez · 6 years ago
  42. b5fbf51 Clean up CBC_ReedSolomonGF256Poly::Init(). by Lei Zhang · 6 years ago
  43. bf989b1 Fix up CBC_PDF417ErrorCorrection. by Lei Zhang · 6 years ago
  44. bd9c1b1 Remove a custom implementation of wcstod(). by Lei Zhang · 6 years ago
  45. 339c8a6 Remove an unused function. by Lei Zhang · 6 years ago
  46. 6f7f15b Remove unused CBC_ReedSolomonGF256Poly::EvaluateAt(). by Lei Zhang · 6 years ago
  47. 18125ec Get rid of some sizeof() calculations. by Lei Zhang · 6 years ago
  48. 0b45d76 Remove more ScriptAttributeString() wrappers, part 3 by Tom Sepez · 6 years ago
  49. 5767aca Add delete_output_on_success option to test_runner.py. by Lei Zhang · 6 years ago
  50. 176c0f8 Change CBC_TwoDimWriter::RenderResult() to take a vector. by Lei Zhang · 6 years ago
  51. 1c6befc Change CBC_PDF417Writer::Encode() to return a vector. by Lei Zhang · 6 years ago
  52. 52c20e5 Replace ByteStringToDouble() with strtof() / strtod(). by Lei Zhang · 6 years ago
  53. 14e53bd Remove some unneeded includes. by Lei Zhang · 6 years ago
  54. d827516 Add CBC_PDF417WriterTest. by Lei Zhang · 6 years ago
  55. c30850a Fix data matrix encoding. by Lei Zhang · 6 years ago
  56. 3a1b396 Fix sed botch in xfa_basic_data_element_script.cpp by Tom Sepez · 6 years ago
  57. 7d29d31 Remove redundant ScriptAttributeString() wrappers, part 2 by Tom Sepez · 6 years ago
  58. 8d0d982 Change CBC_QRCodeWriter::Encode() to return a vector. by Lei Zhang · 6 years ago
  59. ddfe9a0 Remove redundant wrappers of CJX_Object::ScriptAttributeString(), part 1 by Tom Sepez · 6 years ago
  60. 32dfd01 Change CBC_DataMatrixWriter::Encode() to return a vector. by Lei Zhang · 6 years ago
  61. 6725dfe Remove an unused parameter from CBC_EncoderContext. by Lei Zhang · 6 years ago
  62. 107180c Add CBC_DataMatrixWriterTest. by Lei Zhang · 6 years ago
  63. 04bd91f Better encapsulate CBC_TwoDimWriter. by Lei Zhang · 6 years ago
  64. 479eab0 Fix nits in fxbarcode tests. by Lei Zhang · 6 years ago
  65. 834863a Add CBC_QRCodeWriterTest. by Lei Zhang · 6 years ago
  66. 6cfb9a7 Remove some non-existant method declarations from CFX_Object. by Tom Sepez · 6 years ago
  67. df0597f Reset deleted pointers in fxbarcode. by Lei Zhang · 6 years ago
  68. d4cda38 Remove underscores in CJS_Object::Script_Attribute_String() etc. by Tom Sepez · 6 years ago
  69. 504deda Remove unused CBC_QRCodeWriter::ReleaseAll(). by Lei Zhang · 6 years ago
  70. 7b454dd Remove FX_Alloc()/FX_Free() calls in fxbarcode. by Lei Zhang · 6 years ago
  71. 50aa042 Remove CBC_PDF417HighLevelEncoder::Initialize(). by Lei Zhang · 6 years ago
  72. 3dd9b29 Remove CBC_ErrorCorrection::Initialize(). by Lei Zhang · 6 years ago
  73. 1ef3155 Squeeze some 0s out of boilerplate CSS by Tom Sepez · 6 years ago
  74. 1e1b48d Add some unit tests for StringToFloat(). by Lei Zhang · 6 years ago
  75. f90f0b9 Rename FX_atof() and FX_ftoa(). by Lei Zhang · 6 years ago
  76. bf0fe01 Do more validation in CPDF_Annot quad point methods. by Lei Zhang · 6 years ago
  77. c0837ab Make a CPDF_Annot method parameter const. by Lei Zhang · 6 years ago
  78. 4df66e7 Add CPDFAnnotTests for quad point static methods. by Lei Zhang · 6 years ago
  79. d7474c0 Add UBSAN builders to the default try job set. by Lei Zhang · 6 years ago
  80. 306ebab Prefer ByteString() over "". by Tom Sepez · 6 years ago
  81. 573a3d7 Enable UBSAN in standalone PDFium builds. by Lei Zhang · 6 years ago
  82. 890eac2 Prefer WideString() over L"". by Tom Sepez · 6 years ago
  83. 92ea923 Kill off most remaining wide string literal comparisons by Tom Sepez · 6 years ago
  84. 93ea6d4 Restructure EAN barcode classes to merge common code. by Lei Zhang · 6 years ago
  85. 25ae3af Avoid malloc/copy in CFX_WideTextBuf::operator<<(const ByteStringView&) by Tom Sepez · 6 years ago
  86. 0cfefd1 Replace wide literals with narrow ones in WideTextBuf operations. by Tom Sepez · 6 years ago
  87. a44efb7 Add ability to append narrow strings to CFX_WideTextBuf. by Tom Sepez · 6 years ago
  88. 4fbd264 Remove wide string literals in cxfa_node_statics.cpp. by Tom Sepez · 6 years ago
  89. 89c30b5 Remove CXFA_Node::ElementToName(). by Tom Sepez · 6 years ago
  90. b039da1 Remove some wide string literals in cxfa_fmlexer.cpp. by Tom Sepez · 6 years ago
  91. 1d6c7e4 Remove wide string literals from XFA_AttributeEnumInfo. by Tom Sepez · 6 years ago
  92. 6a04e57 No need for string literals in cfgas_formatstring.cpp by Tom Sepez · 6 years ago
  93. 9dbc7de No need for string literals in XFA_ExecEventParaInfo. by Tom Sepez · 6 years ago
  94. ceac05a Make CJS_EventHandler::Name() and Type() return bytestrings. by Tom Sepez · 6 years ago
  95. 87ac6dc Use EqualsASCII{,NoCase}() and narrow literals in many places. by Tom Sepez · 6 years ago
  96. e7c3601 Make the unused string literals in cfx_cssdata.cpp be narrow by Tom Sepez · 6 years ago
  97. 4be7741 Remove wide literals from xfa_basic_data_element_script.cpp by Tom Sepez · 6 years ago
  98. d3b028b Mark kFoo variables const, or rename them if they are not. by Lei Zhang · 6 years ago
  99. 703ae92 Move ASCII string operations to string_view_template.h by Tom Sepez · 6 years ago
  100. d60b590 Add WideString::CompareASCIINoCase(). by Tom Sepez · 6 years ago