Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
pdfium
/
d776c9764c7b4ae8fda801c8dc6c92fd7aa1fa87
/
core
d776c97
Refactor CFX_Palette
by Nicolas Pena
· 8 years ago
96e65ae
Guard against negative shift in nVal calculation
by Dan Sinclair
· 8 years ago
c6c71f1
Use checked_numeric to guard shift
by Dan Sinclair
· 8 years ago
76c9a1b
Guard against negative shift in jbig2 huffman initialization
by Dan Sinclair
· 8 years ago
ec8ff7d
Fix bytestring passing conventions, part 2.
by Tom Sepez
· 8 years ago
84b596d
Remove unreachable code in CFX_ScanlineCompositor
by Nicolas Pena
· 8 years ago
d9dad3a
Add title (/T) extraction for PDF tagged structures
by dan sinclair
· 8 years ago
746c287
Create initializer-list ctor for strings.
by Tom Sepez
· 8 years ago
c4a2b75
Cleanup string passing in core/fpdf*
by Tom Sepez
· 8 years ago
1835a6f
Tweak CFDF_Font::AppendChar()
by Tom Sepez
· 8 years ago
6a5c20c
Remove the ICC transform where it is never initialized.
by Nicolas Pena
· 8 years ago
1e8c39f
Remove the "old way" of performing FlateUncompress.
by Tom Sepez
· 8 years ago
4bb4029
Use CFX_MaybeOwned on the buffer of CFX_DIBitmap
by Nicolas Pena
· 8 years ago
2b79729
Fix unit tests to initialize PartitionAlloc.
by Chris Palmer
· 8 years ago
8bf955c
Cleanup CFX_BitmapComposer
by Nicolas Pena
· 8 years ago
93c086c
Cleanup nits from previous XML Cl
by dan sinclair
· 8 years ago
deff61f
Cleanup tagged code.
by dan sinclair
· 8 years ago
7f38961
Cleanup the tagged code
by dan sinclair
· 8 years ago
25553aa
Remove the length reference from XMLSyntaxParser
by dan sinclair
· 8 years ago
0b18e15
Use unique_ptr in the children of CFieldTree::Node
by Nicolas Pena
· 8 years ago
c057abc
use freetype if windows font decode fails
by Cary Clark
· 8 years ago
0fbb50c
Fix assignment to len.
by dan sinclair
· 8 years ago
abf16c0
Use correct length in guard check
by dan sinclair
· 8 years ago
20a909e
Remove a couple checks for MakeUnique failures.
by Lei Zhang
· 8 years ago
236ce3b
Remove dib_int.h
by Nicolas Pena
· 8 years ago
afd0d1f
RefCount CPDF_StreamAcc all the time.
by Tom Sepez
· 8 years ago
d8be3cb
Use some uint64_t constants in fx_crypt_sha.cpp.
by Lei Zhang
· 8 years ago
ee62ba2
Cleanup CFX_BlockBuffer
by Dan Sinclair
· 8 years ago
c3202a9
Let CPDF_ImageRenderer own the CFX_ImageRenderer
by Nicolas Pena
· 8 years ago
6088612
RefCount CPDF_IccProfile all the time
by Tom Sepez
· 8 years ago
37cc5fb
Finish splitting up fx_dib.h
by Nicolas Pena
· 8 years ago
e115b2e
Remove unneeded void* casts.
by Lei Zhang
· 8 years ago
bb4a1bc
Drop C linkage in fx_crypt code.
by Lei Zhang
· 8 years ago
7b9d823
Use unique_ptr in cpdf_type3cache.h.
by Tom Sepez
· 8 years ago
05e6a80
RefCount CPDF_Type3Cache all the time.
by Tom Sepez
· 8 years ago
3a1d9b4
RefCount CPDF_TransferFunc all the time.
by Tom Sepez
· 8 years ago
ac35589
Split the FDE XML file into indiviual class files.
by Dan Sinclair
· 8 years ago
6da8ac5
Drop FXSYS_ from util methods
by Dan Sinclair
· 8 years ago
1c5d0b4
Drop FXSYS_ from mem methods
by Dan Sinclair
· 8 years ago
2ae80f5
Drop FXSYS_ from wide string methods
by Dan Sinclair
· 8 years ago
ba8ac3f
Drop FXSYS_ from file methods
by Dan Sinclair
· 8 years ago
669a418
Drop FXSYS_ from math methods
by Dan Sinclair
· 8 years ago
8c5e924
Add test case for bug_707479
by Tom Sepez
· 8 years ago
7e7c649
Drop FXSYS_ from string methods
by Dan Sinclair
· 8 years ago
044a70d
Remove some used-only-once typedefs from CPDF_DocPageData
by Tom Sepez
· 8 years ago
c3ddec3
Do not shrink buffer before examining last byte in TryVSWPrintF
by Tom Sepez
· 8 years ago
0c972eb
Split fx_dib part 5
by Nicolas Pena
· 8 years ago
72c6b18
Minor cleanups
by Dan Sinclair
· 8 years ago
192e4d9
Split fx_dib part 4
by Nicolas Pena
· 8 years ago
adca630
Fix Skia includes
by Nicolas Pena
· 8 years ago
7d4f6a8
Refcount CPDF_Image all the time.
by Tom Sepez
· 8 years ago
3cf9ec4
Use PartitionFreeGeneric for the strings partition, not PartitionFree.
by Chris Palmer
· 8 years ago
a2af7de
Move zlib to a DEPS-based checkout.
by Lei Zhang
· 8 years ago
bdbb0bd
Split fx_dib part 3
by Nicolas Pena
· 8 years ago
eb39cdb
Pull in FreeType via DEPS instead.
by Lei Zhang
· 8 years ago
83fc223
Move FX_FILESIZE to fx_system.h
by Tom Sepez
· 8 years ago
ac66da2
Split fx_dib.h part 2
by Nicolas Pena
· 8 years ago
fcdb2df
Re-arrange fxcrt string files to match naming.
by Tom Sepez
· 8 years ago
fc715c3
Split fx_dib part 1
by Nicolas Pena
· 8 years ago
3efc067
vswprintf() part 2: retry when clearly out of space.
by Tom Sepez
· 8 years ago
bf9104d
vswprintf() part 1: move code, create helper function.
by Tom Sepez
· 8 years ago
0bb1333
Add some calls to MakeUnique
by Dan Sinclair
· 8 years ago
908c848
Move core/fxcrt XML files to core/fxcrt/xml
by Dan Sinclair
· 8 years ago
a69665d
Avoid one more instance of the anti-pattern in 706346.
by Tom Sepez
· 8 years ago
ddb7016
Move CFX files into fxcrt
by Dan Sinclair
· 8 years ago
2283daa
Protect against premature mask destruction in CFX_ClipRgn::IntersectRect
by Tom Sepez
· 8 years ago
213f012
Use more unique_ptr and std::vector in JBig2_SddProc
by Nicolas Pena
· 8 years ago
3de5005
Upgrade to FreeType 2.7.1.
by Lei Zhang
· 8 years ago
d40fea2
Account for character size in last CFX_WideString patch.
by Tom Sepez
· 8 years ago
cbb02c0
Avoid guessing vsnprintf() buffer length.
by Tom Sepez
· 8 years ago
b929ab0
Remove fgas/localization directory
by Dan Sinclair
· 8 years ago
f761a3a
Fix undefined shift in JBig2_SddProc
by Nicolas Pena
· 8 years ago
ca825d3
Fix MSAN uninitialized value report.
by Tom Sepez
· 8 years ago
3bb5751
Ensure that CFX_RetainPtr move ctor is used by std::vector.
by Tom Sepez
· 8 years ago
022ded0
Remove unused CFX_ArrayTemplate and CFX_BasicArray.
by Tom Sepez
· 8 years ago
eed6421
Add bounds check into JBIG2 Arith decoder.
by Dan Sinclair
· 8 years ago
0eb7476
Add JBig2_BitStream ReadNBits unittests
by Dan Sinclair
· 8 years ago
f0799fe
Revert "Revert "Refcount all CFX_DIBSources (and subclasses) all the time.""
by Tom Sepez
· 8 years ago
31b08d4
Revert "Refcount all CFX_DIBSources (and subclasses) all the time."
by dsinclair
· 8 years ago
0004f29
Refcount all CFX_DIBSources (and subclasses) all the time.
by Tom Sepez
· 8 years ago
1ded376
Cleanup fx_dib_composite part 6
by Nicolas Pena
· 8 years ago
d59442b
Convert new into MakeUnique
by Dan Sinclair
· 8 years ago
96169fc
Verify available bits in bit stream
by Dan Sinclair
· 8 years ago
48a2fac
Fix some ASAN issues in fx_skia_device
by Nicolas Pena
· 8 years ago
43c1950
Guard against lengths greater then input size
by Dan Sinclair
· 8 years ago
0d6d178
Remove old test expectations after the Mac 10.12 upgrade.
by Lei Zhang
· 8 years ago
8e3f692
Update to zlib 1.2.11
by Adenilson Cavalcanti
· 8 years ago
f4a9f83
fix new tab crash in skia clip stack
by Cary Clark
· 8 years ago
e4b035b
Use PartitionAlloc for JavaScript ArrayBuffers and strings.
by Chris Palmer
· 8 years ago
08b96e7
Use unique_ptr in CFieldTree::Node
by Nicolas Pena
· 8 years ago
4a58d14
Refcount CPDF_CMap all the time.
by Tom Sepez
· 8 years ago
73b607f
Fix CFX_FxgeDevice constructor and destructor in Skia
by Nicolas Pena
· 8 years ago
6bbb609
Fix CFX_RetainPtr move-assign semantics.
by Tom Sepez
· 8 years ago
cd933f8
Cleanup fx_dib_composite part 5
by Nicolas Pena
· 8 years ago
704aad8
fix skia path debug
by Cary Clark
· 8 years ago
6bdd824
Fix two CloneNonCycle issues
by Wei Li
· 8 years ago
409b663
Handle the Clip command list being empty
by Dan Sinclair
· 8 years ago
4650ded
Revert "Remove CFX_FixedBufGrow"
by Nicolás Peña
· 8 years ago
a8c2b91
Remove dead CFX_Edit code and fix some typos.
by Lei Zhang
· 8 years ago
d9d20a4
Return errors after validation instead of ASSERT in CPDF_DataAvail
by Nicolas Pena
· 8 years ago
Next »