Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
pdfium
/
a52ab741019342fbca0468e43a01deb44fa5f1bd
/
xfa
/
fxfa
/
parser
/
cxfa_node.cpp
a52ab74
Move core/fxcrt/include to core/fxcrt
by dsinclair
· 8 years ago
e0347a6
Remove fgas_system files.
by dsinclair
· 8 years ago
1628024
Move xfa_document to cxfa_document
by dsinclair
· 8 years ago
0b851ff
Rename xfa_doclayout and xfa_document_layout_imp files.
by dsinclair
· 8 years ago
9eb0db1
Move xfa_basic_imp to cxfa_widetextread.
by dsinclair
· 8 years ago
31f8740
Rename remaining xfa_script_* files.
by dsinclair
· 8 years ago
5b36f0a
Split xfa_object_imp into individual class files.
by dsinclair
· 8 years ago
[Renamed (91%) from xfa/fxfa/parser/xfa_object_imp.cpp]
eea31b7
Cleanup CXFA_Document
by dsinclair
· 8 years ago
3496545
Cleanup fgas/crt.
by dsinclair
· 8 years ago
c1df5d4
Pass element hash and name into CXFA_Object constructor.
by dsinclair
· 8 years ago
08fea80
Rename fxjse/ to fxjs/ update files to match class names.
by dsinclair
· 8 years ago
34f86b0
Break xfa_parser_imp apart
by dsinclair
· 8 years ago
a1b0772
Remove IXFA_Parser, cleanup XFA parser code.
by dsinclair
· 8 years ago
017052a
Change CXFA_Node::GetClassName to return
by dsinclair
· 8 years ago
b977847
Pass needed value to CXFA_Node constructor
by dsinclair
· 8 years ago
85d1f2c
Remove NULL in xfa/
by dsinclair
· 8 years ago
6e12478
Change XFA_GetElementByName to XFA_GetElementTypeForName
by dsinclair
· 8 years ago
41cb62e
Cleanup some variable namings.
by dsinclair
· 8 years ago
937a113
Remove CXFA_OrdinaryObject class
by dsinclair
· 8 years ago
070fcdf
Update GetClassID to GetElementType
by dsinclair
· 8 years ago
a5ab26b
Remove unused GetScriptObjHash().
by dsinclair
· 8 years ago
56a8b19
Convert XFA_ELEMENT to an enum class
by dsinclair
· 8 years ago
c5a8f21
Split the XFA_OBJECTTYPE enum into two parts.
by dsinclair
· 8 years ago
47bcd4c
Make code compile with clang_use_chrome_plugin (part V)
by weili
· 8 years ago
ee2abec
Cleanup ownership in CXFA_ScriptContext.
by dsinclair
· 8 years ago
8bd9ce0
Move xfa/fxjse/ to fxjse/
by dsinclair
· 8 years ago
2f5582f
Convert CFXJSE_Value::ToString to return.
by dsinclair
· 8 years ago
769b137
Remove more FXJSE c-method wrappers.
by dsinclair
· 8 years ago
f27aeec
Remove various FXJSE Value methods.
by dsinclair
· 8 years ago
db444d2
Fix all the code which has duplicate variable declarations
by weili
· 8 years ago
2235b7b
Change ThrowScriptErrorMessage() to just ThrowException().
by dsinclair
· 8 years ago
44f8faf
Clean up part of CXFA_Node class
by weili
· 8 years ago
e80e9f8
Remove XFA_HFM2JSCONTEXT.
by dsinclair
· 8 years ago
86fad99
Replace CFXJSE_Value create/destroy with new and delete.
by dsinclair
· 8 years ago
800222e
Fix MSVC C4800 build warnings.
by thestig
· 8 years ago
60607c3
Enable chromium_code standard for XFA code
by weili
· 8 years ago
12a6b0c
Remove FXJSE_HOBJECT and FXJSE_HVALUE for CFXJSE_Value*
by dsinclair
· 8 years ago
65be4b1
Complete or comment a couple Script_NodeClass functions
by weili
· 8 years ago
038aa53
Clean up XFA code which causes warnings
by weili
· 8 years ago
d3743ea
Revert "Replace Release() { delete this; } in fde_xml_imp.h"
by Tom Sepez
· 8 years ago
fa34e80
Replace Release() { delete this; } in fde_xml_imp.h
by tsepez
· 8 years ago
afe9430
Make CFX_WideString(const CFX_WideString&) explicit.
by tsepez
· 8 years ago
aadedf9
Replace CXFA_PtrSetTemplate with std::unordered_set.
by tsepez
· 8 years ago
439bb9e
Avoid unused variable warnings on Linux
by Wei Li
· 9 years ago
5fe7ae7
Properly fix the warnings
by Wei Li
· 9 years ago
6e1ae86
Enable 'treating warnings as errors' for 64 bit Win builds
by weili
· 9 years ago
43854a5
Standardize on ASSERT.
by dsinclair
· 9 years ago
b6853cf
Pass CFX_*StringCs to FX_HashCode_GETA and _GETW hash functions.
by tsepez
· 9 years ago
4d31d0c
Remove a few more char* members from structs/classes.
by tsepez
· 9 years ago
0582ad1
XFA unused function cleanup
by dsinclair
· 9 years ago
b1a5959
Simplify XFA event handling.
by thestig
· 9 years ago
6f167c3
Change string argument type to GetFormatDataValue.
by tsepez
· 9 years ago
774bdde
Replace calls to deprecated CFX_{Wide,Byte}String::Empty()
by tsepez
· 9 years ago
bd9748d
Remove implicit cast from CFX_WideString to (const wchar_t*)
by tsepez
· 9 years ago
b4c9f3f
Remove implicit cast from CFX_ByteString to (const char*).
by tsepez
· 9 years ago
4c3debb
Rename both As{Byte,Wide}StringC() helpers to AsStringC().
by tsepez
· 9 years ago
6fe7d21
Make CFX_WideString::FromUTF8() take a CFX_ByteStringC argument.
by tsepez
· 9 years ago
44d054c
Split fxfa_objectacc.h into pieces.
by dsinclair
· 9 years ago
660956f
Rename CFX_WideStringC::raw_str() to c_str()
by tsepez
· 9 years ago
fc58ad1
Make down-conversion explicit from CFX_Widetring to CFX_WideStringC.
by tsepez
· 9 years ago
179bebb
Rename GetCStr and GetPtr to match CFX_ByteString.
by dsinclair
· 9 years ago
28f97ff
Make down-conversion explicit from CFX_ByteString to CFX_ByteStringC.
by tsepez
· 9 years ago
9f2970c
Remove CFX_{Byte,Wide}String::Equal in favor of "==".
by tsepez
· 9 years ago
df4bc59
Remove IXFA_* interfaces.
by dsinclair
· 9 years ago
ae95f76
Remove IFDE_XML* classes.
by dsinclair
· 9 years ago
736f28a
Remove FX_DWORD from XFA.
by tsepez
· 9 years ago
a8a28e0
Move core/include/fxcrt to core/fxcrt/include.
by Dan Sinclair
· 9 years ago
62a70f9
Remove FX_WORD in favor of uint16_t.
by Tom Sepez
· 9 years ago
3a8051c
Move xfa/include/fxjse/fxjse.h into xfa/fxjse/include.
by Dan Sinclair
· 9 years ago
1770c02
Move xfa/src up to xfa/.
by Dan Sinclair
· 9 years ago