summaryrefslogtreecommitdiff
path: root/BUILD.gn
AgeCommit message (Expand)Author
2018-10-12Mark the bigint target as XFA only.chromium/3579Lei Zhang
2018-10-11Mark tests as testonly.Lei Zhang
2018-10-11Replace most static_library entries with source_set.Lei Zhang
2018-10-11Make a couple more source_sets into jumbo_source_sets.Lei Zhang
2018-10-11Rename interform files to interactiveform.Lei Zhang
2018-10-11Update build rules for CFX_CodecMemory.Lei Zhang
2018-10-10Rename CPDF_ContentMark to CPDF_ContentMarks.Henrique Nakashima
2018-10-05Add booleans for form flags in CPDF_FormField.Lei Zhang
2018-10-04Remove CPDFSDK_DateTime entirely.Tom Sepez
2018-10-03Split CFX_FontSourceEnum_File into its own file.Lei Zhang
2018-09-25Introduce CodecModuleIface for progressive decoder modules.Tom Sepez
2018-09-22Remove CBC_CommonByteArray and CBC_QRCoderBlockPair.Lei Zhang
2018-09-13Reland "Introduce FX_Number class as a replacement for FX_atonum()."Tom Sepez
2018-09-13Revert "Introduce FX_Number class as a replacement for FX_atonum()."Tom Sepez
2018-09-13Introduce FX_Number class as a replacement for FX_atonum().Tom Sepez
2018-08-30Add unit test for AutoRestorer<> on smart pointer types.Tom Sepez
2018-08-29Change explicit suppression of warning 4267 to a config based suppression.Will Harris
2018-08-28Rename remaining fx_codec*.cpp to match class and .h file nameTom Sepez
2018-08-28Use std::span<> in CCodec_JPEGModuleTom Sepez
2018-08-27Rework CCODEC_ProgressiveDecoder.Tom Sepez
2018-08-24Rename CFX_DIBSource to CFX_DIBBase.Tom Sepez
2018-08-23Enable warnings for shadowed variablesRyan Harrison
2018-08-23BUILD.gn - put cfx_windowsrenderdevice.h in win-specific section.Tom Sepez
2018-08-17Remove CFPF_SkiaFontDescriptor.Lei Zhang
2018-08-17Remove CFPF_SkiaBufferFont and CFPF_SkiaFileFont.Lei Zhang
2018-08-17Rename CJS_Return to CJS_Result.Tom Sepez
2018-08-16Add a way to save a barcode generated bitmap to a .png.Henrique Nakashima
2018-08-13Implement CFX_CodecMemory.Lei Zhang
2018-08-13Move CPDFSDK_MemoryAccess to fxcrt.Lei Zhang
2018-08-09Move all utf8 decoding under fx_string.hTom Sepez
2018-08-02Remove -Wno-pointer-to-int-cast from fxcodec target.Lei Zhang
2018-07-28Remove CXFA_TraverseStrategy_ContentLayoutItem.chromium/3507chromium/3506Tom Sepez
2018-07-25Only build cfx_fileaccess_windows.cpp on Windows.Lei Zhang
2018-07-24Rename JS_{METHOD,PROP} to JSE_{METHOD,PROP}Tom Sepez
2018-07-23Replace CFXJSE_HostObject::type_ with polymorphic conversion methodsTom Sepez
2018-07-19Make FX stream internal details more private to .cpp files.Tom Sepez
2018-07-16Use UnownedPtr/Optional in cfxa_layoutcontext.cppTom Sepez
2018-07-11Write marked content operators when generating a stream.Henrique Nakashima
2018-07-11Fix crash and memory leak.Artem Strygin
2018-07-04Remove gn arg 'use_coverage'chromium/3482Ryan Harrison
2018-06-27Add fxcrt::AutoRestorer<T>::AbandonRestoration().chromium/3475Tom Sepez
2018-06-27Implement CPDF_CrossRefTableArtem Strygin
2018-06-26Implement CPDF_ObjStream.Artem Strygin
2018-06-19Speculative fix for segv destroying CPDF_PageObjectHolder::m_GraphicsMapTom Sepez
2018-06-12Refactor modification of Contents in CPDF_PageContentGenerator.Henrique Nakashima
2018-06-12Rework "Make common page base class."Tom Sepez
2018-06-08Add constants for PDF 1.7 spec, table 3.27.Lei Zhang
2018-06-08Write some FPDFTransformEmbedderTests.Lei Zhang
2018-06-06Add ability to log click events reaching PDFiumRyan Harrison
2018-06-06[fm2js] Fixup initialized variable conversionDan Sinclair