summaryrefslogtreecommitdiff
path: root/xfa/fxfa
AgeCommit message (Expand)Author
2018-08-22Use UnownedPtr<> in CXFA_RenderContext.chromium/3531Tom Sepez
2018-08-22Mark CFX_XMLNode pointers as const in various places.Lei Zhang
2018-08-22Add GetLowerCaseElementAttributeOrDefault() helper function.Lei Zhang
2018-08-22Simplify GetEmbeddedObj() methods.Lei Zhang
2018-08-21Use UnownedPtr<> in xfa_resolvenode_rs.hTom Sepez
2018-08-21Change GetEmbbedObj() to return an Optional<WideString>.Lei Zhang
2018-08-21Fix some IWYU issues in xfa/fxfa/.Lei Zhang
2018-08-21Fix one-of property JS errors.Henrique Nakashima
2018-08-20Fix nits in CXFA_Node.Lei Zhang
2018-08-20Clean up CXFA_Graphics::SetLineDash().Lei Zhang
2018-08-20Avoid an integer overflow in CFX_RTFBreak.Lei Zhang
2018-08-17Remove optionals in CXFA_LayoutPageMgr methods.Tom Sepez
2018-08-17Remove optionals from CXFA_NodeHelper::NodeAcc_TraverseSiblings().Tom Sepez
2018-08-17Remove optionals from CXFA_TextLayout methods.Tom Sepez
2018-08-16Remove optional argument from CXFA_LayoutProcessor::StartLayout()Tom Sepez
2018-08-16Replace optional bool bDrawFocus with enum type.Tom Sepez
2018-08-16Remove optional argument from ResolveNodes_GetParent().Tom Sepez
2018-08-15Make CFX_MemoryStream always consecutive.chromium/3524Lei Zhang
2018-08-14Remove CFX_BufferSeekableReadStream.Lei Zhang
2018-08-14Remove more default arg = nullptr cases.Tom Sepez
2018-08-13Make CFX_ReadOnlyMemoryStream take a span.Lei Zhang
2018-08-13Use CFX_ReadOnlyMemoryStream in more places.Lei Zhang
2018-08-10Kill some optional parameters that are always supplied.Tom Sepez
2018-08-10Remove const args and const_casts where not required.Tom Sepez
2018-08-08Move ByteString::FromUnicode() to WideString::ToDefANSI()Tom Sepez
2018-08-08Limit size of expression list in FormCalc parserchromium/3517Ryan Harrison
2018-08-07Use wide string addition in place of some Format() calls.Tom Sepez
2018-08-01Replace more unchecked casts with type conversion funtions.Tom Sepez
2018-08-01Rename PageSetContainerLayoutItem to TraverseStrategy_PageSet.chromium/3509Tom Sepez
2018-08-01Add a ScopedLocale for use within CXFA_LocaleValue.Lei Zhang
2018-08-01Fix a nullptr crash in CXFA_LocaleValue::ValidateValue().Lei Zhang
2018-07-31Remove CXFA_Corner downcasts from cxfa_rectangle.cppTom Sepez
2018-07-30Replace m_bIsContentLayoutItem with proper enum for type.Tom Sepez
2018-07-30Don't static_cast<>(this) to subclass in CXFA_LayoutItem methods.chromium/3508Tom Sepez
2018-07-30Return unique_ptr from CXFA_FFNotify::OnCreate{Container,Content}LayoutItem()Tom Sepez
2018-07-30Convert some asserts to ifs in cxfa_ffnotify.cpp.Tom Sepez
2018-07-30Type-safe iteration over CXFA_ContentLayoutItems.Tom Sepez
2018-07-30Fix a misspelling of "locale".Lei Zhang
2018-07-30Remove a NOTREACHED() in FormValueNode_SetChildContent().Lei Zhang
2018-07-30Remove CFGAS_PDFFontMgr::m_FDE2PDFFont font cache.Henrique Nakashima
2018-07-28Remove CXFA_TraverseStrategy_ContentLayoutItem.chromium/3507chromium/3506Tom Sepez
2018-07-28Add ToXML{Instruction,Text,CharData}() checked conversion functionsTom Sepez
2018-07-26Use moar ToXMLElement() in place of static_cast<>.Tom Sepez
2018-07-25Remove CFX_MemoryStream uses in tests.Lei Zhang
2018-07-25Disable submit in XFA forms.Henrique Nakashima
2018-07-25Introduce ToXMLElement() checked downcast helper functionTom Sepez
2018-07-25Move CXFA_ThisProxy helper to CXFA_Object.Tom Sepez
2018-07-24Fix UAF in CPDFSDK_Widget::GetMixXFAWidget().chromium/3502Henrique Nakashima
2018-07-23Tighten up ThisProxy casts.Tom Sepez
2018-07-23Remove unused CScript_DataWindow::JSDataWindow().Tom Sepez