Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
pdfium
/
bbff41927ecce2ff93668aa615307f548ca896eb
bbff419
Fix two bugs found by /analyze tool
by weili
· 9 years ago
d23df55
Change to disable a warning for GCC compilation
by weili
· 9 years ago
a54bc40
Add back-pointer to "Associated widget" to CFWL_WidgetImp.
by tsepez
· 9 years ago
816ff7b
Make sure CFDE_XMLSyntaxParser's buffer is null terminated.
by ochang
· 9 years ago
800222e
Fix MSVC C4800 build warnings.
by thestig
· 9 years ago
befa450
Remove default arguments from CFX_FxgeDevice.
by thestig
· 9 years ago
7aed76f
Fix a bug which may cause infinite loop
by weili
· 9 years ago
54ab234
Add opaque "layout item" to widgets for caller's use.
by tsepez
· 9 years ago
3bd3841
Remove checks for _WIN32_WCE.
by thestig
· 9 years ago
2f1e05a
Make CPDF_IndirectObjectHolder::InsertIndirectObject return a bool.
by thestig
· 9 years ago
6a9b494
skia: add bitmap color table support
by caryclark
· 9 years ago
5c4dd35
Make additional FXJSE_CLASS_DESCRIPTORS constant
by tsepez
· 9 years ago
1c9cfe1
Make fm2jscontext's class descriptor a static constant.
by tsepez
· 9 years ago
e3b2a4e
Rename FXJSE_CLASS to avoid confusion with CFXJSE_CLASS
by tsepez
· 9 years ago
60607c3
Enable chromium_code standard for XFA code
by weili
· 9 years ago
fd6cfad
Clean up CPDF_TextRenderer slightly.
by thestig
· 9 years ago
7091c5b
Remove unused FWL_Error::OutOfMemory
by tsepez
· 9 years ago
12a6b0c
Remove FXJSE_HOBJECT and FXJSE_HVALUE for CFXJSE_Value*
by dsinclair
· 9 years ago
d3e354a
Remove default arguments in CFX_RenderDevice.
by thestig
· 9 years ago
41846a0
Remove default argument from RestoreState() methods.
by thestig
· 9 years ago
e9885e7
Replace FXJSE_HCLASS with CFXJSE_Class*
by dsinclair
· 9 years ago
d2b93df
Remove one (of several) usages of SetPrivateData from IFWL_Widget
by tsepez
· 9 years ago
7f2abcc
Replace FXJSE_HCONTEXT with CFXJSE_Context*
by dsinclair
· 9 years ago
cfaffc0
Fix windows build breakage at 25fa42f398d1
by Tom Sepez
· 9 years ago
dd6a46c
Revert of Remove parameters which are always null (patchset #1 id:1 of https://codereview.chromium.org/2009413002/ )
by dsinclair
· 9 years ago
25fa42f
Clean up fx_ge.h and IWYU.
by thestig
· 9 years ago
818e190
Remove parameters which are always null
by dsinclair
· 9 years ago
008ec70
Remove FX_GAMMA() and friends. They do nothing.
by thestig
· 9 years ago
4d1311b
Fix a Skia build error from commit 1e2c557.
by thestig
· 9 years ago
7fa5513
Banish CFX_PrivateData to the XFA side
by tsepez
· 9 years ago
ec3da5b
Rename FXJSE_HRUNTIME to v8::Isolate
by dsinclair
· 9 years ago
cece653
Remove CFX_PrivateData inheritance from CPDF_InterForm
by tsepez
· 9 years ago
5ce0968
Remove CFX_PrivateData from CPDF_Document
by tsepez
· 9 years ago
65be4b1
Complete or comment a couple Script_NodeClass functions
by weili
· 9 years ago
648575a
Rename fwl_widgetmgrimp.{cpp,h} to cfwl_widgetmgr.{cpp,h}
by tsepez
· 9 years ago
1e2c557
Remove CFX_PrivateData from CPDF_Page
by tsepez
· 9 years ago
edfd3c3
get skia building
by caryclark
· 9 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
Next »