Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
pdfium
/
7054ae8ce65b7cea77832c96f5966110d1f3c83f
7054ae8
Add a .in file for tagged_alt_text.pdf.
by Lei Zhang
· 5 years ago
a664b95
Remove fxcrt from sources
by Tom Anderson
· 5 years ago
0db20e0
Fix ODR violations in public fuzzers
by Tom Anderson
· 5 years ago
39cc831
Split public fuzzer static initializer into its own file
by Tom Anderson
· 5 years ago
1522eac
Add missing dependencies to fuzzers
by Tom Anderson
· 5 years ago
2169a77
Move pdfium sources into fpdfsdk
by Tom Anderson
· 5 years ago
726ece1
Beef up tests for CFX_XMLNode insertions.
by Tom Sepez
· 5 years ago
a4b523d
Rename CXFA_LayoutPageMgr functions that operate on children only.
by Tom Sepez
· 5 years ago
8f877b2
Replace CountedFaceCache with RetainPtr<CFX_FaceCache>
by Tom Sepez
· 5 years ago
654d950
Rename CXFA_Node::RemoveChild() to RemoveChildAndNotify()
by Tom Sepez
· 5 years ago
8c3d4a0
Add more helper methods to tree_node.h
by Tom Sepez
· 5 years ago
b2d0ebd
Remove unneeded iostream includes.
by Lei Zhang
· 5 years ago
91d0a69
Remove a static initializer in fx_dib_main.cpp.
by Lei Zhang
· 5 years ago
e2a8e9c
Add documentation about pixel tests and in files.
by Patrik Weiskircher
· 5 years ago
112b16f
Make CXFA_LayoutItem inherit from fxcrt::TreeNode<>.
by Tom Sepez
· 5 years ago
3475b48
Remove deprecated fpdf_edit APIs.
by Lei Zhang
· 5 years ago
df86e8b
Add regression test for a crash in CPDF_TextState::GetFont().
by Lei Zhang
· 5 years ago
8768f8a
Remove secondary_source in .gn.
by Lei Zhang
· 5 years ago
87bafc3
Rename CXFA_LayoutItem methods to match fxcrt::TreeNode.
by Tom Sepez
· 5 years ago
6f83888
Remove impossible code related to CPDF_Type3Font.
by Lei Zhang
· 5 years ago
ea38420
Fix nits in CPDF_Pattern and related code.
by Lei Zhang
· 5 years ago
3fa9193
Rename CFWL_Widget::{Set,Get}LayoutItem() to {Set,Get}FFWidget()
by Tom Sepez
· 5 years ago
706619b
Remove tree-corrupting methods from CXFA_LayoutItem, try #3.
by Tom Sepez
· 5 years ago
00714a0
Possibly fix null-dereference when trying to access font.
by Patrik Weiskircher
· 5 years ago
b2a4760
Replace Skia font macros with enums.
by Ben Wagner
· 5 years ago
94908c4
Provide correct state to pattern rendering. (try 2)
by Patrik Weiskircher
· 5 years ago
adba14a
Conditionalize unowned_ptr.h using ADDRESS_SANITIZER macro
by Tom Sepez
· 5 years ago
4e1afbd
Conditionalize cxfa_layoutitem_embeddertests.cpp based on LEAK_SANITIZER
by Tom Sepez
· 5 years ago
6670c6e
Call RemoveLayoutItem() before deleting layout items.
by Tom Sepez
· 5 years ago
69eae2d
Add test case for leak from bug 1265.
by Tom Sepez
· 5 years ago
5da8d5b
Tidy cxfa_layoutpagemgr.cpp before adding more RemoveLayoutItem() calls.
by Tom Sepez
· 5 years ago
17dedfa
Use RemoveChild() in XFA_ReleaseLayoutItem.
by Tom Sepez
· 5 years ago
6e4710a
Add embedder test for looping/leakage disclosed by bug 306123.
by Tom Sepez
· 5 years ago
9310106
[Reland] Switch pdfium target from a static library to a component
by Tom Anderson
· 5 years ago
a733d82
Remove class CPDF_PageObjectList.
by Tom Sepez
· 5 years ago
84cce24
Remove orphan tracking for CPDF parser objects.
by Tom Sepez
· 5 years ago
4deddeb
Require string objects for file spec entries.
by Tom Sepez
· 5 years ago
5c3e3a0
Ensure JavaScript sources are strings or streams.
by Tom Sepez
· 5 years ago
8964d10
Replace some CPDF_Array::Add() calls with AddNew<>().
by Tom Sepez
· 5 years ago
f8c67a2
Replace some CPDF_Dictionary::SetFor() calls with SetNewFor<>()
by Tom Sepez
· 5 years ago
06d1acb
Roll v8/ 93306f1d7..ed14aba38 (893 commits)
by Lei Zhang
· 6 years ago
6d6d622
Roll build/ ef1e2b871..578c66146 (209 commits)
by Lei Zhang
· 6 years ago
799b71b
Roll third_party/catapult/ ec795debc..cca9447f6 (242 commits)
by Lei Zhang
· 6 years ago
2ca6f7b
Roll third_party/depot_tools/ 3580425ba..ccd2b4da9 (119 commits; 43 trivial rolls)
by Lei Zhang
· 6 years ago
2e9d1c9
Roll tools/code_coverage/ 0e34d1463..90f3a1ede (2 commits)
by Lei Zhang
· 6 years ago
518d451
Roll third_party/icu/ 8c67416cc..ae4b77dc8 (10 commits)
by Lei Zhang
· 6 years ago
bd175aa
Roll third_party/zlib/ bb293c33b..8f2b9d41f (4 commits)
by Lei Zhang
· 6 years ago
b964a8e
Roll third_party/googletest/src/ 8b6d3f9c4..9997a830e (37 commits)
by Lei Zhang
· 6 years ago
b33a011
Convert remaining UnownedPtr<CPDF_Object> to RetainPtr.
by Tom Sepez
· 6 years ago
d7c87cf
Remove a check for _NATIVE_WCHAR_T_DEFINED.
by Lei Zhang
· 6 years ago
5430882
Change the goal for FPDFViewEmbedderTest.BUG_1281
by Lei Zhang
· 6 years ago
b0bcefa
Update libpng to 1.6.37.
by Lei Zhang
· 6 years ago
ad073ca
Update libpng to 1.6.35.
by Lei Zhang
· 6 years ago
470e375
Finish libpng 1.6.34 update.
by Lei Zhang
· 6 years ago
a3097da
Make CPDF_Object and its subclasses retainable.
by Tom Sepez
· 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
8f64f4a
Get rid of _FX_OS_.
by Lei Zhang
· 6 years ago
2036aa0
Make CPDF_SecurityHandler retainable.
by Tom Sepez
· 6 years ago
4fd07f9
Remove repeated code in CFX_FaceCache.
by Lei Zhang
· 6 years ago
0eaf190
Add RetainPtr::<T>::operator==(T*) method.
by Tom Sepez
· 6 years ago
e55cc91
Replace remaining _FX_PLATFORM_WINDOWS_ usage outside of fx_system.h.
by Lei Zhang
· 6 years ago
87b1511
Replace more _FX_PLATFORM_WINDOWS_ usage.
by Lei Zhang
· 6 years ago
e67bcc7
Replace _FX_PLATFORM_WINDOWS_ with defined(OS_WIN).
by Lei Zhang
· 6 years ago
015ab43
Remove more _FX_PLATFORM_APPLE_ usage.
by Lei Zhang
· 6 years ago
647d8ff
Do not cache unowned dictionary in CPDF_ShadingPattern.
by Tom Sepez
· 6 years ago
a0dcbfb
Get rid of NEVER_INLINE in core/fxcrt/fx_system.h.
by Lei Zhang
· 6 years ago
e4cdac5
Replace _FX_PLATFORM_APPLE_ with defined(OS_MACOSX).
by Lei Zhang
· 6 years ago
c1aefb7
Revert "Provide correct state to pattern rendering."
by Lei Zhang
· 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
6ab92c0
Track another orphan from CPWL_AppStream
by Tom Sepez
· 6 years ago
1c0142f
Prevent parentless siblings in CXFA_ItemLayoutProcessor::SplitLayoutItem().
by Tom Sepez
· 6 years ago
cb87127
Add RetainPtr<>::BackPointer() method.
by Tom Sepez
· 6 years ago
5175c93
Make CXFA_Node inherit from fxcrt::TreeNode<>
by Tom Sepez
· 6 years ago
f188aca
Provide correct state to pattern rendering.
by Patrik Weiskircher
· 6 years ago
ae6ebf0
Fix CFXJSE_FormCalcContext::Substr() behavior.
by Lei Zhang
· 6 years ago
3cf6263
Beef up CFXJSE_FormCalcContextEmbedderTest.Substr
by Lei Zhang
· 6 years ago
8bceb48
Fix some nits in CFXJSE_FormCalcContext.
by Lei Zhang
· 6 years ago
5fb2ca3
Add some stronger checks to TreeNode<>
by Tom Sepez
· 6 years ago
d0f989e
Add --no-system-fonts to pdfium_test on Mac and Linux.
by Lei Zhang
· 6 years ago
90d127b
Clean up fx_ge_linux.cpp.
by Lei Zhang
· 6 years ago
f066bf7
Fix a nit with pdfium_test --help formatting.
by Lei Zhang
· 6 years ago
5cbb6a5
Mark a bunch of CPDF_AllStates* parameters as const.
by Lei Zhang
· 6 years ago
024ae11
Roll third_party/skia/ c3186302b..0c2299707 (36 commits; 8 trivial rolls)
by Lei Zhang
· 6 years ago
7a8a0ca
Roll third_party/skia/ 06be07979..c3186302b (1 commit)
by Lei Zhang
· 6 years ago
021c4f8
Use correct layer default configuration
by Patrik Weiskircher
· 6 years ago
09c23b1
GetFontSize for Variable Text Annotations.
by Ryan Smith
· 6 years ago
64b9a05
Revert "Remove potentially tree-corrupting methods from CXFA_LayoutItem."
by Tom Sepez
· 6 years ago
613fbd8
Roll third_party/skia/ b5c685991..06be07979 (241 commits; 42 trivial rolls)
by Lei Zhang
· 6 years ago
93b7982
Roll third_party/skia/ 2655ede7c..b5c685991 (1 commit)
by Lei Zhang
· 6 years ago
d646476
Roll third_party/skia/ 442973874..2655ede7c (9 commits)
by Lei Zhang
· 6 years ago
abc8777
Split retain_tree_node.h into non-retained tree_node.h version.
by Tom Sepez
· 6 years ago
723f27a
Roll third_party/skia/ c8bea7deb..442973874 (1 commit)
by Lei Zhang
· 6 years ago
960c5e3
Roll third_party/skia/ e2aa08bf1..c8bea7deb (117 commits; 16 trivial rolls)
by Lei Zhang
· 6 years ago
d8beda8
Remove potentially tree-corrupting methods from CXFA_LayoutItem.
by Tom Sepez
· 6 years ago
e9fa6a9
Check for possibility of inf value from FXSYS_wcstof()
by Tom Sepez
· 6 years ago
006b17d
Fix integer underflow in cfgas_stringformatter.cpp, part 2
by Tom Sepez
· 6 years ago
84275ef
Check for nan in another place in cxfa_graphics.cpp
by Tom Sepez
· 6 years ago
24644f9
Update the email address for an AUTHORS entry.
by Lei Zhang
· 6 years ago
Next »