Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
pdfium
/
8779fa8578cf3336ddd4473f833900aba2e595fb
8779fa8
Cleanup env variable names
by dsinclair
· 8 years ago
7cbe68e
Merge CPDFSDK_Document into CPDFSDK_FormFillEnvironment
by dsinclair
· 8 years ago
7cc6a32
Reduce code duplication in CPDF_Type1Font::LoadGlyphMap
by npm
· 8 years ago
8bc9b8b
Check for more undefined behavior in CPDF_PSEngine.
by thestig
· 8 years ago
74b8c6e
Get rid of CFX_ArrayTemplate<CPDF_Object*>
by tsepez
· 8 years ago
47cbc06
Optimize roll operator in CPDF_PSEngine.
by thestig
· 8 years ago
a30537f
Remove unused widget handler overrides
by dsinclair
· 8 years ago
7dd285d
Fix else-line corrupted by non-ascii character when import
by kcwu
· 8 years ago
2bfa222
Delete unused flags from CFX_SubstFont
by npm
· 8 years ago
709f5a9
Fixup formfiller cleanup
by dsinclair
· 8 years ago
cf38161
Remove remaining CPDFSDK_Document references
by dsinclair
· 8 years ago
655fcca
Convert CPDFXFA_Document to use CPDFSDK_FormFillEnvironment
by dsinclair
· 8 years ago
ab36e73
Add CPDF_Object::IsInline()
by tsepez
· 8 years ago
a91b8d3
Deleted unused members in CTTFontDesc
by npm
· 8 years ago
f3fbe83
Convert fpdfformfill to use CPDFSDK_FormFillEnvironment
by dsinclair
· 8 years ago
19c198b
Convert CPDFSDK_ActionHandler to CPDFSDK_FormFillEnvironment
by dsinclair
· 8 years ago
82e1767
Convert IJS_Runtime to CPDFSDK_FormFillEnvironment
by dsinclair
· 8 years ago
9fa95ef
Rename fpdf_page_doc.cpp -> cpdf_docpagedata.h
by tsepez
· 8 years ago
4ea4281
Fix negative font rendering on Mac by reversing matrix c component.
by npm
· 8 years ago
4526faf
Remove CPDFSDK_Document from IJS_Context
by dsinclair
· 8 years ago
3a7741a
Convert Field to use CPDFSDK_FormFillEnvironment
by dsinclair
· 8 years ago
b402b17
Convert CPDFSDK_PageView to have a CPDFSDK_FormFillEnvironment
by dsinclair
· 8 years ago
690c033
Convert CPDFSDK_InterForm to take a CPDFSDK_FormFillEnvironment
by dsinclair
· 8 years ago
232ce93
Slightly simplify CFX_FontMapper::FindSubstFont
by npm
· 8 years ago
d202317
Fix cmdStageAllocMatrix parameter swap again
by kcwu
· 8 years ago
10a2853
Move ToString() and friends from CPDF_Object.h to CPDF_String.h
by tsepez
· 8 years ago
836f7d5
Land all the fixes from 5609f39c but don't enable assert
by tsepez
· 8 years ago
381fc83
Add method to convert to an indirect object in a dictionary.
by tsepez
· 8 years ago
5609f39
Revert "Re-land "Assert that only 0-numbered objects are Released()""
by tsepez
· 8 years ago
24ba0a2
libtiff: Prevent a buffer overflow in function ChopUpSingleUncompressedStrip.
by stackexploit
· 8 years ago
3a0a808
Fix assertion failure when decoding malform G4 fax image
by kcwu
· 8 years ago
587ec19
Reject JBig2 Huffman table with too large shift value
by kcwu
· 8 years ago
065c350
Split m_InstalledTTFonts into two vectors to avoid sketchy logic.
by npm
· 8 years ago
aa6e8b5
switch to new skia blend mode enum class
by caryclark
· 8 years ago
ca03f7a
Fixup MSan embeddertests
by Dan Sinclair
· 8 years ago
f7ca730
Remove m_pOccontent from CPDFSDK_Document
by dsinclair
· 8 years ago
735606d
Rename CPDFSDK_Environment to CPDFSDK_FormfillEnvironment
by dsinclair
· 8 years ago
2116105
Remove ownership of CPDFSDK_Document from CPDFXFA_Document
by dsinclair
· 8 years ago
e883afc
Removed unused stuff, some FX_BOOL, and cleanup pageint.h a bit
by npm
· 8 years ago
b69a98c
Re-land "Assert that only 0-numbered objects are Released()"
by tsepez
· 8 years ago
87a8d4c
Rework a redundant check when calling ConvertToIndirectObjectAt()
by tsepez
· 8 years ago
8afe15a
Cleanup some CPDFSDK_PageView annotation code.
by dsinclair
· 8 years ago
7c1b07f
Remove FX_BOOL from core/fpdfapi/font
by npm
· 8 years ago
958e57c
Fix cmdStageAllocMatrix parameter swap
by kcwu
· 8 years ago
98c6c15
Fix ownership when making a private annot dictionary into a shared one.
by tsepez
· 8 years ago
4d29e78
Rename fpdfsdk/fpdfxfa files to match contents
by dsinclair
· 8 years ago
98151ca
Cleanup DEPS files
by dsinclair
· 8 years ago
968a88f
Fix fuzzer paths
by dsinclair
· 8 years ago
1c4b767
Avoid crashing on CPDF_ToUnicodeMap::Load by using ValueOrDefault()
by npm
· 8 years ago
fb40387
Make sure the fuzzer read size does not go negative.
by dsinclair
· 8 years ago
69d9c68
Move core/fpdfapi/fpdf_render to core/fpdfapi/render
by dsinclair
· 8 years ago
488b7ad
Move core/fpdfapi/fpdf_parser to core/fpdfapi/parser
by dsinclair
· 8 years ago
41872fa
Move core/fpdfapi/fpdf_page to core/fpdfapi/page
by dsinclair
· 8 years ago
bc5e6d2
Move core/fpdfapi/fpdf_font to core/fpdfapi/font
by dsinclair
· 8 years ago
2415435
Move core/fpdfapi/fpdf_edit to core/fpdfapi/edit
by dsinclair
· 8 years ago
a6c9215
Move core/fpdfapi/fpdf_cmaps to core/fpdfapi/cmaps
by dsinclair
· 8 years ago
89f9ee3
Use FX_SAFE_UINT32 on CPDF_ToUnicodeMap::Load
by npm
· 8 years ago
78c271d
Update test expectations for unexpected successes.
by thestig
· 8 years ago
429a9ff
update skia to latest sources
by caryclark
· 8 years ago
b73c993
Revert of Assert that only 0-numbered objects are Released() (patchset #7 id:120001 of https://codereview.chromium.org/2375343004/ )
by thestig
· 8 years ago
ad2b20d
Sync pdfium_test version to include updated test file
by weili
· 8 years ago
aba528a
Assert that only 0-numbered objects are Released()
by tsepez
· 8 years ago
36eb4bd
Add ptr_util.h from base until std::make_unique<> available
by tsepez
· 8 years ago
76383db
Fix potentially uninitialized value.
by dsinclair
· 8 years ago
abab61a
Rename CFX_WeakPtr::Clear() to DestroyObject()
by tsepez
· 8 years ago
bcf4623
Guard against double deletion of page views.
by dsinclair
· 8 years ago
d61f958
Detect resursive loading of type3 font char to avoid infinite loop
by weili
· 8 years ago
e539358
Remove unused CPDFSDK_PageView::ClearFXAnnots
by dsinclair
· 8 years ago
c934708
Remove _FX_OS_ checks in core/fxge/win32/.
by thestig
· 8 years ago
3a88205
Move CPDF_Reference::SafeGetDirect() out of the header.
by thestig
· 8 years ago
aa69291
Switch CFX_SAXReader to use std::stack.
by thestig
· 8 years ago
cd5bca4
Fix build of pdf_hint_table_fuzzer.
by tsepez
· 8 years ago
43c8a6a
Fix #includes in libfuzzer so pdfium can be rolled
by npm
· 8 years ago
5b49309
Move xfa/fxfa/include to xfa/fxfa
by dsinclair
· 8 years ago
202ad72
Move xfa/{fwl,fxbarcode,fxgraphics}/include up to parent
by dsinclair
· 8 years ago
4355468
Move fxjs/include to fxjs
by dsinclair
· 8 years ago
114e46a
Move fpdfsdk/include to fpdfsdk
by dsinclair
· 8 years ago
0bb385b
Move fpdfsdk/fxedit/include to fpdfsdk/fxedit
by dsinclair
· 8 years ago
bec7692
Move fpdfsdk/fpdfxfa/include to fpdfsdk/fpdfxfa
by dsinclair
· 8 years ago
74a34fc
Move core/fxge/include to core/fxge
by dsinclair
· 8 years ago
a52ab74
Move core/fxcrt/include to core/fxcrt
by dsinclair
· 8 years ago
8a4e286
Move core/fxcodec/codec/include and core/fxcodec/include files up
by dsinclair
· 8 years ago
e030786
Move core/fpdftext/include to core/fpdftext
by dsinclair
· 8 years ago
1727aee
Move core/fpdfdoc/include to core/fpdfdoc
by dsinclair
· 8 years ago
39c62fd
Move core/fpdfapi/include to core/fpdfapi
by dsinclair
· 8 years ago
61df2c7
Move core/fpdfapi/fpdf_render/include to core/fpdfapi/fpdf_render
by dsinclair
· 8 years ago
c6c425a
Move core/fpdfapi/fpdf_parser/include to core/fpdfapi/fpdf_parser
by dsinclair
· 8 years ago
8a752ab
Move core/fpdfapi/fpdf_page/include to core/fpdfapi/fpdf_page
by dsinclair
· 8 years ago
166bc16
Move core/fpdfapi/fpdf_font/include to core/fpdfapi/fpdf_font
by dsinclair
· 8 years ago
1771a71
Move core/fpdfapi/fpdf_edit/include to core/fpdfapi/fpdf_edit
by dsinclair
· 8 years ago
b1469a2
Move core/fdrm/crypto/include to core/fdrm/crypto
by dsinclair
· 8 years ago
f7a0d69
Check for negative page size in FindTextlineFlowOrientation()
by thestig
· 8 years ago
561867e
Remove FX_BOOL from font_int.h
by npm
· 8 years ago
37fa283
Remove unused CFX_AutoFontCache
by thestig
· 8 years ago
e53aa57
Update PDFium OWNERS.
by thestig
· 8 years ago
b036d9c
Roll V8 to a964163e.
by thestig
· 8 years ago
b97e07e
Fix leaks in pdfium_test.
by thestig
· 8 years ago
aca4fc7
Replace a few more std::unique_ptr.reset() with WrapUnique assignments.
by thestig
· 8 years ago
3873f30
Roll DEPS for buildtools to 5fd66957f0.
by thestig
· 8 years ago
d4c34f2
Replace std::unique_ptr.reset() with WrapUnique assignment.
by thestig
· 8 years ago
Next »