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

Unified Diff: third_party/WebKit/LayoutTests/inspector/console/command-line-api-getEventListeners-expected.txt

Issue 1999843002: [DevTools] Move CommandLineAPI.getEventListeners to native (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@move-monitor-events-to-native
Patch Set: Created 4 years, 7 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/bindings/core/v8/V8EventListenerInfo.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/inspector/console/command-line-api-getEventListeners-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/console/command-line-api-getEventListeners-expected.txt b/third_party/WebKit/LayoutTests/inspector/console/command-line-api-getEventListeners-expected.txt
index 83d3d28649bf6bf484a50d59f4987ba6d56b81e7..ce97b23c924cf16c90846d264c18c0fa53362e85 100644
--- a/third_party/WebKit/LayoutTests/inspector/console/command-line-api-getEventListeners-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/console/command-line-api-getEventListeners-expected.txt
@@ -6,14 +6,14 @@ Tests getEventListeners() method of console command line API.
[page] 0: {
[page] listener: function listener1() { }
[page] passive: false
-[page] remove: function () {removeEventListenerWrapper(node,this.type,this.listener,this.useCapture,this.passive);}
+[page] remove: function remove() { [Command Line API] }
[page] type: "keydown"
[page] useCapture: false
[page] }
[page] 1: {
[page] listener: function listener2() { }
[page] passive: false
-[page] remove: function () {removeEventListenerWrapper(node,this.type,this.listener,this.useCapture,this.passive);}
+[page] remove: function remove() { [Command Line API] }
[page] type: "keydown"
[page] useCapture: true
[page] }
@@ -22,7 +22,7 @@ Tests getEventListeners() method of console command line API.
[page] 0: {
[page] listener: function listener2() { }
[page] passive: true
-[page] remove: function () {removeEventListenerWrapper(node,this.type,this.listener,this.useCapture,this.passive);}
+[page] remove: function remove() { [Command Line API] }
[page] type: "wheel"
[page] useCapture: false
[page] }
@@ -32,7 +32,7 @@ Tests getEventListeners() method of console command line API.
[page] 0: {
[page] listener: function listener2() { }
[page] passive: false
-[page] remove: function () {removeEventListenerWrapper(node,this.type,this.listener,this.useCapture,this.passive);}
+[page] remove: function remove() { [Command Line API] }
[page] type: "keydown"
[page] useCapture: true
[page] }
@@ -42,7 +42,7 @@ Tests getEventListeners() method of console command line API.
[page] 0: {
[page] listener: function listener2() { }
[page] passive: false
-[page] remove: function () {removeEventListenerWrapper(node,this.type,this.listener,this.useCapture,this.passive);}
+[page] remove: function remove() { [Command Line API] }
[page] type: "keydown"
[page] useCapture: true
[page] }
@@ -51,7 +51,7 @@ Tests getEventListeners() method of console command line API.
[page] 0: {
[page] listener: function listener2() { }
[page] passive: false
-[page] remove: function () {removeEventListenerWrapper(node,this.type,this.listener,this.useCapture,this.passive);}
+[page] remove: function remove() { [Command Line API] }
[page] type: "mousedown"
[page] useCapture: true
[page] }
@@ -60,7 +60,7 @@ Tests getEventListeners() method of console command line API.
[page] 0: {
[page] listener: function listener1() { }
[page] passive: false
-[page] remove: function () {removeEventListenerWrapper(node,this.type,this.listener,this.useCapture,this.passive);}
+[page] remove: function remove() { [Command Line API] }
[page] type: "mousemove"
[page] useCapture: false
[page] }
@@ -70,7 +70,7 @@ Tests getEventListeners() method of console command line API.
[page] 0: {
[page] listener: function onclick(event) { alert(1) }
[page] passive: false
-[page] remove: function () {removeEventListenerWrapper(node,this.type,this.listener,this.useCapture,this.passive);}
+[page] remove: function remove() { [Command Line API] }
[page] type: "click"
[page] useCapture: false
[page] }
@@ -79,7 +79,7 @@ Tests getEventListeners() method of console command line API.
[page] 0: {
[page] listener: function onmouseover(event) { listener2() }
[page] passive: false
-[page] remove: function () {removeEventListenerWrapper(node,this.type,this.listener,this.useCapture,this.passive);}
+[page] remove: function remove() { [Command Line API] }
[page] type: "mouseover"
[page] useCapture: false
[page] }
@@ -89,7 +89,7 @@ Tests getEventListeners() method of console command line API.
[page] 0: {
[page] listener: function onload(event) { runTest() }
[page] passive: false
-[page] remove: function () {removeEventListenerWrapper(node,this.type,this.listener,this.useCapture,this.passive);}
+[page] remove: function remove() { [Command Line API] }
[page] type: "load"
[page] useCapture: false
[page] }
@@ -98,7 +98,7 @@ Tests getEventListeners() method of console command line API.
[page] 0: {
[page] listener: function listener1() { }
[page] passive: false
-[page] remove: function () {removeEventListenerWrapper(node,this.type,this.listener,this.useCapture,this.passive);}
+[page] remove: function remove() { [Command Line API] }
[page] type: "popstate"
[page] useCapture: false
[page] }
« no previous file with comments | « no previous file | third_party/WebKit/Source/bindings/core/v8/V8EventListenerInfo.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698