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

Unified Diff: chrome/common/extensions/docs/examples/extensions/benchmark/README.txt

Issue 280383008: Delete benchmarking extension, remove API's ability to enable/disable SPDY (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove benchmarking extension instead Created 6 years, 7 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/common/extensions/docs/examples/extensions/benchmark/README.txt
diff --git a/chrome/common/extensions/docs/examples/extensions/benchmark/README.txt b/chrome/common/extensions/docs/examples/extensions/benchmark/README.txt
deleted file mode 100644
index 226758055358990c6e49742f9a8dc097d73a7e6a..0000000000000000000000000000000000000000
--- a/chrome/common/extensions/docs/examples/extensions/benchmark/README.txt
+++ /dev/null
@@ -1,27 +0,0 @@
-Benchmark Extension
--------------------
-This extension provides basic page-level benchmarking into the browser.
-
-With the extension installed you can test web pages and then compare
-results in a subwindow.
-
-Between each page load you can optionally clear idle http connections and
-clear the cache so that page loads are more like the user experience
-when first connecting to a site.
-
-To use this benchmark, you'll need to run chrome with the the
-"--enable-benchmarking" flag. This flag enables a v8-extension so that
-the benchmark can clear idle connections and the cache.
-
-The code found in the jst/ subdirectory is JSTemplate code from
-http://code.google.com/p/google-jstemplate/.
-
-In jquery/, jquery-1.4.2.min.js is from http://jquery.com/. jquery.flot.min.js
-is a plotting library and from http://code.google.com/p/flot/.
-jquery.flot.dashes.js is an enhancement of Flot for dashed lines and from
-http://code.google.com/p/flot/issues/detail?id=61.
-
-In util/, sortable.js serves for sorting table content and is from
-http://www.kryogenix.org/code/browser/sorttable/. table2CSV.js is for exporting
-table data to .csv and from http://www.kunalbabre.com/projects/table2CSV.php.
-
« no previous file with comments | « chrome/common/benchmarking_messages.h ('k') | chrome/common/extensions/docs/examples/extensions/benchmark/background.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698