Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
pdfium
/
7f2abcc015583e63cceb52acde757cb2111420bd
7f2abcc
Replace FXJSE_HCONTEXT with CFXJSE_Context*
by dsinclair
· 8 years ago
cfaffc0
Fix windows build breakage at 25fa42f398d1
by Tom Sepez
· 8 years ago
dd6a46c
Revert of Remove parameters which are always null (patchset #1 id:1 of https://codereview.chromium.org/2009413002/ )
by dsinclair
· 8 years ago
25fa42f
Clean up fx_ge.h and IWYU.
by thestig
· 8 years ago
818e190
Remove parameters which are always null
by dsinclair
· 8 years ago
008ec70
Remove FX_GAMMA() and friends. They do nothing.
by thestig
· 8 years ago
4d1311b
Fix a Skia build error from commit 1e2c557.
by thestig
· 8 years ago
7fa5513
Banish CFX_PrivateData to the XFA side
by tsepez
· 8 years ago
ec3da5b
Rename FXJSE_HRUNTIME to v8::Isolate
by dsinclair
· 8 years ago
cece653
Remove CFX_PrivateData inheritance from CPDF_InterForm
by tsepez
· 8 years ago
5ce0968
Remove CFX_PrivateData from CPDF_Document
by tsepez
· 8 years ago
65be4b1
Complete or comment a couple Script_NodeClass functions
by weili
· 8 years ago
648575a
Rename fwl_widgetmgrimp.{cpp,h} to cfwl_widgetmgr.{cpp,h}
by tsepez
· 8 years ago
1e2c557
Remove CFX_PrivateData from CPDF_Page
by tsepez
· 8 years ago
edfd3c3
get skia building
by caryclark
· 8 years ago
d6faaaa
fix rotated and alpha bitmaps
by caryclark
· 9 years ago
ddffb57
Remove CFX_PrivateData from CPDF_ModuleMgr
by tsepez
· 9 years ago
5aaa9bc
Correctly implement GetPartState() function
by weili
· 9 years ago
7a213d9
Replace CFX_DSPATemplate with std::binary_search.
by dsinclair
· 9 years ago
1529756
Remove IWFL_WidgetMgr in favor of CFWL_WidgetMgr.
by tsepez
· 9 years ago
ded3634
Change CPDF_Boolean to use bool instead of FX_BOOL.
by thestig
· 9 years ago
a2d699f
Rename IFX_Unknown to IFX_Retainable.
by tsepez
· 9 years ago
db1a24e
Remove dead code from CPDF_InterForm.
by thestig
· 9 years ago
27ddf16
Distinguish between user and owner passwords.
by thestig
· 9 years ago
490d612
Make CPDF_Function::Load() return an unique_ptr.
by thestig
· 9 years ago
109975b
Use unique_ptr in CPDF_CidFont
by tsepez
· 9 years ago
ef4e887
Clean up doc_ocg.cpp.
by thestig
· 9 years ago
09e139e
Remove unused class CXFA_FFDocWidgetIterator
by weili
· 9 years ago
7ee2e53
Remove Release() from CFX_RTFBreak
by tsepez
· 9 years ago
524fa62
Clean up more XFA code which causes warnings
by weili
· 9 years ago
168fc2b
Delete CPDF_Object::IsModified().
by thestig
· 9 years ago
885bba0
Fix infinite recursion in CPDF_DocPageData::GetColorSpace().
by thestig
· 9 years ago
a55880d
Add missing STDCALL for FPDFDoc_GetPageMode().
by thestig
· 9 years ago
b8bf55f
Get rid of CPDF_Object::GetArray().
by thestig
· 9 years ago
4cafdef
Return no style in GetItemStyles() for item of null pointer
by weili
· 9 years ago
8f5f897
Add an enum to represent text rendering modes.
by thestig
· 9 years ago
a2c06e4
Use enum type for char type variables
by weili
· 9 years ago
f0a1282
Remove Release() from CFX_Barcode
by tsepez
· 9 years ago
76852be
Fix /analyze warnings in fxbarcode/
by tsepez
· 9 years ago
038aa53
Clean up XFA code which causes warnings
by weili
· 9 years ago
dc3ccdf
Fix a bug on scrollbar's checking theme states
by weili
· 9 years ago
7aaaae6
Use std::map in CXFA_ItemLayoutProcessor
by tsepez
· 9 years ago
bc34be4
Use std::map for CFX_GEFont::m_FontMapper
by tsepez
· 9 years ago
24ca59c
Fix unreachable code in fwl_comboboximp.cpp
by tsepez
· 9 years ago
92b5402
Use std::set to track uniqueness in xfa_script_layoutpseudomodel.cpp
by tsepez
· 9 years ago
192bb33
Use std::map, std::unique_ptr in fwl_widgetmgrimp.h
by tsepez
· 9 years ago
5a5180e
Use std::map in CXFA_FontMgr and CXFA_PDFFontMgr
by tsepez
· 9 years ago
1b99b2d
Merge GetBits32() impls into one. Put it in fxcrt.
by thestig
· 9 years ago
3cbb6fb
openjpeg: Prevent a buffer overflow in opj_j2k_read_SPCod_SPCoc.
by ochang
· 9 years ago
788ac38
Use std::unordered_map for CFDE_CSSStyleSheet::m_StringCache
by tsepez
· 9 years ago
8b45eb1
Work around sign compare error from commit be9b894.
by thestig
· 9 years ago
6c93df8
Move fgas_sax into individual files in fde.
by dsinclair
· 9 years ago
fc2cdf8
fgas/ code cleanup.
by dsinclair
· 9 years ago
411f118
Remove Release() from IFXCRT_FileAccess.
by tsepez
· 9 years ago
1f36fa8
Fix the Skia build after 9b1a0ee.
by thestig
· 9 years ago
d77f417
Remove CFX_MapPtrToPtr in xfa_ffdocview.h
by tsepez
· 9 years ago
bc2f0c5
Remove Release() from CXFA_FM2JSContext
by tsepez
· 9 years ago
39faf4f
Remove Release() from CPDFDOC_Environment
by tsepez
· 9 years ago
9b1a0ee
Fix Undefined-shift in CPDF_SampledFunc::v_Init().
by thestig
· 9 years ago
db9e498
Fix a potential nullptr deref in CFX_MapPtrToPtr.
by thestig
· 9 years ago
80f25a5
Fix leak in CPDF_StreamContentParser::AddTextObject().
by thestig
· 9 years ago
c7600f9
Remove CFX_DSPATemplate usage in CXFA_TextParser
by dsinclair
· 9 years ago
f8d8ac4
Expand some typedefs to the original types
by dsinclair
· 9 years ago
bc8a640
Correctly check for overflow in FX_atonum.
by dsinclair
· 9 years ago
e97ea03
Fix memory leaks in pdfium_test.
by thestig
· 9 years ago
bc91641
Cleanup unused fgas/ code.
by dsinclair
· 9 years ago
d89fcb8
Remove Release() from CFX_StreamImp, rename to IFX_StreamImp
by tsepez
· 9 years ago
225a257
Fix a memory leak in opj_jp2_read_ihdr().
by thestig
· 9 years ago
2346793
Remove Release() from CXFA_WidgetLayoutData
by tsepez
· 9 years ago
749c14c
Remove agg from skia build
by caryclark
· 9 years ago
7b21423
Clean up CFX_RenderDevice::DrawNormalText().
by thestig
· 9 years ago
d1f843e
Remove Release() from CFX_TxtBreak
by tsepez
· 9 years ago
87144d3
Remove Release() from CFDE_TxtEdit* classes
by tsepez
· 9 years ago
0aae2a7
Remove Release() from CXFA_FWLTheme
by tsepez
· 9 years ago
f1a52ca
Remove Release() from CXFA_ScriptContext
by tsepez
· 9 years ago
cbfef57
Cleanup XFA_HASHCODE usage.
by dsinclair
· 9 years ago
1763f62
Remove Release() from CFX_SAXReader
by tsepez
· 9 years ago
a039bc2
Remove Release() from CXFA_RenderContext
by tsepez
· 9 years ago
e7b2853
Remove Release() from CXFA_WidgetAccIterator
by tsepez
· 9 years ago
501e8cd
Remove Release() from CXFA_ChecksumContext
by tsepez
· 9 years ago
6539518
Split xfa/fee files into individual class files.
by dsinclair
· 9 years ago
3b09363
Use std::vector in CPDF_StructTreeImpl
by tsepez
· 9 years ago
5c9b65e
Remove c_str() from widestring checksum variant.
by tsepez
· 9 years ago
be9b894
Pass objects instead of strings for undo/redo records.
by dsinclair
· 9 years ago
56286b3
Remove some CFX_ArrayTemplate<> usage from fxjse
by tsepez
· 9 years ago
0c268e9
Replace XFA_N with value
by dsinclair
· 9 years ago
8bdb290
Remove Release() from IFX_CharIter, use unique_ptrs.
by tsepez
· 9 years ago
992def0
Don't use LCD antialiasing if Fontconfig doesn't support hinting
by thomasanderson
· 9 years ago
61a4544
Rename CPDF_Struct{Element,Tree} to IPDF_
by tsepez
· 9 years ago
935d8d5
XFA_WIDGETSTATUS cleanup.
by dsinclair
· 9 years ago
59ce240
Fix DrMemory bot error by properly initializing the variable
by weili
· 9 years ago
dbc14fa
Allow multiprocess Dr Memory tests
by dsinclair
· 9 years ago
dd42700
Revert of Remove an unnecessary variable from CPDF_Creator (patchset #1 id:20001 of https://codereview.chromium.org/1988603002/ )
by weili
· 9 years ago
849284d
Combine corpus runner into test_runner.py
by dsinclair
· 9 years ago
47b998b
Remove an unnecessary variable from CPDF_Creator
by weili
· 9 years ago
5f3b41b
Use chromium_code standard for PDFium GYP compilation
by weili
· 9 years ago
3857904
Remove Release() { delete this; } in CFXA_Data{Importer,Exporter}
by tsepez
· 9 years ago
3301ab3
Fix a nullptr deref in CPDF_BookmarkTree::GetFirstChild().
by thestig
· 9 years ago
d3743ea
Revert "Replace Release() { delete this; } in fde_xml_imp.h"
by Tom Sepez
· 9 years ago
fa34e80
Replace Release() { delete this; } in fde_xml_imp.h
by tsepez
· 9 years ago
Next »