Sign in
webkit
/
WebKit
/
cce7656765b097f837699792e6a9f284e2f880e6
/
Source
/
WebCore
/
bindings
/
js
/
JSWorkerCustom.cpp
0dc61aa
Split JSDOMConstructor.h/cpp up by class
by commit-queue@webkit.org
· 8 years ago
b3a4979
Remove unused/rarely used bindings helpers
by commit-queue@webkit.org
· 8 years ago
4de5ba7
JSDOMBinding is too big. Split it up!
by weinig@apple.com
· 8 years ago
b124468
optional sequence values not handled correctly by binding generator
by weinig@apple.com
· 8 years ago
9f55abf
Rename CallFrame::callee() to CallFrame::jsCallee()
by sbarati@apple.com
· 8 years ago
afa9d88
JSC should support SharedArrayBuffer
by fpizlo@apple.com
· 8 years ago
6bfe112
Move some more assorted classes from ExceptionCode to Exception
by darin@apple.com
· 8 years ago
e1ab17c
Added RETURN_IF_EXCEPTION() macro and use it for exception checks.
by mark.lam@apple.com
· 8 years ago
451de99
Add CatchScope and force all exception checks to be via ThrowScope or CatchScope.
by mark.lam@apple.com
· 8 years ago
284f456
Introduce the ThrowScope and force every throw site to instantiate a ThrowScope.
by mark.lam@apple.com
· 9 years ago
950fe20
Make custom constructors consistent with generated bindings code
by nael.ouedraogo@crf.canon.fr
· 9 years ago
4ac7f44
ExecState should be passed by reference in JS bindings generator for custom constructors
by nael.ouedraogo@crf.canon.fr
· 9 years ago
ba2ca32
Avoid unnecessary null checks in toJS() when the implementation returns a reference or Ref<>
by cdumez@apple.com
· 9 years ago
6bc6a03
Rename JSDOMWrapper.impl to JSDOMWrapper.wrapped
by youenn.fablet@crf.canon.fr
· 9 years ago
a9ef89e
Pass JSC::ExecState to the custom bindings by reference
by cdumez@apple.com
· 9 years ago
09b024c
Move generate prototype and constructor classes into the generated implementation files
by weinig@apple.com
· 11 years ago
f0eff20
Remove ENABLE_WORKERS https://bugs.webkit.org/show_bug.cgi?id=105784
by commit-queue@webkit.org
· 11 years ago
51269d9
JS DOM wrappers' impl() functions should return references.
by akling@apple.com
· 11 years ago
842019b
Tighten AbstractWorker and subclasses a bit. <https://webkit.org/b/122402>
by akling@apple.com
· 11 years ago
751d79e
Don't include Document.h from JSDOMBinding.h <https://webkit.org/b/120909>
by akling@apple.com
· 12 years ago
b2c9e73
Remove webkitPostMessage https://bugs.webkit.org/show_bug.cgi?id=105910
by abarth@webkit.org
· 12 years ago
79bb5eb
Remove webkitPostMessage https://bugs.webkit.org/show_bug.cgi?id=96577
by abarth@webkit.org
· 12 years ago
cff06e4
Replace JSC::UString by WTF::String
by benjamin@webkit.org
· 13 years ago
aa7bf25
[JSC] Implement a helper method createNotEnoughArgumentsError()
by haraken@chromium.org
· 13 years ago
ffe1442
Make WebCore use jsCast rather than static_cast for casting JSC objects
by oliver@apple.com
· 13 years ago
64be5e9
JSValue::toString() should return a JSString* instead of a UString
by ggaren@apple.com
· 13 years ago
88b6361
Moving ScriptExecutionContext to the front of the argument list for
by abarth@webkit.org
· 13 years ago
0435361
Source/WebCore: https://bugs.webkit.org/show_bug.cgi?id=66714
by dslomov@google.com
· 13 years ago
d116a96
A Worker constructor should throw TypeError, when the number of arguments is not enough
by commit-queue@webkit.org
· 14 years ago
1f839a2
Move WebCore into Source
by abarth@webkit.org
· 14 years ago
[Renamed from WebCore/bindings/js/JSWorkerCustom.cpp]
3dc6de2
Fix for https://bugs.webkit.org/show_bug.cgi?id=40581
by weinig@apple.com
· 15 years ago
fea29f1
JavaScriptCore: Simplified the host calling convention.
by ggaren@apple.com
· 15 years ago
521f64b
JavaScriptCore: Added the ability to swap vectors with inline capacities, so you can
by ggaren@apple.com
· 15 years ago
271695b
WebCore: Need to update JS bindings and IDL files to support multiple message ports in postMessage()
by atwilson@chromium.org
· 16 years ago
5fca29f
Stack overflow crash in JavaScript garbage collector mark pass
by oliver@apple.com
· 16 years ago
1f1b989
WebCore:
by levin@chromium.org
· 16 years ago
0ea1cd8
WebCore:
by levin@chromium.org
· 16 years ago
dc067b6
JavaScriptCore:
by ggaren@apple.com
· 16 years ago
339077e
JavaScriptCore:
by ggaren@apple.com
· 16 years ago
73785dae
2009-04-07 Geoffrey Garen <ggaren@apple.com>
by ggaren@apple.com
· 16 years ago
27190b2
2009-04-05 Geoffrey Garen <ggaren@apple.com>
by ggaren@apple.com
· 16 years ago
02c3972
2009-04-03 Geoffrey Garen <ggaren@apple.com>
by ggaren@apple.com
· 16 years ago
0f1d23f
2009-04-03 Geoffrey Garen <ggaren@apple.com>
by ggaren@apple.com
· 16 years ago
23edec6
2009-03-26 Darin Adler <darin@apple.com>
by darin@apple.com
· 16 years ago
1e833ef
WebCore:
by darin@apple.com
· 16 years ago
92fdaef
JavaScriptCore:
by weinig@apple.com
· 16 years ago
b9ad540
JavaScriptCore:
by barraclough@apple.com
· 16 years ago
e2011e8
Reviewed by Maciej Stachowiak.
by ap@webkit.org
· 16 years ago