Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
pdfium
/
035fdb65d3168adb374152fd59eb4b8443fd8088
/
xfa
/
fgas
035fdb6
Remove CFX_RTFBreak::GetLastPositionedTab()
by Tom Sepez
· 4 years, 11 months ago
dcd72e1
Avoid RetainPtr<Retainable>::As<CFX_TextUserData>() calls.
by Tom Sepez
· 5 years ago
cc3d0ce
Move FxFreeDeleter to fx_memory_wrappers.h
by Tom Sepez
· 5 years ago
0fab9e6
Remove jumbo usage in GN files throughout PDFium
by Daniel Hosseinian
· 5 years ago
54eda57
Avoid duplicate string construction in CXFA_Textlayout
by Tom Sepez
· 5 years ago
44d0383
Rename FXFONT_BOLD flag to FXFONT_FORCE_BOLD.
by Lei Zhang
· 5 years ago
1240677
[FXCRT] Rename FXSYS_round to match conventions
by Alan Screen
· 5 years ago
a775d1f
Correctly account for Arabic characters in CFX_RTFBreak.
by Lei Zhang
· 5 years ago
43ef1f2
Rename |CFX_Break::m_Line| to |m_Lines|.
by Lei Zhang
· 5 years ago
4d79dab
Encapsulate |CFX_BreakLine::m_iArabicChars|.
by Lei Zhang
· 5 years ago
676a70a
Fix nits in CFX_RTFBreak's tests.
by Lei Zhang
· 5 years ago
4a2ece2
Use early return in CFX_TxtBreak::EndBreak_BidiLine().
by Lei Zhang
· 5 years ago
9718068
Remove xfa/fxfa dependence on fpdfapi/font
by Tom Sepez
· 5 years ago
1706b8c
Remove CFX_SubstFont::m_bFlagItalic.
by Tom Sepez
· 5 years ago
8f03cd4
Remove CPDF_ModuleMgr.
by Tom Sepez
· 5 years ago
ffff6c5
Make CPDF_Font a retainable type.
by Tom Sepez
· 5 years ago
24b3a20
Rename CPDF_{Byte,Wide}String::AsSpan() to span()
by Tom Sepez
· 5 years ago
be5df01
Pass CPDF_Font itself to CFGAS_GEFont::LoadFont()
by Tom Sepez
· 5 years ago
dfde40c
Move class TextCharPos into its own file.
by Lei Zhang
· 5 years ago
4ed84eb
span-ify SystemFontInfoIface::GetFontData()
by Tom Sepez
· 5 years ago
4747296
Avoid segv in XFA layout when font not returned by system.
by Tom Sepez
· 5 years ago
b37e015
Remove CFX_FontMgr::InitFTLibrary.
by Tom Sepez
· 5 years ago
d8ae8f8
Stop nesting ObservedPtr inside Observable.
by Tom Sepez
· 5 years ago
3512b96
Introduce ref-counted CFX_Face class.
by Tom Sepez
· 5 years ago
27c350f
Move core/fxcrt/observable.h to observed_ptr.h.
by Tom Sepez
· 5 years ago
bfc6f14
Rename CFX_Font::GetFace() to GetFaceRec()
by Tom Sepez
· 5 years ago
5af7e2d
Remove fx_freetype definitions that are no-ops.
by Tom Sepez
· 5 years ago
cd10f67
Remove FXFT_Face typedef.
by Tom Sepez
· 5 years ago
abe26a4
Introduce CPDF_Document::{Page,Render}DataIface interfaces.
by Tom Sepez
· 5 years ago
4ed8a3d
Remove some knowledge of fpdfapi/page types from CPDF_Document
by Tom Sepez
· 5 years ago
78f6819
Reland "Split off CPDF_ModuleMgr:Create() from CPDF_ModuleMgr::Get()""
by Tom Sepez
· 5 years ago
b8f3573
Revert "Split off CPDF_ModuleMgr:Create() from CPDF_ModuleMgr::Get()"
by Lei Zhang
· 5 years ago
acb6a24
Split off CPDF_ModuleMgr:Create() from CPDF_ModuleMgr::Get()
by Tom Sepez
· 5 years ago
db1b482
Do IWYU for core/fxcrt/fx_safe_types.h.
by Lei Zhang
· 6 years ago
590f424
Fix nits involving 'constexpr const' code.
by Lei Zhang
· 6 years ago
a3097da
Make CPDF_Object and its subclasses retainable.
by Tom Sepez
· 6 years ago
0eaf190
Add RetainPtr::<T>::operator==(T*) method.
by Tom Sepez
· 6 years ago
e55cc91
Replace remaining _FX_PLATFORM_WINDOWS_ usage outside of fx_system.h.
by Lei Zhang
· 6 years ago
87b1511
Replace more _FX_PLATFORM_WINDOWS_ usage.
by Lei Zhang
· 6 years ago
e67bcc7
Replace _FX_PLATFORM_WINDOWS_ with defined(OS_WIN).
by Lei Zhang
· 6 years ago
e4cdac5
Replace _FX_PLATFORM_APPLE_ with defined(OS_MACOSX).
by Lei Zhang
· 6 years ago
006b17d
Fix integer underflow in cfgas_stringformatter.cpp, part 2
by Tom Sepez
· 6 years ago
c75ce35
Add pdfium::WrapRetain<>() type deducing wrapper
by Tom Sepez
· 6 years ago
8399c51
Fix another integer overflow in CFGAS_StringFormatter::ParseNum()
by Tom Sepez
· 6 years ago
dd77c86
Replace _FX_PLATFORM_ANDROID_ with defined(OS_ANDROID).
by Lei Zhang
· 6 years ago
0e19f66
Reset wsDatePattern in CFGAS_StringFormatter::FormatDateTime() after move.
by Tom Sepez
· 6 years ago
67c9e02
Avoid undefined negation in CFGAS_Decimal.FromInt32.
by Tom Sepez
· 6 years ago
069b546
Avoid signed integer overflow in CFGAS_StringFormatter::ParseNum.
by Tom Sepez
· 6 years ago
17d55b5
Avoid bad index ASSERT() in CFGAS_StringFormatter::FormatNum
by Tom Sepez
· 6 years ago
279a9a4
Fix a sign / unsigned comparison in CFGAS_StringFormatter.
by Lei Zhang
· 6 years ago
65e9151
Fix another CHECK() in CFGAS_StringFormatter::FormatNum()
by Tom Sepez
· 6 years ago
462832c
Fix CHECK() in CFGAS_StringFormatter::FormatDateTime()
by Tom Sepez
· 6 years ago
93806d3
Add test for FX_DATETIMETYPE_DateTime formatting.
by Tom Sepez
· 6 years ago
6999269
Rename "FX_FileHandle" to "FX_FolderHandle"
by KDr2
· 6 years ago
c4d0d63
Use span<>/size_t in GetNumTrailingLimit().
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
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
266517d
Specify CFGAS_StringFormatter format at creation time.
by Tom Sepez
· 6 years ago
b271c06
Make CFGAS_StringFormatter::SplitOnBars() static.
by Tom Sepez
· 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
c3abbbb
Use spans in CFGAS_StringFormatter::SplitFormatString()
by Tom Sepez
· 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
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
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
a07afc5
Fix lookahead check in CFGAS_FormatString::GetNumericFormat().
by Tom Sepez
· 6 years ago
ed5dc24
Spin in CFGAS_FormatString::ParseNum.
by Tom Sepez
· 6 years ago
91bef18
Rename "bool iFoo" variables to "bool bFoo".
by Lei Zhang
· 6 years ago
1c3800a
Endless loop in CFGAS_FormatString::FormatStrNum().
by Tom Sepez
· 6 years ago
079bead
Make CFGAS_Decimal slightly saner
by Tom Sepez
· 6 years ago
bf42afa
Handle creation of CGFAS_Decimals from floats with bigger values.
by Tom Sepez
· 6 years ago
1a2165d
Remove CFGAS_Decimal implicit conversion operators.
by Tom Sepez
· 6 years ago
3407b0d
Use std::vector<TextCharPos> in CXFA_TextLayout.
by Lei Zhang
· 6 years ago
563f62a
Remove semicolons after JS_STATIC_foo macros, turn on -Wextra-semi
by Nico Weber
· 6 years ago
c05172e
Consolidate index increment/decrement in cfgas_formatstring.cpp
by Tom Sepez
· 6 years ago
6d9354f
Fix spin in CFGAS_FormatString::FormatStrNum().
by Tom Sepez
· 6 years ago
27a3c77
Check for integer overflows in CFX_Break::IsGreaterThanLineWidth().
by Lei Zhang
· 6 years ago
8c7f027
Clean up CFX_RTFBreak::GetDisplayPos() and its caller.
by Lei Zhang
· 6 years ago
b8df605
Break circular dependency between xfa/fxfa and xfa/fgas.
by Lei Zhang
· 6 years ago
c85ee4e
Rename FXTEXT_CHARPOS and FXTEXT_GLYPHPOS.
by Lei Zhang
· 6 years ago
0dcb8fd
Remove unneeded fx_font.h includes from headers.
by Lei Zhang
· 6 years ago
9d9182f
Add CFX_Break::IsGreaterThanLineWidth().
by Lei Zhang
· 6 years ago
e039dc3
Remove unneeded testing/test_support.h includes.
by Lei Zhang
· 6 years ago
220ef3d
Add a unit_test_support target.
by Lei Zhang
· 6 years ago
96a7c58
Resolve xfa/fxa/parser to xfa/fgas/crt circular includes.
by Tom Sepez
· 6 years ago
283677f
Don't check null returns from CFX_FontMgr::GetBuiltinMapper().
by Tom Sepez
· 6 years ago
92cc793
Move XFA-only fxcrt/ files to fgas/layout/ or fgas/crt.
by Tom Sepez
· 6 years ago
0657332
Break circular dependence between xfa/fde and xfa/fgas/layout.
by Tom Sepez
· 6 years ago
cf1eb5a
Dis-entangle cfx_char.h from fx_bidi.h.
by Tom Sepez
· 6 years ago
808b7e0
Make FX_LINEBREAK an enum class.
by Tom Sepez
· 6 years ago
dbb2857
Stop exposing fx_unicode.h uint32_t internal representation.
by Tom Sepez
· 6 years ago
a13fd3f
Add FX_ prefix to all fx_unicode.h global functions.
by Tom Sepez
· 6 years ago
Next »