Searched refs:execCheck (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/
H A DAuditRules.js510 execCheck: function(messageText, requestCheckFunction, requests, result) method in class:WebInspector.AuditRules.CacheControlRule
631 this.execCheck("The following resources are missing a cache expiration. Resources that do not specify an expiration may not be cached by browsers:",
633 this.execCheck("The following resources specify a \"Vary\" header that disables caching in most versions of Internet Explorer:",
635 this.execCheck("The following cacheable resources have a short freshness lifetime:",
639 this.execCheck("To further improve cache hit rate, specify an expiration one year in the future for the following cacheable resources:",
689 this.execCheck("Resources with a \"?\" in the URL are not cached by most proxy caching servers:",
691 this.execCheck("Consider adding a \"Cache-Control: public\" header to the following resources:",
693 this.execCheck("The following publicly cacheable resources contain a Set-Cookie header. This security vulnerability can cause cookies to be shared by multiple users.",

Completed in 106 milliseconds