summaryrefslogtreecommitdiff
path: root/xfa/fxfa
AgeCommit message (Expand)Author
2018-10-26Replace int flags with struct FXDIB_ResampleOptions.Lei Zhang
2018-10-26Forward declare a bunch of classes.Lei Zhang
2018-10-25Change StartDIBits() to take a matrix by reference.Lei Zhang
2018-10-25Change FXDIB_BLEND_FOO typedefs to an enum class.Lei Zhang
2018-10-24Clean up CFX_ImageTransformer parameters.Lei Zhang
2018-10-24Use ASSERT() consistently. Replace assert() usage.Lei Zhang
2018-10-18Do IWYU for core/fxcrt/xml headers.Lei Zhang
2018-10-18Do IWYU in core/fxcrt/css and fix lint errors.Lei Zhang
2018-10-18Change CXFA_LoaderContext::dwFlags to bFilterSpace.Lei Zhang
2018-10-18Convert CXFA_LoaderContext to a struct.Lei Zhang
2018-10-18Clean up CXFA_TextLayout.Lei Zhang
2018-10-15Split pdfium_embeddertests sources.chromium/3582Lei Zhang
2018-10-15Split pdfium_unittests sources.Lei Zhang
2018-10-15Make fxjs/ pass gn check.Lei Zhang
2018-10-15Make xfa/ pass gn check.Lei Zhang
2018-10-12Make core/fxcrt pass gn check.Lei Zhang
2018-10-12Do IWYU in xfa.Lei Zhang
2018-10-12Split core/fxcrt build rules into core/fxcrt/BUILD.gn.Lei Zhang
2018-10-12Remove more unnecessary includes and do IWYU as needed.Lei Zhang
2018-10-12Split fxjs build rules into fxjs/BUILD.gn.Lei Zhang
2018-10-12Split xfa build rules into various BUILD.gn files in xfa/.Lei Zhang
2018-10-12Rename CPDF_{Array,Dictionary}::GetCount() to size().Lei Zhang
2018-10-09Do IWYU for retain_ptr.h and unowned_ptr.hLei Zhang
2018-10-09Do IWYU for ptr_util.h.Lei Zhang
2018-10-09Do IWYU for cpdf_dictionary.h.Lei Zhang
2018-10-04Change |virtual ~Foo(){}| to |virtual ~Foo()=default;|chromium/3571Tom Sepez
2018-10-04Reject argument lists that are not comma separatedRyan Harrison
2018-10-02Make CFGAS_DefaultFontManager a class with only static methods.Lei Zhang
2018-10-02Reduce includes in cfgas_defaultfontmanager.hLei Zhang
2018-10-02Remove unneeded cfgas_fontmgr.h includes.Lei Zhang
2018-10-01Initialize more CXFA_Node members in the header.Lei Zhang
2018-10-01Use size_t and FX_ArraySize() for some arrays.Lei Zhang
2018-09-20Fix misc lint errors and other cleanups.Lei Zhang
2018-09-20Remove more unneeded STL #includes from headers.Lei Zhang
2018-09-20Remove many unneeded STL #includes from headers.Lei Zhang
2018-09-17Fix final/protected conflicts.Tom Sepez
2018-09-11Make flate decode functions' buffer out parameter unique_ptrs.Lei Zhang
2018-09-04Remove unneeded fpdf_parser_decode.h #includes.Lei Zhang
2018-08-29Use pdfium::span<> in fpdf_parser_decode.h helper functions.Tom Sepez
2018-08-29Move XFA_RESOLVENODE_TagName to xfa_resolvenode_rs.h.Lei Zhang
2018-08-27The final game: mark everything final.Tom Sepez
2018-08-24Rename CFX_DIBSource to CFX_DIBBase.Tom Sepez
2018-08-23Fix shadowed variablesRyan Harrison
2018-08-23Remove m_bTruncated flag from CBC_PDF417Writer.Henrique Nakashima
2018-08-22Use UnownedPtr<> in CXFA_RenderContext.chromium/3531Tom Sepez
2018-08-22Mark CFX_XMLNode pointers as const in various places.Lei Zhang
2018-08-22Add GetLowerCaseElementAttributeOrDefault() helper function.Lei Zhang
2018-08-22Simplify GetEmbeddedObj() methods.Lei Zhang
2018-08-21Use UnownedPtr<> in xfa_resolvenode_rs.hTom Sepez
2018-08-21Change GetEmbbedObj() to return an Optional<WideString>.Lei Zhang