Chromium Code Reviews
DescriptionWebUI: Fix/suppress some existing violations of no-restricted-globals.
Adding suppressions for cases where util.js document.getElementById can't
be used because the code runs on an extension or content_script, or just
because a dependency to util.js is unwanted.
For remaining cases, actually replacing document.getElementById() with $().
BUG=720034
CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation
Review-Url: https://codereview.chromium.org/2921783003
Cr-Commit-Position: refs/heads/master@{#477419}
Committed: https://chromium.googlesource.com/chromium/src/+/4bcb1a848a99744f64f48301f5f797fb09b30e2c
Patch Set 1 #Patch Set 2 : more #Patch Set 3 : Undo #Patch Set 4 : More #
Total comments: 2
Patch Set 5 : Address comment. #
Total comments: 5
Patch Set 6 : Fix svg #Messages
Total messages: 40 (22 generated)
|