Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
pdfium
/
5ae6c564d16ce8b625df3d1950abc822f9ecc987
/
BUILD.gn
1929d6e
Split pdfium_embeddertests sources.
by Lei Zhang
· 6 years ago
a996ff4
Move fx_skia_device_unittest.cpp to pdfium_embeddertests.
by Lei Zhang
· 6 years ago
f03f781
Split pdfium_unittests sources.
by Lei Zhang
· 6 years ago
1987bbf
Split public/ headers into their own source_set.
by Lei Zhang
· 6 years ago
21ce4ff
Make ":pdfium" pass gn check.
by Lei Zhang
· 6 years ago
d7f51c7
Make fpdfsdk/ pass gn check.
by Lei Zhang
· 6 years ago
dee2511
Make core/fxcrt pass gn check.
by Lei Zhang
· 6 years ago
995374a
Split core/fxcrt build rules into core/fxcrt/BUILD.gn.
by Lei Zhang
· 6 years ago
8460088
Split most core build rules into various BUILD.gn files in core.
by Lei Zhang
· 6 years ago
d145e4b
Move core/fdrm/crypto/* to core/fdrm/.
by Lei Zhang
· 6 years ago
76833a6
Split constants and testing build rules into their own BUILD.gn files.
by Lei Zhang
· 6 years ago
dcab8cf
Split fpdfsdk build rules into various BUILD.gn files in fpdfsdk.
by Lei Zhang
· 6 years ago
a7dec32
Split fxjs build rules into fxjs/BUILD.gn.
by Lei Zhang
· 6 years ago
faa5145
Split xfa build rules into various BUILD.gn files in xfa/.
by Lei Zhang
· 6 years ago
ac0a167
Split fxbarcode build rules into fxbarcode/BUILD.gn.
by Lei Zhang
· 6 years ago
29b708e
Mark the bigint target as XFA only.
by Lei Zhang
· 6 years ago
dbaf3b8
Mark tests as testonly.
by Lei Zhang
· 6 years ago
1e5ebaa
Replace most static_library entries with source_set.
by Lei Zhang
· 6 years ago
0a62427
Make a couple more source_sets into jumbo_source_sets.
by Lei Zhang
· 6 years ago
c345065
Rename interform files to interactiveform.
by Lei Zhang
· 6 years ago
265886b
Update build rules for CFX_CodecMemory.
by Lei Zhang
· 6 years ago
673b90a
Rename CPDF_ContentMark to CPDF_ContentMarks.
by Henrique Nakashima
· 6 years ago
28df406
Add booleans for form flags in CPDF_FormField.
by Lei Zhang
· 6 years ago
0473476
Remove CPDFSDK_DateTime entirely.
by Tom Sepez
· 6 years ago
3c219ef
Split CFX_FontSourceEnum_File into its own file.
by Lei Zhang
· 6 years ago
958142e
Introduce CodecModuleIface for progressive decoder modules.
by Tom Sepez
· 6 years ago
4993f55
Remove CBC_CommonByteArray and CBC_QRCoderBlockPair.
by Lei Zhang
· 6 years ago
61f1d62
Reland "Introduce FX_Number class as a replacement for FX_atonum()."
by Tom Sepez
· 6 years ago
29e1803
Revert "Introduce FX_Number class as a replacement for FX_atonum()."
by Tom Sepez
· 6 years ago
a5d7ad3
Introduce FX_Number class as a replacement for FX_atonum().
by Tom Sepez
· 6 years ago
d4e7ca0
Add unit test for AutoRestorer<> on smart pointer types.
by Tom Sepez
· 6 years ago
b6dbcb2
Change explicit suppression of warning 4267 to a config based suppression.
by Will Harris
· 6 years ago
48cd65d
Rename remaining fx_codec*.cpp to match class and .h file name
by Tom Sepez
· 6 years ago
126927e
Use std::span<> in CCodec_JPEGModule
by Tom Sepez
· 6 years ago
f2615a3
Rework CCODEC_ProgressiveDecoder.
by Tom Sepez
· 6 years ago
e6ff2eb
Rename CFX_DIBSource to CFX_DIBBase.
by Tom Sepez
· 6 years ago
3a3a369
Enable warnings for shadowed variables
by Ryan Harrison
· 6 years ago
3ad49f6
BUILD.gn - put cfx_windowsrenderdevice.h in win-specific section.
by Tom Sepez
· 6 years ago
16208a0
Remove CFPF_SkiaFontDescriptor.
by Lei Zhang
· 6 years ago
e13a068
Remove CFPF_SkiaBufferFont and CFPF_SkiaFileFont.
by Lei Zhang
· 6 years ago
3a6d058
Rename CJS_Return to CJS_Result.
by Tom Sepez
· 6 years ago
f956bad
Add a way to save a barcode generated bitmap to a .png.
by Henrique Nakashima
· 6 years ago
d801c9c
Implement CFX_CodecMemory.
by Lei Zhang
· 6 years ago
b850c98
Move CPDFSDK_MemoryAccess to fxcrt.
by Lei Zhang
· 6 years ago
fd7cede
Move all utf8 decoding under fx_string.h
by Tom Sepez
· 6 years ago
e89d258
Remove -Wno-pointer-to-int-cast from fxcodec target.
by Lei Zhang
· 6 years ago
8584902
Remove CXFA_TraverseStrategy_ContentLayoutItem.
by Tom Sepez
· 6 years ago
8481c71
Only build cfx_fileaccess_windows.cpp on Windows.
by Lei Zhang
· 6 years ago
315f94a
Rename JS_{METHOD,PROP} to JSE_{METHOD,PROP}
by Tom Sepez
· 6 years ago
721f5fa
Replace CFXJSE_HostObject::type_ with polymorphic conversion methods
by Tom Sepez
· 6 years ago
5527682
Make FX stream internal details more private to .cpp files.
by Tom Sepez
· 6 years ago
f9d49da
Use UnownedPtr/Optional in cfxa_layoutcontext.cpp
by Tom Sepez
· 6 years ago
b4bcf69
Write marked content operators when generating a stream.
by Henrique Nakashima
· 6 years ago
7c694a4
Fix crash and memory leak.
by Artem Strygin
· 6 years ago
d774a73
Remove gn arg 'use_coverage'
by Ryan Harrison
· 6 years ago
a2c2a9d
Add fxcrt::AutoRestorer<T>::AbandonRestoration().
by Tom Sepez
· 6 years ago
9e12f14
Implement CPDF_CrossRefTable
by Artem Strygin
· 6 years ago
e3d3ce0
Implement CPDF_ObjStream.
by Artem Strygin
· 6 years ago
ed1c580
Speculative fix for segv destroying CPDF_PageObjectHolder::m_GraphicsMap
by Tom Sepez
· 6 years ago
81a3085
Refactor modification of Contents in CPDF_PageContentGenerator.
by Henrique Nakashima
· 6 years ago
101535f
Rework "Make common page base class."
by Tom Sepez
· 6 years ago
fc615c6
Add constants for PDF 1.7 spec, table 3.27.
by Lei Zhang
· 6 years ago
d8a8f27
Write some FPDFTransformEmbedderTests.
by Lei Zhang
· 6 years ago
9ce75b8
Add ability to log click events reaching PDFium
by Ryan Harrison
· 6 years ago
5caa34c
[fm2js] Fixup initialized variable conversion
by Dan Sinclair
· 6 years ago
221f0b3
Lowercase JS_Define.{h,cpp} and CJS_Define.h
by Tom Sepez
· 6 years ago
168c763
Revert "Make common page base class for XFA and non-XFA."
by Tom Sepez
· 6 years ago
625255b
Remove manual references to exe_and_shlib_deps
by Tom Anderson
· 6 years ago
d06cc38
Make common page base class for XFA and non-XFA.
by Tom Sepez
· 6 years ago
16ccc8b
Roll DEPS for build and buildtools.
by Tom Anderson
· 6 years ago
6af5369
[xfa] Propagate the xfa change data for text to JS and back.
by Dan Sinclair
· 6 years ago
fa4d93a
Move fuzzers to testing/fuzzers.
by Lei Zhang
· 6 years ago
9425006
Add unit test for CFX_BitStream.
by Lei Zhang
· 6 years ago
1c0da4b
Move JBig2 HuffmanTables into JBig2_HuffmanTable.cpp
by Nicolas Pena
· 6 years ago
47a4f41
Remove unused CFWL_FormProxy.
by Henrique Nakashima
· 6 years ago
d1de2f3
Remove CFWL_ComboBoxProxy.
by Henrique Nakashima
· 6 years ago
5e0b271
Fixup ASSERT in Bidi handling; Add bidi fuzzer.
by Dan Sinclair
· 6 years ago
3d1ab2d
Add CPDF_Transparency.
by Lei Zhang
· 6 years ago
9506137
Do not build BMP when codec is disabled
by Ryan Harrison
· 6 years ago
607f3cd
Do not build GIF when codec is disabled
by Ryan Harrison
· 6 years ago
d5d4845
Do not build PNG when codec is disabled
by Ryan Harrison
· 6 years ago
27924e6
Do not build TIFF when codec is disabled
by Ryan Harrison
· 6 years ago
fdd0ef6
Add constants for PDF 1.7 spec, table 7.2 and 7.3.
by Lei Zhang
· 6 years ago
aff0dfd
Move codepage tables from cpdf_document.cpp to fx_codepage.cpp
by Tom Sepez
· 6 years ago
525147a
Use strict types in FPDF API, try #3
by Tom Sepez
· 7 years ago
7018064
Add a CFX_XMLDocument class.
by Dan Sinclair
· 7 years ago
ba36706
Fixes XML Instruction handling in CXFA_DocumentParser.
by Dan Sinclair
· 7 years ago
048afc6
Fix CFX_XML and add unit tests
by Dan Sinclair
· 7 years ago
e08d2b1
Introduce ScopedFPDF types in public/cpp/fpdf_scopers.h
by Tom Sepez
· 7 years ago
7b01255
Remove CDWriteExt.
by Lei Zhang
· 7 years ago
6453a67
Remove CFX_BlockBuffer
by Dan Sinclair
· 7 years ago
a1fe732
Always build JS Runtime stubs even if V8 present.
by Tom Sepez
· 7 years ago
8b4a3c7
Use span in CXFA_LocaleValue::GetDoubleNum()
by Tom Sepez
· 7 years ago
2617056
Add constants for PDF 1.7 spec, table 3.4.
by Lei Zhang
· 7 years ago
8b0cf76
Merge CFX_XMLElement and CFX_XMLAttributeNode
by dan sinclair
· 7 years ago
a8c23df
Remove CXML
by dan sinclair
· 7 years ago
a7b1559
Put prototypes of PDF_NameEncode/Decode in fpdf_parser_utility.h
by Tom Sepez
· 7 years ago
cce4d31
Add CXFA_XMLLocale unittests
by dan sinclair
· 7 years ago
4125ab6
Move CXML to be XFA only
by dan sinclair
· 7 years ago
19ae9bf
Use CFX_XML instead of CXML in CPDF_Metadata
by dan sinclair
· 7 years ago
Next »