summaryrefslogtreecommitdiff
path: root/xfa
AgeCommit message (Expand)Author
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 fpdfsdk/ 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-12Mark the bigint target as XFA only.chromium/3579Lei 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-03Use numbers to test barcode encodings that do not accept letters.Henrique Nakashima
2018-10-03Fix nits in CFX_FontSourceEnum_File.Lei Zhang
2018-10-03Split CFX_FontSourceEnum_File into its own file.Lei Zhang
2018-10-03Simplify CFX_FontSourceEnum_File's file iterator.Lei Zhang
2018-10-02Clean up some XFA forward declarations.Lei Zhang
2018-10-02Avoid overloading CFGAS_FontMgr::LoadFont().Lei Zhang
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-24Give CFX_GraphStateData a work-over.chromium/3561Tom Sepez
2018-09-22Remove useless charset data in CFGAS_FontMgr.Lei Zhang
2018-09-22Move some CFGAS_FontMgr methods into an anonymous namespace.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-17Make CBC_CodeBase::SetTextLocation() virtual.Lei Zhang
2018-09-15Remove FXFM_ENCODING_NONE.Lei Zhang
2018-09-14Use pdfium::Optional in CFGAS_GEFont.Lei Zhang
2018-09-14Use fxcrt::MaybeOwned in CFGAS_GEFont.Lei Zhang
2018-09-14Use UnownedPtr in CFX_UnicodeEncoding.Lei Zhang
2018-09-14Clean up CFGAS_GEFont members.Lei Zhang
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-23Pass unique_ptr<> to CFX_MemoryStream constructorTom Sepez
2018-08-23Fix shadowed variablesRyan Harrison