Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
pdfium
/
2c02faed1da2375a91c7f9c003beb606a0611074
/
xfa
2c02fae
Change FXTEXT_CHARPOS to use CFX_PointF
by Dan Sinclair
· 8 years ago
e460232
Cleanup CFX_PathData.
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
687a79c
Cleanup CFX_Matrix related methods
by Dan Sinclair
· 8 years ago
118a8e2
Replace rect.Transform(matrix) with matrix.TransformRect(rect)
by Dan Sinclair
· 8 years ago
21e954b
Remove CopyToLocal from CFDE_CSSDeclaration
by Dan Sinclair
· 8 years ago
1b08df1
Convert Get methods to return instead of using out params.
by Dan Sinclair
· 8 years ago
36c18c8
Add CFDE_CSSValueListParser tests
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
79365f7
Use enum class for PathPoint types.
by Nicolas Pena
· 8 years ago
c222907
Cleanup out params in XFA layout code.
by Dan Sinclair
· 8 years ago
76da884
Split CFX_STemplate from CFX_PSTemplate
by Tom Sepez
· 8 years ago
10def51
More CXFA_ItemLayoutProcessor cleanup
by Dan Sinclair
· 8 years ago
3c056ae
Remove redundant tests exposed by inlining macros in fxbarcode
by Tom Sepez
· 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
c8017b2
Remove BC_EXCEPTION_CHECK macros
by Tom Sepez
· 8 years ago
576e815
Use std::vector and unique_ptr in xfa/fwl.
by Tom Sepez
· 8 years ago
51d02b3
use std::vector in cfx_graphics.h and xfa_ffwidget.h
by Tom Sepez
· 8 years ago
98909bf
Add CSS parser tests
by Dan Sinclair
· 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
33316fc
Use std::vector for fx_ucd.h arrays.
by tsepez
· 8 years ago
7e5fdd0
Track CFDE_CSSComputedStyle with retained ptrs
by Dan Sinclair
· 8 years ago
aee2d80
Cleanup memory in CFDE_CSSRuleCollection
by Dan Sinclair
· 8 years ago
1339133
Remove ID, Class and Universal selector code
by Dan Sinclair
· 8 years ago
3d32876
Use std::vector for CFX_RectF arrays
by tsepez
· 8 years ago
e73fea5
Remove CSS Pseudo parsing
by Dan Sinclair
· 8 years ago
4022f87
Update safe numerics package to get bitwise ops
by tsepez
· 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
6db6fbc
Remove CFX_Points, CFX_PointsF in favor of std::vector
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
be59106
Convert CSS mode stack to std::stack
by Dan Sinclair
· 8 years ago
9dbc3c4
Remove unused syntax parser initialize method.
by Dan Sinclair
· 8 years ago
091344f
Remove unused codePage and URL code.
by Dan Sinclair
· 8 years ago
09065ae
Remove GetDeclImp methods in favour of GetDeclaration
by Dan Sinclair
· 8 years ago
a715f52
More css parser tests; more memory fixes.
by Dan Sinclair
· 8 years ago
3285c56
Start CSS parser unit tests
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
6efd0d7
Replace remaining CSS interfaces with concrete classes
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
0e6438e
Remove custom allocator from CFDE_TxtEdtBuf.
by Dan Sinclair
· 8 years ago
3128d1c
Remove more _LP* typedefs.
by tsepez
· 8 years ago
5e9066c
Add CFDE_TxtEdtBuf tests
by dsinclair
· 8 years ago
5037839
Tidy cfgas_fontmgr, remove custom sorting code.
by tsepez
· 8 years ago
591ed14
Remove CFX_MapPtrToPtr and templates.
by tsepez
· 8 years ago
6fd07ef
Remove CFX_MapPtrToPtr in xfa/fgas, part 2
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
91fd904
remove unused CFX_PtrToInt32 typedef
by tsepez
· 8 years ago
e4d611c
Remove CFX_MapPtrToPtr from xfa/fde.
by tsepez
· 8 years ago
fff400a
Remove CFX_ArrayTemplate in BC_QRCoderEncoder.
by tsepez
· 8 years ago
d654d78
remove some CFX_ArrayTemplate in xfa_ffdocview.h
by tsepez
· 8 years ago
72f50f2
Cleanup ThemeProvider code
by Dan Sinclair
· 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
e8f6897
Convert CFWL_MonthCalendar to use return values
by Dan Sinclair
· 8 years ago
fa07af3
Remove more CFX_ArrayTemplate in cfwl_notedriver.h.
by tsepez
· 8 years ago
eda80ef
Kill last use of CFX_PtrList.
by tsepez
· 8 years ago
b38c5df
Remove CFWL_ListBox::GetDataProviderItemText
by Dan Sinclair
· 8 years ago
c8fd331
Cleaning out params in CPDFXFA_Context
by Dan Sinclair
· 8 years ago
db194cf
Use return values in CFWL_Scrollbar instead of out params
by Dan Sinclair
· 8 years ago
ad3cd2a
Better tests for password protected documents.
by tsepez
· 8 years ago
b04b96b
Move window type mask up with masked flags
by dsinclair
· 8 years ago
6803489
Remove widget offscreen code.
by dsinclair
· 8 years ago
46a4bbf
Cleanup widget edge related code
by dsinclair
· 8 years ago
d924770
Remove more unused widget styles
by dsinclair
· 8 years ago
791a0cc
Remove unused widget state flags
by dsinclair
· 8 years ago
ea7657c
Remove unused sysbtn code
by dsinclair
· 8 years ago
37b12ad
Return unique_ptr from CXFA_FFApp::CreateDoc.
by tsepez
· 8 years ago
b8642f8
More unique_ptr returns from DIB methods.
by tsepez
· 8 years ago
c773932
Remove unused flags in CFWL_PushButton
by dsinclair
· 8 years ago
5e4388e
Cleanup CFWL_MonthCalendar flags
by dsinclair
· 8 years ago
6597391
Remove unused CFWL_Form flags
by dsinclair
· 8 years ago
aefbe4b
Remove unused CFWL_Edit flags.
by dsinclair
· 8 years ago
727a304
This CL removes some of the unused CFWL widget flags.
by dsinclair
· 8 years ago
be5f029
Remove unused CFWL_ListBox code
by dsinclair
· 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
Next »