Age | Commit message (Expand) | Author |
2017-02-04 | Remove unused parameterchromium/3004 | dan sinclair |
2017-02-02 | Remove FX_WSTRC usagechromium/3003chromium/3002 | dan sinclair |
2017-02-02 | Clean up CSS code to match styles.chromium/3001 | dan sinclair |
2017-02-02 | Add CPDF_PageContentGenerator::ProcessPath supporting path construction | Nicolas Pena |
2017-02-01 | Remove DrMemorychromium/3000 | dan sinclair |
2017-02-01 | Fix recent test suppressions | Nicolas Pena |
2017-01-31 | Remove BC_EXCEPTION_CHECK macroschromium/2999 | Tom Sepez |
2017-01-31 | Fixup test harness | dan sinclair |
2017-01-31 | Use std::vector and unique_ptr in xfa/fwl. | Tom Sepez |
2017-01-31 | Use std::vector, unique_ptrs in fxet_edit.h | Tom Sepez |
2017-01-31 | use std::vector in cfx_graphics.h and xfa_ffwidget.h | Tom Sepez |
2017-01-30 | skia/BUILD.gn: remove SkLayerchromium/2998 | halcanary |
2017-01-30 | Properly refcount CPDF_StructElement | Tom Sepez |
2017-01-30 | Remove CFX_ArrayTemplate from CFFL_ListBox | Tom Sepez |
2017-01-30 | Refcount CPDF_OCContext. | Tom Sepez |
2017-01-30 | Cleanup memory allocations in ttgsubtable.cpp | Tom Sepez |
2017-01-27 | Use std::vector in cpdfxfa_context.hchromium/2997chromium/2996chromium/2995 | Tom Sepez |
2017-01-27 | Limit parsing recursion levels in CPDF_StreamParser | Nicolas Pena |
2017-01-26 | Add flag to ignore images by their MD5 digestchromium/2994 | stephana |
2017-01-26 | Fix leak in PredictorSetupDecode by calling tif_cleanup on failure | Nicolas Pena |
2017-01-26 | Cleanup CPDF_StructElement. | tsepez |
2017-01-26 | Add CSS parser tests | Dan Sinclair |
2017-01-26 | Cleanup memory in CFDE_CSSStyleSelector | Dan Sinclair |
2017-01-26 | Fix CSS fuzzer input size | Dan Sinclair |
2017-01-25 | Calculate code_store safely in CGifLZWDecoder::Decode | Nicolas Pena |
2017-01-25 | Prevent skew overflows in gtTileContig | Nicolas Pena |
2017-01-25 | Remove last usage of IFX_Retainable.chromium/2993 | Tom Sepez |
2017-01-25 | Use opj_uint_ceildiv where it is better than its int version | Nicolas Pena |
2017-01-24 | Use std::vector for fx_ucd.h arrays.chromium/2992 | tsepez |
2017-01-24 | Fixup coverage build | dsinclair |
2017-01-24 | No need to define SK_SCALAR_IS_FLOAT | halcanary |
2017-01-24 | Replace some loose (ptr, len) pairs with CFX_ByteStringC in fpdfapi. | tsepez |
2017-01-24 | Make Gerrit the default for pdfium code reviews | Aaron Gable |
2017-01-24 | Undefined shift in CPDF_PSEngine::DoOperator | tsepez |
2017-01-24 | Check m_data!=null when adding mct | Nicolas Pena |
2017-01-24 | Fix CPDF_InterForm::CheckRequiredFields and its callers. | Nicolas Pena |
2017-01-24 | Track CFDE_CSSComputedStyle with retained ptrs | Dan Sinclair |
2017-01-24 | Cleanup memory in CFDE_CSSRuleCollection | Dan Sinclair |
2017-01-24 | Remove ID, Class and Universal selector code | Dan Sinclair |
2017-01-24 | Use std::vector for CFX_RectF arrays | tsepez |
2017-01-24 | Remove CSS Pseudo parsing | Dan Sinclair |
2017-01-23 | Fix bug found by fuzzer in A85 encoder (bad shift). | rbpotter |
2017-01-23 | Remove obsolete include of build_overrides/v8.gnichromium/2991 | brettw |
2017-01-23 | Update safe numerics package to get bitwise ops | tsepez |
2017-01-23 | Remove unused author and and user stylesheets | Dan Sinclair |
2017-01-23 | Cleanup CSS parsing | Dan Sinclair |
2017-01-23 | Replace CXFA_StrokeArray and CXFA_WidgetArray with std::vector | tsepez |
2017-01-23 | Remove some |void Release() { delete this; }| anti-pattern. | tsepez |
2017-01-20 | Replace CFX_ByteArray with CFX_ArrayTemplate<uint8_t>chromium/2990chromium/2989chromium/2988 | tsepez |
2017-01-20 | Remove CFX_Points, CFX_PointsF in favor of std::vector | tsepez |