|
[uber] make the navigation controls an iframe
this allows us to control the z-index of the nav controls relative to the iframes (iframes are always on top, but you can control the relative order of iframes compared to other iframes)
At the cost of increased code complexity, this allows us to remove the overlay hack, and more importantly paves the way for overlapping content over the nav bar, which has suddenly become absolutely necessary for subpages to do.
BUG= 110658
TEST=manual. History still works. Clicking the nav buttons still works. if you resize the browser window really small while showing an overlay it will use up all available space.
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=118596
Total comments: 28
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+337 lines, -156 lines) |
Patch |
 |
M |
chrome/browser/browser_resources.grd
|
View
|
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/resources/about_page/about_page.css
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/resources/about_page/about_page.html
|
View
|
1
2
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/resources/extensions/extensions.css
|
View
|
|
2 chunks |
+1 line, -5 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/resources/extensions/extensions.html
|
View
|
|
2 chunks |
+3 lines, -5 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/resources/options2/options.html
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/resources/options2/options_page.css
|
View
|
1
|
2 chunks |
+9 lines, -6 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/resources/options2/options_page.js
|
View
|
|
9 chunks |
+12 lines, -22 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/resources/shared/css/chrome_shared2.css
|
View
|
1
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/resources/shared/js/jstemplate_compiled.js
|
View
|
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/resources/uber/uber.css
|
View
|
|
3 chunks |
+14 lines, -47 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/resources/uber/uber.html
|
View
|
1
2
|
1 chunk |
+2 lines, -15 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/resources/uber/uber.js
|
View
|
1
|
6 chunks |
+51 lines, -40 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/resources/uber/uber_frame.css
|
View
|
|
1 chunk |
+40 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/resources/uber/uber_frame.html
|
View
|
|
1 chunk |
+32 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/resources/uber/uber_frame.js
|
View
|
|
1 chunk |
+87 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/resources/uber/uber_utils.js
|
View
|
1
2
|
1 chunk |
+22 lines, -9 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/webui/chrome_web_ui_factory.cc
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/webui/uber/uber_ui.h
|
View
|
|
1 chunk |
+9 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/webui/uber/uber_ui.cc
|
View
|
|
4 chunks |
+37 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/common/url_constants.h
|
View
|
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/common/url_constants.cc
|
View
|
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
Total messages: 13 (0 generated)
|