Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
pdfium
/
3dd9b2940d7aa109203dcd669380a3374eb13b00
3dd9b29
Remove CBC_ErrorCorrection::Initialize().
by Lei Zhang
· 6 years ago
1ef3155
Squeeze some 0s out of boilerplate CSS
by Tom Sepez
· 6 years ago
1e1b48d
Add some unit tests for StringToFloat().
by Lei Zhang
· 6 years ago
f90f0b9
Rename FX_atof() and FX_ftoa().
by Lei Zhang
· 6 years ago
bf0fe01
Do more validation in CPDF_Annot quad point methods.
by Lei Zhang
· 6 years ago
c0837ab
Make a CPDF_Annot method parameter const.
by Lei Zhang
· 6 years ago
4df66e7
Add CPDFAnnotTests for quad point static methods.
by Lei Zhang
· 6 years ago
d7474c0
Add UBSAN builders to the default try job set.
by Lei Zhang
· 6 years ago
306ebab
Prefer ByteString() over "".
by Tom Sepez
· 6 years ago
573a3d7
Enable UBSAN in standalone PDFium builds.
by Lei Zhang
· 6 years ago
890eac2
Prefer WideString() over L"".
by Tom Sepez
· 6 years ago
92ea923
Kill off most remaining wide string literal comparisons
by Tom Sepez
· 6 years ago
93ea6d4
Restructure EAN barcode classes to merge common code.
by Lei Zhang
· 6 years ago
25ae3af
Avoid malloc/copy in CFX_WideTextBuf::operator<<(const ByteStringView&)
by Tom Sepez
· 6 years ago
0cfefd1
Replace wide literals with narrow ones in WideTextBuf operations.
by Tom Sepez
· 6 years ago
a44efb7
Add ability to append narrow strings to CFX_WideTextBuf.
by Tom Sepez
· 6 years ago
4fbd264
Remove wide string literals in cxfa_node_statics.cpp.
by Tom Sepez
· 6 years ago
89c30b5
Remove CXFA_Node::ElementToName().
by Tom Sepez
· 6 years ago
b039da1
Remove some wide string literals in cxfa_fmlexer.cpp.
by Tom Sepez
· 6 years ago
1d6c7e4
Remove wide string literals from XFA_AttributeEnumInfo.
by Tom Sepez
· 6 years ago
6a04e57
No need for string literals in cfgas_formatstring.cpp
by Tom Sepez
· 6 years ago
9dbc7de
No need for string literals in XFA_ExecEventParaInfo.
by Tom Sepez
· 6 years ago
ceac05a
Make CJS_EventHandler::Name() and Type() return bytestrings.
by Tom Sepez
· 6 years ago
87ac6dc
Use EqualsASCII{,NoCase}() and narrow literals in many places.
by Tom Sepez
· 6 years ago
e7c3601
Make the unused string literals in cfx_cssdata.cpp be narrow
by Tom Sepez
· 6 years ago
4be7741
Remove wide literals from xfa_basic_data_element_script.cpp
by Tom Sepez
· 6 years ago
d3b028b
Mark kFoo variables const, or rename them if they are not.
by Lei Zhang
· 6 years ago
703ae92
Move ASCII string operations to string_view_template.h
by Tom Sepez
· 6 years ago
d60b590
Add WideString::CompareASCIINoCase().
by Tom Sepez
· 6 years ago
390ce23
Use single-byte strings in more places in pdfium.
by Tom Sepez
· 6 years ago
7b5740a
Move pdf_enable_xfa build rules inside pdf_enable_v8 blocks.
by Lei Zhang
· 6 years ago
dae4dfd
Use size_t in more places in fxbarcode.
by Lei Zhang
· 6 years ago
75a486e
Export defines to dependents of the "pdfium" target.
by Lei Zhang
· 6 years ago
590cc0a
Bump up |kMaxObjectNumber|.
by Lei Zhang
· 6 years ago
9b26407
Make CBC_SymbolInfo::Lookup() return a const pointer.
by Lei Zhang
· 6 years ago
ce4d0ba
Fix WideString() vs {} confusion in fxbarcode.
by Lei Zhang
· 6 years ago
f737d4b
Squeeze some 0s out of barcode name strings.
by Tom Sepez
· 6 years ago
a44f5aa
Tidy string hash implementation.
by Tom Sepez
· 6 years ago
5a88d16
Build pdfium_diff for coverage tests.
by Lei Zhang
· 6 years ago
14cfcc4
Remove some useless calculations in fxbarcode.
by Lei Zhang
· 6 years ago
ff7390e
Squeeze some more 0s out of wide font names.
by Tom Sepez
· 6 years ago
0b595dc
Squeeze out some 0s from cxfa_node_statics.cpp wide strings.
by Tom Sepez
· 6 years ago
0fd0eee
Roll third_party/freetype/src/ fb0d66d04..3dd4e76b1 (14 commits)
by Lei Zhang
· 6 years ago
1e5fe45
Add a pixel test for a CPDF_CMapParser bug.
by Lei Zhang
· 6 years ago
c3daaa8
Remove CFWL_Widget::GetRootOuter() and Repaint()
by Tom Sepez
· 6 years ago
f35f926
Clean up CBC_ErrorCorrection and remove many fxbarcode/utils.h includes.
by Lei Zhang
· 6 years ago
7c8f33a
Use CFWL_Widget::Is*() helpers
by Tom Sepez
· 6 years ago
2a5632a
Allow PDFium to suggest V8 flags via public/ API.
by Tom Sepez
· 6 years ago
a043ccb
Remove remaining "exceptions" in fxbarcode.
by Lei Zhang
· 6 years ago
64a1cb8
Avoid CFWL_Widget::m_pProperties null check.
by Tom Sepez
· 6 years ago
1365374
Replace CFWL_Widget::IsInstance() with IsForm().
by Tom Sepez
· 6 years ago
4e703c9
No need to check CFX_Barcode::Create() return value
by Tom Sepez
· 6 years ago
0559d9d
Get rid of "exceptions" in CBC_OneDimWriter::AppendPattern().
by Lei Zhang
· 6 years ago
3486cf2
Avoid overflow when rounding 2147483616 to a 32-bit boundary.
by Tom Sepez
· 6 years ago
db36c24
Get rid of "exceptions" in CBC_QRCoderMaskUtil::GetDataMaskBit().
by Lei Zhang
· 6 years ago
eab48f3
Get rid of "exceptions" in CBC_QRCoderMode::GetCharacterCountBits().
by Lei Zhang
· 6 years ago
36da065
Remove redundant CPDF_PDF417::CODEWORD_TABLE high half-word
by Tom Sepez
· 6 years ago
10b6fd1
Bound acess to g_ arrays in BC_PDF417HighLevelEncoder.cpp
by Tom Sepez
· 6 years ago
b676983
Fix for a bug where no valid codepoints are recognized in certain PDFs.
by Andrew Weintraub
· 6 years ago
cb8a4dd
Get rid of "exceptions" in CBC_QRCoderBitVector::At().
by Lei Zhang
· 6 years ago
0f6f937
Get rid of "exceptions" in CBC_SymbolInfo::Lookup().
by Lei Zhang
· 6 years ago
8435f24
Get rid of "exceptions" from CBC_EncoderContext ctor.
by Lei Zhang
· 6 years ago
e5f528a
Try to make pdf_cfx_barcode_fuzzer result more consistent.
by Tom Sepez
· 6 years ago
d03b753
Remove CBC_PDF417::m_compact and m_compaction.
by Tom Sepez
· 6 years ago
3e2cdea
Better tests for CFXJSE_FormCalcContext::Decode().
by Tom Sepez
· 6 years ago
b3a446f
Fix compilation issue when using clang.
by Andrew Weintraub
· 6 years ago
d429f54
Get rid of "exceptions" in CBC_C40Encoder::EncodeChar().
by Lei Zhang
· 6 years ago
6a4c0ad
Remove some wide string literals in favor of single-bytes
by Tom Sepez
· 6 years ago
4566b13
Remove BC_UtilCodingConvert.{cpp,h}
by Tom Sepez
· 6 years ago
adb9e70
Add Widestring::{To,From,Is}ASCII()
by Tom Sepez
· 6 years ago
b4c95fe
Rename WideString::{UTF8,UTF16LE}_Encode() to To{UTF8,UTF16LE}().
by Tom Sepez
· 6 years ago
4031714
Rename WideString::FromLocal() to FromDefANSI().
by Tom Sepez
· 6 years ago
e897c46
XFA: Do not use UnownedPtr between CXFA_Nodes.
by Tom Sepez
· 6 years ago
e26b650
Use checked downcasts between CFXA_LayoutItem and CXFA_FFWidget.
by Tom Sepez
· 6 years ago
3ef0242
Break circular dependence between {Byte,Wide}String
by Tom Sepez
· 6 years ago
cf927b1
Simplify EncodeToC40Codewords().
by Lei Zhang
· 6 years ago
ac2baab
Get rid of more "exceptions" in fxbarcode.
by Lei Zhang
· 6 years ago
b102431
Remove BC_Utils.cpp.
by Tom Sepez
· 6 years ago
7ca1199
Remove CBC_QRCoder{Mode,ErrorCorrectionLevel}::ForBits().
by Tom Sepez
· 6 years ago
5f5b680
Get rid of "exceptions" in CBC_C40Encoder::HandleEOD().
by Lei Zhang
· 6 years ago
0d4f5ca
Get rid of "exceptions" in CBC_Encoder::Encode().
by Lei Zhang
· 6 years ago
301bfc6
Fix some nits in fxbarcode.
by Lei Zhang
· 6 years ago
fbcc18a
Replace CBC_OneDimWriter::Upper() with FXSYS_ToUpperASCII().
by Lei Zhang
· 6 years ago
19dd48c
Remove unused CBC_Compaction class
by Tom Sepez
· 6 years ago
a7e5ffe
CBC_ErrorCorrection contains only static methods
by Tom Sepez
· 6 years ago
834f749
Consolidate validity checks in CBC_OnedCode39Writer.
by Lei Zhang
· 6 years ago
f263530
Use FXSYS_IsDecimalDigit() in more places.
by Lei Zhang
· 6 years ago
9a02a99
Remove unused CBC_DataMatrixSymbolInfo144getDataLengthForInterleavedBlock()
by Tom Sepez
· 6 years ago
aaf0417
Remove unused CBC_CommonBitArray class.
by Tom Sepez
· 6 years ago
3407afd
Add FXSYS_IsOctalDigit() and use it where appropriate.
by Lei Zhang
· 6 years ago
105a664
Remove "exceptions" from CBC_PDF417HighLevelEncoder.
by Lei Zhang
· 6 years ago
1ffdb44
Remove uncallable ctors from CJS_PublicMethods.
by Tom Sepez
· 6 years ago
a8b6376
Use another enum class in CBC_PDF417HighLevelEncoder.
by Lei Zhang
· 6 years ago
803d3e3
Use enum class in CBC_PDF417HighLevelEncoder.
by Lei Zhang
· 6 years ago
9aa562d
More CBC_PDF417HighLevelEncoder cleanup.
by Lei Zhang
· 6 years ago
1a151bd
Simplify fx_opj_stream_create_memory_stream().
by Lei Zhang
· 6 years ago
fa7983e
Improve JPX fuzzer
by Nicolas Pena
· 6 years ago
a274b41
Slightly simplify CPDF_FontEncoding::Realize().
by Lei Zhang
· 6 years ago
75d214c
Pack XFA_SCRIPTATTRIBUTEINFO tighter on 64-bit platforms
by Tom Sepez
· 6 years ago
8030eae
Remove DOS line endings from bug_713197.in.
by Lei Zhang
· 6 years ago
Next »