- 1176317 URL::port should return Optional<uint16_t> by achristensen@apple.com · 8 years ago
- 6bfe112 Move some more assorted classes from ExceptionCode to Exception by darin@apple.com · 8 years ago
- 9786653 Cleanup WebCore/workers https://bugs.webkit.org/show_bug.cgi?id=163635 by commit-queue@webkit.org · 8 years ago
- bcbd416 Simplify SerializedScriptValue, MessagePortArray and ArrayBufferArray to ease generation by weinig@apple.com · 8 years ago
- 07eaa7c Rename ExceptionCode-based exception handling to "legacy" by darin@apple.com · 8 years ago
- 28ac930 Expose CryptoKey to web workers by jiewen_tan@apple.com · 8 years ago
- 03af195 Refactor ContentSecurityPolicy::allow* methods by commit-queue@webkit.org · 8 years ago
- a71ffa7 [GTK] Move GObject DOM bindings to WebKit2 layer and stop auto generating them by carlosgc@webkit.org · 8 years ago
- 3a49627 WorkerLocation.prototype.toString() should be enumerable by cdumez@apple.com · 9 years ago
- 4bd8523 Removed Objective-C specific attributes from IDL, made conditionals more consistent by darin@apple.com · 9 years ago
- bd3f3c1 Expose crypto.getRandomValues to Web Workers by jiewen_tan@apple.com · 9 years ago
- 964a625 Remove unused includes of wtf headers by achristensen@apple.com · 9 years ago
- 50b0e85 Remove more unused bindings code https://bugs.webkit.org/show_bug.cgi?id=160568 by andersca@apple.com · 9 years ago
- a9177a1 [Web IDL] Add support for USVString type by cdumez@apple.com · 9 years ago
- f89b11d [Fetch API] Add support to ReferrerPolicy by commit-queue@webkit.org · 9 years ago
- 877e149 [Fetch API] Pass directly FetchRequest fetch options to ThreadableLoader by commit-queue@webkit.org · 9 years ago
- 9b57957 Reduce the number of ResourceRequest copies in DocumentThreadableLoader by commit-queue@webkit.org · 9 years ago
- bfb64e2 [Fetch API] Activate credentials mode by commit-queue@webkit.org · 9 years ago
- 449ca6b Remove crossOriginRequestPolicy from ThreadableLoaderOptions by commit-queue@webkit.org · 9 years ago
- 7917deb Fix the !ENABLE(WEB_SOCKETS) build after r202930 by ossy@webkit.org · 9 years ago
- 7fb61bb Use SocketProvider to create WebSocketChannels by commit-queue@webkit.org · 9 years ago
- 996973b Remove ThreadableLoaderOptions origin by commit-queue@webkit.org · 9 years ago
- 944337c Remove didFailRedirectCheck ThreadableLoaderClient callback by commit-queue@webkit.org · 9 years ago
- 0eec8ff Pass ScriptExecutionContext::Task as rvalue reference by cdumez@apple.com · 9 years ago
- 77db180 Remove RefPtr::release() and change calls sites to use WTFMove() by krollin@apple.com · 9 years ago
- 06ee4a5 Drop some unnecessary header includes by cdumez@apple.com · 9 years ago
- ea4879d window.onerror should pass the ErrorEvent's 'error' property as the 5th argument to the event handler by commit-queue@webkit.org · 9 years ago
- 0180c20 atob() / btoa() API should be exposed to workers by cdumez@apple.com · 9 years ago
- 5d78101 Modernize a few more lambda captures by cdumez@apple.com · 9 years ago
- 650dc86 Get rid of StringCapture. https://bugs.webkit.org/show_bug.cgi?id=158285 by beidson@apple.com · 9 years ago
- d4cd8a1 Make ScriptExecutionContext::Task work in terms of wtf::NoncopyableFunction instead of std::function. by beidson@apple.com · 9 years ago
- eb00de0 Modern IDB: IDB objects from a worker thread might be destroyed on the main thread. by beidson@apple.com · 9 years ago
- e1b9c75 Unreviewed, rolling out r201341. by ryanhaddad@apple.com · 9 years ago
- f53df0f Use lambda capture with initializer instead of StringCapture by cdumez@apple.com · 9 years ago
- 7bd3d3b Rename all protector variables that should be called `protectedThis` by beidson@apple.com · 9 years ago
- 3670f1f Have the WorkerGlobalScope API return more references by cdumez@apple.com · 9 years ago
- 6ab0085 Drop WorkerGlobalScope's custom GetOwnPropertySlot() implementation by cdumez@apple.com · 9 years ago
- 902dc01 Fix the !ENABLE(INDEXED_DATABASE) build by ossy@webkit.org · 9 years ago
- 63f7010 Modern IDB (Workers): Start running a lot of the workers tests. by beidson@apple.com · 9 years ago
- a2991df WorkerGlobalScope's self, location and navigator attributes should not be replaceable by cdumez@apple.com · 9 years ago
- 52b3b55 Support disabling at runtime IndexedDB constructors exposed to workers by cdumez@apple.com · 9 years ago
- ab9a9ca Attempt at a Windows build fix. by beidson@apple.com · 9 years ago
- 8a5a72a Modern IDB (Workers): Get the IDBConnectionProxy from the Document to the WorkerGlobalScope. by beidson@apple.com · 9 years ago
- e8878c7 Modern IDB (Workers): Introduce "IDBConnectionProxy" for future threading abstraction, and adopt it in IDBFactory. by beidson@apple.com · 9 years ago
- 8d7428e Modern IDB (Workers): Enable INDEXED_DATABASE_IN_WORKERS compile time flag, but disabled in RuntimeEnabledFeatures. by beidson@apple.com · 9 years ago
- eb6bac4 Rename [GlobalContext] extended attribute to [Exposed] and align with WebIDL by cdumez@apple.com · 9 years ago
- fd624ff Web Inspector: We should have a way to capture heap snapshots programatically. by commit-queue@webkit.org · 9 years ago
- 0d9611e Cleanup: Add convenience function URL::procotolIsBlob() by dbates@webkit.org · 9 years ago
- e96b007 Convert DOMTimer interval from int to std::chromo::milliseconds by barraclough@apple.com · 9 years ago
- 49cc03e Followup to: by darin@apple.com · 9 years ago
- 11ff47c Remove "virtual" from all lines that have both "virtual" and "override". by darin@apple.com · 9 years ago
- 31e0b1a Web Inspector: Web Workers have no access to console for debugging by commit-queue@webkit.org · 9 years ago
- 27a78c6 Drop the [EventTarget] WebKit-specific IDL extended attribute by cdumez@apple.com · 9 years ago
- d620980 Window and WorkerGlobalScope should inherit EventTarget by cdumez@apple.com · 9 years ago
- 8c34a38 CSP: Implement child-src directive by dbates@webkit.org · 9 years ago
- 4028c65 WebKit should expose the DOM 4 Event.isTrusted property by jiewen_tan@apple.com · 9 years ago
- cb67d2a [Web IDL] interfaces should inherit EventTarget instead of duplicating the EventTarget API by cdumez@apple.com · 9 years ago
- 25ec4da CSP connect-src directive should block redirects by dbates@webkit.org · 9 years ago
- 19e19f0 CSP: Allow Web Workers initiated from an isolated world to bypass the main world Content Security Policy by dbates@webkit.org · 9 years ago
- 869446a CSP: Support checking content security policy without a script execution context by dbates@webkit.org · 9 years ago
- e5b53f1 CSP: Use the served CSP header for dedicated workers by dbates@webkit.org · 9 years ago
- 5542149 Cleanup: Make DedicatedWorkerThread::create() an inline template method by dbates@webkit.org · 9 years ago
- 3f622bc Cleanup: Make DedicatedWorkerThread::create() an inline template method by dbates@webkit.org · 9 years ago
- fea403eb Remove XMLHttpRequestException by dbates@webkit.org · 9 years ago
- f92c11d REGRESSION(r192773): [GTK] maps.google.com unresponsive/stalls since r192773 by carlosgc@webkit.org · 9 years ago
- 13aae08 Replace WTF::move with WTFMove https://bugs.webkit.org/show_bug.cgi?id=152601 by aestes@apple.com · 9 years ago
- 2038dcb Stop moving local objects in return statements by aestes@apple.com · 9 years ago
- ae02f9e Web Inspector: Remove untested and unused Worker inspection by joepeck@webkit.org · 9 years ago
- 8af5d21 Rename ActiveDOMObject/DOMWindow PageCacheSuspension code to support more reasons for suspension by commit-queue@webkit.org · 9 years ago
- ce24e8d location.origin is undefined in a web worker by cdumez@apple.com · 9 years ago
- 32216e4 Stop passing a PassRefPtr to dispatchEvent() by cdumez@apple.com · 9 years ago
- f8ef838 Make every port implement MainThreadSharedTimer instead of using global functions by carlosgc@webkit.org · 9 years ago
- dda89a0 Web Inspector: Clean up InspectorInstrumentation includes by commit-queue@webkit.org · 9 years ago
- 77bbd7a Drop support for legacy EventException by cdumez@apple.com · 9 years ago
- 2082ad1 Replace all uses of std::mutex/std::condition_variable with WTF::Lock/WTF::Condition by fpizlo@apple.com · 10 years ago
- 7398598 Replace all remaining uses of WTF::Mutex with WTF::Lock by fpizlo@apple.com · 10 years ago
- 08deeca Unreviewed, roll out http://trac.webkit.org/changeset/187972. by fpizlo@apple.com · 10 years ago
- f21ebf8 Rename Mutex to DeprecatedMutex https://bugs.webkit.org/show_bug.cgi?id=147675 by fpizlo@apple.com · 10 years ago
- 286ec9e [CF] Web process continually eating memory on simple, shared Google Docs spreadsheet. by akling@apple.com · 10 years ago
- d839ea1 Drop RefPtr::clear() method https://bugs.webkit.org/show_bug.cgi?id=146556 by cdumez@apple.com · 10 years ago
- 6c5e076 Use NakedPtr<Exception>& to return exception results. by mark.lam@apple.com · 10 years ago
- 6ed0827 finally blocks should not set the exception stack trace when re-throwing the exception. by mark.lam@apple.com · 10 years ago
- 33b9ac9 Use modern for-loops in WebCore/plugins, storage, style, testing and workers. by commit-queue@webkit.org · 10 years ago
- 9d22854 Purge PassRefPtr in WebCore/Modules by gyuyoung.kim@webkit.org · 10 years ago
- 65bed05 Rename URL::copy() to URL::isolatedCopy() to match String. by commit-queue@webkit.org · 10 years ago
- cc1b389 Rename ActiveDOMObject::canSuspend() to canSuspendForPageCache() for clarity by cdumez@apple.com · 10 years ago
- c52c9bf More event handler improvements https://bugs.webkit.org/show_bug.cgi?id=142701 by darin@apple.com · 10 years ago
- a0e7edb Remove unused C++ DOM event handler attribute functions by darin@apple.com · 10 years ago
- 6c05566 Make ActiveDOMObject::canSuspend() pure virtual by cdumez@apple.com · 10 years ago
- 91ba873 Web Inspector: remove some unnecessary Inspector prefixes from class names in Inspector namespace by burg@cs.washington.edu · 10 years ago
- 4faf1ef Rename shared() static member functions to singleton() for singleton classes. by cdumez@apple.com · 10 years ago
- d77a314 Remove ENABLE(INSPECTOR) ifdef guards by ossy@webkit.org · 10 years ago
- 721a4c7 Web Inspector and regular console use different source code locations for messages by ap@apple.com · 10 years ago
- f4eb1bb Remove support for SharedWorkers https://bugs.webkit.org/show_bug.cgi?id=140344 by weinig@apple.com · 10 years ago
- dad6bb3 Log which ActiveDOMObject(s) can't be suspended for PageCache. by akling@apple.com · 10 years ago
- afe399f Remove more worker database code https://bugs.webkit.org/show_bug.cgi?id=140320 by andersca@apple.com · 10 years ago
- 9f378ef Web Inspector: purge PassRefPtr from Inspector code and use Ref for typed and untyped protocol objects by joepeck@webkit.org · 10 years ago
- 9184b90 Unreviewed, rolling out r178039. https://bugs.webkit.org/show_bug.cgi?id=140187 by commit-queue@webkit.org · 10 years ago
- 58ca4d5 Web Inspector: purge PassRefPtr from Inspector code and use Ref for typed and untyped protocol objects by burg@cs.washington.edu · 10 years ago
- 38fd0f5 Remove GroupSettings https://bugs.webkit.org/show_bug.cgi?id=140037 by commit-queue@webkit.org · 10 years ago