Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
pdfium
/
bde8dfd58625af766e1c2a8205b3974397f585e4
bde8dfd
Roll tools/clang/ 257c91cc4..207fd1e5d (7 commits)
by Lei Zhang
· 6 years ago
7915d99
Add CFXJSE_FormCalcContext::DotAccessorCommon().
by Lei Zhang
· 6 years ago
de03dff
Fix self-intersecting copy in UTF16ToWchar()
by Tom Sepez
· 6 years ago
3d3dcdf
Simplify a call in CXFA_ImageRenderer::Start().
by Lei Zhang
· 6 years ago
44b399b
Encapsulate CPDF_FontEncoding.
by Lei Zhang
· 6 years ago
c4d0d63
Use span<>/size_t in GetNumTrailingLimit().
by Tom Sepez
· 6 years ago
b5c53cc
Get rid of some needless pointer arithmetic in GenerateFileID().
by Tom Sepez
· 6 years ago
9d81703
Use lengths from span where possible rather than from string.
by Tom Sepez
· 6 years ago
784693a
Fix OOB CHECK() in CFGAS_StringFormatter::FormatNum()
by Tom Sepez
· 6 years ago
e039bab
Write out the font encoding in CPDF_PageContentGenerator::ProcessText().
by Lei Zhang
· 6 years ago
ae5a4c9
Check for zero-length strings in CXFA_NodeHelper::CreateNode().
by Tom Sepez
· 6 years ago
bcb9892
Better bounds check in CFGAS_StringFormatter::GetCategory()
by Tom Sepez
· 6 years ago
a6e4948
Remove stringviews in cfgas_stringformatter.cpp, part2.
by Tom Sepez
· 6 years ago
d5d068e
Cache pattern span in xfa/fgas/crt/cfgas_stringformatter.h
by Tom Sepez
· 6 years ago
9284a7c
Avoid WideStringViews from constant strings in cfgas_stringformatter.cpp
by Tom Sepez
· 6 years ago
79f9572
Rename some variables in fpdf_edittext.cpp.
by Lei Zhang
· 6 years ago
ee8b94f
Split CFFL_InteractiveFormFiller::GetFormFiller() in two.
by Lei Zhang
· 6 years ago
4d5ce21
Use "bs" prefix for ByteStrings in cfxjse_formcalc_context.cpp.
by Lei Zhang
· 6 years ago
8345825
Fix two XFA JS calls that trigger fatal errors in v8::FromJust().
by Lei Zhang
· 6 years ago
266517d
Specify CFGAS_StringFormatter format at creation time.
by Tom Sepez
· 6 years ago
f0ef9d0
Remove extra slashes in fxjs/BUILD.gn.
by Lei Zhang
· 6 years ago
1f76baf
Mark CPDF_FontEncoding::Realize() as a const method.
by Lei Zhang
· 6 years ago
b271c06
Make CFGAS_StringFormatter::SplitOnBars() static.
by Tom Sepez
· 6 years ago
e6c3e49
Fix nits in CFFL_InteractiveFormFiller.
by Lei Zhang
· 6 years ago
63c6446
Do not check for abbreviations in DecodeInlineStream().
by Lei Zhang
· 6 years ago
545390d
Fix nits in stream parsing code.
by Lei Zhang
· 6 years ago
9619d2b
Rename strFoo to szFoo in cfxjse_formcalc_context.cpp.
by Lei Zhang
· 6 years ago
c6889b8
Fix some local/locale confusion in cfxjse_formcalc_context.cpp.
by Lei Zhang
· 6 years ago
d1fce9c
Use scoping to avoid needing val2 in CFXJSE_FormCalcContext::Parse().
by Lei Zhang
· 6 years ago
d6dd313
Rename fooString to szFoo in cfxjse_formcalc_context.cpp.
by Lei Zhang
· 6 years ago
2312ed7
Shorten string variables in cfxjse_formcalc_context.cpp.
by Lei Zhang
· 6 years ago
ec100d6
Limit the size of 1D barcodes to 8K.
by Lei Zhang
· 6 years ago
1fe1f39
Revert "Replace some in/out parameters in cfgas_stringformatter.cpp"
by Tom Sepez
· 6 years ago
1268b59
Replace some in/out parameters in cfgas_stringformatter.cpp
by Tom Sepez
· 6 years ago
b2d92c2
Apply two libtiff patches to fix potential null pointers.
by Lei Zhang
· 6 years ago
812b09b
Add pdf_formcalc_context_fuzzer.
by Lei Zhang
· 6 years ago
d2cd38c
Check result of GetEventParam() in CJX_Form::recalculate().
by Tom Sepez
· 6 years ago
f81f9f0
Fix a crash in DataMerge_UpdateBindingRelations().
by Lei Zhang
· 6 years ago
c3abbbb
Use spans in CFGAS_StringFormatter::SplitFormatString()
by Tom Sepez
· 6 years ago
93d8219
In fixup_pdf_template.py, make errors in include directives fatal.
by Lei Zhang
· 6 years ago
ef35a82
Fix a crash inside CJX_HostPseudoModel::openList().
by Lei Zhang
· 6 years ago
d62f028
Rename CFGAS_FormatString to CFGAS_StringFormatter.
by Tom Sepez
· 6 years ago
60a167f
Return size_t from ParseTimeZone().
by Tom Sepez
· 6 years ago
babc667
Avoid crashing inside CPDF_DIBBase.
by Lei Zhang
· 6 years ago
f1160c7
Convert remaining signed indices to size_t in cfgas_formatstring.cpp
by Tom Sepez
· 6 years ago
c924d00
Use spans in CFGAS_FormatString, part 3
by Tom Sepez
· 6 years ago
e11b4d7
Use spans in CFGAS_FormatString, part 2
by Tom Sepez
· 6 years ago
69fce9b
Update parameter name in declaration to match definition.
by Ryan Smith
· 6 years ago
f234dde
Make CFGAS_FormatString::GetNumericFormat() handle multiple dots.
by Tom Sepez
· 6 years ago
c6f5028
Introduce spans in CFGAS_FormatString, part 1.
by Tom Sepez
· 6 years ago
3d2636b
Bugfix: error when compile with GCC
by KDr2
· 6 years ago
a07afc5
Fix lookahead check in CFGAS_FormatString::GetNumericFormat().
by Tom Sepez
· 6 years ago
3df5c7c
Fix temporary going out of scope too early in XFA_LoadImageData()
by Tom Sepez
· 6 years ago
9ba187a
Fix FPDF_FILEACCESS lifetime issue with FPDF_LoadCustomDocument().
by Lei Zhang
· 6 years ago
ed5dc24
Spin in CFGAS_FormatString::ParseNum.
by Tom Sepez
· 6 years ago
9ecb28f
Make members private in CXFA_LayoutItem, adding accessors.
by Tom Sepez
· 6 years ago
73c60f2
Minimize simple_xfa.pdf.
by Lei Zhang
· 6 years ago
60377e7
Fix error in testing/resources/xfa_catalog_1_0.fragment.
by Lei Zhang
· 6 years ago
3727e2f
Tidy cxfa_itemlayoutprocessor.h
by Tom Sepez
· 6 years ago
f28eb5a
ExtractLayoutItem() breaks when current item found in old list.
by Tom Sepez
· 6 years ago
3e78560
Add GetNumberValue function to fpdf_annot.
by rycsmith
· 6 years ago
e350cdd
Fail early for data matrix barcode input that is too long.
by Lei Zhang
· 6 years ago
a1982d5
Add CBC_DataMatrixWriterTest tests for encoding limits.
by Lei Zhang
· 6 years ago
15c0b1e
Avoid nullptr crash in CJS_App::get_active_docs().
by Lei Zhang
· 6 years ago
0cca8d6
Roll third_party/freetype/src/ 6d65c60fc..31757f969 (2 commits)
by Ben Wagner
· 6 years ago
5f17b01
Speed up DetermineConsecutiveDigitCount() in debug builds.
by Lei Zhang
· 6 years ago
cedac82
Add tests for device to page and page to device coordinate conversions
by Manoj Biswas
· 6 years ago
4d98d74
Update Skia owner in the OWNERS file.
by Lei Zhang
· 6 years ago
4f0ea68
Roll tools/clang/ b23f5a073..257c91cc4 (9 commits)
by Lei Zhang
· 6 years ago
9384947
Do not replace existing objects in CPWL_AppStream::SetAsPushButton
by Tom Sepez
· 6 years ago
9bbc231
Roll third_party/freetype/src/ b66d6a911..6d65c60fc (15 commits)
by Ben Wagner
· 6 years ago
277f26f
Split CPDF_ImageRenderer::Continue().
by Lei Zhang
· 6 years ago
e8f5721
Fix a nullptr crash in CXFA_Node::GetLocaleName().
by Lei Zhang
· 6 years ago
d934c64
Assert CPDF_AnnotContext always has a valid dictionary and page.
by Lei Zhang
· 6 years ago
98dc8c0
Make FPDFPage_GetAnnot() return nullptr for bad entries.
by Lei Zhang
· 6 years ago
3d9a097
Add a test for FPDFPage_GetAnnotIndex() when there is a bad annot entry.
by Lei Zhang
· 6 years ago
8ad64c7
Fix 2 XFA nullptr crashes.
by Lei Zhang
· 6 years ago
5cb68fa
Remove unused CFXJSE_Value::SetObjectProperty().
by Lei Zhang
· 6 years ago
3b55bdf
Tidy CPDF_ImageCacheEntry.
by Lei Zhang
· 6 years ago
91bef18
Rename "bool iFoo" variables to "bool bFoo".
by Lei Zhang
· 6 years ago
b7d09ca
Rename some UnsupportedInfo code.
by Lei Zhang
· 6 years ago
26a39f3
Remove GetQuadPointsFromDictionary().
by Lei Zhang
· 6 years ago
ac0f524
Optimize FindSubWordLength().
by Lei Zhang
· 6 years ago
4d24623
Avoid some WideString construction inside FX_ParseDateUsingFormat().
by Lei Zhang
· 6 years ago
c93f1f3
Save results from FPDF_GetFieldAttr() calls.
by Lei Zhang
· 6 years ago
f496e25
Add constants for form field types.
by Lei Zhang
· 6 years ago
865ffb1
Add constants for common form field dictionary entries.
by Lei Zhang
· 6 years ago
6c71502
Simplify CheckForUnsupportedAnnot() internals.
by Lei Zhang
· 6 years ago
4efdb51
Tidy CheckUnSupportAnnot().
by Lei Zhang
· 6 years ago
78572ea
Move FX_ParseStringString() into an anonymous namespace.
by Lei Zhang
· 6 years ago
e7033c8
Test bad inputs for newly added annotation APIs.
by Lei Zhang
· 6 years ago
d94d69a
Add GetAnnotDictFromFPDFAnnotation() helper function.
by Lei Zhang
· 6 years ago
ddec497
Simplify checks in newly added annotation APIs.
by Lei Zhang
· 6 years ago
6efac4b
Make PartitionAlloc more like Chromium's.
by Lei Zhang
· 6 years ago
4059ea2
Update PartitionAlloc from Chromium at r629284.
by Lei Zhang
· 6 years ago
a7e0cc8
Stop using fcvt() in AFPercent_Format().
by Lei Zhang
· 6 years ago
5cc2224
Add more AFPercent_Format() tests.
by Lei Zhang
· 6 years ago
0cea7f4
Support AFPercent_Format()'s 3rd parameter.
by Lei Zhang
· 6 years ago
01e1527
Fix AFPercent_Format() for separator style 4.
by Lei Zhang
· 6 years ago
f5c2c99
Correctly handle empty input to AFPercent_Format().
by Lei Zhang
· 6 years ago
Next »