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