Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(289)

Unified Diff: LayoutTests/webexposed/global-interface-listing-shared-worker-expected.txt

Issue 946833004: Reland of "Expose events in workers as per latest DOM specification" (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: . Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: LayoutTests/webexposed/global-interface-listing-shared-worker-expected.txt
diff --git a/LayoutTests/webexposed/global-interface-listing-shared-worker-expected.txt b/LayoutTests/webexposed/global-interface-listing-shared-worker-expected.txt
index 16bb18d5fbc5f8d31776c067d80c6417731d6503..12d6ecc3f634ab2c7d40afd2ed126ec3e580dbfe 100644
--- a/LayoutTests/webexposed/global-interface-listing-shared-worker-expected.txt
+++ b/LayoutTests/webexposed/global-interface-listing-shared-worker-expected.txt
@@ -54,6 +54,9 @@ Starting worker: resources/global-interface-listing.js
[Worker] method getRandomValues
[Worker] interface CryptoKey
[Worker] method constructor
+[Worker] interface CustomEvent
+[Worker] method constructor
+[Worker] method initCustomEvent
[Worker] interface DOMException
[Worker] attribute ABORT_ERR
[Worker] attribute DATA_CLONE_ERR
@@ -161,12 +164,43 @@ Starting worker: resources/global-interface-listing.js
[Worker] getter stack
[Worker] method constructor
[Worker] setter stack
+[Worker] interface Event
+[Worker] attribute AT_TARGET
+[Worker] attribute BLUR
+[Worker] attribute BUBBLING_PHASE
+[Worker] attribute CAPTURING_PHASE
+[Worker] attribute CHANGE
+[Worker] attribute CLICK
+[Worker] attribute DBLCLICK
+[Worker] attribute DRAGDROP
+[Worker] attribute FOCUS
+[Worker] attribute KEYDOWN
+[Worker] attribute KEYPRESS
+[Worker] attribute KEYUP
+[Worker] attribute MOUSEDOWN
+[Worker] attribute MOUSEDRAG
+[Worker] attribute MOUSEMOVE
+[Worker] attribute MOUSEOUT
+[Worker] attribute MOUSEOVER
+[Worker] attribute MOUSEUP
+[Worker] attribute NONE
+[Worker] attribute SELECT
+[Worker] method constructor
+[Worker] method initEvent
+[Worker] method preventDefault
+[Worker] method stopImmediatePropagation
+[Worker] method stopPropagation
[Worker] interface EventSource
[Worker] attribute CLOSED
[Worker] attribute CONNECTING
[Worker] attribute OPEN
[Worker] method close
[Worker] method constructor
+[Worker] interface EventTarget
+[Worker] method addEventListener
+[Worker] method constructor
+[Worker] method dispatchEvent
+[Worker] method removeEventListener
[Worker] interface ExclusiveStreamReader
[Worker] method cancel
[Worker] method constructor
« no previous file with comments | « LayoutTests/webexposed/global-interface-listing-dedicated-worker-expected.txt ('k') | Source/core/events/CustomEvent.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698