Age | Commit message (Expand) | Author |
2017-03-27 | Cleanup fx_dib_composite part 6chromium/3054 | Nicolas Pena |
2017-03-27 | Convert new into MakeUnique | Dan Sinclair |
2017-03-27 | Verify available bits in bit stream | Dan Sinclair |
2017-03-27 | Fix some ASAN issues in fx_skia_device | Nicolas Pena |
2017-03-27 | Guard against lengths greater then input size | Dan Sinclair |
2017-03-27 | Remove old test expectations after the Mac 10.12 upgrade. | Lei Zhang |
2017-03-27 | Update to zlib 1.2.11 | Adenilson Cavalcanti |
2017-03-27 | fix new tab crash in skia clip stack | Cary Clark |
2017-03-26 | Use PartitionAlloc for JavaScript ArrayBuffers and strings. | Chris Palmer |
2017-03-24 | Use unique_ptr in CFieldTree::Node | Nicolas Pena |
2017-03-24 | Refcount CPDF_CMap all the time.chromium/3052chromium/3051 | Tom Sepez |
2017-03-24 | Fix CFX_FxgeDevice constructor and destructor in Skia | Nicolas Pena |
2017-03-23 | Fix CFX_RetainPtr move-assign semantics. | Tom Sepez |
2017-03-23 | Cleanup fx_dib_composite part 5 | Nicolas Pena |
2017-03-23 | fix skia path debug | Cary Clark |
2017-03-23 | Fix two CloneNonCycle issues | Wei Li |
2017-03-23 | Handle the Clip command list being empty | Dan Sinclair |
2017-03-23 | Revert "Remove CFX_FixedBufGrow" | Nicolás Peña |
2017-03-23 | Remove dead CFX_Edit code and fix some typos. | Lei Zhang |
2017-03-22 | Return errors after validation instead of ASSERT in CPDF_DataAvail | Nicolas Pena |
2017-03-22 | Cleanup fx_dib_composite Part 4 | Nicolas Pena |
2017-03-22 | Fix ASSERT in CPDF_Data_Avail | Nicolas Pena |
2017-03-22 | Remove CFX_FixedBufGrow | Dan Sinclair |
2017-03-21 | Make CPVT_WordPlace more conformant with the prevailing idioms. | Tom Sepez |
2017-03-21 | Move colorspace specific code to colorspace class | Dan Sinclair |
2017-03-21 | Replace CFX_FileSizeListArray with a std::map | Dan Sinclair |
2017-03-21 | Cleanup fx_dib_composite part 3 | Nicolas Pena |
2017-03-21 | Pop when Pages is malformed and has no kids | Nicolas Pena |
2017-03-21 | Replace CPVT_ArrayTemplate in cpdf_variabletext.cpp and remove it.chromium/3048 | Tom Sepez |
2017-03-21 | Cleanup fx_dib_composite part 2 | Nicolas Pena |
2017-03-20 | Cleanup fx_dib_composite part 1: simplify lum and sat methods.chromium/3047 | Nicolas Pena |
2017-03-20 | Use std::vector<std::unique_ptr<CPVT_WordInfo>> as word array. | Tom Sepez |
2017-03-20 | Allow processing fonts with indirect dict | Nicolas Pena |
2017-03-17 | Add pdfium::clamp() as a placeholder for std::clamp().chromium/3046 | Lei Zhang |
2017-03-17 | Use std::vector in CPDF_StreamContentParser. | Lei Zhang |
2017-03-17 | Bring CPDF_ICCBasedCS closer to PDF spec. | Lei Zhang |
2017-03-17 | Replace CLines class with std::vector<Cline>. | Tom Sepez |
2017-03-17 | HardClip points a bit better in fx_agg_driver | Nicolas Pena |
2017-03-17 | Handle web links across lineschromium/3045 | Wei Li |
2017-03-17 | Coalesce redundant path points. | Lei Zhang |
2017-03-17 | Cleanup in fx_agg_driver part 2 | Nicolas Pena |
2017-03-16 | Remove some nested statements in CPDF_DataAvail. | Lei Zhang |
2017-03-16 | Fix nits in CPDF_DIBSource. | Lei Zhang |
2017-03-16 | Create common base class for TxtBreak and RTFBreak. | Dan Sinclair |
2017-03-16 | Use EXPECT_FLOAT_EQ in cpdf_devicecs_unittest | Nicolas Pena |
2017-03-16 | Compare to epsilon instead of 0 in CFX_Matrix::SetReverse | Nicolas Pena |
2017-03-15 | Reset tree traversal when we think we're at the startchromium/3043 | Nicolas Pena |
2017-03-15 | Refactor some CPDF_ColorSpace code. | Lei Zhang |
2017-03-15 | Clean up more CPDF_PSEngine code. | Lei Zhang |
2017-03-15 | Fix botch introduced at 193e6ca, try 2. | Tom Sepez |