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

Unified Diff: handler.py

Issue 11535002: chromium-build app now renders console from stored rows. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/chromium-build
Patch Set: Add test_parse_master_utf8 Created 7 years, 11 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 | « app_test.py ('k') | tests/test_console_merger/chromium_chrome_console_input.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: handler.py
diff --git a/handler.py b/handler.py
index 0eefaddc744e6b44bfe922838a7166b871187631..ac317eba8a627113e8bfbd4526b9d1bbb2a23cf8 100644
--- a/handler.py
+++ b/handler.py
@@ -73,7 +73,8 @@ class FetchPagesAction(base_page.BasePage):
class MainAction(base_page.BasePage):
def get(self):
- self.redirect('/p/chromium/console')
+ args = self.request.query_string
+ self.redirect('/p/chromium/console' + '?' + args)
# Call initial bootstrap for the app module.
« no previous file with comments | « app_test.py ('k') | tests/test_console_merger/chromium_chrome_console_input.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698