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

Unified Diff: third_party/WebKit/LayoutTests/inspector-protocol/console/console-dom-mutation-violations-expected.txt

Issue 2863183003: DevTools: report adding mutation event listener as a violations. (Closed)
Patch Set: same Created 3 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
Index: third_party/WebKit/LayoutTests/inspector-protocol/console/console-dom-mutation-violations-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector-protocol/console/console-dom-mutation-violations-expected.txt b/third_party/WebKit/LayoutTests/inspector-protocol/console/console-dom-mutation-violations-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..326e772ddd668e3a215c325838be4af9a1340fc5
--- /dev/null
+++ b/third_party/WebKit/LayoutTests/inspector-protocol/console/console-dom-mutation-violations-expected.txt
@@ -0,0 +1,24 @@
+{
+ method : Log.entryAdded
+ params : {
+ entry : {
+ level : verbose
+ lineNumber : 0
+ source : violation
+ stackTrace : {
+ callFrames : [
+ [0] : {
+ columnNumber : 14
+ functionName :
+ lineNumber : 0
+ scriptId : <string>
+ url :
+ }
+ ]
+ }
+ text : Added synchronous DOM mutation listener to a 'DOMSubtreeModified' event. Consider using MutationObserver to make the page more responsive.
+ timestamp : <number>
+ }
+ }
+}
+

Powered by Google App Engine
This is Rietveld 408576698