summaryrefslogtreecommitdiff
path: root/fxjs/xfa/cjx_object.cpp
AgeCommit message (Expand)Author
2018-10-18Do IWYU for core/fxcrt/xml headers.Lei Zhang
2018-10-12Remove more unnecessary includes and do IWYU as needed.Lei Zhang
2018-08-17Rename CJS_Return to CJS_Result.Tom Sepez
2018-08-17Introduce safer CJS_Return::Success() and Failure().Tom Sepez
2018-08-07Remove WideString::Format() from ThrowException() methods.chromium/3516Tom Sepez
2018-08-07Speculative fix for null deref above ThrowNoDefaultPropertyExceptionTom Sepez
2018-07-26Use moar ToXMLElement() in place of static_cast<>.Tom Sepez
2018-07-25Introduce ToXMLElement() checked downcast helper functionTom Sepez
2018-06-19Move fxcrt::{Byte,Wide}Strings with std::move().chromium/3466Tom Sepez
2018-06-11Use spans in CJX_Object.Tom Sepez
2018-06-08Ensure CJS_Return() with error always includes a message.Tom Sepez
2018-05-17Update third_party/base/compiler_specific.h.Lei Zhang
2018-05-16Convert CJX_Object::Set* methods to return voidDan Sinclair
2018-04-26Replace some c-style cast with static_cast<>Tom Sepez
2018-04-25Replace reinterpret_cast with static_cast where possibleTom Sepez
2018-04-16Merge CFX_XMLElement and CFX_XMLAttributeNodedan sinclair
2018-04-09Move code to set XML value to CXFA_NodeDan Sinclair
2018-02-26Add some more missing consts.chromium/3356Tom Sepez
2018-02-16Fix fallthroughs in XFA code.chromium/3350Henrique Nakashima
2018-02-14Cleanup CXFA_Node::SetFlagDan Sinclair
2018-02-13Cleanup CXFA_Node ownershipDan Sinclair
2018-01-24Cleanup CreateUIChild node creationDan Sinclair
2018-01-23Remove GetWidgetAcc callsDan Sinclair
2018-01-23Merge CXFA_WidgetAcc into CXFA_Nodechromium/3330Dan Sinclair
2018-01-22Change GetContainerWidgetAcc to GetContainerNodeDan Sinclair
2018-01-22Add flag to notify if a node widget is readyDan Sinclair
2018-01-11Rename CXFA_Box methods to make return clearerDan Sinclair
2018-01-11Rename GetItem to GetItemIfExistsDan Sinclair
2018-01-11Cleanup duplicate CXFA_Node accessorsDan Sinclair
2018-01-11Rename Getvalidate and GetOrCreateValidateDan Sinclair
2018-01-10Rename GetTemplateNode to GetTemplateNodeIfExistsDan Sinclair
2018-01-10Rename GetOrCreateFont to GetOrCreateFontIfPossibleDan Sinclair
2018-01-10Rename GetOrCreateBorder to GetOrCreateBorderIfPossibleDan Sinclair
2018-01-10Remove CXFA_Node::GetNodeItemDan Sinclair
2018-01-10Make methods which create nodes more obviousDan Sinclair
2018-01-08Move CXFA_WidgetAcc from CJX_Object to CXFA_ObjectDan Sinclair
2018-01-08Move proxy methods from CXFA_WidgetAcc to CXFA_NodeDan Sinclair
2018-01-04Convert usages of pdfium::Optional to OptionalRyan Harrison
2018-01-04Merge CXFA_WidgetData into CXFA_WidgetAccDan Sinclair
2018-01-04Fold CXFA_EventData into CXFA_EventDan Sinclair
2018-01-04Fold CXFA_FontData into CXFA_FontDan Sinclair
2018-01-03Fold CXFA_FillData into CXFA_FillDan Sinclair
2018-01-03Convert CXFA_StrokeData to CXFA_StrokeDan Sinclair
2018-01-03Change CXFA_BoxData to CXFA_BoxDan Sinclair
2018-01-03Fold CXFA_OccurData into CXFA_OccurDan Sinclair
2018-01-03Fold CXFA_MarginData into CXFA_Marginchromium/3311Dan Sinclair
2017-12-14Add type information to CJX_Object::GetPropertyDan Sinclair
2017-12-14Add types to the CXFA_Node::Get*{Child|Sibling}* methodsDan Sinclair
2017-12-14Change CXFA_Node::GetChild to return proper typesDan Sinclair
2017-12-14Fold CXFA_ValueData into CXFA_ValueDan Sinclair