1. f103880 Roll third_party/freetype/src/ 3dd4e76b1..d01e28f41 (4 commits) by Ben Wagner · 6 years ago
  2. 1498ab8 Rename XFA_AttributeEnum to XFA_AttributeValue. by Tom Sepez · 6 years ago
  3. 3d29bcf Change an if-statement into an ASSERT(). by Lei Zhang · 6 years ago
  4. 10a8fea Fix some nits in string code. by Lei Zhang · 6 years ago
  5. 6eda30e Fix out of bound error in CBC_ErrorCorrection::EncodeECC200(). by Lei Zhang · 6 years ago
  6. 190ae8e Remove ScriptAttributeString() wrappers, last part. by Tom Sepez · 6 years ago
  7. 02b65d5 Fix some nits in CXFA_LocaleValue. by Lei Zhang · 6 years ago
  8. bf0e6ac Remove ScriptAttributeString() wrappers, part 7 by Tom Sepez · 6 years ago
  9. 05d66ab Combine CBC_ReedSolomonGF256Poly ctors. by Lei Zhang · 6 years ago
  10. 19194a7 Remove ScriptAttributeString() wrappers, part 6. by Tom Sepez · 6 years ago
  11. e74399b Remove ScriptAttributeString() wrappers, part 5 by Tom Sepez · 6 years ago
  12. ecd1951 Remove more ScriptAttributeString() wrappers, part 4 by Tom Sepez · 6 years ago
  13. b5fbf51 Clean up CBC_ReedSolomonGF256Poly::Init(). by Lei Zhang · 6 years ago
  14. bf989b1 Fix up CBC_PDF417ErrorCorrection. by Lei Zhang · 6 years ago
  15. bd9c1b1 Remove a custom implementation of wcstod(). by Lei Zhang · 6 years ago
  16. 339c8a6 Remove an unused function. by Lei Zhang · 6 years ago
  17. 6f7f15b Remove unused CBC_ReedSolomonGF256Poly::EvaluateAt(). by Lei Zhang · 6 years ago
  18. 18125ec Get rid of some sizeof() calculations. by Lei Zhang · 6 years ago
  19. 0b45d76 Remove more ScriptAttributeString() wrappers, part 3 by Tom Sepez · 6 years ago
  20. 5767aca Add delete_output_on_success option to test_runner.py. by Lei Zhang · 6 years ago
  21. 176c0f8 Change CBC_TwoDimWriter::RenderResult() to take a vector. by Lei Zhang · 6 years ago
  22. 1c6befc Change CBC_PDF417Writer::Encode() to return a vector. by Lei Zhang · 6 years ago
  23. 52c20e5 Replace ByteStringToDouble() with strtof() / strtod(). by Lei Zhang · 6 years ago
  24. 14e53bd Remove some unneeded includes. by Lei Zhang · 6 years ago
  25. d827516 Add CBC_PDF417WriterTest. by Lei Zhang · 6 years ago
  26. c30850a Fix data matrix encoding. by Lei Zhang · 6 years ago
  27. 3a1b396 Fix sed botch in xfa_basic_data_element_script.cpp by Tom Sepez · 6 years ago
  28. 7d29d31 Remove redundant ScriptAttributeString() wrappers, part 2 by Tom Sepez · 6 years ago
  29. 8d0d982 Change CBC_QRCodeWriter::Encode() to return a vector. by Lei Zhang · 6 years ago
  30. ddfe9a0 Remove redundant wrappers of CJX_Object::ScriptAttributeString(), part 1 by Tom Sepez · 6 years ago
  31. 32dfd01 Change CBC_DataMatrixWriter::Encode() to return a vector. by Lei Zhang · 6 years ago
  32. 6725dfe Remove an unused parameter from CBC_EncoderContext. by Lei Zhang · 6 years ago
  33. 107180c Add CBC_DataMatrixWriterTest. by Lei Zhang · 6 years ago
  34. 04bd91f Better encapsulate CBC_TwoDimWriter. by Lei Zhang · 6 years ago
  35. 479eab0 Fix nits in fxbarcode tests. by Lei Zhang · 6 years ago
  36. 834863a Add CBC_QRCodeWriterTest. by Lei Zhang · 6 years ago
  37. 6cfb9a7 Remove some non-existant method declarations from CFX_Object. by Tom Sepez · 6 years ago
  38. df0597f Reset deleted pointers in fxbarcode. by Lei Zhang · 6 years ago
  39. d4cda38 Remove underscores in CJS_Object::Script_Attribute_String() etc. by Tom Sepez · 6 years ago
  40. 504deda Remove unused CBC_QRCodeWriter::ReleaseAll(). by Lei Zhang · 6 years ago
  41. 7b454dd Remove FX_Alloc()/FX_Free() calls in fxbarcode. by Lei Zhang · 6 years ago
  42. 50aa042 Remove CBC_PDF417HighLevelEncoder::Initialize(). by Lei Zhang · 6 years ago
  43. 3dd9b29 Remove CBC_ErrorCorrection::Initialize(). by Lei Zhang · 6 years ago
  44. 1ef3155 Squeeze some 0s out of boilerplate CSS by Tom Sepez · 6 years ago
  45. 1e1b48d Add some unit tests for StringToFloat(). by Lei Zhang · 6 years ago
  46. f90f0b9 Rename FX_atof() and FX_ftoa(). by Lei Zhang · 6 years ago
  47. bf0fe01 Do more validation in CPDF_Annot quad point methods. by Lei Zhang · 6 years ago
  48. c0837ab Make a CPDF_Annot method parameter const. by Lei Zhang · 6 years ago
  49. 4df66e7 Add CPDFAnnotTests for quad point static methods. by Lei Zhang · 6 years ago
  50. d7474c0 Add UBSAN builders to the default try job set. by Lei Zhang · 6 years ago
  51. 306ebab Prefer ByteString() over "". by Tom Sepez · 6 years ago
  52. 573a3d7 Enable UBSAN in standalone PDFium builds. by Lei Zhang · 6 years ago
  53. 890eac2 Prefer WideString() over L"". by Tom Sepez · 6 years ago
  54. 92ea923 Kill off most remaining wide string literal comparisons by Tom Sepez · 6 years ago
  55. 93ea6d4 Restructure EAN barcode classes to merge common code. by Lei Zhang · 6 years ago
  56. 25ae3af Avoid malloc/copy in CFX_WideTextBuf::operator<<(const ByteStringView&) by Tom Sepez · 6 years ago
  57. 0cfefd1 Replace wide literals with narrow ones in WideTextBuf operations. by Tom Sepez · 6 years ago
  58. a44efb7 Add ability to append narrow strings to CFX_WideTextBuf. by Tom Sepez · 6 years ago
  59. 4fbd264 Remove wide string literals in cxfa_node_statics.cpp. by Tom Sepez · 6 years ago
  60. 89c30b5 Remove CXFA_Node::ElementToName(). by Tom Sepez · 6 years ago
  61. b039da1 Remove some wide string literals in cxfa_fmlexer.cpp. by Tom Sepez · 6 years ago
  62. 1d6c7e4 Remove wide string literals from XFA_AttributeEnumInfo. by Tom Sepez · 6 years ago
  63. 6a04e57 No need for string literals in cfgas_formatstring.cpp by Tom Sepez · 6 years ago
  64. 9dbc7de No need for string literals in XFA_ExecEventParaInfo. by Tom Sepez · 6 years ago
  65. ceac05a Make CJS_EventHandler::Name() and Type() return bytestrings. by Tom Sepez · 6 years ago
  66. 87ac6dc Use EqualsASCII{,NoCase}() and narrow literals in many places. by Tom Sepez · 6 years ago
  67. e7c3601 Make the unused string literals in cfx_cssdata.cpp be narrow by Tom Sepez · 6 years ago
  68. 4be7741 Remove wide literals from xfa_basic_data_element_script.cpp by Tom Sepez · 6 years ago
  69. d3b028b Mark kFoo variables const, or rename them if they are not. by Lei Zhang · 6 years ago
  70. 703ae92 Move ASCII string operations to string_view_template.h by Tom Sepez · 6 years ago
  71. d60b590 Add WideString::CompareASCIINoCase(). by Tom Sepez · 6 years ago
  72. 390ce23 Use single-byte strings in more places in pdfium. by Tom Sepez · 6 years ago
  73. 7b5740a Move pdf_enable_xfa build rules inside pdf_enable_v8 blocks. by Lei Zhang · 6 years ago
  74. dae4dfd Use size_t in more places in fxbarcode. by Lei Zhang · 6 years ago
  75. 75a486e Export defines to dependents of the "pdfium" target. by Lei Zhang · 6 years ago
  76. 590cc0a Bump up |kMaxObjectNumber|. by Lei Zhang · 6 years ago
  77. 9b26407 Make CBC_SymbolInfo::Lookup() return a const pointer. by Lei Zhang · 6 years ago
  78. ce4d0ba Fix WideString() vs {} confusion in fxbarcode. by Lei Zhang · 6 years ago
  79. f737d4b Squeeze some 0s out of barcode name strings. by Tom Sepez · 6 years ago
  80. a44f5aa Tidy string hash implementation. by Tom Sepez · 6 years ago
  81. 5a88d16 Build pdfium_diff for coverage tests. by Lei Zhang · 6 years ago
  82. 14cfcc4 Remove some useless calculations in fxbarcode. by Lei Zhang · 6 years ago
  83. ff7390e Squeeze some more 0s out of wide font names. by Tom Sepez · 6 years ago
  84. 0b595dc Squeeze out some 0s from cxfa_node_statics.cpp wide strings. by Tom Sepez · 6 years ago
  85. 0fd0eee Roll third_party/freetype/src/ fb0d66d04..3dd4e76b1 (14 commits) by Lei Zhang · 6 years ago
  86. 1e5fe45 Add a pixel test for a CPDF_CMapParser bug. by Lei Zhang · 6 years ago
  87. c3daaa8 Remove CFWL_Widget::GetRootOuter() and Repaint() by Tom Sepez · 6 years ago
  88. f35f926 Clean up CBC_ErrorCorrection and remove many fxbarcode/utils.h includes. by Lei Zhang · 6 years ago
  89. 7c8f33a Use CFWL_Widget::Is*() helpers by Tom Sepez · 6 years ago
  90. 2a5632a Allow PDFium to suggest V8 flags via public/ API. by Tom Sepez · 6 years ago
  91. a043ccb Remove remaining "exceptions" in fxbarcode. by Lei Zhang · 6 years ago
  92. 64a1cb8 Avoid CFWL_Widget::m_pProperties null check. by Tom Sepez · 6 years ago
  93. 1365374 Replace CFWL_Widget::IsInstance() with IsForm(). by Tom Sepez · 6 years ago
  94. 4e703c9 No need to check CFX_Barcode::Create() return value by Tom Sepez · 6 years ago
  95. 0559d9d Get rid of "exceptions" in CBC_OneDimWriter::AppendPattern(). by Lei Zhang · 6 years ago
  96. 3486cf2 Avoid overflow when rounding 2147483616 to a 32-bit boundary. by Tom Sepez · 6 years ago
  97. db36c24 Get rid of "exceptions" in CBC_QRCoderMaskUtil::GetDataMaskBit(). by Lei Zhang · 6 years ago
  98. eab48f3 Get rid of "exceptions" in CBC_QRCoderMode::GetCharacterCountBits(). by Lei Zhang · 6 years ago
  99. 36da065 Remove redundant CPDF_PDF417::CODEWORD_TABLE high half-word by Tom Sepez · 6 years ago
  100. 10b6fd1 Bound acess to g_ arrays in BC_PDF417HighLevelEncoder.cpp by Tom Sepez · 6 years ago