|
|
Integrate Chrome To Mobile with Action Box UI.
Gate IsChromeToMobileEnabled on Action Box flag.
Nix commandline flags, and about:flags entry.
Nix IDS_FLAGS_[EN|DIS]ABLE_CHROME_TO_MOBILE_[NAME|DESCRIPTION].
Remove page action icons, anchor to action box button:
Nix chrome_to_mobile_decoration.[h|mm] and use.
Nix chrome_to_mobile_view.[h|cc] and use.
Nix LocationBarViewGtk::CreateChromeToMobileButton, etc.
Nix Command observation from LocationBarView[Mac|Gtk|<win>].
Nix chromeToMobileBubblePoint, GetChromeToMobileBubblePoint, etc.
Nix SetChromeToMobileDecorationLit, VIEW_ID_CHROME_TO_MOBILE_BUTTON, etc.
Add SetActionBoxIcon, call from bubble show/close.
Revise SetTextButtonIconToId for TextButton anchor view.
Disable ShowChromeToMobileBubble on GTK :(
TODO(followup): Refine updating/observation of IDC_CHROME_TO_MOBILE_PAGE.
TODO(followup): TBD GTK Action Box, fallback UI, or more cleanup.
BUG= 102709, 120905, 125307
TEST=Chrome To Mobile is enabled iff Action Box is enabled; disabled on GTK.
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=154120
Total comments: 6
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+69 lines, -519 lines) |
Patch |
 |
M |
chrome/app/generated_resources.grd
|
View
|
|
1 chunk |
+0 lines, -12 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/about_flags.cc
|
View
|
1
2
3
5
|
1 chunk |
+0 lines, -7 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chrome_to_mobile_service.h
|
View
|
3
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chrome_to_mobile_service.cc
|
View
|
1
2
3
|
2 chunks |
+3 lines, -12 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/cocoa/browser_window_controller.h
|
View
|
1
2
3
4
5
|
2 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/cocoa/browser_window_controller.mm
|
View
|
1
2
3
4
5
|
2 chunks |
+1 line, -21 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/cocoa/chrome_to_mobile_bubble_controller.mm
|
View
|
1
2
3
4
5
6
7
|
3 chunks |
+27 lines, -22 lines |
0 comments
|
Download
|
 |
D |
chrome/browser/ui/cocoa/location_bar/chrome_to_mobile_decoration.h
|
View
|
1
|
1 chunk |
+0 lines, -44 lines |
0 comments
|
Download
|
 |
D |
chrome/browser/ui/cocoa/location_bar/chrome_to_mobile_decoration.mm
|
View
|
1
|
1 chunk |
+0 lines, -56 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.h
|
View
|
1
2
3
|
8 chunks |
+4 lines, -17 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.mm
|
View
|
1
2
3
|
8 chunks |
+4 lines, -38 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/cocoa/toolbar/toolbar_controller.h
|
View
|
1
2
|
1 chunk |
+0 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/cocoa/toolbar/toolbar_controller.mm
|
View
|
1
2
|
1 chunk |
+0 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/cocoa/view_id_util_browsertest.mm
|
View
|
1
2
3
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/gtk/location_bar_view_gtk.h
|
View
|
1
|
8 chunks |
+2 lines, -17 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/gtk/location_bar_view_gtk.cc
|
View
|
1
2
3
4
|
11 chunks |
+6 lines, -57 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/gtk/view_id_util.cc
|
View
|
1
2
3
|
1 chunk |
+0 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/view_ids.h
|
View
|
1
2
3
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/views/chrome_to_mobile_bubble_view.cc
|
View
|
1
2
|
4 chunks |
+7 lines, -8 lines |
0 comments
|
Download
|
 |
D |
chrome/browser/ui/views/location_bar/chrome_to_mobile_view.h
|
View
|
1
|
1 chunk |
+0 lines, -52 lines |
0 comments
|
Download
|
 |
D |
chrome/browser/ui/views/location_bar/chrome_to_mobile_view.cc
|
View
|
1
|
1 chunk |
+0 lines, -83 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/views/location_bar/location_bar_view.h
|
View
|
1
|
2 chunks |
+0 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/views/location_bar/location_bar_view.cc
|
View
|
1
2
3
|
9 chunks |
+9 lines, -36 lines |
0 comments
|
Download
|
 |
M |
chrome/chrome_browser.gypi
|
View
|
1
2
3
5
|
2 chunks |
+0 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/common/chrome_switches.h
|
View
|
1
2
3
5
|
2 chunks |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/common/chrome_switches.cc
|
View
|
1
2
3
5
|
2 chunks |
+0 lines, -7 lines |
0 comments
|
Download
|
Total messages: 16 (0 generated)
|