summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-08-31Attempt to fix potential integer overflow in CFX_FaceCache::LoadGlyphPath().chromium/2846thestig
2016-08-31Use CheckedNumeric for strength calculation.dsinclair
2016-08-31Move maxNumDataBytes and maxNumEcBytes calculation to fix crashnpm
2016-08-31Make CPDF_ColorState have a CFX_ColorStateData rather than inheritingtsepez
2016-08-31Make CPDF_GraphState have a CPDF_GraphStateData instead of inheriting.tsepez
2016-08-31Update gn args in README so it includes is_component_buildnpm
2016-08-31Use enum class for subtypes of CPDF_Annot.jaepark
2016-08-31Free the GifPlainText object when complete.dsinclair
2016-08-30Update .gitignore to properly ignore base/thestig
2016-08-30Fix ASAN build after rolling DEPS for build/thestig
2016-08-30Roll DEPS for build to b73bafdd.thestig
2016-08-30Clean up CPDF_CMap declarationchromium/2845npm
2016-08-30Rename CPDFSDK_BFAnnotHandler and CPDFSDK_XFAAnnotHandler.jaepark
2016-08-30Make CPDF_TextState have a CPDF_TextStateData rather than inheriting one.tsepez
2016-08-30Guard against overflow when calculating font weight.dsinclair
2016-08-30Ignore the base/trace_event directorydsinclair
2016-08-30Fix missing files found by gn gen --check.thestig
2016-08-30More better const-ness in CFX_CountRef<>tsepez
2016-08-29Display content of the annotation when mouse hover.jaepark
2016-08-29Skip the channel if there is no data.dsinclair
2016-08-29Revert "Add -> operators to CFX_CountRef."tsepez
2016-08-29Revert "Replace wrapper methods in CPDF_Path with -> operator."tsepez
2016-08-29Revert "Use ->() in CPDF_ColorState"tsepez
2016-08-29Fix for #618267. Adding a method to determine if multiplication hastracy_jiang
2016-08-29Verify element exists before accessing.dsinclair
2016-08-29Use ->() in CPDF_ColorStatetsepez
2016-08-29openjpeg: Prevent an integer overflow in opj_jp2_apply_pclr.stackexploit
2016-08-29Initialize the CPDF_Document pointerdsinclair
2016-08-29Replace wrapper methods in CPDF_Path with -> operator.tsepez
2016-08-29Add some limit checks to ReadSharedObjHintTable().thestig
2016-08-29Move CFX_SubstFont and CTTFontDesc into their own filesnpm
2016-08-29Fix the test case added in https://codereview.chromium.org/2277063003/tonikitoo
2016-08-27[Android] Make Android CQ bot non-experimental.chromium/2844chromium/2843jbudorick
2016-08-26Add -> operators to CFX_CountRef.chromium/2842tsepez
2016-08-26Rename CPDFSDK_Annot::GetType to CPDFSDK_Annot::GetAnnotSubtype.jaepark
2016-08-26Make CFX_CountRef<>::m_pObject private, add accessors, fix const-ness.tsepez
2016-08-26Remove CFX_CountRef::IsNull in favor of operator booltsepez
2016-08-26Add support to Document::getAnnots methodtonikitoo
2016-08-26Remove most things GYP.thestig
2016-08-26build_gyp: Remove deprecated flag, which is enabled by default.vmpstr
2016-08-26Revert "Remove the document tagged code as it is unused."npm
2016-08-26Rework CFX_CountRef in terms of CFX_RetainPtr.tsepez
2016-08-26Move the classes in fpdf_text_int.cpp into their own filesnpm
2016-08-26Roll DEPS for skia to 3bf7509c.thestig
2016-08-26Roll DEPS for icu to 2341038b.thestig
2016-08-26Roll DEPS for clang to 797371be.thestig
2016-08-26Extend pdfium_test capability so that more Javascript can be executedchromium/2841tonikitoo
2016-08-25Clean up CPDFSDK_PageView methods.jaepark
2016-08-25Change " to ' in gyp file for consistencynpm
2016-08-25CPDF_Annot::GetRect() should return CFX_FloatRect.jaepark