Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
pdfium
/
3ef61c73a97b31000a21e323e04ad5397e517c4c
3ef61c7
GUID cleanup
by Dan Sinclair
· 7 years ago
555b31f
Remove unused CFX_WordBreak::Next method
by Dan Sinclair
· 7 years ago
a1e8707
Add unit tests for Codabar barcode writer.
by Henrique Nakashima
· 7 years ago
067b785
Add unit tests for Code 39 barcode writer.
by Henrique Nakashima
· 7 years ago
6c902e6
Rename fx_rand to fx_random
by Dan Sinclair
· 7 years ago
1eae16d
Remove isDevice parameter from barcode Render().
by Henrique Nakashima
· 7 years ago
e7767a0
Cleanup CFX_WordBreak
by Dan Sinclair
· 7 years ago
1ad67cf
Remove redundant code.
by Artem Strygin
· 7 years ago
0e3a4ff
Remove unused CFX_CharIter class
by Dan Sinclair
· 7 years ago
2bf05a6
Leave space for null characters when getting text
by Ryan Harrison
· 7 years ago
1c9ad7e
Split fx_guid from fx_extension
by Dan Sinclair
· 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
088ca03
Upgrade OpenJPEG to 2.2.0
by Nicolas Pena
· 7 years ago
740bcd8
Split fx_ucd.h into fx_unicode.h and fx_ucddata.h.
by Tom Sepez
· 7 years ago
3c5944c
Add unit tests for EAN-8 barcode writer.
by Henrique Nakashima
· 7 years ago
ab3c111
Fix EAN-13 checksum and add unit tests.
by Henrique Nakashima
· 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
ffb6ccf
Remove unused FXFORMAT_HEX and FXFORMAT_CAPITAL.
by Henrique Nakashima
· 7 years ago
1e8dd54
Rename fxcrt_ and ifxcrt_ files to better names
by Dan Sinclair
· 7 years ago
c5ac057
Make FPDF_GetText stricter on inputs
by Ryan Harrison
· 7 years ago
0733a1b
Change FPDFImageObj_GetImageFilter() to return byte strings.
by Lei Zhang
· 7 years ago
a864419
Move implementations into fx_system.cpp
by Dan Sinclair
· 7 years ago
2a1c8ac
Move fx_extension implementation to cpp file
by Dan Sinclair
· 7 years ago
203188a
Move stream code into fx_stream.cpp
by Dan Sinclair
· 7 years ago
3c6b72f
Disable objects decryption if it is useless.
by Artem Strygin
· 7 years ago
0872b04
Move methods string methods to fx_string.cpp
by Dan Sinclair
· 7 years ago
ce9ad1b
Fix colorspace loading for mutually referencing colorspaces.
by Henrique Nakashima
· 7 years ago
670c4fd
Cleanup fx_basic_* files
by Dan Sinclair
· 7 years ago
47a90b8
More BIDI code shuffling
by Dan Sinclair
· 7 years ago
235818f
Move bidi code to fx_bidi
by Dan Sinclair
· 7 years ago
f8763bb
Properly handle \n, \r, \r\n when inserting text
by Ryan Harrison
· 7 years ago
671f0d4
Prevent FPDFAvail_IsDocAvail() from infinite looping.
by Lei Zhang
· 7 years ago
276dd94
Clean up of typing in lexer code
by Ryan Harrison
· 7 years ago
f4b0632
Add component to owners
by Dan Sinclair
· 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
df064df
Change APIs to use FPDF_BYTESTRING for keys.
by Lei Zhang
· 7 years ago
63b0126
Implement FORM_OnFocus() API.
by Lei Zhang
· 7 years ago
54b8137
Fixing CBC_OnedEAN13Writer checksum.
by Henrique Nakashima
· 7 years ago
fd42fc9
Use vector instead of pointer in CJBig2_Segment
by Nicolas Pena
· 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
5624fe3
Move CFX_UTF8Decoder out of fx_basic
by Dan Sinclair
· 7 years ago
c2f0789
Move CFX_UTF8Encoder out of fx_basic
by Dan Sinclair
· 7 years ago
fd70d79
Fix undefined shift in CJBig2_Context::decodeSymbolIDHuffmanTable
by Nicolas Pena
· 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
68eefa6
Rebuild CFDE_TextEditEngine.
by Dan Sinclair
· 7 years ago
aa3a9cd
Convert int* references to FX_STRSIZE
by Ryan Harrison
· 7 years ago
980a3ea
Cleanup CFX_SeekableStreamProxy
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
93e67c9
Add a few recent decisions into README.md
by Tom Sepez
· 7 years ago
9648097
Remove an unused CXFA_FFDoc method.
by Lei Zhang
· 7 years ago
77f9bff
Reduce rounding errors when Invalidating rects.
by Lei Zhang
· 7 years ago
c9d6d68
Fix incorrectly guarded lexer advancement in FormCalc parser
by Ryan Harrison
· 7 years ago
31f7e4b
Convert some form fill tests to use CFX_PointF coordinates.
by Lei Zhang
· 7 years ago
081d412
Make some CPDF_StreamContentParser methods static.
by Lei Zhang
· 7 years ago
7bec2ff
Remove parameter to TypeTextIntoTextField().
by Lei Zhang
· 7 years ago
839692f
Put some form tests in FPDFFormFillEmbeddertest subclasses.
by Lei Zhang
· 7 years ago
6e63fd3
Unify CPDF_DataAvail::CheckTrailer.
by Artem Strygin
· 7 years ago
38adfc1
Implicitly create CFX_WideString() in form tests.
by Lei Zhang
· 7 years ago
4a1493d
Unify CPDF_DataAvail::LoadAllFile.
by Artem Strygin
· 7 years ago
93ed5f6
Update paths for coverage script in documentation
by Ryan Harrison
· 7 years ago
03371b8
Unify CPDF_DataAvail::CheckCrossRef.
by Artem Strygin
· 7 years ago
d1ed1ce
Added FPDFAnnot_GetAnnotIndex()
by Jane Liu
· 7 years ago
827f6ff
Add a nullptr check in ReplaceIndirectObjectIfHigherGeneration().
by Lei Zhang
· 7 years ago
9084a12
Remove unused / rarely used CFX_PTemplate methods.
by Lei Zhang
· 7 years ago
61cb112
Convert find markers to Optionals in CPDF_TextPageFind
by Ryan Harrison
· 7 years ago
2b6e2a7
Pass more const CFX_Matrix* params in CFFL_FormFiller.
by Lei Zhang
· 7 years ago
9592791
Add helper methods in CJBig2_GRRDProc.
by Lei Zhang
· 7 years ago
91f443f
Move replaced indirect objects to the orphans list.
by Lei Zhang
· 7 years ago
8a44940
Change DrawAppearance() methods to take CFX_Matrix by const-ref.
by Lei Zhang
· 7 years ago
2bb28c3
Limit pdf_codec_jbig2_fuzzer memory usage.
by Lei Zhang
· 7 years ago
b0860be
Limit pdf_jpx_fuzzer memory usage.
by Lei Zhang
· 7 years ago
4179988
Skip decoding of excessively large JBIG2 images.
by Lei Zhang
· 7 years ago
a8efb51
Unify CPDF_SyntaxParser::GetObjectXXX methods.
by Artem Strygin
· 7 years ago
574d440
Add a global font loader in XFA tests
by Dan Sinclair
· 7 years ago
133617c
Remove code which does nothing
by Dan Sinclair
· 7 years ago
ed48c1a
Add help IsValid* methods to string classes
by Ryan Harrison
· 7 years ago
175a858
Do not QuickFloor on cmsintrp
by Nicolas Pena
· 7 years ago
8ada2ef
Fix some nits in XFACodecFuzzer.
by Lei Zhang
· 7 years ago
664d4b8
Reject oversized iCCP profile length in libpng.
by Lei Zhang
· 7 years ago
0924119
Fixed ASan crash when unloading page with CFFL_ListBox.
by Henrique Nakashima
· 7 years ago
e9fcd8e
Reduce FM2JS parser depth limit to avoid memory exhaustion
by Ryan Harrison
· 7 years ago
978b1fa
Remove OnPageLoad and OnPageUnload from CFWL_Edit
by Dan Sinclair
· 7 years ago
6c76d50
Cleanup GetPre* methods in CFDE_TextEdtEngine
by Dan Sinclair
· 7 years ago
6b0287d
Move m_pTextBreak to be a member of CFDE_TxtEdtEngine
by Dan Sinclair
· 7 years ago
12db751
Convert string Find methods to return an Optional
by Ryan Harrison
· 7 years ago
Next »