summaryrefslogtreecommitdiff
path: root/xfa/fxfa/parser
AgeCommit message (Expand)Author
2017-11-02Remove default value from CJX_Node::GetAttributeDan Sinclair
2017-11-02Remove default value to CJX_Node::SetAttributeDan Sinclair
2017-11-01Remove default value from CJX_Node::HasAttributechromium/3256Dan Sinclair
2017-11-01Add CJX_ThisProxyDan Sinclair
2017-11-01Convert CScript classes to have CJX objectsDan Sinclair
2017-11-01Move CXFA_NodeList JS to CJX_NodeListDan Sinclair
2017-11-01Move the item methods into CXFA_Node propertlyDan Sinclair
2017-11-01Split JS methods out of CXFA_ObjectDan Sinclair
2017-11-01Split JS code out of CXFA_Node.Dan Sinclair
2017-11-01Move some XFA JS code into fxjs/Dan Sinclair
2017-09-27Remove FXSYS_strlen and FXSYS_wcslenchromium/3226Ryan Harrison
2017-09-27Remove FX_STRSIZE and replace with size_tRyan Harrison
2017-09-27Cleanup FX macrosDan Sinclair
2017-09-21Move CFX_UnownedPtr to UnownedPtrDan Sinclair
2017-09-21Rename CFX_RetainPtr to RetainPtrDan Sinclair
2017-09-21Move CFX_AutoRestorer to fxcrt::AutoRestorerDan Sinclair
2017-09-20Forward declare codec modules in fx_codec.h.Lei Zhang
2017-09-18Convert string class namesRyan Harrison
2017-09-15Simplify a couple of CXFA_Node methods.Lei Zhang
2017-09-15Fix nullptr dereference in XFA_Node::SetScriptContent().Lei Zhang
2017-09-07Roll DEPS for build to a049c43.Lei Zhang
2017-09-06Convert FX_STRSIZE int->size_tRyan Harrison
2017-09-01Cleanup usages of Mid(foo, 1), Right(1), and Left(1)chromium/3203Ryan Harrison
2017-08-31Remove fx_basic.hDan Sinclair
2017-08-30Move CFX_WideTextBuf out of fx_basicDan Sinclair
2017-08-30Split auto restorer from fx_basicDan Sinclair
2017-08-30Convert int* references to FX_STRSIZERyan Harrison
2017-08-23Convert string Find methods to return an OptionalRyan Harrison
2017-08-15Add checks on length of string before accessing elements of stringRyan Harrison
2017-08-15Remove GetAt from string classesRyan Harrison
2017-08-02Rewrite how string Insert() methods handle out of bound indicesRyan Harrison
2017-08-01Replace raw value for constant error value in string operationsRyan Harrison
2017-07-28Convert calls to Mid() to Left() or Right() if possibleRyan Harrison
2017-07-27Remove single param Mid() method from string classesRyan Harrison
2017-07-26Clean up CXFA_Measurement and callers.Lei Zhang
2017-07-24Move xfa/fxfa/app to xfa/fxfachromium/3166Dan Sinclair
2017-07-19Rename StringCs c_str() to unterminated_c_str().Tom Sepez
2017-06-30Fix nits in a bunch of random XFA files.Lei Zhang
2017-06-20Cleanup fpdf_parser_decodeNicolas Pena
2017-06-06Convert CFGAS_FormatString to pointer out parameterschromium/3123Dan Sinclair
2017-06-05More CFGAS_FormatString testsDan Sinclair
2017-06-05Cleaning up some XFA locale related codeDan Sinclair
2017-06-01Tag CFXJSE_HostObject sub-classes.Tom Sepez
2017-06-01Remove unused Locale codeDan Sinclair
2017-05-25Split apart remaining xfa/fxfa/app filesDan Sinclair
2017-05-25Mass conversion of all const-lifetime class membersTom Sepez
2017-05-23Cleanup default values and methods in CXFA_WidgetdataDan Sinclair
2017-05-23Use NOTREACHED() in more places.Lei Zhang
2017-05-19ASAN flags zero-length StringC in GetMapModuleString()chromium/3105Tom Sepez
2017-05-19Move CCodec_ModuleMgr ownership to CPDF_ModuleMgr.Lei Zhang