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

Side by Side Diff: third_party/WebKit/Source/devtools/scripts/jsdoc_validator/tests/golden.dat

Issue 2441163002: DevTools: clean up scripts folder (Closed)
Patch Set: Created 4 years, 1 month 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
1 /tests/document.js:1: ERROR - Access to "document" property of global object is disallowed 1 /tests/document.js:1: ERROR - Access to "document" property of global object is disallowed
2 document.bar(); 2 document.bar();
3 ^ 3 ^
4 4
5 /tests/document.js:2: ERROR - Access to "document" property of global object is disallowed 5 /tests/document.js:2: ERROR - Access to "document" property of global object is disallowed
6 window.document.bar(); 6 window.document.bar();
7 ^ 7 ^
8 8
9 /tests/document.js:5: ERROR - Access to "document" property of global object is disallowed 9 /tests/document.js:5: ERROR - Access to "document" property of global object is disallowed
10 document(); 10 document();
(...skipping 389 matching lines...) Expand 10 before | Expand all | Expand 10 after
400 400
401 /tests/this.js:268: ERROR - @this annotation is required for functions referenci ng 'this' 401 /tests/this.js:268: ERROR - @this annotation is required for functions referenci ng 'this'
402 function callbackReferencingThisNotAnnotated() 402 function callbackReferencingThisNotAnnotated()
403 ^ 403 ^
404 404
405 /tests/this.js:277: ERROR - @this annotation found for function not referencing 'this' 405 /tests/this.js:277: ERROR - @this annotation found for function not referencing 'this'
406 function callbackNotReferencingThisAnnotated() 406 function callbackNotReferencingThisAnnotated()
407 ^ 407 ^
408 408
409 Total errors: 102 409 Total errors: 102
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698