Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
pdfium
/
b962ecceb7a7d961fdebc1bdf314d450cc6bf204
/
core
/
fpdfapi
b962ecc
Fix a crash in CPDF_ImageRenderer.
by Lei Zhang
· 7 years ago
921fe6b
Move CPDF_RenderOptions members to private
by Dan Sinclair
· 7 years ago
4ce4f5f
Cleanup CPDF_RenderStatus
by Dan Sinclair
· 7 years ago
645e78a
Remove CPDF_Object friends
by Dan Sinclair
· 7 years ago
41bf73a
Remove CPDF_CMapParser friends
by Dan Sinclair
· 7 years ago
38d0449
Fix Null-dereference READ in CPDF_Dictionary::GetIntegerFor.
by Artem Strygin
· 7 years ago
985e86f
Remove friends from CPDF_TextObject
by Dan Sinclair
· 7 years ago
75a205f
Remove CPDF_CMap friends
by Dan Sinclair
· 7 years ago
3878e1a
Make CPDF_TransferFunc members private
by Dan Sinclair
· 7 years ago
0181a84
Make CPDF_FontGlobals members private
by Dan Sinclair
· 7 years ago
adb19b0
Fix Heap-use-after-free in CPDF_SecurityHandler::~CPDF_SecurityHandler.
by Artem Strygin
· 7 years ago
3e3a78b
Improve readability for CPDF_LinearizedHeader.
by Artem Strygin
· 7 years ago
a5fc897
Unify parsing of cross ref table v4.
by Artem Strygin
· 7 years ago
4db6e37
Simplify CPDF_DataAvail::ParseIndirectObjectAt
by Artem Strygin
· 7 years ago
aafdc15
Unify CPDF_HintsTable.
by Artem Strygin
· 7 years ago
609d1fd
Improve CPDF_SecurityHandler code style.
by Artem Strygin
· 7 years ago
df3d229
Simplify CPDF_Parser::GetIDArray
by Artem Strygin
· 7 years ago
a081931
Move initialization of CPDF_CryptoHandler into CPDF_SytnaxParser initialization.
by Artem Strygin
· 7 years ago
c3d5c97
Use ByteString instead raw string for password in CPDF_SecurityHandler.
by Artem Strygin
· 7 years ago
b7fe3c6
Move the CryptoHandler into the SecurityHandler
by Artem Strygin
· 7 years ago
e4289f6
Remove the parser from the CPDF_SecurityHandler .
by Artem Strygin
· 7 years ago
6caef30
Change the ownership of the CPDF_CryptoHandler.
by Artem Strygin
· 7 years ago
97538d8
Reduce calls of external API within CPDF_ReadVaildator
by Artem Strygin
· 7 years ago
62b2180
Improve CPDF_ReadVaildator
by Artem Strygin
· 7 years ago
ac57110
Remove useless code.
by Artem Strygin
· 7 years ago
1cfdb58
Move CPDF_Parser::ObjectType into protected section
by Artem Strygin
· 7 years ago
d8169d7
Implement CPDF_CryptoHandler::DecryptObject
by Artem Strygin
· 7 years ago
59dfc62
Removing unused defines
by Dan Sinclair
· 7 years ago
a5c32a1
Extract test subclasses of IFX_SeekableReadStream
by Ryan Harrison
· 7 years ago
10e1f05
Cleanup font defines
by Dan Sinclair
· 7 years ago
dd0e6e1
Cleanup font defines
by Dan Sinclair
· 7 years ago
0e60b9e
Implement FakeFileAccess.
by Artem Strygin
· 7 years ago
94df367
Fix load non first pages in linearized document with hints table.
by Artem Strygin
· 7 years ago
0ec10f9
Fix infinite loop on form availability check.
by Artem Strygin
· 7 years ago
6e37620
Remove no-op cast
by Ryan Harrison
· 7 years ago
dd17a14
Move CFX_Font definition to cfx_font.h
by Dan Sinclair
· 7 years ago
8b1408e
Remove FXSYS_strlen and FXSYS_wcslen
by Ryan Harrison
· 7 years ago
875e98c
Remove FX_STRSIZE and replace with size_t
by Ryan Harrison
· 7 years ago
698aed7
Cleanup FX macros
by Dan Sinclair
· 7 years ago
09b5ce6
Rename CPDF_SyntaxParser::GetObject to GetObjectBody
by Artem Strygin
· 7 years ago
b872a93
Move CFX_WeakPtr to WeakPtr
by Dan Sinclair
· 7 years ago
aee0db0
Move CFX_UnownedPtr to UnownedPtr
by Dan Sinclair
· 7 years ago
8e9e3d8
Move CFX_StringPoolTemplate to StringPoolTemplate
by Dan Sinclair
· 7 years ago
9317f8f
Move CFX_SharedCopyOnWrite to SharedCopyOnWrite
by Dan Sinclair
· 7 years ago
0b95042
Rename CFX_RetainPtr to RetainPtr
by Dan Sinclair
· 7 years ago
de44d15
Move CFX_MaybeOwned to fxcrt::MaybeOwned
by Dan Sinclair
· 7 years ago
b896699
Move CFX_AutoRestorer to fxcrt::AutoRestorer
by Dan Sinclair
· 7 years ago
61f2f48
Isolate lcms2 usage to a few files.
by Lei Zhang
· 7 years ago
7acd826
Forward declare codec modules in fx_codec.h.
by Lei Zhang
· 7 years ago
4b8d363
Move CCodec_ScanlineDecoder to its own file.
by Lei Zhang
· 7 years ago
e9d6834
Remove unneeded core/fxcodec/fx_codec.h includes.
by Lei Zhang
· 7 years ago
2c559dc
Use CPDF_ReadValidator to request linearized hint tables.
by Artem Strygin
· 7 years ago
0bf6961
Simplify CPDF_Parser::LoadCrossRefV4
by Artem Strygin
· 7 years ago
59aa827
Use CPDF_ReadValidator to request linearized first page.
by Artem Strygin
· 7 years ago
29b7891
Remove useless code.
by Artem Strygin
· 7 years ago
21f4afb
Use CPDF_ReadValidator to request linearized data.
by Artem Strygin
· 7 years ago
275e260
Convert string class names
by Ryan Harrison
· 7 years ago
69fe711
Make static const char* arrays more const.
by Lei Zhang
· 7 years ago
24b0733
Change behaviour of FPDF_RenderPageBitmapWithMatrix
by Nicolas Pena
· 7 years ago
5b2092a
Don't attempt to decrypt AES streams that are too short
by Ryan Harrison
· 7 years ago
6f9b1d7
Implement CPDF_SyntaxParser::PeekNextWord.
by Artem Strygin
· 7 years ago
38371fe
Simplify CPDF_SyntaxParser::GetNextWordInternal.
by Artem Strygin
· 7 years ago
81f9eee
Convert FX_STRSIZE int->size_t
by Ryan Harrison
· 7 years ago
6c902e6
Rename fx_rand to fx_random
by Dan Sinclair
· 7 years ago
1ad67cf
Remove redundant code.
by Artem Strygin
· 7 years ago
13ea3ff
Split random code from fx_extension.h
by Dan Sinclair
· 7 years ago
4fde70e
Fix length field in dictionary on create stream
by Artem Strygin
· 7 years ago
16b77c7
Refactoring of CPDF_IndirectObjectHolder.
by Artem Strygin
· 7 years ago
d2608a8
Move Parsing of indirect object logic into CPDF_SyntaxParser.
by Artem Strygin
· 7 years ago
a2188df
Cleanup usages of Mid(foo, 1), Right(1), and Left(1)
by Ryan Harrison
· 7 years ago
7558414
Prepare for converting FX_STRSIZE int->size_t
by Ryan Harrison
· 7 years ago
dce09b1
Fix integer overflow in Buffer_itoa when passing INT_MIN.
by Henrique Nakashima
· 7 years ago
57cb544
Adjust loops in preperation for FX_STRSIZE int->size_t
by Ryan Harrison
· 7 years ago
3c6b72f
Disable objects decryption if it is useless.
by Artem Strygin
· 7 years ago
ce9ad1b
Fix colorspace loading for mutually referencing colorspaces.
by Henrique Nakashima
· 7 years ago
671f0d4
Prevent FPDFAvail_IsDocAvail() from infinite looping.
by Lei Zhang
· 7 years ago
bcd1e70
Remove fx_basic.h
by Dan Sinclair
· 7 years ago
bc0ca1e
Prevent duplicate parses of same data, in the same recursive descent
by Ryan Harrison
· 7 years ago
af59cf1
Change CPDF_Form::ParseContent() to ParseContentWithParams().
by Lei Zhang
· 7 years ago
d120920
Fix code style.
by Artem Strygin
· 7 years ago
cc2b38d
Split IFX_Pause out of fx_basic
by Dan Sinclair
· 7 years ago
0158106
Add truly const versions of CPDF_Document getters.
by Lei Zhang
· 7 years ago
4793f34
Split CFX_FixedBufGrow out of fx_basic
by Dan Sinclair
· 7 years ago
a94566f
Move CFX_WideTextBuf out of fx_basic
by Dan Sinclair
· 7 years ago
cd07123
Move CFX_BinaryBuf out of fx_basic
by Dan Sinclair
· 7 years ago
674bbfe
Split auto restorer from fx_basic
by Dan Sinclair
· 7 years ago
ccd5be0
Move CFX_BitStream to its own file
by Dan Sinclair
· 7 years ago
aa3a9cd
Convert int* references to FX_STRSIZE
by Ryan Harrison
· 7 years ago
304eefb
Implement CPDF_ObjectAvail.
by Artem Strygin
· 7 years ago
3fab4e3
Optimize receiving page, if it have not obj num.
by Artem Strygin
· 7 years ago
081d412
Make some CPDF_StreamContentParser methods static.
by Lei Zhang
· 7 years ago
6e63fd3
Unify CPDF_DataAvail::CheckTrailer.
by Artem Strygin
· 7 years ago
4a1493d
Unify CPDF_DataAvail::LoadAllFile.
by Artem Strygin
· 7 years ago
03371b8
Unify CPDF_DataAvail::CheckCrossRef.
by Artem Strygin
· 7 years ago
827f6ff
Add a nullptr check in ReplaceIndirectObjectIfHigherGeneration().
by Lei Zhang
· 7 years ago
91f443f
Move replaced indirect objects to the orphans list.
by Lei Zhang
· 7 years ago
a8efb51
Unify CPDF_SyntaxParser::GetObjectXXX methods.
by Artem Strygin
· 7 years ago
12db751
Convert string Find methods to return an Optional
by Ryan Harrison
· 7 years ago
1d3696d
Remove useless code.
by Artem Strygin
· 7 years ago
f9161c6
Unify CPDF_DataAvail::CheckEnd.
by Artem Strygin
· 7 years ago
Next »