|
Add a blocking version of the sync promo dialog
This is a new version of the sync promo that is displayed inside a blocking dialog window.
If a new browser window is spawned from inside the sync promo then we close the dialog box and foucs on the new window. Any remaining first run tabs are added as inactive tabs to the new browser window.
Screenshots: http://imgur.com/iBspQ
BUG= 107219
TEST=
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=119827
Total comments: 6
Total comments: 51
Total comments: 2
Total comments: 20
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+577 lines, -69 lines) |
Patch |
 |
M |
chrome/browser/resources/sync_promo/sync_promo.css
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+10 lines, -7 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/resources/sync_promo/sync_promo.js
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/browser_dialogs.h
|
View
|
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/browser_init.h
|
View
|
1
2
3
4
5
6
|
1 chunk |
+10 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/browser_init.cc
|
View
|
1
2
3
4
5
6
|
5 chunks |
+65 lines, -7 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/cocoa/html_dialog_window_controller.mm
|
View
|
1
2
3
4
|
3 chunks |
+37 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/gtk/html_dialog_gtk.h
|
View
|
1
|
1 chunk |
+8 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/gtk/html_dialog_gtk.cc
|
View
|
1
2
3
4
|
2 chunks |
+28 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/views/html_dialog_view.h
|
View
|
|
1 chunk |
+8 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/views/html_dialog_view.cc
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+28 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/webui/html_dialog_tab_contents_delegate.h
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+24 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/webui/html_dialog_tab_contents_delegate.cc
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+61 lines, -35 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/webui/html_dialog_ui.h
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+19 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/webui/html_dialog_ui.cc
|
View
|
1
2
3
|
1 chunk |
+16 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/ui/webui/sync_promo/sync_promo_dialog.h
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+69 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/ui/webui/sync_promo/sync_promo_dialog.cc
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+103 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/webui/sync_promo/sync_promo_handler.h
|
View
|
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/webui/sync_promo/sync_promo_handler.cc
|
View
|
|
2 chunks |
+21 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/webui/sync_promo/sync_promo_handler2.h
|
View
|
1
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/webui/sync_promo/sync_promo_handler2.cc
|
View
|
1
2
3
4
5
|
2 chunks |
+21 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/webui/sync_promo/sync_promo_trial.h
|
View
|
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/webui/sync_promo/sync_promo_trial.cc
|
View
|
1
2
3
4
|
6 chunks |
+13 lines, -6 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/webui/sync_promo/sync_promo_ui.h
|
View
|
|
2 chunks |
+10 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/webui/sync_promo/sync_promo_ui.cc
|
View
|
|
1 chunk |
+9 lines, -6 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/webui/sync_setup_handler.cc
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/webui/sync_setup_handler2.cc
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/chrome_browser.gypi
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
Total messages: 17 (0 generated)
|