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

Unified Diff: webkit/tools/layout_tests/flakiness_dashboard.html

Issue 267044: Fix double page generation bug. Now that we use onhashchange,... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 11 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
« no previous file with comments | « webkit/tools/layout_tests/dashboards/dashboard_base.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/tools/layout_tests/flakiness_dashboard.html
===================================================================
--- webkit/tools/layout_tests/flakiness_dashboard.html (revision 28636)
+++ webkit/tools/layout_tests/flakiness_dashboard.html (working copy)
@@ -1808,7 +1808,6 @@
* pairs.
*/
function setState(var_args) {
- var shouldRegeneratePage = true;
for (var i = 0; i < arguments.length; i += 2) {
var key = arguments[i];
@@ -1827,9 +1826,6 @@
// Set all the custom state for this dashboard before calling
// setQueryParameter since setQueryParameter updates the location bar.
setQueryParameter.apply(null, arguments);
-
- if (shouldRegeneratePage)
- handleLocationChange();
}
function hideLegend() {
« no previous file with comments | « webkit/tools/layout_tests/dashboards/dashboard_base.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698