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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 {
2 method : Log.entryAdded
3 params : {
4 entry : {
5 level : verbose
6 lineNumber : 0
7 source : violation
8 stackTrace : {
9 callFrames : [
10 [0] : {
11 columnNumber : 14
12 functionName :
13 lineNumber : 0
14 scriptId : <string>
15 url :
16 }
17 ]
18 }
19 text : Added synchronous DOM mutation listener to a 'DOMSubtreeModif ied' event. Consider using MutationObserver to make the page more responsive.
20 timestamp : <number>
21 }
22 }
23 }
24
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698