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

Issue 111873004: [OriginChip] Show and select the URL on alt-d/ctrl-l. (Closed)

Created:
7 years ago by Justin Donnelly
Modified:
7 years ago
Reviewers:
msw, Greg Billock
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

[OriginChip] Show and select the URL on alt-d/ctrl-l. To support this, make OmniboxView::ShowURL public and make it grab focus so that it works in contexts other than the Omnibox's right-click menu. BUG=315944 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=240444

Patch Set 1 #

Total comments: 1

Patch Set 2 : All files this time. #

Total comments: 4

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+17 lines, -12 lines) Patch
M chrome/browser/ui/omnibox/omnibox_view.h View 1 2 2 chunks +4 lines, -3 lines 0 comments Download
M chrome/browser/ui/omnibox/omnibox_view.cc View 1 2 2 chunks +8 lines, -7 lines 0 comments Download
M chrome/browser/ui/views/frame/browser_view.cc View 1 2 1 chunk +4 lines, -1 line 0 comments Download
M chrome/browser/ui/views/location_bar/location_bar_view.h View 1 2 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 10 (0 generated)
Justin Donnelly
7 years ago (2013-12-11 19:00:44 UTC) #1
Greg Billock
https://codereview.chromium.org/111873004/diff/1/chrome/browser/ui/omnibox/omnibox_view.cc File chrome/browser/ui/omnibox/omnibox_view.cc (right): https://codereview.chromium.org/111873004/diff/1/chrome/browser/ui/omnibox/omnibox_view.cc#newcode164 chrome/browser/ui/omnibox/omnibox_view.cc:164: void OmniboxView::ShowURL() { Is making the method public done ...
7 years ago (2013-12-11 19:37:35 UTC) #2
Justin Donnelly
Oops, git fail. All files included now.
7 years ago (2013-12-11 19:48:35 UTC) #3
Greg Billock
https://codereview.chromium.org/111873004/diff/20001/chrome/browser/ui/views/location_bar/location_bar_view.h File chrome/browser/ui/views/location_bar/location_bar_view.h (right): https://codereview.chromium.org/111873004/diff/20001/chrome/browser/ui/views/location_bar/location_bar_view.h#newcode246 chrome/browser/ui/views/location_bar/location_bar_view.h:246: OmniboxViewViews* omnibox_view() { return omnibox_view_; } Should this be ...
7 years ago (2013-12-11 21:31:14 UTC) #4
msw
Hmm, this behavior is a little odd. Just to make sure, UX wants the URL ...
7 years ago (2013-12-12 00:59:21 UTC) #5
Justin Donnelly
On 2013/12/12 00:59:21, msw wrote: > Hmm, this behavior is a little odd. Just to ...
7 years ago (2013-12-12 17:11:49 UTC) #6
Justin Donnelly
https://codereview.chromium.org/111873004/diff/20001/chrome/browser/ui/omnibox/omnibox_view.h File chrome/browser/ui/omnibox/omnibox_view.h (right): https://codereview.chromium.org/111873004/diff/20001/chrome/browser/ui/omnibox/omnibox_view.h#newcode138 chrome/browser/ui/omnibox/omnibox_view.h:138: // Sets focus, disables search term replacement, reverts the ...
7 years ago (2013-12-12 17:11:57 UTC) #7
msw
LGTM; thanks for the doc link.
7 years ago (2013-12-12 18:01:18 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jdonnelly@chromium.org/111873004/40001
7 years ago (2013-12-12 18:16:43 UTC) #9
commit-bot: I haz the power
7 years ago (2013-12-12 22:19:00 UTC) #10
Message was sent while issue was closed.
Change committed as 240444

Powered by Google App Engine
This is Rietveld 408576698