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

Unified Diff: third_party/WebKit/Source/devtools/front_end/audits/AuditRules.js

Issue 2455943003: Backend for css rule tracking (Closed)
Patch Set: Created 4 years, 2 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/Source/devtools/front_end/audits/AuditRules.js
diff --git a/third_party/WebKit/Source/devtools/front_end/audits/AuditRules.js b/third_party/WebKit/Source/devtools/front_end/audits/AuditRules.js
index 7731fac6ece3dbe29b5a60f872fbc2a67fdb342e..9049fbe7b8c9c17867fafe0d44e7be89ea484cbd 100644
--- a/third_party/WebKit/Source/devtools/front_end/audits/AuditRules.js
+++ b/third_party/WebKit/Source/devtools/front_end/audits/AuditRules.js
@@ -1562,3 +1562,4 @@ WebInspector.AuditRules.StaticCookielessRule.prototype = {
__proto__: WebInspector.AuditRules.CookieRuleBase.prototype
};
+
caseq 2016/10/27 20:59:56 Please revet this file altogether.
valih 2016/10/27 21:41:17 Done.

Powered by Google App Engine
This is Rietveld 408576698