Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
pdfium
/
a4ad5957af799374d4710f3847b85f57bea13f47
a4ad595
Simplify memory management for per isolate data
by weili
· 8 years ago
da4bd10
Add fuzzer for icc codec
by kcwu
· 8 years ago
577ad2c
Move CPDFSDK_Environment code to cpp file
by dsinclair
· 8 years ago
bb577af
Remove some objnum locals with AddIndirectObject
by tsepez
· 8 years ago
7149abc
Move win_xfa_clang bot back into regular commit queue
by weili
· 8 years ago
298880f
Use unique_ptr<CPDF_Object, ReleaseDeleter<>> in more places
by tsepez
· 8 years ago
17103b8
Make ownership explicit in CPDF_ContentMarkItem.
by tsepez
· 8 years ago
c0f60dc
Check for overflow in CMap_GetCode.
by dsinclair
· 8 years ago
81d92f8
Avoid static initializers and global variables in 'pdfium_test'.
by tonikitoo
· 8 years ago
37f6e2c
Clear LeakSanitizer's suppression list
by weili
· 8 years ago
b94d7c9
Make the I in IFormFiller explicit
by dsinclair
· 8 years ago
0b2a987
Set up isolate in CFXJS_Engine's constructor
by weili
· 8 years ago
54be7be
Fix leaks related to the usage of JSE runtime data
by weili
· 8 years ago
5819e4f
Rename m_pApp to m_pEnv
by dsinclair
· 8 years ago
b873def
Delete unused methods in CPDF_Parser
by npm
· 8 years ago
60e903c
Change protected to private in CPDF_CID2UnicodeMap and CPDF_ToUnicodeMap
by npm
· 8 years ago
785c8d3
Delete unused methods and variables in CPDF_CMapManager and in CPDF_CMapParser
by npm
· 8 years ago
143aed1
Delete unused GetBitMap() in fx_agg_driver
by npm
· 8 years ago
5a399de
Make CPDF_Array not do indirect object creation.
by tsepez
· 8 years ago
0d726c0
CPDF_Document friend cleanup
by dsinclair
· 8 years ago
8bd5426
CPDF_OCContext and CPDF_Document are no longer friends
by dsinclair
· 8 years ago
23e173a
CPDF_Document and CPDF_DataAvail are no longer friends
by dsinclair
· 8 years ago
9f206f0
Cleanup CPDFXFA and CPDF document methods
by dsinclair
· 8 years ago
5b7c9bb
Re-land "Make CPDF_IndirectObjectHolder use unique_ptr to objects""
by tsepez
· 8 years ago
a6df444
Fix memory leaking on ClosePage.
by art-snake
· 8 years ago
393fe49
Assert that dictionary can own the objects it is given.
by tsepez
· 8 years ago
9972ff9
Refactor CFX_FontCache to have only one in GE Module.
by art-snake
· 8 years ago
717d133
Fix nullptr dereference in FPDF_GenerateAP().
by thestig
· 8 years ago
044b1d6
Fix stack exhaustion in CPDF_PSProc::Parse()
by tsepez
· 8 years ago
81e1e3f
Revert "Make CPDF_IndirectObjectHolder use unique_ptr to objects"
by Tom Sepez
· 8 years ago
c8544d6
Make CPDF_IndirectObjectHolder use unique_ptr to objects
by tsepez
· 8 years ago
c6c2e36
Remove CPDF_Object::Destroy { delete this; }
by tsepez
· 8 years ago
52d6868
Fix "heap use after free" bug.
by art-snake
· 8 years ago
b1a7134
Add fuzzer for fax codec
by kcwu
· 8 years ago
b12fbdde
Update DEPS to always pull clang.
by dsinclair
· 8 years ago
e6db16e
Clean up CPDF_Stream.
by tsepez
· 8 years ago
a5b37f6
Remove dead code in CCodec_IccModule
by kcwu
· 8 years ago
c480899
Revert of Pdfium: Fix fonts leaking on ClosePage. (patchset #10 id:180001 of https://codereview.chromium.org/2158023002/ )
by dsinclair
· 8 years ago
ea3c3be
Remove duplicated charset definitions, and move them to fx_font.h
by npm
· 8 years ago
2f8568e
Fix compare between signed and unsigned values in CPDF_ImageRenderer::StartDIBSource.
by stackexploit
· 8 years ago
a0ff010
Avoid nullptr access in sycc422_to_rgb and sycc420_to_rgb
by stackexploit
· 8 years ago
e9988dd
Reduce duplicated code in CPDF_Document by adding auxiliary methods
by npm
· 8 years ago
cde5101
Fix memory leaking on ClosePage.
by art-snake
· 8 years ago
d987143
Add string pools to save storage.
by tsepez
· 8 years ago
0a17faf
Use either /RECT or /QuadPoints for annotation coordinates, depending on /AP
by tonikitoo
· 8 years ago
84be3a3
Use ToUnicode mapping even when unicode is 0.
by npm
· 8 years ago
163a9a6
Deleted unused defintions and methods from PWL_FontMap
by npm
· 8 years ago
8faac62
Cleanup CFX_SystemHandler.
by dsinclair
· 8 years ago
4935e60
Use safe math when rendering line segments in AGG.
by dsinclair
· 8 years ago
72177da
Replace FX_UINT with unsigned int
by dsinclair
· 8 years ago
8f53f54
Add short-cut in CFX_{Byte,Wide}String::Operator<()
by tsepez
· 8 years ago
38fd844
Rename dictionary set and get methods
by dsinclair
· 8 years ago
41d6bbe
Delete unused parameter nWordStyle from GetCharWidth()
by npm
· 8 years ago
1f24890
Remove FFI_ from CPDFSDK_Environment method names
by dsinclair
· 8 years ago
8b1ed16
Map glyph bitmap in LookUpGlyphBitmap even when unsuccessful
by npm
· 8 years ago
79db609
Rename CPDFDoc_Environment to CPDFSDK_Environment
by dsinclair
· 8 years ago
a440bb3
Split CPDFXFA_Document apart
by dsinclair
· 8 years ago
f2662c4
Cleanup CPDFXFA_Document.
by dsinclair
· 8 years ago
89f8fa8
Remove unused code in CPDFXFA_Document
by dsinclair
· 8 years ago
2ca2da5
Sort include entries.
by dsinclair
· 8 years ago
3d70488
Add check for trivial string equality
by tsepez
· 8 years ago
b31ca71
Remove inner FX_DATETIME struct from CPDFSDK_DateTime
by tsepez
· 8 years ago
63f545c
CFX_FloatPoint default constructor and equals operators
by tsepez
· 8 years ago
f86ca38
Remove more strcmp/memcmp usage.
by tsepez
· 8 years ago
f34518b
Split fsdk_mgr files apart.
by dsinclair
· 8 years ago
067990c
Stop converting widestring -> c_str -> widestring in several places.
by tsepez
· 8 years ago
bb8935e
Get rid of memcmp in CFieldTree::Lookup()
by tsepez
· 8 years ago
f786c26
Make ipdf_formnotify a pure virtual interface
by tsepez
· 8 years ago
9de00fd
Fix some leaks associated with memory allocator
by weili
· 8 years ago
1a24199
Fix leaked value object in NamedPropertySetterCallback()
by weili
· 8 years ago
860a2d0
Remove GetDictBy("DR") from annot/field dictionaries
by npm
· 8 years ago
db319ec
Verify value of prec before using
by dsinclair
· 8 years ago
01b67ed
Refactor CPDF_Document by creating new methods
by npm
· 8 years ago
56cf519
Make javascript field observe sdk document
by tsepez
· 8 years ago
55be02e
Make wrapped JS Document observe C++-side object.
by tsepez
· 8 years ago
0b02205
change memcpy to memmove for potential nearby addresses
by tracy_jiang
· 8 years ago
25a7f3e
fix some uninitialized variables
by hong_zhang
· 8 years ago
1c62054
Make CFX_Obeservable::Observer into a pointer-ish type;
by tsepez
· 8 years ago
75f84a5
Define behaviors of FPDF_RenderPageBitmap_Retail and FPDF_FFLDraw.
by jaepark
· 8 years ago
55a1eb0
Delete unused methods and definitions from fxet_edit
by npm
· 8 years ago
cba85ab
CPWL_Color::ConvertColorType should compare current color type with the given convert color type.
by jaepark
· 8 years ago
cf7ac19
explicit operator bool for CFX_RetainPtr and CFX_CountRef
by tsepez
· 8 years ago
9a07368
Reland of Fix leaked internal font
by weili
· 8 years ago
0ca160f
Delete unused methods in CPDF_Document
by npm
· 8 years ago
c2d0e29
Fix CPDFSDK_PageView cleanup.
by dsinclair
· 8 years ago
3451c09
Check whether the annotation content is empty using CFX_WideString.
by jaepark
· 8 years ago
c29fc70
Fix memory management errors for font loading and copying
by weili
· 8 years ago
a31da74
Pass CFX_WideString further down widget callers
by tsepez
· 8 years ago
cd5dc85
Remove unused context parameter from JSGetStringFromID
by tsepez
· 8 years ago
8832fbf
Replace CJS_Runtime::Observer with CFX_Runtime<CJS_Runtime>::Observer
by tsepez
· 8 years ago
d827111
Switch to ValueOrDie
by dsinclair
· 8 years ago
5c48eff
Fix leaks in class CFGAS_FontMgrImp
by weili
· 8 years ago
8c2a8cd
Fix spelling of "Formated" in several variables
by tsepez
· 8 years ago
7b68f61
Make Observers into a templated class
by tsepez
· 8 years ago
f56d93f
Verify image dimentions before using
by dsinclair
· 8 years ago
b1f5545
Verify pattern start values.
by dsinclair
· 8 years ago
1df1efa
Fixup CPDFSDK_PageView and CPDF_Page interactions.
by dsinclair
· 8 years ago
85a65b3
Maybe avoid a copy in CPDF_RenderStatus::SelectClipPath
by tsepez
· 8 years ago
cb92dc7
Cleanup page when unloading in embedder tests
by dsinclair
· 8 years ago
ce04a45
Add observer for BAAnnots from Javascript
by dsinclair
· 8 years ago
Next »