Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
pdfium
/
f1697fa06b9fae75dd1c0782f5a721795cfc4a0c
/
xfa
2eddb66
Split apart remaining xfa/fxfa/app files
by Dan Sinclair
· 8 years ago
797ca5c
Mass conversion of all const-lifetime class members
by Tom Sepez
· 8 years ago
13115ec
Fix FM2JSContext Round return type
by Dan Sinclair
· 8 years ago
a7c9c01
Enable remaining boolean FM2JSContext tests
by dan sinclair
· 8 years ago
1603c7f
Enable the FM2JSContext Exists test
by dan sinclair
· 8 years ago
c11bf48
Enable FM2JSContext Choose tests
by dan sinclair
· 8 years ago
151c14f
Enable most FM2JSContext boolean tests
by dan sinclair
· 8 years ago
dc8a2b7
Convert to CFX_UnownedPtr, part 10
by Tom Sepez
· 8 years ago
129b013
More FM2JSContext tests
by Dan Sinclair
· 8 years ago
c4ecd7b
Cleanup default values and methods in CXFA_Widgetdata
by Dan Sinclair
· 8 years ago
b45324b
Use NOTREACHED() in more places.
by Lei Zhang
· 8 years ago
d15ce4c
Use observed ptrs from CFGAS_GEFont back to its font mgrs.
by Tom Sepez
· 8 years ago
7936fd1
Use unowned ptr from CXFA_FFDocView to CXFA_FFDoc
by Tom Sepez
· 8 years ago
92c13a7
ASAN flags zero-length StringC in GetMapModuleString()
by Tom Sepez
· 8 years ago
76020fc
Move CCodec_ModuleMgr ownership to CPDF_ModuleMgr.
by Lei Zhang
· 8 years ago
690d456
Use UnownedPtr to check CFX_*StringC lifetimes
by Tom Sepez
· 8 years ago
14aacd5
Adding fm2js embedder tests
by Dan Sinclair
· 8 years ago
2034b94
Remove CXFA_FMErrorInfo
by dan sinclair
· 8 years ago
f8afce6
Shorten internal JS prefixes.
by Dan Sinclair
· 8 years ago
c559156
Adding CXFA_Parse unittests
by Dan Sinclair
· 8 years ago
2e9d47a
Rename formcalc files to better match contents
by Dan Sinclair
· 8 years ago
fe91c6c
Be skeptical of bare |new|s.
by Tom Sepez
· 8 years ago
3653335
CFDE_RenderDevice::m_bOwnerDevice is always false
by Tom Sepez
· 8 years ago
cc20513
Introduce CFX_UnownedPtr to detect lifetime inversion issues.
by Tom Sepez
· 8 years ago
d3a3cc2
Handle when XFA parser error handlers cannot format error messages.
by Lei Zhang
· 8 years ago
9774984
Add formcalc lexer tests.
by Dan Sinclair
· 8 years ago
c0d358a
Update formcalc return types
by Dan Sinclair
· 8 years ago
2eef64c
Do not walk off end of formcalc string
by Dan Sinclair
· 8 years ago
2a835b7
Minor xfa_lexer.cpp cleanup
by Dan Sinclair
· 8 years ago
dc3a87c
Return unique_ptr from xfa lexer Scan() method
by Tom Sepez
· 8 years ago
a5085d4
Rename render device classes
by Dan Sinclair
· 8 years ago
4da1e76
Limit XFA FormCalc program translation size.
by Lei Zhang
· 8 years ago
6f62ccd
Check CXFA_FM2JSContext::Translate() return value.
by Lei Zhang
· 8 years ago
8a6fdad
Create common CXML_Object base class for CXML_Content and CXML_Element.
by Tom Sepez
· 8 years ago
e02b2bc
Use CXFA_TextUserData in place of CFX_Retainable where possible.
by Tom Sepez
· 8 years ago
efd4f94
No-effect cast in cxfa_layoutitem.cpp
by Tom Sepez
· 8 years ago
6ee22ea
Remove downcast in cxfa_layoutpagemgr.cpp
by Tom Sepez
· 8 years ago
615bb96
Remove default params in CFX_DIBSource
by Nicolas Pena
· 8 years ago
e8c1d41
Give a couple of char to int functions better names.
by Lei Zhang
· 8 years ago
d74da7b
Make CPDF_Font member variables protected.
by Lei Zhang
· 8 years ago
cf53b78
Cleanup CXFA_RenderContext
by Dan Sinclair
· 8 years ago
dcefccc
Removing unused IFX_Pause parameters
by Dan Sinclair
· 8 years ago
df673c2
Cleanup more null IFX_Pause parameters
by Dan Sinclair
· 8 years ago
69c743f
XFA Nits: Dead CreateCharIter(), auto CFXJSE_Value unique ptr.
by Tom Sepez
· 8 years ago
d9e0e6e
Change BarcodeTest to render to bitmaps.
by Lei Zhang
· 8 years ago
0804b3f
Remove more |new|s, part 7
by Tom Sepez
· 8 years ago
40badde
Remove more |new|s, part 6
by Tom Sepez
· 8 years ago
a0a6923
Remove more |new|s, part 5
by Tom Sepez
· 8 years ago
4536a47
Remove some more |new|s, part 4.
by Tom Sepez
· 8 years ago
3b91290
Remove more |new|s, part 3
by Tom Sepez
· 8 years ago
7e93a2c
CXFA_FMStringExpression: int16_t is not a good type for a string index.
by Tom Sepez
· 8 years ago
5628fd7
Add barcode test skeleton
by Tom Sepez
· 8 years ago
e47e0c9
Avoid unordered_set and maps for the time being.
by Tom Sepez
· 8 years ago
80547a1
Use unique_ptr in CXFA_ScriptContext::m_mapVariableToContext.
by Tom Sepez
· 8 years ago
ab1faaa
Use fx_extension.h utilities in more places in xfa/
by Lei Zhang
· 8 years ago
64ee2c3
Use a pdfium-specific unittest main rather than gtest's
by Tom Sepez
· 8 years ago
ed991c7
Nit cleanup in XFA widget code
by Dan Sinclair
· 8 years ago
67b2a35
Cleanup the XFA Bacode widget
by Dan Sinclair
· 8 years ago
1629f60
Add CFX_RenderDevice::AutoRestorer()
by Tom Sepez
· 8 years ago
e247ec4
Replace FXSYS_iswdigit with std::iswdigit.
by Lei Zhang
· 8 years ago
1badb85
Change more fxbarcode to use return values.
by Lei Zhang
· 8 years ago
c16ab75
Remove hand-written bsearch from cxfa_dataexporter.cpp
by Tom Sepez
· 8 years ago
88008a2
Cleanup some XFA widget code
by Dan Sinclair
· 8 years ago
ddfc3dc
Let {Argb,Cmyk}Decode return tuples
by Nicolas Pena
· 8 years ago
283a043
Convert IFX_MemoryStream to CFX_MemoryStream
by Dan Sinclair
· 8 years ago
03f5bab
Do not insert null node if ParseAsXDPPacket_Config fails
by Tom Sepez
· 8 years ago
cfb1944
Cleanup the fx_extension code.
by Dan Sinclair
· 8 years ago
3c66ea0
Update IFX_CharIter::Clone to return unique_ptr
by Dan Sinclair
· 8 years ago
f51a02a
Cleanup codepage and charset definitions.
by Dan Sinclair
· 8 years ago
2a473db
Cleanup the fgas_language defines
by Dan Sinclair
· 8 years ago
0d86ecb
Move fde XML parser to core
by Dan Sinclair
· 8 years ago
3b71d26
Move CFGAS_Stream to CFX_SeekableStreamProxy
by Dan Sinclair
· 8 years ago
5af27b6
Remove hand-written bsearch from XFA_GetAttributeEnumByName()
by Tom Sepez
· 8 years ago
3420ba8
Remove hand-written bsearch from XFA_GetAttributeByName()
by Tom Sepez
· 8 years ago
bf510b7
Rename IFGAS_Stream to CFGAS_Stream
by Dan Sinclair
· 8 years ago
fdf7d40
Remove IFGAS_Stream::CreateWideStringReadStream
by Dan Sinclair
· 8 years ago
7172969
Fold the CFGAS_Stream subclasses in CFGAS_Stream
by Dan Sinclair
· 8 years ago
1d0dc5e
Codepage code into anonymouse namespace
by Dan Sinclair
· 8 years ago
4fcdf05
Subclass the stream implementations from CFGAS_Stream
by Dan Sinclair
· 8 years ago
1d52d1e
Use unique_ptr in CFWL_NoteDriver::m_eventTargets map
by Tom Sepez
· 8 years ago
994acdc
Rename text break files to match class names.
by Dan Sinclair
· 8 years ago
5ae8792
Update IFGAS_Stream::WriteString to take a string.
by Dan Sinclair
· 8 years ago
3c3e271
Use Byte/WideString iterators
by Tom Sepez
· 8 years ago
5f28b86
Use unique_ptr for m_pNormalWidget
by Tom Sepez
· 8 years ago
0f9b0a9
Require unique_ptr arg for CXFA_FMLexer::SetToken()
by Tom Sepez
· 8 years ago
3cfff70
Add ability to make StringCs from std::vector<>s.
by Tom Sepez
· 8 years ago
7b7c653
Fold LoadFile{Read|Write} back into constructors
by Dan Sinclair
· 8 years ago
5eb58cd
Fix string passing coventions in xfa_fm2jscontext.h
by Tom Sepez
· 8 years ago
f6baf6b
Fold CFGAS_Stream into CFGAS_TextStream.
by Dan Sinclair
· 8 years ago
deadbfb
Remove params from CFGAS_Stream
by Dan Sinclair
· 8 years ago
8ed5366
Remove text buffer for CFGAS_TextStream
by Dan Sinclair
· 8 years ago
941c1b8
Remove m_iStart which is always zero
by Dan Sinclair
· 8 years ago
5111496
Fold CXFA_WideTextRead into IFGAS_Stream
by Dan Sinclair
· 8 years ago
9d6a208
Remove MakeSeekableReadStream
by Dan Sinclair
· 8 years ago
445831e
Remove the FGAS Buffered Stream
by Dan Sinclair
· 8 years ago
2d8b899
Remove the STREAMTYPE define.
by Dan Sinclair
· 8 years ago
5c97fd8
Avoid long assignment chain in FM parser
by Nicolas Pena
· 8 years ago
6e485ca
Remove unneeded stream access flags
by Dan Sinclair
· 8 years ago
75dc42a
Remove unused loading code from IFGAS_Stream
by Dan Sinclair
· 8 years ago
d7120ee
Disabiguate CreateStream calls
by Dan Sinclair
· 8 years ago
Next »