Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
pdfium
/
3c6b72f79fce629c903ce31f07092df23f870bb6
/
xfa
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
276dd94
Clean up of typing in lexer code
by Ryan Harrison
· 7 years ago
bcd1e70
Remove fx_basic.h
by Dan Sinclair
· 7 years ago
0158106
Add truly const versions of CPDF_Document getters.
by Lei Zhang
· 7 years ago
a94566f
Move CFX_WideTextBuf out of fx_basic
by Dan Sinclair
· 7 years ago
674bbfe
Split auto restorer from fx_basic
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
9648097
Remove an unused CXFA_FFDoc method.
by Lei Zhang
· 7 years ago
c9d6d68
Fix incorrectly guarded lexer advancement in FormCalc parser
by Ryan Harrison
· 7 years ago
9084a12
Remove unused / rarely used CFX_PTemplate methods.
by Lei Zhang
· 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
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
3bb0a34
Convert the CFDE_TxtEdtEngine::Insert results into an enum class
by Dan Sinclair
· 7 years ago
878b27d
Converted CFX_Matrix::TransformRect() to take in consts
by Jane Liu
· 7 years ago
1eb6cb7
Convert FDE_TXTEDIT_LINEEND to a private enum class
by Dan Sinclair
· 7 years ago
a798e2f
Cleanup CFDE_TxtEdtBuf and simplify some logic.
by Dan Sinclair
· 7 years ago
3fa212a
Converted CFDE_TxtEdt{Buf|Engine}::Insert() to take CFX_WideString
by Jane Liu
· 7 years ago
8c6dc95
Cleanup CFDE_TextOut
by Dan Sinclair
· 7 years ago
8b2107e
Fixing crash on delete or backspace in XFA text edit box.
by Henrique Nakashima
· 7 years ago
4b47214
Change XFA DrawWidget() code to take its CFX_Matrix by const-ref.
by Lei Zhang
· 7 years ago
7c9d4c2
Change CXFA_FFWidget::RenderWidget() to take a const CFX_Matrix&.
by Lei Zhang
· 7 years ago
ba1897b
Remove default parameters from CXFA_FFWidget methods.
by Lei Zhang
· 7 years ago
129297f
Remove default parameters in CXFA_Graphics methods.
by Lei Zhang
· 7 years ago
86224fc
Remove default argument for CXFA_Graphics::SetLineWidth().
by Lei Zhang
· 7 years ago
9342b33
Remove redundant members in CFDE_TxtEdtEngine
by Dan Sinclair
· 7 years ago
0d2349b
Turn caret movement into an enum class
by Dan Sinclair
· 7 years ago
022b439
Cleanup CFDE_TxtEdtEngine Insert and Delete methods
by Dan Sinclair
· 7 years ago
e30e9cc
Unify GetTextLength and GetTextBufLength in CFDE_TxtEdtEngine
by Dan Sinclair
· 7 years ago
b3e7bfa
Cleanup visibilty and unused methods in xfa/fde
by Dan Sinclair
· 7 years ago
574015e
Tidy CXFA_Color class and argument passing.
by Tom Sepez
· 7 years ago
a364729
Move some CFDE_TxtEdt* methods to the headers
by Dan Sinclair
· 7 years ago
a016857
Simplify CFDE_TxtEdtEngine layout code
by Dan Sinclair
· 7 years ago
5a0214b
Remove friendship from TxtEdtEngine and TxtEdtPage
by Dan Sinclair
· 7 years ago
a169364
Add parse depth limit to FormCalc parser
by Ryan Harrison
· 7 years ago
816d7e4
Remove CFWL_WidgetMgrDelegate
by Dan Sinclair
· 7 years ago
28549c9
Make GetChar & Clone const for IFX_CharIter
by Ryan Harrison
· 7 years ago
22fcbea
Hide the undo/redo record classes inside the engine
by Dan Sinclair
· 7 years ago
a0377dc
Add checks on length of string before accessing elements of string
by Ryan Harrison
· 7 years ago
8a1758b
Remove GetAt from string classes
by Ryan Harrison
· 7 years ago
171cb27
Remove default params from xfa/fde code.
by Dan Sinclair
· 7 years ago
73b492a
Remove CFDE_RenderDevice
by Dan Sinclair
· 7 years ago
2d88381
Merge CFDE_RenderContext into CFWL_Edit
by Dan Sinclair
· 7 years ago
2d03e60
Cleaning up the visual set iterator
by Dan Sinclair
· 7 years ago
c068c8e
Remove FDE_VISUALOBJ_Canvas
by Dan Sinclair
· 7 years ago
24b6af6
Cleanup more fde defines
by Dan Sinclair
· 7 years ago
54a8390
Cleanup CFDE_TextOut methods
by Dan Sinclair
· 7 years ago
dff02ce
Cleanup FDE_TTO{STYLE|ALIGNMENT} defines.
by Dan Sinclair
· 7 years ago
ddb9b7c
Add checks of index operations on string classes
by Ryan Harrison
· 7 years ago
f3d8573
Remove unused FDE_TTOSTYLE_ flags
by Dan Sinclair
· 7 years ago
7ffb59f
Remove CFDE_Path
by Dan Sinclair
· 7 years ago
4454ce7
Remove default params in CFDE_RenderDevice
by Dan Sinclair
· 7 years ago
be993d2
Remove unused code from CFDE_RenderDevice.
by Dan Sinclair
· 7 years ago
17aa057
Remove CFDE_{Pen|Brush} classes
by Dan Sinclair
· 7 years ago
9f0e85a
Move CSS code to core
by Dan Sinclair
· 7 years ago
db14532
Rewrite how string Insert() methods handle out of bound indices
by Ryan Harrison
· 7 years ago
04f7360
Encapsulate some CFX_Char members.
by Lei Zhang
· 7 years ago
0186c18
Remove support for negative params to ReleaseBuffer()
by Ryan Harrison
· 7 years ago
da129ab
Replace raw value for constant error value in string operations
by Ryan Harrison
· 7 years ago
b73680c
Remove null derefence case caught by fuzzers
by Ryan Harrison
· 7 years ago
f0e9c84
Use FX_GetUnicodeProperties() in more places.
by Lei Zhang
· 7 years ago
9a80ecc
Remove unused param from CFX_TxtBreak::AppendChar_PageLoad().
by Lei Zhang
· 7 years ago
e7a99de
Convert calls to Mid() to Left() or Right() if possible
by Ryan Harrison
· 7 years ago
672a172
Simplify FX_GetMirrorChar() code.
by Lei Zhang
· 7 years ago
33805cc
Remove single param Mid() method from string classes
by Ryan Harrison
· 7 years ago
db1e8a5
Move CXFA_FMParse to CFXA_FMParser
by Ryan Harrison
· 7 years ago
5b45c54
Remove CFX_ByteTextBuf from cxfa_fm2jscontext.cpp
by Henrique Nakashima
· 7 years ago
5facffc
Remove 0 from the valid FormCalc characters
by Ryan Harrison
· 7 years ago
8318658
Refactor whitespace lexing to be explicit
by Ryan Harrison
· 7 years ago
7314af7
Rewrite FMLexer to use nullptr for errors
by Ryan Harrison
· 7 years ago
495d89f
Add conversion from FMTokens to strings
by Ryan Harrison
· 7 years ago
2b70ec2
The FDE CSS code does not use the CFGAS_FontMgr
by Dan Sinclair
· 7 years ago
6f38b4b
Fixup includes in xfa/fde/css
by Dan Sinclair
· 7 years ago
dbecba6
Removed unused helper function
by Ryan Harrison
· 7 years ago
0f25f01
Move CXFA_CSSTagProvider to inner class of CXFA_TextParser
by Dan Sinclair
· 7 years ago
a27c752
Clean up CXFA_Measurement and callers.
by Lei Zhang
· 7 years ago
952477d
Clean up data passing in FormCalc Lexer
by Ryan Harrison
· 7 years ago
275f180
Rename FMLexer methods to be more descriptive
by Ryan Harrison
· 7 years ago
585f4f0
Remove extracting characters from input
by Ryan Harrison
· 7 years ago
24ef633
Move xfa/fxfa/app to xfa/fxfa
by Dan Sinclair
· 7 years ago
c08dc39
Remove fx_edit.h
by Dan Sinclair
· 7 years ago
33b42e4
Rename StringCs c_str() to unterminated_c_str().
by Tom Sepez
· 7 years ago
67ccef7
Use CFX_WideString in CPDF_NameTree functions to strip BOM
by Jane Liu
· 7 years ago
7560230
Correct lexer handling of FormCalc identifiers
by Ryan Harrison
· 7 years ago
2b918c8
Fixup naming of XFA graphics classes
by Dan Sinclair
· 7 years ago
fe75997
Rename cfx_color to cxfa_color
by Dan Sinclair
· 7 years ago
c3d3bb2
Remove a static initializer introduced in commit 573b10a.
by Lei Zhang
· 7 years ago
d740397
Extract comparison functions from std::lower_bound args
by Ryan Harrison
· 7 years ago
ea7555a
Removed hand rolled bsearch from IsKeyword method
by Ryan Harrison
· 7 years ago
573b10a
Remove hand rolled bsearch from HTMLSTR2Code
by Ryan Harrison
· 7 years ago
f3024c3
Split CFDE_CSSTextBuf in two.
by Lei Zhang
· 7 years ago
dfcb8af
Remove hand rolled bsearch from HTMLCode2STR
by Ryan Harrison
· 7 years ago
a173900
Fix nits in a bunch of random XFA files.
by Lei Zhang
· 7 years ago
Next »