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

Issue 165853002: [OSX, OmniTheatre] URL hiding for Origin Chip. (Closed)

Created:
6 years, 10 months ago by groby-ooo-7-16
Modified:
6 years, 10 months ago
CC:
chromium-reviews, James Su, Greg Billock
Visibility:
Public.

Description

[OSX, OmniTheatre] URL hiding for Origin Chip. Hide/Show the URL based on various triggers if origin chip is enabled. Specifically: * Hide URL if location bar loses focus. * Hide URL if location bar is focused via mouse click. * Hide URL on navigation. * Display URL after click on origin chip. (NOT IMPLEMENTED YET) * Display URL after Cmd-L. Also, show a hint text if no text is currently entered. BUG=338563 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=251826

Patch Set 1 #

Total comments: 6

Patch Set 2 : Review nit fixes. #

Patch Set 3 : Rebase to HEAD #

Patch Set 4 : Remove file that depends on different CL #

Unified diffs Side-by-side diffs Delta from patch set Stats (+27 lines, -1 line) Patch
M chrome/browser/ui/cocoa/omnibox/omnibox_view_mac.mm View 1 3 chunks +25 lines, -0 lines 0 comments Download
M chrome/browser/ui/cocoa/toolbar/toolbar_controller.mm View 1 chunk +2 lines, -1 line 0 comments Download

Messages

Total messages: 24 (0 generated)
groby-ooo-7-16
shess: Please look at this from Cocoa/Omnibar OWNERs perspective jdonelly: For general OmniTheatre goodness.
6 years, 10 months ago (2014-02-14 03:24:04 UTC) #1
groby-ooo-7-16
shess: to elaborate on the TODO I need to disable the origin chip whenever the ...
6 years, 10 months ago (2014-02-14 03:53:17 UTC) #2
Justin Donnelly
https://codereview.chromium.org/165853002/diff/1/chrome/browser/ui/cocoa/omnibox/omnibox_view_mac.mm File chrome/browser/ui/cocoa/omnibox/omnibox_view_mac.mm (right): https://codereview.chromium.org/165853002/diff/1/chrome/browser/ui/cocoa/omnibox/omnibox_view_mac.mm#newcode208 chrome/browser/ui/cocoa/omnibox/omnibox_view_mac.mm:208: if (chrome::ShouldDisplayOriginChip() || Any reason not to check just ...
6 years, 10 months ago (2014-02-14 14:57:14 UTC) #3
Justin Donnelly
On 2014/02/14 03:53:17, groby wrote: > shess: to elaborate on the TODO > > I ...
6 years, 10 months ago (2014-02-14 14:57:18 UTC) #4
groby-ooo-7-16
Will add the V2 stuff. I'll probably add a bit more in this CL, depending ...
6 years, 10 months ago (2014-02-14 18:29:50 UTC) #5
Scott Hess - ex-Googler
On 2014/02/14 03:53:17, groby wrote: > shess: to elaborate on the TODO > > I ...
6 years, 10 months ago (2014-02-15 00:51:55 UTC) #6
Scott Hess - ex-Googler
lgtm as-is, let me know if you decide to bite off the chip-click case in ...
6 years, 10 months ago (2014-02-15 00:55:56 UTC) #7
groby-ooo-7-16
No, I'll bite that off later. FWIW, here's what I'm planning: * Have a separate ...
6 years, 10 months ago (2014-02-15 01:04:53 UTC) #8
groby-ooo-7-16
https://codereview.chromium.org/165853002/diff/1/chrome/browser/ui/cocoa/omnibox/omnibox_view_mac.mm File chrome/browser/ui/cocoa/omnibox/omnibox_view_mac.mm (right): https://codereview.chromium.org/165853002/diff/1/chrome/browser/ui/cocoa/omnibox/omnibox_view_mac.mm#newcode208 chrome/browser/ui/cocoa/omnibox/omnibox_view_mac.mm:208: if (chrome::ShouldDisplayOriginChip() || On 2014/02/14 14:57:14, Justin Donnelly wrote: ...
6 years, 10 months ago (2014-02-15 01:28:14 UTC) #9
groby-ooo-7-16
The CQ bit was checked by groby@chromium.org
6 years, 10 months ago (2014-02-15 01:28:18 UTC) #10
Scott Hess - ex-Googler
On 2014/02/15 01:04:53, groby wrote: > No, I'll bite that off later. FWIW, here's what ...
6 years, 10 months ago (2014-02-15 01:28:19 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/groby@chromium.org/165853002/110001
6 years, 10 months ago (2014-02-15 01:34:44 UTC) #12
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 10 months ago (2014-02-15 01:34:46 UTC) #13
commit-bot: I haz the power
Failed to apply patch for chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.mm: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
6 years, 10 months ago (2014-02-15 01:34:46 UTC) #14
groby-ooo-7-16
On 2014/02/15 01:28:19, shess wrote: > On 2014/02/15 01:04:53, groby wrote: > > No, I'll ...
6 years, 10 months ago (2014-02-15 01:49:46 UTC) #15
groby-ooo-7-16
The CQ bit was checked by groby@chromium.org
6 years, 10 months ago (2014-02-15 02:37:06 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/groby@chromium.org/165853002/260001
6 years, 10 months ago (2014-02-15 02:39:36 UTC) #17
Scott Hess - ex-Googler
On 2014/02/15 01:49:46, groby wrote: > These really are two different, if linked, controls. Unless ...
6 years, 10 months ago (2014-02-15 03:38:04 UTC) #18
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 10 months ago (2014-02-15 05:03:54 UTC) #19
commit-bot: I haz the power
Retried try job too often on win_rel for step(s) unit_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win_rel&number=264986
6 years, 10 months ago (2014-02-15 05:03:55 UTC) #20
groby-ooo-7-16
The CQ bit was checked by groby@chromium.org
6 years, 10 months ago (2014-02-18 19:27:43 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/groby@chromium.org/165853002/260001
6 years, 10 months ago (2014-02-18 19:28:46 UTC) #22
macourteau
On 2014/02/15 01:49:46, groby wrote: > On 2014/02/15 01:28:19, shess wrote: > > On 2014/02/15 ...
6 years, 10 months ago (2014-02-18 19:57:07 UTC) #23
commit-bot: I haz the power
6 years, 10 months ago (2014-02-18 20:42:11 UTC) #24
Message was sent while issue was closed.
Change committed as 251826

Powered by Google App Engine
This is Rietveld 408576698