summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-12-13Refactor CFXA_*List constructorschromium/3294Ryan Harrison
2017-12-13Methods are on CJX_Object not CJX_Node nowDan Sinclair
2017-12-13Get rid of CXML_AttrMap.Lei Zhang
2017-12-13Fix some nits in CXML_Element.Lei Zhang
2017-12-13Use size_t in CXML_Element and callers.Lei Zhang
2017-12-13Simplify CXML_Element::GetTagName().Lei Zhang
2017-12-13Inline CXML_Element private methods.Lei Zhang
2017-12-13Remove dead CXML_Element code.Lei Zhang
2017-12-13Update build instructions on WindowsWei Li
2017-12-13Move remaining Script_ methods to CJX_ObjectDan Sinclair
2017-12-13Move Script_Som_* methods to CJX_ObjectDan Sinclair
2017-12-12Roll pdfium/third_party/freetype/src/ bec14f688..2c048a8a6 (25 commits)chromium/3293Nicolas Pena
2017-12-12Move Script_Som_*Message methods to CJX_ObjectDan Sinclair
2017-12-12Move Script_Som_{Fill|Font}Color to CJX_ObjectDan Sinclair
2017-12-12Move Script_Som_Border{Width|Color} to CJX_ObjectDan Sinclair
2017-12-12Roll DEPS for Skia to 40ca2087.Lei Zhang
2017-12-12Combine WideString::operator< and Compare().Lei Zhang
2017-12-12Move Script_Attribute_Integer to CJX_ObjectDan Sinclair
2017-12-12Use early returns in pdf_parser_decode.cpp.Lei Zhang
2017-12-12Remove unused script attribute methodsDan Sinclair
2017-12-12Move Script_Attribute_BOOL to CJX_ObjectDan Sinclair
2017-12-12Move Script_Attribute_String to CJX_ObjectDan Sinclair
2017-12-12Remove non-const refs in CPDF_NameTree functions.Lei Zhang
2017-12-12[js] Convert to using size instead of sentinelsDan Sinclair
2017-12-12Roll DEPS for zlib to 91155b5d.Lei Zhang
2017-12-11[xfa] Move CJX code into fxjs/xfaDan Sinclair
2017-12-11Remove default arguments to CPDF_StreamAcc::LoadAllData().Lei Zhang
2017-12-11Slightly simplify CPDF_StreamAcc::LoadAllData().Lei Zhang
2017-12-11[xfa] Refactor CJX method signatures.Dan Sinclair
2017-12-11Move some GetDict() calls out of header files.Lei Zhang
2017-12-11Initialize FDE_TEXTEDITPIECE.chromium/3292Lei Zhang
2017-12-11Get rid of default ctors for CPDF_Action and CPDF_AAction.Lei Zhang
2017-12-11Clarify some function names in CPDF_NameTree.Lei Zhang
2017-12-09Roll DEPS for build to 891d9357.chromium/3291chromium/3290Lei Zhang
2017-12-09Roll DEPS for Skia to d6c04d9a.Lei Zhang
2017-12-09Roll DEPS for clang to 0235fed9.Lei Zhang
2017-12-09Roll DEPS for zlib to 945bc9fb.Lei Zhang
2017-12-09Roll V8 to ff3d8321.Lei Zhang
2017-12-09Roll DEPS for build to 159ee37d.Lei Zhang
2017-12-09Roll DEPS for clang and build.Lei Zhang
2017-12-09Roll DEPS for buildtools to f6d165d9.Lei Zhang
2017-12-09Roll DEPS for ICU to e3b480d3.Lei Zhang
2017-12-09Roll DEPS for catapult and trace_event.Lei Zhang
2017-12-08Fix CPDF_AAction default constructor so it compiles in other environments.Andrew Weintraub
2017-12-08Fix an LLVM error caused by assigning a uint32_t to an int without a castAndrew Weintraub
2017-12-08Fix build when using different sysroots.chromium/3289Andrew Weintraub
2017-12-07[xfa] Move JS method information to files.chromium/3288Dan Sinclair
2017-12-07Add WARN_UNUSED_RESULT to more static methods in (Byte|Wide)String.Henrique Nakashima
2017-12-07Add WARN_UNUSED_RESULT to ByteString::Format* methods.Henrique Nakashima
2017-12-07Fix WideString::Format instances that should use %lsRyan Harrison