Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
pdfium
/
4e7a55ebf491df0999b9fb21aeee259495b943eb
/
fxjs
5e35931
Remove default values from CXFA_Node::GetNodeList
by Dan Sinclair
· 7 years ago
185832c
Remove default params for CXFA_Node::{Insert|Remove}Child
by Dan Sinclair
· 7 years ago
c5d5729
Remove default values from CXFA_Node::{CountChildren|GetChild}
by Dan Sinclair
· 7 years ago
cf70571
Remove default values from CXFA_Node::{Remove|Insert|Item}
by Dan Sinclair
· 7 years ago
6fa9707
Remove default from CJX_Node::MoveBufferMapData
by Dan Sinclair
· 7 years ago
0c9c70b
Split CJX_Node::RemoveMapModuleKey
by Dan Sinclair
· 7 years ago
a39b3ca
Remove default params from some Map Module methods
by Dan Sinclair
· 7 years ago
8bafef1
Roll {Set|Get}ScriptContent into {Set|Get}Content
by Dan Sinclair
· 7 years ago
453d786
Remove default values from CJX_Node::{TryUserData|GetScriptContent}
by Dan Sinclair
· 7 years ago
5471335
Fix visibility of some CJX_Node methods
by Dan Sinclair
· 7 years ago
eda1761
Remove default values from Set{UserData|Object} and GetUserData.
by Dan Sinclair
· 7 years ago
a6adac8
Remove some C-style const char* casts.
by Lei Zhang
· 7 years ago
23efbbd
Remove default value from CJX_Node::{Set|Try}Measure
by Dan Sinclair
· 7 years ago
63c405d
Remove default values from CJX_Node::{Set|Try}Boolean
by Dan Sinclair
· 7 years ago
7f57108
Remove default values from CJX_Node::{Set|Try}Enum
by Dan Sinclair
· 7 years ago
8946aec
Remove default values from CJX_Node::TryContent
by Dan Sinclair
· 7 years ago
23aa2b0
Remove default values from CJX_Node::SetCData
by Dan Sinclair
· 7 years ago
3ac07ff
Cleanup params to CJX_Node::TryCData
by Dan Sinclair
· 7 years ago
bf29e5b
Remove CJX_Node::SetInteger default value
by Dan Sinclair
· 7 years ago
b31433f
Remove default value from CJX_Node::TryInteger
by Dan Sinclair
· 7 years ago
e806037
Remove default values for CJX_Node::SetContent
by Dan Sinclair
· 7 years ago
a95fd60
Remove default value from CJX_Node::GetProperty
by Dan Sinclair
· 7 years ago
ea708c0
Remove default values from CJX_Node::SetAttributeValue
by Dan Sinclair
· 7 years ago
019c1c6
Remove default params from CJX_Node::SetScriptContent
by Dan Sinclair
· 7 years ago
69cb914
Remove default value from CJX_Node::GetAttribute
by Dan Sinclair
· 7 years ago
77fe069
Remove default value to CJX_Node::SetAttribute
by Dan Sinclair
· 7 years ago
f45406f
Move CJX_Node definitions to cpp file
by Dan Sinclair
· 7 years ago
68bc6ad
Remove default value from CJX_Node::HasAttribute
by Dan Sinclair
· 7 years ago
14fe518
Add GetDocument() helper to CJX_Object
by Dan Sinclair
· 7 years ago
1bc5e49
Add CJX_ThisProxy
by Dan Sinclair
· 7 years ago
46ad7f8
Convert CScript classes to have CJX objects
by Dan Sinclair
· 7 years ago
778f2fe
Move CXFA_NodeList JS to CJX_NodeList
by Dan Sinclair
· 7 years ago
4ac35f2
Move the item methods into CXFA_Node propertly
by Dan Sinclair
· 7 years ago
a85e5ca
Split JS methods out of CXFA_Object
by Dan Sinclair
· 7 years ago
e5434b5
Split JS code out of CXFA_Node.
by Dan Sinclair
· 7 years ago
3fff90a
Move some XFA JS code into fxjs/
by Dan Sinclair
· 7 years ago
d6e9cfa
Convert JS resource into enum class
by Dan Sinclair
· 7 years ago
a325462
Rename global data files to match contents
by Dan Sinclair
· 7 years ago
e0345a4
Move fpdfsdk/javascript to fxjs/
by Dan Sinclair
· 7 years ago
5daf07a
Make NewNull return an actual Null
by dan sinclair
· 7 years ago
80435cb
Convert JS input params to v8::Local<v8::Value>>s
by dan sinclair
· 7 years ago
aee0db0
Move CFX_UnownedPtr to UnownedPtr
by Dan Sinclair
· 7 years ago
275e260
Convert string class names
by Ryan Harrison
· 7 years ago
bcd1e70
Remove fx_basic.h
by Dan Sinclair
· 7 years ago
63b2fc7
Check for possible empty object returns from NewFxDynamicObj()
by Tom Sepez
· 7 years ago
145cb37
Use method to get global object
by Dan Sinclair
· 7 years ago
33b42e4
Rename StringCs c_str() to unterminated_c_str().
by Tom Sepez
· 7 years ago
1d95c68
Document bindings implementaion
by Tom Sepez
· 7 years ago
8cb8841
Tag CFXJSE_HostObject sub-classes.
by Tom Sepez
· 7 years ago
f6ca07b
Replace some repeated code with existing CFXJS_Engine::NewString() helper.
by Tom Sepez
· 7 years ago
fb7021c
Be less trusting of MaybeLocal<> return types from V8 To* methods.
by Tom Sepez
· 7 years ago
ce84f71
CFXJS_Engine::GetObjDefnID is a static method
by Tom Sepez
· 7 years ago
d0409af
Mass conversion of remaining class members (non-xfa)
by Tom Sepez
· 7 years ago
336544a
Tag FXJSE's V8 objects as such.
by Tom Sepez
· 8 years ago
80547a1
Use unique_ptr in CXFA_ScriptContext::m_mapVariableToContext.
by Tom Sepez
· 8 years ago
5ff8c88
Use PartitionFreeGeneric, not PartitionFree, for JS ArrayBuffers.
by Chris Palmer
· 8 years ago
0bb1333
Add some calls to MakeUnique
by Dan Sinclair
· 8 years ago
e4b035b
Use PartitionAlloc for JavaScript ArrayBuffers and strings.
by Chris Palmer
· 8 years ago
2fbfb84
Convert to use info.Holder instead of info.This
by Dan Sinclair
· 8 years ago
972eb5c
Add array_buffer JS test.
by Tom Sepez
· 8 years ago
05df075
Replace FX_FLOAT with underlying float type.
by Dan Sinclair
· 8 years ago
812e96c
Replace FX_CHAR and FX_WCHAR with underlying types.
by Dan Sinclair
· 8 years ago
3f72fb4
Explicitly tag fxjs native objects.
by Tom Sepez
· 8 years ago
c5a1472
Fix uninitialized memory read in CJS_Object::GetEmbedObject()
by Tom Sepez
· 8 years ago
c6dc69f
Store JS string constants as single-byte strings.
by Tom Sepez
· 8 years ago
55db091
Move JS constant tables to single-byte names
by Tom Sepez
· 8 years ago
4d5b8c5
Convert JS property tables to single-byte.
by Tom Sepez
· 8 years ago
9b99b63
Convert native method names to single-byte.
by Tom Sepez
· 8 years ago
892d751
Avoid some widestring to bytestring conversions in fxjs.
by Tom Sepez
· 8 years ago
d6ae2af
Rename IJS_Context to IJS_EventContext.
by Tom Sepez
· 8 years ago
f0b6554
Simplify FX_UTF8Encode variants.
by Tom Sepez
· 8 years ago
e6cf013
Tidy FXJS_V8, backfill tests.
by tsepez
· 8 years ago
76a44de
Cleaning up memory allocation in CXFA_FM2JSContext - IV
by Dan Sinclair
· 8 years ago
85c8e7f
Fixup lint flags.
by Dan Sinclair
· 8 years ago
304bb91
Remove FX_BOOL entirely.
by tsepez
· 8 years ago
8837c91
Reland: Make the CPDFXFA_App non-global
by dsinclair
· 8 years ago
a282c73
Revert of Reland: Make the CPDFXFA_App non-global (patchset #2 id:20001 of https://codereview.chromium.org/2418653003/ )
by dsinclair
· 8 years ago
f3736bc
Reland: Make the CPDFXFA_App non-global
by dsinclair
· 8 years ago
b685e64
Revert of Make the CPDFXFA_App non-global (patchset #3 id:80001 of https://codereview.chromium.org/2416753002/ )
by dsinclair
· 8 years ago
abefb79
Make the CPDFXFA_App non-global
by dsinclair
· 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
a4ad595
Simplify memory management for per isolate data
by weili
· 8 years ago
0b2a987
Set up isolate in CFXJS_Engine's constructor
by weili
· 8 years ago
54be7be
Fix leaks related to the usage of JSE runtime data
by weili
· 8 years ago
1a24199
Fix leaked value object in NamedPropertySetterCallback()
by weili
· 8 years ago
ad589d7
Fix leaked array buffer allocators of isolates
by weili
· 8 years ago
b469424
Push v8::Isolate into CFXJS_Engine class
by tsepez
· 8 years ago
a494191
Move some v8 objects from CJS back into FXJS
by tsepez
· 8 years ago
d0b6ed1
Make FXJS_GetObjectElement return std::vector<CFX_WideString>.
by tsepez
· 8 years ago
135b998
Return v8::Date specialization not v8::Value where possible
by tsepez
· 8 years ago
40faa79
Remove type info from CJS_Value, interrogate v8 instead
by tsepez
· 8 years ago
88b6686
Do not try to v8::Object::Clone() any objects
by tsepez
· 8 years ago
b3f2467
Move fpdfsdk/jsapi into fxjs/
by dsinclair
· 8 years ago
08fea80
Rename fxjse/ to fxjs/ update files to match class names.
by dsinclair
· 8 years ago