Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
pdfium
/
92f922266ad9aa0dbc0fcc183200d07f93cecaec
/
BUILD.gn
f4d4fee
Stop manually setting -Wshadow.
by Lei Zhang
· 5 years ago
1d0d0be
Change variable target_type to static_component_type in //:pdfium
by Daniel Hosseinian
· 5 years ago
0fab9e6
Remove jumbo usage in GN files throughout PDFium
by Daniel Hosseinian
· 5 years ago
f822090
Fix build with pdf_is_complete_lib=true and pdf_is_standalone=true
by Tom Anderson
· 5 years ago
25661d1
Add experimental JavaScript retrieval APIs.
by Lei Zhang
· 5 years ago
8f03cd4
Remove CPDF_ModuleMgr.
by Tom Sepez
· 5 years ago
4767bca
Convert test for bug 981288 to pixel test
by Tom Sepez
· 5 years ago
0c1d8f5
Add CF test case for bug 981288.
by Tom Sepez
· 5 years ago
fc45549
Add TransFormWithClipAndSaveWithLocale embedder test.
by Lei Zhang
· 5 years ago
0db20e0
Fix ODR violations in public fuzzers
by Tom Anderson
· 6 years ago
2169a77
Move pdfium sources into fpdfsdk
by Tom Anderson
· 6 years ago
6e4710a
Add embedder test for looping/leakage disclosed by bug 306123.
by Tom Sepez
· 6 years ago
9310106
[Reland] Switch pdfium target from a static library to a component
by Tom Anderson
· 6 years ago
858e2a7
Revert "[Reland] Switch pdfium target from a static library to a component"
by Thomas Anderson
· 6 years ago
d7e5b1d
[Reland] Switch pdfium target from a static library to a component
by Tom Anderson
· 6 years ago
8e8a36d
Revert "Switch pdfium target from a static library to a component"
by Lei Zhang
· 6 years ago
7098d04
Switch pdfium target from a static library to a component
by Tom Anderson
· 6 years ago
763affa
Stop adding -Wextra-semi.
by Lei Zhang
· 6 years ago
e59d7a3
Replace more embedder tests with pixel tests.
by Lei Zhang
· 6 years ago
8345825
Fix two XFA JS calls that trigger fatal errors in v8::FromJust().
by Lei Zhang
· 6 years ago
8d72a47
Add use_system_libopenjpeg2 build argument
by Felix Kauselmann
· 6 years ago
563f62a
Remove semicolons after JS_STATIC_foo macros, turn on -Wextra-semi
by Nico Weber
· 6 years ago
220ef3d
Add a unit_test_support target.
by Lei Zhang
· 6 years ago
d565ca7
Stop defining V8_DEPRECATION_WARNINGS.
by Lei Zhang
· 6 years ago
a0c3680
Split part of xfa/fgas/BUILD.gn into xfa/fgas/layout/BUILD.gn.
by Lei Zhang
· 6 years ago
229a789
Merge CPWL_FontMap into CBA_FontMap.
by Lei Zhang
· 6 years ago
7b5740a
Move pdf_enable_xfa build rules inside pdf_enable_v8 blocks.
by Lei Zhang
· 6 years ago
75a486e
Export defines to dependents of the "pdfium" target.
by Lei Zhang
· 6 years ago
ac52015
Add CPDF_DocRenderDataTest.
by Lei Zhang
· 6 years ago
1d78f4d
Remove pdfium_diff target from pdf_is_standalone block.
by Tom Sepez
· 6 years ago
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
Next »