|
alternate ntp (cros/partial-win): add tab-related stuff and toolbar/tab background change
- add tracking of mode change to tab
- add fading in of gradient background for toolbar and tab 100ms after mode
changes from NTP to SEARCH
* cros implementation is complete, but win toolbar background is not done yet
- update toolbar image for NTP page
- modify to draw bookmark bar background like toolbar's
BUG= 134533
TEST=none yet.
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=144604
Total comments: 42
Total comments: 19
Total comments: 6
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+733 lines, -63 lines) |
Patch |
 |
M |
chrome/app/theme/default_100_percent/ntp_background.png
|
View
|
1
2
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
 |
M |
chrome/app/theme/theme_resources_standard.grd
|
View
|
1
2
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/themes/theme_service.h
|
View
|
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/themes/theme_service.cc
|
View
|
|
2 chunks |
+14 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/browser.h
|
View
|
1
2
3
4
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/search/search_delegate.h
|
View
|
|
3 chunks |
+9 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/search/search_delegate.cc
|
View
|
|
3 chunks |
+4 lines, -1 line |
0 comments
|
Download
|
 |
A |
chrome/browser/ui/search/toolbar_search_animator.h
|
View
|
1
2
3
4
5
6
|
1 chunk |
+118 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/ui/search/toolbar_search_animator.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+136 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/ui/search/toolbar_search_animator_observer.h
|
View
|
1
2
|
1 chunk |
+35 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/views/ash/browser_non_client_frame_view_ash.h
|
View
|
1
2
3
|
4 chunks |
+14 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/views/ash/browser_non_client_frame_view_ash.cc
|
View
|
1
2
3
4
|
8 chunks |
+88 lines, -12 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/views/detachable_toolbar_view.h
|
View
|
1
2
3
|
2 chunks |
+10 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/views/detachable_toolbar_view.cc
|
View
|
1
2
3
|
1 chunk |
+6 lines, -5 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/views/frame/browser_view.h
|
View
|
1
2
3
|
2 chunks |
+7 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/views/frame/browser_view.cc
|
View
|
1
2
3
|
4 chunks |
+51 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/views/frame/glass_browser_frame_view.cc
|
View
|
1
2
3
|
4 chunks |
+25 lines, -8 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/views/frame/opaque_browser_frame_view.cc
|
View
|
1
2
3
|
4 chunks |
+31 lines, -9 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/views/tabs/browser_tab_strip_controller.h
|
View
|
1
2
3
|
3 chunks |
+16 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/views/tabs/browser_tab_strip_controller.cc
|
View
|
1
2
3
4
5
6
7
8
|
5 chunks |
+62 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/views/tabs/tab.h
|
View
|
|
1 chunk |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/views/tabs/tab.cc
|
View
|
1
2
3
4
5
|
4 chunks |
+56 lines, -11 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/views/tabs/tab_controller.h
|
View
|
1
2
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/views/tabs/tab_renderer_data.h
|
View
|
1
2
3
4
|
2 chunks |
+8 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/views/tabs/tab_renderer_data.cc
|
View
|
1
2
3
4
|
2 chunks |
+9 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/views/tabs/tab_strip.h
|
View
|
1
2
3
4
|
3 chunks |
+5 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/views/tabs/tab_strip.cc
|
View
|
1
2
3
|
2 chunks |
+7 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/views/tabs/tab_strip_unittest.cc
|
View
|
1
2
3
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/views/tabs/tab_unittest.cc
|
View
|
1
2
3
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/chrome_browser.gypi
|
View
|
1
2
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
Total messages: 24 (0 generated)
|