Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
pdfium
/
26b86e625a2c9e0f4e6a01047fef051ffa81e40a
/
core
/
fpdfapi
26b86e6
Move CFX_GEModule into its own file
by npm
· 9 years ago
0690c35
Fixup crypto key generation.
by dsinclair
· 9 years ago
c54bb43
Simplify some FPDF edit functions.
by thestig
· 9 years ago
823df2a
Cleanup CPDF_DocPageData release methods and callers.
by thestig
· 9 years ago
cac704d
Split fpdfdoc/include/fpdf_doc.h into individual classes.
by dsinclair
· 9 years ago
844c4b2
Remove unused m_bFirstLayer in CPDF_RenderContext.
by jaepark
· 9 years ago
22b05fc
Remove FX_FONTCACHE_DEFINE
by tsepez
· 9 years ago
9b671ac
Use smart pointers for CFX_Font and CFX_Type3Font classes
by weili
· 9 years ago
0024a22
Remove CFX_Deletable
by weili
· 9 years ago
9f515bc
Use actual type instead CFX_Deletable
by weili
· 9 years ago
c38cd6e
Use smart pointers for graphics device classes
by weili
· 9 years ago
47228ac
Clean up singleton implementation
by weili
· 9 years ago
8ca60b2
Use smart pointers for various Jbig2 decoding contexts
by weili
· 9 years ago
8d53150
Use CPDF_Dictionary::SetAtReference instead of CPDF_Dictionary::AddReference.
by jaepark
· 9 years ago
e059579
Replace void* to actual type for jbig2 context to avoid casts
by weili
· 9 years ago
5a6c139
Use smart pointers for class owned member variables
by weili
· 9 years ago
44105d8
Change class member variables in raw pointer type into unique_ptr
by weili
· 9 years ago
a27d49a
copy graphics state fully
by caryclark
· 9 years ago
df8c035
Clean up parts of CPDF_CIDFont.
by thestig
· 9 years ago
1e62a25
fix skia unit tests
by caryclark
· 9 years ago
0efab94
Disable failing embedder tests for Skia builds.
by thestig
· 9 years ago
8ea3f51
Clean up some CPDF_Font subclasses.
by thestig
· 9 years ago
de0022a
Simplify CPDF_TextRenderer::DrawTextString().
by thestig
· 9 years ago
29d447a
Improve hint table validation checks.
by thestig
· 9 years ago
decfa7b
Remove FPDFAPI_LoadCID2UnicodeMap.
by dsinclair
· 9 years ago
29ce923
Fix memory leaks in EmbedderTest::OpenDocument().
by thestig
· 9 years ago
907a522
Use FXFONT defines in place of integers.
by thestig
· 9 years ago
095d346
Move ifx_renderdevicedriver to a separate file to share
by weili
· 9 years ago
bff506d
Change func(void) to func()
by weili
· 9 years ago
ec51ac3
Another round of fx_ge cleanup.
by thestig
· 9 years ago
979070b
Get rid of IPDF_DataAvail.
by thestig
· 9 years ago
2f30766
Remove default arguments from IFX_RenderDeviceDriver.
by thestig
· 9 years ago
868150b
Make code compile with clang_use_chrome_plugin (part I)
by weili
· 9 years ago
6aac8a8
Remove even more const casting from core.
by tsepez
· 9 years ago
bc58de0
Set data availablity error.
by dsinclair
· 9 years ago
7d2a8d9
Remove implicit CFX_CountedRef::operator T*()
by tsepez
· 9 years ago
a431e23
Avoid const-cast in CPDF_Font
by tsepez
· 9 years ago
649a785
Use static_casts for cpdf_type1font bsearch on mac.
by tsepez
· 9 years ago
4997b22
Get rid of NULLs in core/
by thestig
· 9 years ago
0687e76
Check the hint table exists before using.
by dsinclair
· 9 years ago
596fc4c
Add missing const to CPDF_Stream::InitStream()
by tsepez
· 9 years ago
b0fcfad
Remove unused PS generation code.
by thestig
· 9 years ago
8d4e0d4
Fix more bugs found by /analyze tool
by weili
· 9 years ago
12367cb
Fix some code which causes warnings when compiled by /analyze tool
by weili
· 9 years ago
db444d2
Fix all the code which has duplicate variable declarations
by weili
· 9 years ago
36e258b
The PDFium source in core/fxge/dib implements a bit-blitting backend.
by caryclark
· 9 years ago
a31d4a9
Change CFX_Font::GetPsName() to return a CFX_ByteString.
by thestig
· 9 years ago
c324646
Relax checks added in commit 8f3a311.
by thestig
· 9 years ago
acef5fe
Validate the BitsPerFlag entry in shading dictionaries.
by thestig
· 9 years ago
8f3a311
Validate a couple of fields in shading dictionaries.
by thestig
· 9 years ago
befa450
Remove default arguments from CFX_FxgeDevice.
by thestig
· 9 years ago
2f1e05a
Make CPDF_IndirectObjectHolder::InsertIndirectObject return a bool.
by thestig
· 9 years ago
fd6cfad
Clean up CPDF_TextRenderer slightly.
by thestig
· 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
5ce0968
Remove CFX_PrivateData from CPDF_Document
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
ddffb57
Remove CFX_PrivateData from CPDF_ModuleMgr
by tsepez
· 9 years ago
ded3634
Change CPDF_Boolean to use bool instead of FX_BOOL.
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
168fc2b
Delete CPDF_Object::IsModified().
by thestig
· 9 years ago
885bba0
Fix infinite recursion in CPDF_DocPageData::GetColorSpace().
by thestig
· 9 years ago
b8bf55f
Get rid of CPDF_Object::GetArray().
by thestig
· 9 years ago
8f5f897
Add an enum to represent text rendering modes.
by thestig
· 9 years ago
1b99b2d
Merge GetBits32() impls into one. Put it in fxcrt.
by thestig
· 9 years ago
1f36fa8
Fix the Skia build after 9b1a0ee.
by thestig
· 9 years ago
9b1a0ee
Fix Undefined-shift in CPDF_SampledFunc::v_Init().
by thestig
· 9 years ago
80f25a5
Fix leak in CPDF_StreamContentParser::AddTextObject().
by thestig
· 9 years ago
7b21423
Clean up CFX_RenderDevice::DrawNormalText().
by thestig
· 9 years ago
59ce240
Fix DrMemory bot error by properly initializing the variable
by weili
· 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
47b998b
Remove an unnecessary variable from CPDF_Creator
by weili
· 9 years ago
3cc01f2
Fix the code that causes warnings
by weili
· 9 years ago
e699c66
Clean up CPDF_Creator.
by thestig
· 9 years ago
71a452f
Make CFX_ByteString(const CFX_ByteStringC&) explicit.
by tsepez
· 9 years ago
28c7844
Add CFX_ByteStringC::CharAt() to avoid c_str() and casts.
by tsepez
· 9 years ago
39fbb7e
Clean up CFX_ImageTransformer.
by thestig
· 9 years ago
77f45f2
Fix a sign mismatch.
by thestig
· 9 years ago
f0db33f
Revert "Reland of relax a couple checks to allow certain non-standard PDF files. (patchset #1 id:1 of https://codereview.chromium.org/1946693002/ )"
by weili
· 9 years ago
f7fe678
Add much-needed Find() method for CFX_*StringC
by tsepez
· 9 years ago
94dfd56
Remove c_str() from fpdf_font.cpp
by tsepez
· 9 years ago
4d063bb
Use bytestringC rather than raw ptr/len pairs in syntax parser
by tsepez
· 9 years ago
a244dfe
Clean up CPDF_Color and some related code.
by thestig
· 9 years ago
35c2100
Fix a potential UAF with FPDFAvail_IsLinearized().
by thestig
· 9 years ago
7d89e72
Return bool rather than bitwise-and for FX_BOOL
by tsepez
· 9 years ago
a031357
Reland of lax a couple checks to allow certain non-standard PDF files. (patchset #1 id:1 of https://codereview.chromium.org/1946693002/ )
by weili
· 9 years ago
5fc4f31
Revert of Relax a couple checks to allow certain non-standard PDF files. (patchset #1 id:1 of https://codereview.chromium.org/1926823002/ )
by weili
· 9 years ago
cd1e9ff
Relax a couple checks to allow certain non-standard PDF files.
by weili
· 9 years ago
8e957ba
Fix stack overflow from nested arrays.
by thestig
· 9 years ago
43854a5
Standardize on ASSERT.
by dsinclair
· 9 years ago
12168d7
CPDF_Document::LoadPattern() and friends always have a valid matrix.
by thestig
· 9 years ago
931bf37
Move CPDF_Document code into cpdf_document.cpp.
by thestig
· 9 years ago
d647a6b
Remove several IPDF_ interfaces and CPDF_RenderModule.
by dsinclair
· 9 years ago
5cc2465
Clean up CPDF_Page.
by thestig
· 9 years ago
90c964f
Add a simple check for V4 cross reference table
by weili
· 9 years ago
2178e48
Remove #ifdef platform which is always true.
by tsepez
· 9 years ago
b88b8dc
Remove next batch of CFX_ arrays from fpdf_edit_doc.cpp
by tsepez
· 9 years ago
Next »