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

Side by Side 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, 4 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <div id=httpThrottlingTabContent> 1 <div id=httpThrottlingTabContent>
2 <p> 2 <p>
3 In order to prevent Distributed Denial of Service (DDoS) attacks from 3 In order to prevent Distributed Denial of Service (DDoS) attacks from
4 being perpetrated by web pages and extensions that run within Chrome, the 4 being perpetrated by web pages and extensions that run within Chrome, the
5 HTTP throttling mechanism keeps track of errors requesting a given URL 5 HTTP throttling mechanism keeps track of errors requesting a given URL
6 (minus the query parameters), and after a few 5xx errors in a row, starts 6 (minus the query parameters), and after a few 5xx errors in a row, starts
7 exponentially increasing an interval during which requests to the 7 exponentially increasing an interval during which requests to the
8 given URL are disallowed. 8 given URL are disallowed.
9 </p><p> 9 </p><p>
10 You may enable or disable the feature below. Please let us know if the 10 You may enable or disable the feature below. Please let us know if the
11 feature is causing problems for your web site. More details and contact 11 feature is causing problems for your web site. More details and contact
12 information at 12 information at
13 <a href="http://dev.chromium.org/throttling">http://dev.chromium.org/throttlin g</a>. 13 <a href="http://dev.chromium.org/throttling">http://dev.chromium.org/throttlin g</a>.
14 </p> 14 </p>
15 <p><input id=enableHttpThrottlingCheckbox type=checkbox /> 15 <p><input id=enableHttpThrottlingCheckbox type=checkbox />
16 Throttle HTTP requests if the server has been overloaded or encountered an e rror. 16 Throttle HTTP requests if the server has been overloaded or encountered an e rror.
17 </p> 17 </p>
18 </div> 18 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698