Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
pdfium
/
7c2d110137d62c801c474be0a3491f7a64976d2f
/
fxjs
/
cjs_runtime.cpp
7c2d110
Split IPWL_SystemHandler and fxcrt::TimerHandlerIface
by Tom Sepez
· 5 years ago
24374a6
Remove CPDFSDK_FormFillEnvironment from fxjs/global_timer.cpp
by Tom Sepez
· 5 years ago
7dbb85b
Rename CJS_EventHandler to CJS_EventRecorder.
by Tom Sepez
· 5 years ago
8345825
Fix two XFA JS calls that trigger fatal errors in v8::FromJust().
by Lei Zhang
· 6 years ago
c839ac7
Pass ByteStringView by value
by Tom Sepez
· 6 years ago
70e5214
Move fxjs/cfxjse_* files to fxjs/xfa.
by Tom Sepez
· 6 years ago
41d04e1
Rename CJS_{KeyValue,GlobalData,GlobalVariableArray}.{h,cpp} to CFX_
by Tom Sepez
· 6 years ago
2dd06eb
Make IJS_Runtime::AsCJSRuntime be XFA-only
by Tom Sepez
· 6 years ago
ce0f004
Remove CJS_Report class.
by Tom Sepez
· 6 years ago
0e5bab1
Remove PrintParams object.
by Tom Sepez
· 6 years ago
bc75f62
Make fxjs/ pass gn check.
by Lei Zhang
· 6 years ago
56e0c3e
Fix v8 ToLocalChecked() failure in CJS_Runtime.
by Lei Zhang
· 6 years ago
35d4587
Remove more unnecessary includes and do IWYU as needed.
by Lei Zhang
· 6 years ago
99f5bbb
Do IWYU for ptr_util.h.
by Lei Zhang
· 6 years ago
d5f4279
Stop using deprecated V8 APIs in CJS_Runtime.
by Lei Zhang
· 6 years ago
34dab07
Move ByteString::FromUnicode() to WideString::ToDefANSI()
by Tom Sepez
· 6 years ago
82999fa
Make JSGetObject<C>() return UnownedPtr<C>.
by Tom Sepez
· 6 years ago
98b356a
Use UnownedPtr<> to v8::Isolates.
by Tom Sepez
· 6 years ago
b165ffb
Use JSGetObject() in more places.
by Lei Zhang
· 6 years ago
c9aa2f8
Virtualize Observable<T>::ObservedPtr::OnDestroy() for CPDF_Avail cleanup
by Tom Sepez
· 6 years ago
6ffd840
Remove still more v8::Context slot usage.
by Tom Sepez
· 6 years ago
ddaa40f
Stop using some v8::Context slot to find runtime.
by Tom Sepez
· 6 years ago
c22d671
Introduce IJS_Runtime::ScopedEventContext helper class.
by Tom Sepez
· 6 years ago
221f0b3
Lowercase JS_Define.{h,cpp} and CJS_Define.h
by Tom Sepez
· 6 years ago
dc5d88b
Convert JS execute methods to return Optional<IJS_Runtime::JS_Error>
by Dan Sinclair
· 6 years ago
9b8b217
Replace reinterpret_cast with static_cast where possible
by Tom Sepez
· 7 years ago
0784c73
Disable JavaScript entirely if no JSPlatform passed by embedder.
by Tom Sepez
· 7 years ago
a1fe732
Always build JS Runtime stubs even if V8 present.
by Tom Sepez
· 7 years ago
f743552
Fold CJS_EmbedObj classes into CJS_Object classes
by Dan Sinclair
· 7 years ago
1258f7f
Remove V8 context from CJS_V8
by Tom Sepez
· 7 years ago
9cbd2dd
Make global object function names clearer.
by Tom Sepez
· 7 years ago
e99ee7f
Introduce CXFJS_Engine::EngineFromContext/SetEngineInContext helpers
by Tom Sepez
· 7 years ago
f5ca90c
Rename some CJS / IJS names for clarity.
by Tom Sepez
· 7 years ago
39a076f
Fix WideString::Format instances that should use %ls
by Ryan Harrison
· 7 years ago
3f1c832
Make WideString::{Format|FormatV} static
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
[Renamed (84%) from fpdfsdk/javascript/cjs_runtime.cpp]
5bfac68
Rename util to cjs_util
by Dan Sinclair
· 7 years ago
d2d4df8
Rename report to cjs_report
by Dan Sinclair
· 7 years ago
4ab6b38
Rename event to cjs_event
by Dan Sinclair
· 7 years ago
ba9b9c3
Rename console to cjs_console
by Dan Sinclair
· 7 years ago
18470fe
Rename color to cjs_color
by Dan Sinclair
· 7 years ago
c085835
Rename app to cjs_app
by Dan Sinclair
· 7 years ago
a5c874c
Rename PublicMethods to cjs_publicmethods
by Dan Sinclair
· 7 years ago
a146507
Move JS_Value into JS_Define
by Dan Sinclair
· 7 years ago
409726a
Move JS_Object to cjs_object
by Dan Sinclair
· 7 years ago
0ead542
Rename Icon to cjs_icon
by Dan Sinclair
· 7 years ago
5123032
Rename Field to cjs_field
by Dan Sinclair
· 7 years ago
451e4c8
Rename Document to match class
by Dan Sinclair
· 7 years ago
bef4d3e
Remove unneeded DefineJSObject param
by Dan Sinclair
· 7 years ago
ef29953
Cleanup statics in JS classes
by Dan Sinclair
· 7 years ago
8b6acdd
Rename JS_EventHandler
by dan sinclair
· 7 years ago
d7ac26c
Move global.{h|cpp} to match class
by dan sinclair
· 7 years ago
95460d8
Rename Annot to cjs_annot
by dan sinclair
· 7 years ago
993a199
Split Consts into individual files
by dan sinclair
· 7 years ago
80435cb
Convert JS input params to v8::Local<v8::Value>>s
by dan sinclair
· 7 years ago
e85107b
Move MaybeCoerceToNumber to CJS_Runtime
by Dan Sinclair
· 7 years ago
275e260
Convert string class names
by Ryan Harrison
· 7 years ago
33b42e4
Rename StringCs c_str() to unterminated_c_str().
by Tom Sepez
· 7 years ago
0bb1333
Add some calls to MakeUnique
by Dan Sinclair
· 8 years ago
812e96c
Replace FX_CHAR and FX_WCHAR with underlying types.
by Dan Sinclair
· 8 years ago
77f6d0f
Observe all formfill environment pointer in JS objects.
by Tom Sepez
· 8 years ago
b1670b5
Pass CJS_Runtime to JS callbacks.
by Tom Sepez
· 8 years ago
d6ae2af
Rename IJS_Context to IJS_EventContext.
by Tom Sepez
· 8 years ago
4cf5515
Remove FX_BOOL from fpdfsdk.
by tsepez
· 8 years ago
25ec646
Merge CPDFXFA_App into CPDFXFA_Document.
by dsinclair
· 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
82e1767
Convert IJS_Runtime to CPDFSDK_FormFillEnvironment
by dsinclair
· 8 years ago
735606d
Rename CPDFSDK_Environment to CPDFSDK_FormfillEnvironment
by dsinclair
· 8 years ago
4d29e78
Rename fpdfsdk/fpdfxfa files to match contents
by dsinclair
· 8 years ago
4355468
Move fxjs/include to fxjs
by dsinclair
· 8 years ago
114e46a
Move fpdfsdk/include to fpdfsdk
by dsinclair
· 8 years ago
bec7692
Move fpdfsdk/fpdfxfa/include to fpdfsdk/fpdfxfa
by dsinclair
· 8 years ago
8e0638b
Rename App to Env where needed.
by dsinclair
· 8 years ago
79db609
Rename CPDFDoc_Environment to CPDFSDK_Environment
by dsinclair
· 8 years ago
f34518b
Split fsdk_mgr files apart.
by dsinclair
· 8 years ago
1c62054
Make CFX_Obeservable::Observer into a pointer-ish type;
by tsepez
· 8 years ago
8832fbf
Replace CJS_Runtime::Observer with CFX_Runtime<CJS_Runtime>::Observer
by tsepez
· 8 years ago
618cb1f
Add initial Document::getAnnot support
by tonikitoo
· 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
08fea80
Rename fxjse/ to fxjs/ update files to match class names.
by dsinclair
· 8 years ago
2d6dda1
Implement IJS_Runtime::Destroy().
by thestig
· 8 years ago
625ad66
Make code compile with clang_use_chrome_plugin (part IV)
by weili
· 8 years ago
d71bae0
Cleanup some cjs_runtime ifdefs.
by dsinclair
· 8 years ago
8bd9ce0
Move xfa/fxjse/ to fxjse/
by dsinclair
· 8 years ago
f27aeec
Remove various FXJSE Value methods.
by dsinclair
· 8 years ago
1cd352e
Get rid of NULLs in fpdfsdk/
by thestig
· 8 years ago
884b4f9
Remove unused context param from execute.
by dsinclair
· 8 years ago
8abd7a2
Remove use of v8:Lockers
by tsepez
· 8 years ago
12a6b0c
Remove FXJSE_HOBJECT and FXJSE_HVALUE for CFXJSE_Value*
by dsinclair
· 8 years ago
89bdd08
Move code from fpdfsdk/include to the sub directories.
by dsinclair
· 9 years ago
179bebb
Rename GetCStr and GetPtr to match CFX_ByteString.
by dsinclair
· 9 years ago
64376be
Move the fpdfsdk/include/javascript folder
by dsinclair
· 9 years ago
[Renamed (98%) from fpdfsdk/javascript/JS_Runtime.cpp]
41a53ad
use std::vector in more places in JavaScript bindings code.
by tsepez
· 9 years ago
1770c02
Move xfa/src up to xfa/.
by Dan Sinclair
· 9 years ago
Next »