Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
pdfium
/
55865454c43fbc3b163cff166544ba0a060dcbc4
/
xfa
5586545
The final game: mark everything final.
by Tom Sepez
· 6 years ago
e6ff2eb
Rename CFX_DIBSource to CFX_DIBBase.
by Tom Sepez
· 6 years ago
c1dde5d
Pass unique_ptr<> to CFX_MemoryStream constructor
by Tom Sepez
· 6 years ago
203339a
Fix shadowed variables
by Ryan Harrison
· 6 years ago
b4f2744
Remove bool arg from CFWL_Widget::GetBorderSize().
by Tom Sepez
· 6 years ago
7aa4bc4
Remove m_bTruncated flag from CBC_PDF417Writer.
by Henrique Nakashima
· 6 years ago
ee0c9aa
Use UnownedPtr<> in CXFA_RenderContext.
by Tom Sepez
· 6 years ago
03fdf3a
Mark CFX_XMLNode pointers as const in various places.
by Lei Zhang
· 6 years ago
b9509d7
Add GetLowerCaseElementAttributeOrDefault() helper function.
by Lei Zhang
· 6 years ago
d4f4ce4
Simplify GetEmbeddedObj() methods.
by Lei Zhang
· 6 years ago
bcdbeae
Use UnownedPtr<> to theme provider in cfwl_widgetproperties.h
by Tom Sepez
· 6 years ago
1a3e186
Use UnownedPtr<> in xfa_resolvenode_rs.h
by Tom Sepez
· 6 years ago
b10aff2
Remove excessive padding above and below PDF417 barcodes.
by Henrique Nakashima
· 6 years ago
7af775a
Change GetEmbbedObj() to return an Optional<WideString>.
by Lei Zhang
· 6 years ago
dc2bb9a
Optimize rendering of two dimensional barcodes: defer upscale.
by Henrique Nakashima
· 6 years ago
aa58fb5
Fix some IWYU issues in xfa/fxfa/.
by Lei Zhang
· 6 years ago
45309b1
Fix one-of property JS errors.
by Henrique Nakashima
· 6 years ago
7def3de
Use UnownedPtr<> in CXFA_GEColor.
by Tom Sepez
· 6 years ago
4be873b
Fix nits in CXFA_Node.
by Lei Zhang
· 6 years ago
9273e06
Clean up CXFA_Graphics::SetLineDash().
by Lei Zhang
· 6 years ago
79d8cfb
Avoid an integer overflow in CFX_RTFBreak.
by Lei Zhang
· 6 years ago
f01e4a5
Use more consts in CFX_Break.
by Lei Zhang
· 6 years ago
2106806
Remove optionals in CXFA_LayoutPageMgr methods.
by Tom Sepez
· 6 years ago
42f5bf0
Remove optionals from CXFA_NodeHelper::NodeAcc_TraverseSiblings().
by Tom Sepez
· 6 years ago
9faabc5
Remove optionals from CXFA_TextLayout methods.
by Tom Sepez
· 6 years ago
213503e
Remove optional argument from CXFA_LayoutProcessor::StartLayout()
by Tom Sepez
· 6 years ago
aa5769a
Replace optional bool bDrawFocus with enum type.
by Tom Sepez
· 6 years ago
df4e68c
Remove optional argument from ResolveNodes_GetParent().
by Tom Sepez
· 6 years ago
0a4445a
Allow PDF417 barcodes to reduce modules by shaving off padding.
by Henrique Nakashima
· 6 years ago
f956bad
Add a way to save a barcode generated bitmap to a .png.
by Henrique Nakashima
· 6 years ago
2a3377c
Optimize rendering of two dimensional barcodes: deduplicate regions.
by Henrique Nakashima
· 6 years ago
5f4cd74
Do not set barcode module width and height in unittest.
by Henrique Nakashima
· 6 years ago
3e36045
Remove optional prepend argument from matrix transformations.
by Tom Sepez
· 6 years ago
48ae307
Make CFX_MemoryStream always consecutive.
by Lei Zhang
· 6 years ago
88798cf
Remove CFX_BufferSeekableReadStream.
by Lei Zhang
· 6 years ago
b9c3e27
Remove more default arg = nullptr cases.
by Tom Sepez
· 6 years ago
692aead
Remove |bTakeOver| parameter from CFX_MemoryStream ctor.
by Lei Zhang
· 6 years ago
ed17699
Make CFX_ReadOnlyMemoryStream take a span.
by Lei Zhang
· 6 years ago
3002941
Use CFX_ReadOnlyMemoryStream in more places.
by Lei Zhang
· 6 years ago
6fdfe387
Kill some optional parameters that are always supplied.
by Tom Sepez
· 6 years ago
994d8b4
Remove const args and const_casts where not required.
by Tom Sepez
· 6 years ago
34dab07
Move ByteString::FromUnicode() to WideString::ToDefANSI()
by Tom Sepez
· 6 years ago
6d9897b
Limit size of expression list in FormCalc parser
by Ryan Harrison
· 6 years ago
37ef957
Use wide string addition in place of some Format() calls.
by Tom Sepez
· 6 years ago
f733d7d
Replace more unchecked casts with type conversion funtions.
by Tom Sepez
· 6 years ago
56094c5
Rename PageSetContainerLayoutItem to TraverseStrategy_PageSet.
by Tom Sepez
· 6 years ago
3a40bed
Add a ScopedLocale for use within CXFA_LocaleValue.
by Lei Zhang
· 6 years ago
3aec570
Mark CFGAS_FormatString methods as const.
by Lei Zhang
· 6 years ago
0ac3601
Fix a nullptr crash in CXFA_LocaleValue::ValidateValue().
by Lei Zhang
· 6 years ago
cede561
Remove CXFA_Corner downcasts from cxfa_rectangle.cpp
by Tom Sepez
· 6 years ago
b53ef1e
Replace m_bIsContentLayoutItem with proper enum for type.
by Tom Sepez
· 6 years ago
87c1fdc
Don't static_cast<>(this) to subclass in CXFA_LayoutItem methods.
by Tom Sepez
· 6 years ago
649e059
Return unique_ptr from CXFA_FFNotify::OnCreate{Container,Content}LayoutItem()
by Tom Sepez
· 6 years ago
921d244
Convert some asserts to ifs in cxfa_ffnotify.cpp.
by Tom Sepez
· 6 years ago
d718d63
Type-safe iteration over CXFA_ContentLayoutItems.
by Tom Sepez
· 6 years ago
5822da7
Fix a misspelling of "locale".
by Lei Zhang
· 6 years ago
ec86c71
Remove a NOTREACHED() in FormValueNode_SetChildContent().
by Lei Zhang
· 6 years ago
95121b7
Remove CFGAS_PDFFontMgr::m_FDE2PDFFont font cache.
by Henrique Nakashima
· 6 years ago
8584902
Remove CXFA_TraverseStrategy_ContentLayoutItem.
by Tom Sepez
· 6 years ago
f19ae5d
Add ToXML{Instruction,Text,CharData}() checked conversion functions
by Tom Sepez
· 6 years ago
c9171e1
Use moar ToXMLElement() in place of static_cast<>.
by Tom Sepez
· 6 years ago
2daa06a
Remove font cache from CFGAS_DefaultFontManager.
by Henrique Nakashima
· 6 years ago
a5d2bf1
Remove CFX_MemoryStream uses in tests.
by Lei Zhang
· 6 years ago
1b54bc1
Disable submit in XFA forms.
by Henrique Nakashima
· 6 years ago
96b0d13
Introduce ToXMLElement() checked downcast helper function
by Tom Sepez
· 6 years ago
1f7db29
Move CXFA_ThisProxy helper to CXFA_Object.
by Tom Sepez
· 6 years ago
36b2059
Fix UAF in CPDFSDK_Widget::GetMixXFAWidget().
by Henrique Nakashima
· 6 years ago
c62aa20
Tighten up ThisProxy casts.
by Tom Sepez
· 6 years ago
76a1a35
Remove unused CScript_DataWindow::JSDataWindow().
by Tom Sepez
· 6 years ago
721f5fa
Replace CFXJSE_HostObject::type_ with polymorphic conversion methods
by Tom Sepez
· 6 years ago
fda907f
Replace downcasts in cxfa_node to checked conversion methods.
by Tom Sepez
· 6 years ago
591c7c5
Use pdfium::as_writable_bytes() in cxfa_xmllocale_unittest.cpp
by Tom Sepez
· 6 years ago
3d7b555
Limit recursion depth for CXFA_DocumentParser::NormalLoader().
by Henrique Nakashima
· 6 years ago
f9d49da
Use UnownedPtr/Optional in cfxa_layoutcontext.cpp
by Tom Sepez
· 6 years ago
3178110
Fix crash when typing letters into an XFA datetime field.
by Henrique Nakashima
· 6 years ago
fb709d8
Process data changes regardless if they can be formatted
by Ryan Harrison
· 6 years ago
98bae9c
Use UnownedPtr in CXFA_LocaleMgr
by Tom Sepez
· 6 years ago
3fab31f
Clean up ProcessFormatTestValidate
by Ryan Harrison
· 6 years ago
94f7b75
Use unowned ptr to Node from outside XFA node tree.
by Tom Sepez
· 6 years ago
57e594f
Use UnownedPtr<> in cxfa_nodeiteratortemplate.h
by Tom Sepez
· 6 years ago
95b0293
Use more UnowendPtr<> in cfgas_formatstring.h and cfx_break.h
by Tom Sepez
· 6 years ago
d96fa3b
Use UnownedPtr<> in cfwl_notedriver.h
by Tom Sepez
· 6 years ago
2c537bf
Use UnownedPtr<> in cfwl_messagekillfocus.h
by Tom Sepez
· 6 years ago
931a6b9
Use UnownedPtr<> in cfwl_scrollbar.h and cfwl_themebackground.h
by Tom Sepez
· 6 years ago
bc7e310
Use UnownedPtr<> in cxfa_{ffwidgethandler,imagrenderer,loadercontext}.h
by Tom Sepez
· 6 years ago
d77e0ed
Use more UnownedPtr<> in cfxa_ffpageview
by Tom Sepez
· 6 years ago
7b10bb9
Remove XFA_LAYOUT_INVALIDNODE
by Tom Sepez
· 6 years ago
61ff9b6
Comment some raw pointers that cant become UnownedPtr<>.
by Tom Sepez
· 6 years ago
e353d72
Use UnownedPtr<> in cfwl_event.h and cfwl_message.h
by Tom Sepez
· 6 years ago
09646f2
Use UnownedPtr<CXFA_Node> or comment raw pointers as tree nodes.
by Tom Sepez
· 6 years ago
0894dc8
Use UnownedPtr to CXFA_Node from outside the tree
by Tom Sepez
· 6 years ago
ae82b69
Use more UnownedPtr<> in cxfa_ffwidget
by Tom Sepez
· 6 years ago
d78a964
Remove CXFA_FField::UnloadWidget().
by Tom Sepez
· 6 years ago
2d7cb92
Use unowned ptr for IFWL_ delegates
by Tom Sepez
· 6 years ago
ca386ad
Assert that tab width assumption holds in CFX_RTFBreak.
by Henrique Nakashima
· 6 years ago
e529390
Fix Integer-overflow in CFX_RTFBreak::AppendChar_Tab
by Henrique Nakashima
· 6 years ago
9fff1c7
Avoid some duplicate const/non-const getters.
by Tom Sepez
· 6 years ago
c3cc2ab
Clean up constant values for JS alert and beep
by Ryan Harrison
· 6 years ago
a964f2a
Remove WideString::c_str() calls where possible.
by Tom Sepez
· 6 years ago
c62e848
Avoid more .c_str() usage, part 3
by Tom Sepez
· 6 years ago
Next »