Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
pdfium
/
b9fbe6e9af590a91ab030d2523a147e972816b32
/
xfa
/
fxfa
/
fm2js
76a44de
Cleaning up memory allocation in CXFA_FM2JSContext - IV
by Dan Sinclair
· 8 years ago
2a998ad
Cleaning up memory allocation in CXFA_FM2JSContext - III
by Dan Sinclair
· 8 years ago
647f284
Cleaning up memory allocation in CXFA_FM2JSContext - II
by Dan Sinclair
· 8 years ago
7855a2c
Cleaning up memory allocation in CXFA_FM2JSContext - I
by Dan Sinclair
· 8 years ago
3cdcfeb
Create individual exception methods.
by Dan Sinclair
· 8 years ago
c8fd331
Cleaning out params in CPDFXFA_Context
by Dan Sinclair
· 8 years ago
94afac9
Replace CFX_WideStringCArray with std::vector.
by tsepez
· 8 years ago
833619b
Refcount all the IFX_ stream classes all the time.
by tsepez
· 8 years ago
991f618
Move Init to constructor in CXFA_FMProgram
by Nicolas Pena
· 8 years ago
f11380f
Use unique_ptr in CFXA_FM expressions constructors
by npm
· 8 years ago
eb9625c
Use unique pointers in CXFA_FMParse
by npm
· 8 years ago
4e847e3
More unique_ptrs in CXFA_FMParse::ParseForeachExpression and avoid leak
by npm
· 8 years ago
85c8e7f
Fixup lint flags.
by Dan Sinclair
· 8 years ago
211d4ed
Add fpdfppo_embeddertest.cpp.
by tsepez
· 8 years ago
d19e912
Remove FX_BOOL from xfa.
by tsepez
· 8 years ago
478ed62
Fix some FX_BOOL / int noise in fxfa
by tsepez
· 8 years ago
ad2441e
Rename IFX_ stream names
by tsepez
· 8 years ago
4355468
Move fxjs/include to fxjs
by dsinclair
· 8 years ago
a52ab74
Move core/fxcrt/include to core/fxcrt
by dsinclair
· 8 years ago
38fd844
Rename dictionary set and get methods
by dsinclair
· 8 years ago
16fccc5
Use smart pointers for class owned pointers
by weili
· 8 years ago
ca27127
Fixup class name spelling
by dsinclair
· 8 years ago
e85f971
Fix FMCallExpression undefined shift behaviour.
by dsinclair
· 8 years ago
1628024
Move xfa_document to cxfa_document
by dsinclair
· 8 years ago
31f8740
Rename remaining xfa_script_* files.
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
85d1f2c
Remove NULL in xfa/
by dsinclair
· 9 years ago
47bcd4c
Make code compile with clang_use_chrome_plugin (part V)
by weili
· 9 years ago
8bd9ce0
Move xfa/fxjse/ to fxjse/
by dsinclair
· 9 years ago
2f5582f
Convert CFXJSE_Value::ToString to return.
by dsinclair
· 9 years ago
bd136fb
xfa_fm2jscontext method cleanup - pt IX of IX
by dsinclair
· 9 years ago
947c873
xfa_fm2jscontext method cleanup - pt VIII
by dsinclair
· 9 years ago
cf7f322
xfa_fm2jscontext method cleanup - pt VII
by dsinclair
· 9 years ago
769b137
Remove more FXJSE c-method wrappers.
by dsinclair
· 9 years ago
f27aeec
Remove various FXJSE Value methods.
by dsinclair
· 9 years ago
759de38
xfa_fm2jscontext method cleanup - pt VI
by dsinclair
· 9 years ago
96a05f4
xfa_fm2jscontext method cleanup - pt V
by dsinclair
· 9 years ago
2b6d64e
xfa_fm2jscontext method cleanup - pt IV
by dsinclair
· 9 years ago
8f3074b
Remove FXJSE_Value_ToObject and call methods directly
by dsinclair
· 9 years ago
db444d2
Fix all the code which has duplicate variable declarations
by weili
· 9 years ago
2235b7b
Change ThrowScriptErrorMessage() to just ThrowException().
by dsinclair
· 9 years ago
dbdcb81
xfa_fm2jscontext method cleanup - pt III
by dsinclair
· 9 years ago
f6be145
Fix some signed/unsigned comparisons in xfa_fm2jscontext.cpp
by ochang
· 9 years ago
e80e9f8
Remove XFA_HFM2JSCONTEXT.
by dsinclair
· 9 years ago
29adee7
Replace void* with CFXJSE_HostObect and make wrapped objects inherit from it
by tsepez
· 9 years ago
89ba6de
xfa_fm2jscontext method clean - pt II
by dsinclair
· 9 years ago
48d91dd
xfa_fm2jscontext formatting and cleanup - pt I
by dsinclair
· 9 years ago
86fad99
Replace CFXJSE_Value create/destroy with new and delete.
by dsinclair
· 9 years ago
3a005f2
Workaround dubious casting between CXFA_Object and void* in FXJSE
by tsepez
· 9 years ago
5c4dd35
Make additional FXJSE_CLASS_DESCRIPTORS constant
by tsepez
· 9 years ago
1c9cfe1
Make fm2jscontext's class descriptor a static constant.
by tsepez
· 9 years ago
e3b2a4e
Rename FXJSE_CLASS to avoid confusion with CFXJSE_CLASS
by tsepez
· 9 years ago
12a6b0c
Remove FXJSE_HOBJECT and FXJSE_HVALUE for CFXJSE_Value*
by dsinclair
· 9 years ago
e9885e7
Replace FXJSE_HCLASS with CFXJSE_Class*
by dsinclair
· 9 years ago
7f2abcc
Replace FXJSE_HCONTEXT with CFXJSE_Context*
by dsinclair
· 9 years ago
dd6a46c
Revert of Remove parameters which are always null (patchset #1 id:1 of https://codereview.chromium.org/2009413002/ )
by dsinclair
· 9 years ago
818e190
Remove parameters which are always null
by dsinclair
· 9 years ago
ec3da5b
Rename FXJSE_HRUNTIME to v8::Isolate
by dsinclair
· 9 years ago
038aa53
Clean up XFA code which causes warnings
by weili
· 9 years ago
bc2f0c5
Remove Release() from CXFA_FM2JSContext
by tsepez
· 9 years ago
0c268e9
Replace XFA_N with value
by dsinclair
· 9 years ago
3f80c86
Remove some c_str() calls from StringCs in xfa docs.
by tsepez
· 9 years ago
afe9430
Make CFX_WideString(const CFX_WideString&) explicit.
by tsepez
· 9 years ago
a310984
Convert CFX_PtrArray to typesafe CFX_ArrayTemplate, Part 6
by tsepez
· 9 years ago
43854a5
Standardize on ASSERT.
by dsinclair
· 9 years ago
76c5379
Fix Wvarargs warning in XFA error code.
by dsinclair
· 9 years ago
b6853cf
Pass CFX_*StringCs to FX_HashCode_GETA and _GETW hash functions.
by tsepez
· 9 years ago
8e4c505
Rename CFX_ByteTextBuf::GetByteString() to AsStringC().
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
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
4af5fd1
Remove CFX_ string type static initializers.
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
deee3d2
Remove FX_DWORD from XFA, part 2
by tsepez
· 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
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