Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
pdfium
/
1d95c68f912102dfda5d6e9ad7ca79411cda5900
/
core
5171a27
Use unique_ptrs for codec contexts in ccodec_progressivedecoder.
by Tom Sepez
· 8 years ago
5f34d47
Move CCodec_GifModule state to CGifContext
by Tom Sepez
· 8 years ago
19cda48
Missing one unowned_ptr in ccodec_progressivedecoder.h
by Tom Sepez
· 8 years ago
e858aa4
Fix content generation to only generate dirty page objects.
by wileyrya
· 8 years ago
9c6b37c
Rename FXJPEG_Context and use unowned ptr
by Tom Sepez
· 8 years ago
db9faec
Put all CCodec_PngModule state into its context.
by Tom Sepez
· 8 years ago
fc04f41
Move all of ccodec_bmpmodule state to its context
by Tom Sepez
· 8 years ago
26cb2fa
Use unowned ptr back to delegates in codec modules
by Tom Sepez
· 8 years ago
2c20003
Fix small ordering issue in CFX_ProgressiveDecoder cleanup.
by Tom Sepez
· 8 years ago
0704e9b
Release unowned m_pTiffContext before deleting through it
by Tom Sepez
· 8 years ago
9a50579
Do not store pointer to IFX_Pause in CCodec_Jbig2Context
by Tom Sepez
· 8 years ago
56e5e67
IFX_Pause is passed to CJBig2_Context, no need to store.
by Tom Sepez
· 8 years ago
385d32f
Fix CPDF_PageRenderContext cleanup
by Tom Sepez
· 8 years ago
06bbdef
Add public API for setting the blend mode on a page object.
by wileyrya
· 8 years ago
cdfc035
Pass CJBig2_ArithDecoder to CJBig2_GRDProc as needed.
by Tom Sepez
· 8 years ago
fb9c11b
Release unowned CS reference before maybe destroying owned one
by Tom Sepez
· 8 years ago
169b301
Use proper file names in core/fpdfapi/font
by Nicolas Pena
· 8 years ago
f677e18
Rename Probe() to ProbeForLowSeverityLifetimeIssue().
by Tom Sepez
· 8 years ago
741c362
Avoid dangling encrypt dict pointer in CPDF_Parser
by Tom Sepez
· 8 years ago
d928181
Simplify CPDF_Page ctor.
by Lei Zhang
· 8 years ago
864e9fb
Add public API for setting the fill color on a text object
by wileyrya
· 8 years ago
22a237f
Add public API for setting LineJoin and LineCap on a path
by wileyrya
· 8 years ago
1c26a6e
Use more STL algorithms in fx_coordinates.cpp.
by Lei Zhang
· 8 years ago
d0409af
Mass conversion of remaining class members (non-xfa)
by Tom Sepez
· 8 years ago
b7deb9b
Remove some unused defines
by Dan Sinclair
· 8 years ago
797ca5c
Mass conversion of all const-lifetime class members
by Tom Sepez
· 8 years ago
3a4c408
Rename CPDF_LinkExtract test file to match class
by Dan Sinclair
· 8 years ago
5acacd3
Break apart the pageint.h file.
by Dan Sinclair
· 8 years ago
e0e2cd4
Cleanup some nits in CFX_Font
by Nicolas Pena
· 8 years ago
0fafb4f
core: allow building against system lcms2
by Miklos Vajna
· 8 years ago
dc8a2b7
Convert to CFX_UnownedPtr, part 10
by Tom Sepez
· 8 years ago
edc1e4e
Convert to CFX_UnownedPtr, part 9
by Tom Sepez
· 8 years ago
4734512
Convert to CFX_UnownedPtr, part 8
by Tom Sepez
· 8 years ago
a38f798
Use CheckedNumeric in BiInterpolImpl
by Nicolas Pena
· 8 years ago
08f4b77
Convert to CFX_UnownedPtr, part 4.
by Tom Sepez
· 8 years ago
033e565
Convert to CFX_UnownedPtr, part 5
by Tom Sepez
· 8 years ago
655c783
Convert to CFX_UnownedPtr, part 3.
by Tom Sepez
· 8 years ago
6f3593c
Remove longjmp from the Gif module
by Nicolas Pena
· 8 years ago
258909c
Make CPDF_ImageCacheEntry retain CPDF_Image
by Tom Sepez
· 8 years ago
b45324b
Use NOTREACHED() in more places.
by Lei Zhang
· 8 years ago
4cb82ee
Convert more c-style pointers to CFX_UnownedPtr
by Tom Sepez
· 8 years ago
355954b
Fix crypto calculation regression due to typo
by Wei Li
· 8 years ago
ed75ee2
CFX_ByteStringC: avoid taking unreferenceable vector::data() ptr.
by Tom Sepez
· 8 years ago
6c8ed64
Better identify web links by trimming irrelevant chars
by Wei Li
· 8 years ago
910b763
Use std::vector and std::sort() in CPDF_PageRenderCache.
by Lei Zhang
· 8 years ago
bf014cf
Fix off-by-one introduced at ab20404
by Tom Sepez
· 8 years ago
7ec8eaa
Back-fill some functionality for CFX_UnownedPtr
by Tom Sepez
· 8 years ago
76020fc
Move CCodec_ModuleMgr ownership to CPDF_ModuleMgr.
by Lei Zhang
· 8 years ago
6d69108
Remove image dimension params that are never used.
by Lei Zhang
· 8 years ago
f605c24
Add more CFX_UnownedPtr usage.
by Tom Sepez
· 8 years ago
690d456
Use UnownedPtr to check CFX_*StringC lifetimes
by Tom Sepez
· 8 years ago
e6792f9
Fix typo in CFX_ImageTransformer::Continue
by Nicolas Pena
· 8 years ago
cfd5685
Fix a situation where images are not properly rendered.
by Lei Zhang
· 8 years ago
a3cf977
CFX_UnownedPtr: check during assignment time as well.
by Tom Sepez
· 8 years ago
17f4e02
Reland: Small fix in CPDF_TrueTypeFont load
by Nicolas Pena
· 8 years ago
938f211
SkPictureRecorder.h includes less, so we have to IWYU
by Mike Reed
· 8 years ago
7876609
Gif: Detect string decoding errors
by Nicolas Pena
· 8 years ago
b332581
Revert "Small fix in CPDF_TrueTypeFont load"
by Nicolás Peña
· 8 years ago
fe91c6c
Be skeptical of bare |new|s.
by Tom Sepez
· 8 years ago
dde95d8
Small fix in CPDF_TrueTypeFont load
by Nicolas Pena
· 8 years ago
cc20513
Introduce CFX_UnownedPtr to detect lifetime inversion issues.
by Tom Sepez
· 8 years ago
5885494
Simplify ContrastAdjust().
by Lei Zhang
· 8 years ago
0c7f94f
Remove gamma code
by Dan Sinclair
· 8 years ago
4b78b18
Remove unused flags from CPDF_Creator
by Nicolas Pena
· 8 years ago
34f8e1f
Gif: error out on invalid code sizes
by Nicolas Pena
· 8 years ago
d2afac1
Convert CPSOutput to an IFX_WriteStream
by dan sinclair
· 8 years ago
017ebba
Add a WriteString method to IFX_WriteStream
by dan sinclair
· 8 years ago
ef73cf5
Rename ErrorData and fix potential leak
by Nicolas Pena
· 8 years ago
2199ab8
Merge FXGIF_Context and CGifDecompressor into CGifContext
by Nicolas Pena
· 8 years ago
3c58aa0
Use clamp() in a couple more places.
by Lei Zhang
· 8 years ago
a5085d4
Rename render device classes
by Dan Sinclair
· 8 years ago
e6324fa
Remove unused GetPlatformSurface and GetDC methods
by dan sinclair
· 8 years ago
0dc8571
Do not use vector data() when it is empty
by Nicolas Pena
· 8 years ago
830897a
Move map and codec loading into manager
by Dan Sinclair
· 8 years ago
dbc3d3e
Fixup Initialize spelling
by Dan Sinclair
· 8 years ago
6e4ecaf
Stop rendering if a span length overflowed in AGG
by Nicolas Pena
· 8 years ago
bdc4580
Split DCT decoder creation from CPDF_DIBSource::CreateDecoder().
by Lei Zhang
· 8 years ago
0a08926
Replace operator bool with HasRef() in classes with a CFX_SharedCopyOnWrite member.
by Lei Zhang
· 8 years ago
5b59033
Store the offset in the archive buffer
by Dan Sinclair
· 8 years ago
aa70228
Cleaning up Edit code
by Dan Sinclair
· 8 years ago
2e2ee0e
Cleanup CGifDecompressor part 2
by Nicolas Pena
· 8 years ago
3e2d1ac
Simplify CPDF_ImageRenderer::StartRenderDIBSource().
by Lei Zhang
· 8 years ago
58577fd
Use FXSYS_IntToTwoHexChars() in more places.
by Lei Zhang
· 8 years ago
6e10d00
Fix typos for the word start.
by Lei Zhang
· 8 years ago
8a6fdad
Create common CXML_Object base class for CXML_Content and CXML_Element.
by Tom Sepez
· 8 years ago
6161445
Edit code cleanup
by Dan Sinclair
· 8 years ago
808828c
Cleanup of CGifDecompressor part 1
by Nicolas Pena
· 8 years ago
ae4656e
Move FPDF_FILEWRITE adapter to own file
by Dan Sinclair
· 8 years ago
a0b1954
Rename fpdf_edit_create.cpp to cpdf_creator.cpp
by Dan Sinclair
· 8 years ago
e02b2bc
Use CXFA_TextUserData in place of CFX_Retainable where possible.
by Tom Sepez
· 8 years ago
f82efcc
Remove editint.h and create individual headers
by Dan Sinclair
· 8 years ago
3ba6010
Remove CPDF_Creator friends
by Dan Sinclair
· 8 years ago
c68b1e7
Remove AppendObject from CPDF_Creator
by Dan Sinclair
· 8 years ago
309d4db
Cleanup CPDF_Creator defines and method names
by Dan Sinclair
· 8 years ago
615bb96
Remove default params in CFX_DIBSource
by Nicolas Pena
· 8 years ago
486f141
Check bits to decode will fit before decoding
by Dan Sinclair
· 8 years ago
2df760f
core: allow building against system zlib
by Miklos Vajna
· 8 years ago
332ef54
Remove type-unsafe void* / uint8_t* usage in fx_crypt.h
by Tom Sepez
· 8 years ago
ab20404
Split out CPDF_CMap::m_pLeading into separate members.
by Tom Sepez
· 8 years ago
60cc3ba
Cleanup CStretchEngine and its CWeightTable
by Nicolas Pena
· 8 years ago
Next »