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

Unified Diff: chrome/browser/resources/net_internals/http-throttling-view.html

Issue 7531005: Rename the net_internals file names to include hyphens. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Add some missing files Created 9 years, 5 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: chrome/browser/resources/net_internals/http-throttling-view.html
===================================================================
--- chrome/browser/resources/net_internals/http-throttling-view.html (revision 94551)
+++ chrome/browser/resources/net_internals/http-throttling-view.html (working copy)
@@ -1,18 +0,0 @@
-<div id=httpThrottlingTabContent>
- <p>
- In order to prevent Distributed Denial of Service (DDoS) attacks from
- being perpetrated by web pages and extensions that run within Chrome, the
- HTTP throttling mechanism keeps track of errors requesting a given URL
- (minus the query parameters), and after a few 5xx errors in a row, starts
- exponentially increasing an interval during which requests to the
- given URL are disallowed.
- </p><p>
- You may enable or disable the feature below. Please let us know if the
- feature is causing problems for your web site. More details and contact
- information at
- <a href="http://dev.chromium.org/throttling">http://dev.chromium.org/throttling</a>.
- </p>
- <p><input id=enableHttpThrottlingCheckbox type=checkbox />
- Throttle HTTP requests if the server has been overloaded or encountered an error.
- </p>
-</div>

Powered by Google App Engine
This is Rietveld 408576698