Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
pdfium
/
6b94f01d1c8ad386d497428c7397b1a99614aeba
/
xfa
/
fxfa
6b94f01
Replace FX_DOUBLE with underlying double type.
by Dan Sinclair
· 8 years ago
812e96c
Replace FX_CHAR and FX_WCHAR with underlying types.
by Dan Sinclair
· 8 years ago
893822a
Merge text breaking helper classes.
by Dan Sinclair
· 8 years ago
375c276
Make most PDFium code pass Clang plugin's auto raw check.
by Lei Zhang
· 8 years ago
d8f45b3
Replace discrete array with a map.
by dan sinclair
· 8 years ago
c36fe07
Cleanup FX_TXTBREAK
by Dan Sinclair
· 8 years ago
f7fccbd
Remove CFX_RTFPieceArray and use std::vector
by Dan Sinclair
· 8 years ago
312ce17
Remove CFX_StackTemplate in xfa_utils.h.
by Tom Sepez
· 8 years ago
22c7012
Tidy xfa_utils_unittest.cpp
by Tom Sepez
· 8 years ago
9a8a965
Add unit test for xfa node iterators
by Tom Sepez
· 8 years ago
9a785af
remove CFX_StackTemplate<CFDE_XMLNode*>
by Tom Sepez
· 8 years ago
d4db58f
Remove CXFA_NodeStack
by Tom Sepez
· 8 years ago
b0d3160
Change CreateBreak to return a unique_ptr
by Dan Sinclair
· 8 years ago
bef7389
Return values instead of out params
by Dan Sinclair
· 8 years ago
b4a2618
Create virtual codec APIs so chrome/fuzzers can link separately
by Tom Sepez
· 8 years ago
7071943
Remove unused methods from RTFBreak and TextBreak
by Dan Sinclair
· 8 years ago
d2ee0f3
Convert the FX_RTFBREAK defines to an enum class
by Dan Sinclair
· 8 years ago
d7de8e1
Convert FX_RTFLINEALIGNMENT to an enum class
by Dan Sinclair
· 8 years ago
fb906e3
Remove unused layout styles
by Dan Sinclair
· 8 years ago
1026eab
Remove unused RTF Break Policies
by Dan Sinclair
· 8 years ago
a99de0e
Clean up CXML_Element.
by Lei Zhang
· 8 years ago
b9c69ab
Cleanup CFX_Graphics.
by Dan Sinclair
· 8 years ago
efcf362
Merge CFX_PathGenerator into CFX_Path.
by Dan Sinclair
· 8 years ago
b147e07
Convert point x,y into CFX_PointF
by dan sinclair
· 8 years ago
b45ea1f
Convert CFWL messages to use CFX_PointF
by Dan Sinclair
· 8 years ago
1f403ce
Convert more TransformPoint calls to Transform
by Dan Sinclair
· 8 years ago
2c02fae
Change FXTEXT_CHARPOS to use CFX_PointF
by Dan Sinclair
· 8 years ago
d8b01ca
Revert "Convert Origins to points"
by Dan Sinclair
· 8 years ago
da83d3a
Convert Origins to points
by Dan Sinclair
· 8 years ago
f0b6554
Simplify FX_UTF8Encode variants.
by Tom Sepez
· 8 years ago
1b08df1
Convert Get methods to return instead of using out params.
by Dan Sinclair
· 8 years ago
071d786
Rename x,y to width,height for Size types
by dan sinclair
· 8 years ago
bba2a7c
Update to use CFX_Rect{F} and CFX_Matrix constructors.
by Dan Sinclair
· 8 years ago
c222907
Cleanup out params in XFA layout code.
by Dan Sinclair
· 8 years ago
10def51
More CXFA_ItemLayoutProcessor cleanup
by Dan Sinclair
· 8 years ago
e5f4f22
Cleanup xfa layout code
by dan sinclair
· 8 years ago
aaf0bdc
Remove unused parameter
by dan sinclair
· 8 years ago
65c7c23
Remove FX_WSTRC usage
by dan sinclair
· 8 years ago
44b297b
Clean up CSS code to match styles.
by dan sinclair
· 8 years ago
51d02b3
use std::vector in cfx_graphics.h and xfa_ffwidget.h
by Tom Sepez
· 8 years ago
35ee5bb
Cleanup memory in CFDE_CSSStyleSelector
by Dan Sinclair
· 8 years ago
03de884
Remove last usage of IFX_Retainable.
by Tom Sepez
· 8 years ago
7e5fdd0
Track CFDE_CSSComputedStyle with retained ptrs
by Dan Sinclair
· 8 years ago
b76f49b
Remove unused author and and user stylesheets
by Dan Sinclair
· 8 years ago
6414b27
Cleanup CSS parsing
by Dan Sinclair
· 8 years ago
a0b2d23
Replace CXFA_StrokeArray and CXFA_WidgetArray with std::vector
by tsepez
· 8 years ago
c757d9a
Remove some |void Release() { delete this; }| anti-pattern.
by tsepez
· 8 years ago
82aa396
Replace CFX_ByteArray with CFX_ArrayTemplate<uint8_t>
by tsepez
· 8 years ago
95bec80
Split fde/css files into individual class files.
by Dan Sinclair
· 8 years ago
85c532b
use unique_ptr in xfa_checksum.h
by tsepez
· 8 years ago
19c209d
Split CFDE_CSSPrimitiveValue apart
by Dan Sinclair
· 8 years ago
783a7e0
Avoid endless loop deleting CFGAS_GEFont.
by tsepez
· 8 years ago
b9fbe6e
Rename FDE_CSSRECT and FDE_CSSLENGTH
by Dan Sinclair
· 8 years ago
cfb856c
Remove IFDE_CSS interfaces which are only implemented once.
by Dan Sinclair
· 8 years ago
98d00b2
Remove used items from the CSS code.
by Dan Sinclair
· 8 years ago
96f482c
Convert FDE CSS enums to enum classes.
by Dan Sinclair
· 8 years ago
76a44de
Cleaning up memory allocation in CXFA_FM2JSContext - IV
by Dan Sinclair
· 8 years ago
0cb9b8c
Strip out custom allocator code
by Dan Sinclair
· 8 years ago
1f5d498
Split xfa_textlayout apart.
by Dan Sinclair
· 8 years ago
3128d1c
Remove more _LP* typedefs.
by tsepez
· 8 years ago
591ed14
Remove CFX_MapPtrToPtr and templates.
by tsepez
· 8 years ago
469f6da
use unique_ptr in cxfa_layoutprocessor.h
by tsepez
· 8 years ago
2a998ad
Cleaning up memory allocation in CXFA_FM2JSContext - III
by Dan Sinclair
· 8 years ago
647f284
Cleaning up memory allocation in CXFA_FM2JSContext - II
by Dan Sinclair
· 8 years ago
7855a2c
Cleaning up memory allocation in CXFA_FM2JSContext - I
by Dan Sinclair
· 8 years ago
e647799
Properly ref-count CFGAS_GEFont with CFX_RetainPtr.
by tsepez
· 8 years ago
6bb3b89
Remove CFX_MapPtrToPtr from xfa/fxfa.
by tsepez
· 8 years ago
d654d78
remove some CFX_ArrayTemplate in xfa_ffdocview.h
by tsepez
· 8 years ago
c635c93
Remove the ::GetCapacity methods.
by Dan Sinclair
· 8 years ago
3cdcfeb
Create individual exception methods.
by Dan Sinclair
· 8 years ago
eda80ef
Kill last use of CFX_PtrList.
by tsepez
· 8 years ago
c8fd331
Cleaning out params in CPDFXFA_Context
by Dan Sinclair
· 8 years ago
ad3cd2a
Better tests for password protected documents.
by tsepez
· 8 years ago
37b12ad
Return unique_ptr from CXFA_FFApp::CreateDoc.
by tsepez
· 8 years ago
603f57b
Update CFWL_ListBox to return instead of using out params.
by dsinclair
· 8 years ago
a9caab9
Avoid the ptr.reset(new XXX()) anti-pattern
by tsepez
· 8 years ago
988599c
Replace CFX_FloatArray with std::vector
by tsepez
· 8 years ago
94afac9
Replace CFX_WideStringCArray with std::vector.
by tsepez
· 8 years ago
89ab499
Change layout item in CFWL_Widget type from void
by dsinclair
· 8 years ago
43ac44c
Cleanup CFWL_Widget code to return CFX_RectFs where appropriate
by dsinclair
· 8 years ago
80c40de
Remove last usage of CFX_ObjectArray.
by tsepez
· 8 years ago
51709be
Replace CFX_WideStringArray with std::vector
by tsepez
· 8 years ago
447b1f3
Move xfa/fwl/core to xfa/fwl.
by dsinclair
· 8 years ago
64f4e25
Use unique_ptr for CXFA_XMLParser.
by tsepez
· 8 years ago
da911bc
Convert GetWidgetRect to return rect.
by dsinclair
· 8 years ago
a2cbc57
Cleanup return values in CFWL_ComboBox
by dsinclair
· 8 years ago
442997c
Cleanup FWL default values part II.
by dsinclair
· 8 years ago
7fa190d
Cleanup default FWL params part I
by dsinclair
· 8 years ago
4614b45
Cleanup FWL Event and Message code.
by dsinclair
· 8 years ago
248cb27
Remove CFX_FormatString::Release()
by tsepez
· 8 years ago
cd5e12a
Catch stray Retains() and Releases() outside of RetainPtr<>.
by tsepez
· 8 years ago
7cda31a
Refcount IFGAS_ streams all the time, too
by tsepez
· 8 years ago
833619b
Refcount all the IFX_ stream classes all the time.
by tsepez
· 8 years ago
1a1d764
Return unique_ptrs from CFX_DIBitmap::Clone().
by tsepez
· 8 years ago
0527ec5
Rename IFX_Stream to IFGAS_Stream.
by tsepez
· 8 years ago
f78bf1a
Make concrete stream classes private to .cpp, part 3
by tsepez
· 8 years ago
991f618
Move Init to constructor in CXFA_FMProgram
by Nicolas Pena
· 8 years ago
345d489
Convert loose FX_Create* functions into static methods
by tsepez
· 8 years ago
f11380f
Use unique_ptr in CFXA_FM expressions constructors
by npm
· 8 years ago
eb9625c
Use unique pointers in CXFA_FMParse
by npm
· 8 years ago
Next »