Age | Commit message (Expand) | Author |
2017-12-08 | Fix build when using different sysroots.chromium/3289 | Andrew Weintraub |
2017-12-07 | [xfa] Move JS method information to files.chromium/3288 | Dan Sinclair |
2017-12-07 | Add WARN_UNUSED_RESULT to more static methods in (Byte|Wide)String. | Henrique Nakashima |
2017-12-07 | Add WARN_UNUSED_RESULT to ByteString::Format* methods. | Henrique Nakashima |
2017-12-07 | Fix WideString::Format instances that should use %ls | Ryan Harrison |
2017-12-07 | Change %s to %ls in calls to WideString::Format | Ryan Harrison |
2017-12-07 | Fix nits from previous CL. | Dan Sinclair |
2017-12-06 | Move m_CharCodes to local for crash investigation | Bruce Dawson |
2017-12-06 | Fix ps rendering.chromium/3287 | Henrique Nakashima |
2017-12-06 | Fix nits on some font code. | Lei Zhang |
2017-12-06 | Move V8 helper methods to their own class. | Dan Sinclair |
2017-12-05 | Replace uses of bsearch().chromium/3286 | Lei Zhang |
2017-12-05 | Replace bsearch() in FPDFAPI_CIDFromCharCode(). | Lei Zhang |
2017-12-05 | Remove redundant field in struct FXCMAP_CMap. | Lei Zhang |
2017-12-05 | Fix CXFA_SimpleParser member destruction order. | Lei Zhang |
2017-12-05 | Avoid integer overflows in CPDF_FixedMatrix::Transform(). | Lei Zhang |
2017-12-04 | Simplify some CFX_FloatRect methods.chromium/3285 | Lei Zhang |
2017-12-04 | Simplify color calculations in CFX_ImageTransformer. | Lei Zhang |
2017-12-04 | Simplify code in CFX_ImageTransformer. | Lei Zhang |
2017-12-04 | Refactor CFX_ImageTransformer down sample calculations. | Lei Zhang |
2017-12-04 | Refactor CFX_ImageTransformer bicubic calculations. | Lei Zhang |
2017-12-04 | Remove SetResultCreateNode | Dan Sinclair |
2017-12-04 | Refactor CFX_ImageTransformer bilinear calculations. | Lei Zhang |
2017-12-04 | Remove CXFA_ValueArray | Dan Sinclair |
2017-12-04 | Cleanup ResolveObjects params and return | Dan Sinclair |
2017-12-04 | Cleanup CFXJSE engine and resolve processor | Dan Sinclair |
2017-12-04 | Break out CFX_ImageTransformer color calculations. | Lei Zhang |
2017-12-04 | Break out CFX_ImageTransformer mono calculations. | Lei Zhang |
2017-12-04 | Add text unit to glyph unit conversion to CPDF_Type3Char. | Lei Zhang |
2017-12-04 | Cleanup CFXJSE_Engine visibility | Dan Sinclair |
2017-12-04 | Break out CFX_ImageTransformer alpha calculations. | Lei Zhang |
2017-12-04 | Shuffle XFA code around | dan sinclair |
2017-12-04 | XFA JS method cleanup | dan sinclair |
2017-12-04 | Remove XFA isolate tracker | dan sinclair |
2017-12-04 | Fix nits in CPDF_Type3Font. | Lei Zhang |
2017-12-04 | Remove unused XFA code | dan sinclair |
2017-12-04 | Break out CFX_ImageTransformer mask calculations. | Lei Zhang |
2017-12-04 | Add functions for common code in CFX_ImageTransformer. | Lei Zhang |
2017-12-04 | Make a CXFA_DocumentParser member Unowned. | Lei Zhang |
2017-12-04 | Make CXFA_SimpleParser members const or Unowned. | Lei Zhang |
2017-12-01 | Get rid of else after break/continue/return.chromium/3284chromium/3283 | Lei Zhang |
2017-12-01 | Check for success of decodes to avoid infinite loops | Nicolas Pena |
2017-12-01 | Add CFX_FloatRect::ToRoundedFxRect(). | Lei Zhang |
2017-12-01 | Add CFX_FloatRect::Scale(). | Lei Zhang |
2017-12-01 | Rename CFX_FloatRect::Scale() to ScaleFromCenterPoint(). | Lei Zhang |
2017-12-01 | Remove unused CFX_FloatRect::Substract4(). | Lei Zhang |
2017-12-01 | Add some CFX_FloatRect unit tests. | Lei Zhang |
2017-12-01 | Remove unneded structs from CFX_CTTGSUBTable part 2 | Nicolas Pena |
2017-12-01 | Encapsulate CPDF_Type3Char members. | Lei Zhang |
2017-11-30 | Simplify XDP parsing code | Dan Sinclair |