|
Use PageManager in About page
This creates a PageManager.Observer class which delegates handling of
page history and title changes to an uber page observer:
- page_manager.js
- uber_page_manager_observer.js
The About page content is separated into its own file so in a future CL
it can be used as an overlay on another page.
The custom overlay implementation in help_base_page.js is no longer needed.
R=dbeam@chromium.org
BUG= 313244
TBR=ben@chromium.org (for c/b/browser_resources.grd)
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=287989
Total comments: 26
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+486 lines, -1362 lines) |
Patch |
 |
M |
chrome/browser/browser_resources.grd
|
View
|
1
|
2 chunks |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/resources/help/channel_change_page.html
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/resources/help/channel_change_page.js
|
View
|
|
5 chunks |
+20 lines, -19 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/resources/help/help.css
|
View
|
|
1 chunk |
+0 lines, -137 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/resources/help/help.html
|
View
|
|
2 chunks |
+15 lines, -117 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/resources/help/help.js
|
View
|
1
2
|
1 chunk |
+36 lines, -553 lines |
0 comments
|
Download
|
 |
D |
chrome/browser/resources/help/help_base_page.js
|
View
|
|
1 chunk |
+0 lines, -254 lines |
0 comments
|
Download
|
 |
A + |
chrome/browser/resources/help/help_content.css
|
View
|
|
3 chunks |
+8 lines, -12 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/resources/help/help_content.html
|
View
|
|
1 chunk |
+113 lines, -0 lines |
0 comments
|
Download
|
 |
D |
chrome/browser/resources/help/help_focus_manager.js
|
View
|
|
1 chunk |
+0 lines, -27 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/resources/help/help_page.html
|
View
|
|
1 chunk |
+11 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
chrome/browser/resources/help/help_page.js
|
View
|
1
2
|
23 chunks |
+54 lines, -105 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/resources/options/alert_overlay.js
|
View
|
1
|
2 chunks |
+5 lines, -5 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/resources/options/browser_options.js
|
View
|
1
|
1 chunk |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/resources/options/options.js
|
View
|
1
|
2 chunks |
+6 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/resources/options/options_bundle.js
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/resources/options/options_page.css
|
View
|
|
3 chunks |
+1 line, -19 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/resources/options/options_page.js
|
View
|
1
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/resources/options/options_settings_app.js
|
View
|
1
2
3
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
A |
chrome/browser/resources/uber/uber_page_manager_observer.js
|
View
|
1
|
1 chunk |
+58 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/resources/uber/uber_shared.css
|
View
|
|
5 chunks |
+38 lines, -26 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/webui/help/help_ui.cc
|
View
|
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
ui/webui/resources/css/overlay.css
|
View
|
|
1 chunk |
+16 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/webui/resources/js/cr/ui/page_manager/page.js
|
View
|
|
4 chunks |
+13 lines, -22 lines |
0 comments
|
Download
|
 |
M |
ui/webui/resources/js/cr/ui/page_manager/page_manager.js
|
View
|
1
|
13 chunks |
+78 lines, -57 lines |
0 comments
|
Download
|
Total messages: 11 (0 generated)
|