DescriptionAdd refresh support to the console page.
Use a template for console data:
- Embeds the refresh value based on a max of the
selected refresh or 30 seconds.
- Allows showing the user sign in/sign out links.
- Move the console header div into the template.
- Rename console.html to merger.html.
- Remove grid and t-grid links.
- Modify get_and_cache_page to return a dict
that contains content and other data, not just
the content itself. Modify that method's
callers to support the new return data.
- Update the rest of the page caching to support
storing and retrieving a serialized dict.
Sign in support:
- Add utils module to allow us to enforce signed
in/admin only pages.
- Move request handler into base_page.
- Add login/admin helper methods to BasePage.
- oauth support is absent.
Add tests for the fetch pipeline.
- Add FakeResponse object to keep fetch_page()
happy.
Miscellanous fixes:
- Fix path for gae-lib-root in docs.
- Remove unused methods (like _clean_int()) and
imports.
- Remove a TODO I fixed in a previous CL.
- Misc formatting fixes.
- Add W0232 pylint error to suppression.
- Ignore pylint errors in webapp2.RequestHandler.
R=maruel@chromium.org
BUG=113488
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=139357
Patch Set 1 #Patch Set 2 : #
Total comments: 28
Patch Set 3 : fixes for comments on patch set 2 #Patch Set 4 : use reload instead of refresh #
Total comments: 6
Patch Set 5 : #
Created: 8 years, 6 months ago
(Patch set is too large to download)
Messages
Total messages: 6 (0 generated)
|