|
Implement the new first run bubble, clean up old bubbles.
Remove large/minimal/oem bubble types, use a single bubble.
Update strings, remove unused code, add Change link/button.
Point Change link to chrome://settings/searchEngines for now.
Old string: "Search using Google from right here"
New string: "You can search from here with Google!"
New link/button text: "Change"
Mac xib changes: Add 'Change' button, widen bubble to fit.
BUG= 107005
TEST=First run search engine bubble now says "You can search from here with Google!"
TBR=pkasting
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=117521
Total comments: 4
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+313 lines, -525 lines) |
Patch |
 |
M |
chrome/app/generated_resources.grd
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+2 lines, -21 lines |
0 comments
|
Download
|
 |
M |
chrome/app/nibs/FirstRunBubble.xib
|
View
|
1
2
3
4
5
6
7
|
16 chunks |
+155 lines, -15 lines |
0 comments
|
Download
|
 |
M |
chrome/app/resources/locale_settings.grd
|
View
|
1
2
3
|
1 chunk |
+0 lines, -18 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/first_run/first_run.h
|
View
|
1
2
3
4
5
6
7
8
|
3 chunks |
+0 lines, -17 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/first_run/first_run.cc
|
View
|
1
2
3
4
5
6
7
8
|
4 chunks |
+4 lines, -37 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/first_run/first_run_browsertest.cc
|
View
|
1
2
3
4
5
6
7
8
|
2 chunks |
+7 lines, -20 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/browser.cc
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+3 lines, -17 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/cocoa/first_run_bubble_controller.h
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+6 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/cocoa/first_run_bubble_controller.mm
|
View
|
1
2
3
4
5
6
7
|
4 chunks |
+10 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.h
|
View
|
1
2
3
4
5
6
|
4 chunks |
+3 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.mm
|
View
|
1
2
3
4
5
6
|
2 chunks |
+4 lines, -5 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/gtk/first_run_bubble.h
|
View
|
1
2
3
4
5
6
|
2 chunks |
+6 lines, -38 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/gtk/first_run_bubble.cc
|
View
|
1
2
3
4
5
6
|
4 chunks |
+35 lines, -148 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/gtk/location_bar_view_gtk.h
|
View
|
1
2
3
4
5
6
|
5 chunks |
+4 lines, -5 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/gtk/location_bar_view_gtk.cc
|
View
|
1
2
3
4
5
6
|
4 chunks |
+5 lines, -13 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/omnibox/location_bar.h
|
View
|
1
2
3
4
5
6
|
3 chunks |
+3 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/views/first_run_bubble.h
|
View
|
1
2
3
4
5
6
|
3 chunks |
+7 lines, -17 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/views/first_run_bubble.cc
|
View
|
1
2
3
4
5
6
7
|
3 chunks |
+40 lines, -75 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/views/first_run_bubble_unittest.cc
|
View
|
1
2
3
4
5
6
|
2 chunks |
+2 lines, -7 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/views/location_bar/location_bar_view.h
|
View
|
1
2
3
4
5
6
|
5 chunks |
+3 lines, -7 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/views/location_bar/location_bar_view.cc
|
View
|
1
2
3
4
5
6
|
5 chunks |
+6 lines, -12 lines |
0 comments
|
Download
|
 |
M |
chrome/common/pref_names.h
|
View
|
1
2
3
4
5
6
8
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/common/pref_names.cc
|
View
|
1
2
3
4
5
6
8
|
1 chunk |
+1 line, -14 lines |
0 comments
|
Download
|
 |
M |
chrome/installer/util/master_preferences.h
|
View
|
1
2
3
4
5
6
|
2 chunks |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/installer/util/master_preferences_constants.h
|
View
|
1
2
3
4
5
6
|
2 chunks |
+1 line, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/installer/util/master_preferences_constants.cc
|
View
|
1
2
3
4
5
6
|
2 chunks |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/installer/util/master_preferences_unittest.cc
|
View
|
1
2
3
4
5
6
|
3 chunks |
+1 line, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/test/base/test_location_bar.h
|
View
|
1
2
3
4
5
6
|
3 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/tools/chromeactions.txt
|
View
|
|
1 chunk |
+0 lines, -10 lines |
0 comments
|
Download
|
Total messages: 17 (0 generated)
|