Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
pdfium
/
4674441379a2b876ae128ef2e70454dcd14ae2f5
/
fpdfsdk
/
javascript
/
JS_Value.cpp
3cac360
Remove GetType from CJS_Value
by Dan Sinclair
· 7 years ago
1b2a18e
Remove the CJS_Value To* methods.
by Dan Sinclair
· 7 years ago
1d8d9ac
Remove CJS_Value constructors
by Dan Sinclair
· 7 years ago
e497492
Remove most CJS_Value Set methods
by Dan Sinclair
· 7 years ago
33d13f2
Remove CJS_PropValue
by Dan Sinclair
· 7 years ago
c970895
Cleanup CJS_Value
by Dan Sinclair
· 7 years ago
cbe23db
Refactoring JS Callbacks.
by dan sinclair
· 7 years ago
698aed7
Cleanup FX macros
by Dan Sinclair
· 7 years ago
275e260
Convert string class names
by Ryan Harrison
· 7 years ago
bd45656
Remove _MSC_VER from JS_Value.cpp
by Tom Sepez
· 8 years ago
df950b8
Remove platform-specific IsFinite, JS_PortIsNan, and GetNan.
by Tom Sepez
· 8 years ago
a2da7c5
Enforce recent VC++ version (2015 or later).
by Tom Sepez
· 8 years ago
ab5939e
Move JS time conversion code into an anonymous namespace.
by Lei Zhang
· 8 years ago
797ca5c
Mass conversion of all const-lifetime class members
by Tom Sepez
· 8 years ago
669a418
Drop FXSYS_ from math methods
by Dan Sinclair
· 8 years ago
812e96c
Replace FX_CHAR and FX_WCHAR with underlying types.
by Dan Sinclair
· 8 years ago
c6dc69f
Store JS string constants as single-byte strings.
by Tom Sepez
· 8 years ago
e6cf013
Tidy FXJS_V8, backfill tests.
by tsepez
· 8 years ago
b469424
Push v8::Isolate into CFXJS_Engine class
by tsepez
· 9 years ago
d0b6ed1
Make FXJS_GetObjectElement return std::vector<CFX_WideString>.
by tsepez
· 9 years ago
f3dc8c6
Remove backpointer to CJS_Runtime from CJS_Value
by tsepez
· 9 years ago
f3c8832
Remove back-pointer to CJS_Runtime from CJS_Date
by tsepez
· 9 years ago
e5aff74
Remove backpointer to runtime from CJS_Array.
by tsepez
· 9 years ago
135b998
Return v8::Date specialization not v8::Value where possible
by tsepez
· 9 years ago
fbf52c2
Tidy up JS_Value.h
by tsepez
· 9 years ago
d780735
Remove unused CJS_Value::Attach() variant
by tsepez
· 9 years ago
40faa79
Remove type info from CJS_Value, interrogate v8 instead
by tsepez
· 9 years ago
88b6686
Do not try to v8::Object::Clone() any objects
by tsepez
· 9 years ago
625ad66
Make code compile with clang_use_chrome_plugin (part IV)
by weili
· 9 years ago
1cd352e
Get rid of NULLs in fpdfsdk/
by thestig
· 9 years ago
12367cb
Fix some code which causes warnings when compiled by /analyze tool
by weili
· 9 years ago
b2f6f91
Fix incorrect v8 TryCatch.
by etienneb
· 9 years ago
018935c
Pass WideStrings without narrowing to c_str in javascript/
by tsepez
· 9 years ago
64376be
Move the fpdfsdk/include/javascript folder
by dsinclair
· 9 years ago
8940993
Reduce signed/unsigned comparison warnings
by Wei Li
· 9 years ago
c3255f5
Remove FX_DWORD from fpdfsdk/ and testing
by tsepez
· 9 years ago
86a61dc
util.printd() replaces specified date with current date.
by tsepez
· 9 years ago
4161c5c
Make a few more const tables smaller.
by Tom Sepez
· 9 years ago
f766ad2
Move fpdfsdk/src up to fpdfsdk/.
by Dan Sinclair
· 9 years ago
[Renamed (96%) from fpdfsdk/src/javascript/JS_Value.cpp]
3ebd121
Review and cleanup lint warnings.
by Dan Sinclair
· 9 years ago
738b08c
Fix and enable lint checks.
by Dan Sinclair
· 9 years ago
50cce60
Fixing whitespace lint errors.
by Dan Sinclair
· 9 years ago
efbc191
Expand all paths to be based off pdfium/ directory
by Dan Sinclair
· 9 years ago
bd93257
Merge to XFA: Fix behaviour of app.alert() with a single object argument.
by Tom Sepez
· 9 years ago
4246b00
Merge to XFA: Bugs in CJS_PublicMethods::ParseNumber().
by Tom Sepez
· 9 years ago
1ac47eb
Merge to XFA: Fix JS seconds since epoch to date conversions.
by Lei Zhang
· 9 years ago
412e908
Merge to XFA: Get rid of most instance of 'foo == NULL'
by Lei Zhang
· 9 years ago
67fd5df
Merge to XFA: Wean CJS_Value off of v8::Isolate.
by Tom Sepez
· 9 years ago
3745841
Merge to XFA: Make the vast majority of JS headers private to src/javascript.
by Tom Sepez
· 9 years ago
ca70a69
Merge to XFA: Remove JavaScript.h
by Tom Sepez
· 9 years ago
116e4ad
Merge to XFA:More tidy of CJS_Object, kill implicit cast operator
by Tom Sepez
· 9 years ago
39bfe12
Merge to XFA: Ensure functions in FXJS_V8 are prefixed by FXJS_.
by Tom Sepez
· 9 years ago
808a99e
Merge to XFA: Remove some abstractions in fxjs_v8.h.
by Tom Sepez
· 9 years ago
9d8ec5a
XFA: clang-format all pdfium code.
by Nico Weber
· 10 years ago
a6d9f0e
Remove trailing whitespaces in fpdfsdk, XFA edition.
by Lei Zhang
· 10 years ago
d7e5cc7
Merge to XFA: Remove typdefs for pointer types in fx_system.h.
by Tom Sepez
· 10 years ago
dfa2c99
Merge V8 API updates to xfa branch
by Jochen Eisinger
· 10 years ago
4f7bc04
Merge to XFA: Reduce usage of operator LPCWSTR from CFX_WideString().
by Tom Sepez
· 10 years ago
f4ef3f9
Merge to XFA: Kill overloaded cast operators in CJS_Value.
by Tom Sepez
· 10 years ago
31d59fc
Merge to XFA: fix missing semicolons
by JUN FANG
· 10 years ago
33f6f0d
Merge to XFA: Fix a fatal error due to cloning a global document object
by JUN FANG
· 10 years ago
c616483
XFA: merge patch from CL 733693003, get rid of FX_LPCSTR cast
by Bo Xu
· 10 years ago
f79a69c
For v8 Global Object, do not copy in CJS_Value constructor.
by Tom Sepez
· 10 years ago
09363c8
Fix a few more -Wreorder warnings.
by Nico Weber
· 11 years ago
3f3b45c
Convert all line endings to LF.
by John Abd-El-Malek
· 11 years ago
5110c47
Initial commit.
by John Abd-El-Malek
· 11 years ago