summaryrefslogtreecommitdiff
path: root/xfa/fxfa/parser/xfa_object_imp.cpp
AgeCommit message (Expand)Author
2016-06-28Change CXFA_Node::GetClassName to returnchromium/2786chromium/2784dsinclair
2016-06-23Pass needed value to CXFA_Node constructordsinclair
2016-06-23Remove NULL in xfa/dsinclair
2016-06-23Change XFA_GetElementByName to XFA_GetElementTypeForNamedsinclair
2016-06-23Cleanup some variable namings.chromium/2778dsinclair
2016-06-23Remove CXFA_OrdinaryObject classdsinclair
2016-06-22Update GetClassID to GetElementTypedsinclair
2016-06-22Remove unused GetScriptObjHash().dsinclair
2016-06-21Convert XFA_ELEMENT to an enum classdsinclair
2016-06-20Split the XFA_OBJECTTYPE enum into two parts.dsinclair
2016-06-16Make code compile with clang_use_chrome_plugin (part V)chromium/2770weili
2016-06-14Cleanup ownership in CXFA_ScriptContext.dsinclair
2016-06-09Move xfa/fxjse/ to fxjse/dsinclair
2016-06-09Convert CFXJSE_Value::ToString to return.dsinclair
2016-06-08Remove more FXJSE c-method wrappers.dsinclair
2016-06-07Remove various FXJSE Value methods.dsinclair
2016-06-02Fix all the code which has duplicate variable declarationsweili
2016-06-02Change ThrowScriptErrorMessage() to just ThrowException().dsinclair
2016-06-01Clean up part of CXFA_Node classweili
2016-06-01Remove XFA_HFM2JSCONTEXT.dsinclair
2016-05-31Replace CFXJSE_Value create/destroy with new and delete.dsinclair
2016-05-26Fix MSVC C4800 build warnings.thestig
2016-05-26Enable chromium_code standard for XFA codeweili
2016-05-26Remove FXJSE_HOBJECT and FXJSE_HVALUE for CFXJSE_Value*dsinclair
2016-05-25Complete or comment a couple Script_NodeClass functionsweili
2016-05-20Clean up XFA code which causes warningsweili
2016-05-16Revert "Replace Release() { delete this; } in fde_xml_imp.h"Tom Sepez
2016-05-16Replace Release() { delete this; } in fde_xml_imp.htsepez
2016-05-13Make CFX_WideString(const CFX_WideString&) explicit.tsepez
2016-05-12Replace CXFA_PtrSetTemplate with std::unordered_set.tsepez
2016-05-05Avoid unused variable warnings on LinuxWei Li
2016-05-04Properly fix the warningsWei Li
2016-05-04Enable 'treating warnings as errors' for 64 bit Win buildsweili
2016-04-27Standardize on ASSERT.dsinclair
2016-04-25Pass CFX_*StringCs to FX_HashCode_GETA and _GETW hash functions.tsepez
2016-04-19Remove a few more char* members from structs/classes.tsepez
2016-04-19XFA unused function cleanupdsinclair
2016-04-14Simplify XFA event handling.thestig
2016-04-14Change string argument type to GetFormatDataValue.tsepez
2016-04-14Replace calls to deprecated CFX_{Wide,Byte}String::Empty()tsepez
2016-04-13Remove implicit cast from CFX_WideString to (const wchar_t*)tsepez
2016-04-13Remove implicit cast from CFX_ByteString to (const char*).tsepez
2016-04-08Rename both As{Byte,Wide}StringC() helpers to AsStringC().tsepez
2016-04-06Make CFX_WideString::FromUTF8() take a CFX_ByteStringC argument.tsepez
2016-04-06Split fxfa_objectacc.h into pieces.dsinclair
2016-04-06Rename CFX_WideStringC::raw_str() to c_str()tsepez
2016-04-05Make down-conversion explicit from CFX_Widetring to CFX_WideStringC.tsepez
2016-04-05Rename GetCStr and GetPtr to match CFX_ByteString.dsinclair
2016-04-04Make down-conversion explicit from CFX_ByteString to CFX_ByteStringC.tsepez
2016-04-01Remove CFX_{Byte,Wide}String::Equal in favor of "==".tsepez