Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(500)

Issue 4724005: Add a help bubble pointing to the omnibox when installing an extension with (Closed)

Created:
10 years, 1 month ago by Matt Perry
Modified:
9 years, 7 months ago
Reviewers:
Aaron Boodman, Bons
CC:
chromium-reviews, Aaron Boodman, Erik does not do reviews, pam+watch_chromium.org, ben+cc_chromium.org, Paweł Hajdan Jr.
Visibility:
Public.

Description

Add a help bubble pointing to the omnibox when installing an extension with an omnibox keyword. BUG=54353 TEST=Install chrome_search from the extension examples folder. You should see a help bubble pointing to the omnibox explaining how to use the omnibox keyword. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=66197

Patch Set 1 #

Total comments: 14

Patch Set 2 : fixes #

Patch Set 3 : linux rtl fix #

Patch Set 4 : compile #

Patch Set 5 : reup #

Patch Set 6 : reup #

Patch Set 7 : reup #

Patch Set 8 : xib #

Unified diffs Side-by-side diffs Delta from patch set Stats (+328 lines, -50 lines) Patch
M chrome/app/generated_resources.grd View 1 2 3 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/app/nibs/ExtensionInstalledBubble.xib View 1 2 3 5 6 7 11 chunks +178 lines, -15 lines 0 comments Download
M chrome/browser/cocoa/extension_installed_bubble_controller.h View 1 3 chunks +6 lines, -4 lines 0 comments Download
M chrome/browser/cocoa/extension_installed_bubble_controller.mm View 1 7 chunks +45 lines, -16 lines 0 comments Download
M chrome/browser/cocoa/extension_installed_bubble_controller_unittest.mm View 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/browser/extensions/extension_install_ui.cc View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/gtk/extension_installed_bubble_gtk.h View 2 chunks +2 lines, -0 lines 0 comments Download
M chrome/browser/gtk/extension_installed_bubble_gtk.cc View 1 2 4 chunks +37 lines, -4 lines 0 comments Download
M chrome/browser/gtk/location_bar_view_gtk.h View 1 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/ui/views/extensions/extension_installed_bubble.h View 2 chunks +2 lines, -0 lines 0 comments Download
M chrome/browser/ui/views/extensions/extension_installed_bubble.cc View 4 6 chunks +34 lines, -9 lines 0 comments Download
M chrome/browser/ui/views/location_bar/location_bar_view.h View 1 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/browser/ui/views/location_bar/location_bar_view.cc View 1 1 chunk +11 lines, -0 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
Matt Perry
andy: please make sure I didn't horribly screw up the Mac stuff aa: the rest
10 years, 1 month ago (2010-11-10 23:52:23 UTC) #1
Aaron Boodman
It would be cool if we could actually put the omnibox into keyword mode for ...
10 years, 1 month ago (2010-11-11 02:55:30 UTC) #2
Aaron Boodman
http://codereview.chromium.org/4724005/diff/1/chrome/app/generated_resources.grd File chrome/app/generated_resources.grd (right): http://codereview.chromium.org/4724005/diff/1/chrome/app/generated_resources.grd#newcode3712 chrome/app/generated_resources.grd:3712: Type "<ph name="EXTENSION_KEYWORD">$1<ex>search</ex></ph>" into the URL bar to send ...
10 years, 1 month ago (2010-11-11 02:57:14 UTC) #3
Bons
http://codereview.chromium.org/4724005/diff/1/chrome/browser/cocoa/extension_installed_bubble_controller.h File chrome/browser/cocoa/extension_installed_bubble_controller.h (right): http://codereview.chromium.org/4724005/diff/1/chrome/browser/cocoa/extension_installed_bubble_controller.h#newcode35 chrome/browser/cocoa/extension_installed_bubble_controller.h:35: kOmniboxKeyword, while you're in here, mind alphabetizing these? http://codereview.chromium.org/4724005/diff/1/chrome/browser/cocoa/extension_installed_bubble_controller.mm ...
10 years, 1 month ago (2010-11-11 19:28:57 UTC) #4
Matt Perry
RE: putting the omnibox in keyword mode - I still have to look into it, ...
10 years, 1 month ago (2010-11-12 07:20:24 UTC) #5
Aaron Boodman
http://codereview.chromium.org/4724005/diff/1/chrome/browser/extensions/extension_install_ui.cc File chrome/browser/extensions/extension_install_ui.cc (right): http://codereview.chromium.org/4724005/diff/1/chrome/browser/extensions/extension_install_ui.cc#newcode160 chrome/browser/extensions/extension_install_ui.cc:160: !extension->page_action()->default_icon_path().empty())) { On 2010/11/12 07:20:25, Matt Perry wrote: > ...
10 years, 1 month ago (2010-11-12 19:04:05 UTC) #6
Matt Perry
OK, I fixed the linux RTL bug. I think this is ready for commit once ...
10 years, 1 month ago (2010-11-12 23:08:18 UTC) #7
Bons
Did you work out your domestic issues with interface builder? On Fri, Nov 12, 2010 ...
10 years, 1 month ago (2010-11-12 23:54:04 UTC) #8
Matt Perry
On 2010/11/12 23:54:04, Andrew Bonventre (Bons) wrote: > Did you work out your domestic issues ...
10 years, 1 month ago (2010-11-12 23:57:05 UTC) #9
Bons
I'm sorry to hear that. I'd be happy to, though I probably won't get to ...
10 years, 1 month ago (2010-11-12 23:59:28 UTC) #10
Matt Perry
10 years, 1 month ago (2010-11-13 00:01:39 UTC) #11
Yeah that's fine. Feel free to wait till Monday, actually :).

On 2010/11/12 23:59:28, Andrew Bonventre (Bons) wrote:
> I'm sorry to hear that. I'd be happy to, though I probably won't get
> to it 'til tomorrow. That cool?
> 
> On Fri, Nov 12, 2010 at 6:57 PM,  <mailto:mpcomplete@chromium.org> wrote:
> > On 2010/11/12 23:54:04, Andrew Bonventre (Bons) wrote:
> >>
> >> Did you work out your domestic issues with interface builder?
> >
> > No, we had irreconcilable differences. Can you can patch this CL into your
> > checkout and fix up the .xib for me?
> >
> > http://codereview.chromium.org/4724005/
> >

Powered by Google App Engine
This is Rietveld 408576698