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

Issue 10796116: [Web Intents] Basic location bar UI for window disposition picker affordance. (Closed)

Created:
8 years, 5 months ago by Greg Billock
Modified:
8 years, 3 months ago
CC:
chromium-reviews, gbillock+watch_chromium.org, smckay+watch_chromium.org
Visibility:
Public.

Description

[Web Intents] Basic location bar UI for window disposition picker affordance. R=bauerb@chromium.org TBR=phajdan.jr@chromium.org BUG=139028 TEST=None Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=152002

Patch Set 1 #

Total comments: 6

Patch Set 2 : Refactor content settings to PageTool base class. Add stubs for mac/win. #

Total comments: 3

Patch Set 3 : Integrate PageToolViewGtk refactor #

Patch Set 4 : Merge to head #

Patch Set 5 : Fix merge #

Total comments: 2

Patch Set 6 : Update 'tool' to 'button' #

Patch Set 7 : Merge to head #

Total comments: 10

Patch Set 8 : Improve comments/logging. #

Patch Set 9 : Shorten animation time #

Patch Set 10 : Rebase #

Patch Set 11 : Add LocationBar method to test mock. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+102 lines, -1 line) Patch
M chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.h View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/cocoa/location_bar/location_bar_view_mac.mm View 1 2 3 4 5 6 7 8 9 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/browser/ui/gtk/location_bar_view_gtk.h View 1 2 3 4 5 2 chunks +5 lines, -0 lines 0 comments Download
M chrome/browser/ui/gtk/location_bar_view_gtk.cc View 1 2 3 4 5 6 7 8 9 10 chunks +83 lines, -1 line 0 comments Download
M chrome/browser/ui/omnibox/location_bar.h View 1 2 3 4 5 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/ui/views/location_bar/location_bar_view.h View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/views/location_bar/location_bar_view.cc View 1 2 3 4 5 6 7 8 9 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/test/base/test_location_bar.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 30 (0 generated)
Greg Billock
8 years, 5 months ago (2012-07-24 20:06:31 UTC) #1
Bernhard Bauer
https://chromiumcodereview.appspot.com/10796116/diff/1/chrome/browser/ui/gtk/location_bar_view_gtk.cc File chrome/browser/ui/gtk/location_bar_view_gtk.cc (right): https://chromiumcodereview.appspot.com/10796116/diff/1/chrome/browser/ui/gtk/location_bar_view_gtk.cc#newcode1557 chrome/browser/ui/gtk/location_bar_view_gtk.cc:1557: LOG(INFO) << "CLICK!!!"; ? :) https://chromiumcodereview.appspot.com/10796116/diff/1/chrome/browser/ui/gtk/location_bar_view_gtk.h File chrome/browser/ui/gtk/location_bar_view_gtk.h (right): ...
8 years, 5 months ago (2012-07-24 20:37:03 UTC) #2
Greg Billock
Revamped this a bit. I've now refactored out the class better. I'm thinking maybe I'll ...
8 years, 5 months ago (2012-07-26 22:56:56 UTC) #3
Bernhard Bauer
On 2012/07/26 22:56:56, Greg Billock wrote: > Revamped this a bit. I've now refactored out ...
8 years, 5 months ago (2012-07-27 00:35:28 UTC) #4
Bernhard Bauer
http://codereview.chromium.org/10796116/diff/6001/chrome/browser/ui/gtk/location_bar_view_gtk.cc File chrome/browser/ui/gtk/location_bar_view_gtk.cc (right): http://codereview.chromium.org/10796116/diff/6001/chrome/browser/ui/gtk/location_bar_view_gtk.cc#newcode1486 chrome/browser/ui/gtk/location_bar_view_gtk.cc:1486: void LocationBarViewGtk::PageToolViewGtk::Update( Where is this method called? http://codereview.chromium.org/10796116/diff/6001/chrome/browser/ui/gtk/location_bar_view_gtk.cc#newcode1489 chrome/browser/ui/gtk/location_bar_view_gtk.cc:1489: ...
8 years, 5 months ago (2012-07-27 00:35:37 UTC) #5
Greg Billock
On Thu, Jul 26, 2012 at 5:35 PM, <bauerb@chromium.org> wrote: > On 2012/07/26 22:56:56, Greg ...
8 years, 4 months ago (2012-07-27 15:36:37 UTC) #6
Greg Billock
On 2012/07/27 15:36:37, Greg Billock wrote: > On Thu, Jul 26, 2012 at 5:35 PM, ...
8 years, 4 months ago (2012-07-31 19:20:17 UTC) #7
Bernhard Bauer
LGTM! http://codereview.chromium.org/10796116/diff/14005/chrome/browser/ui/gtk/location_bar_view_gtk.cc File chrome/browser/ui/gtk/location_bar_view_gtk.cc (right): http://codereview.chromium.org/10796116/diff/14005/chrome/browser/ui/gtk/location_bar_view_gtk.cc#newcode356 chrome/browser/ui/gtk/location_bar_view_gtk.cc:356: LOG(INFO) << "Web Intents button click"; Nit: Could ...
8 years, 4 months ago (2012-07-31 23:29:15 UTC) #8
Greg Billock
http://codereview.chromium.org/10796116/diff/14005/chrome/browser/ui/gtk/location_bar_view_gtk.cc File chrome/browser/ui/gtk/location_bar_view_gtk.cc (right): http://codereview.chromium.org/10796116/diff/14005/chrome/browser/ui/gtk/location_bar_view_gtk.cc#newcode356 chrome/browser/ui/gtk/location_bar_view_gtk.cc:356: LOG(INFO) << "Web Intents button click"; On 2012/07/31 23:29:15, ...
8 years, 4 months ago (2012-08-07 01:12:39 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/gbillock@chromium.org/10796116/20001
8 years, 4 months ago (2012-08-10 00:27:36 UTC) #10
commit-bot: I haz the power
Presubmit check for 10796116-20001 failed and returned exit status 1. Running presubmit commit checks ...
8 years, 4 months ago (2012-08-10 00:27:39 UTC) #11
Greg Billock
Owners, can you take a look at this CL please? Contains stubs only in cocoa, ...
8 years, 4 months ago (2012-08-10 00:30:11 UTC) #12
Scott Hess - ex-Googler
cocoa lgtm.
8 years, 4 months ago (2012-08-10 00:48:09 UTC) #13
Peter Kasting
LGTM
8 years, 4 months ago (2012-08-10 19:19:35 UTC) #14
Evan Stade
http://codereview.chromium.org/10796116/diff/20001/chrome/browser/ui/gtk/location_bar_view_gtk.cc File chrome/browser/ui/gtk/location_bar_view_gtk.cc (right): http://codereview.chromium.org/10796116/diff/20001/chrome/browser/ui/gtk/location_bar_view_gtk.cc#newcode150 chrome/browser/ui/gtk/location_bar_view_gtk.cc:150: // Animation opening time for web intents button. (in ...
8 years, 4 months ago (2012-08-10 19:36:56 UTC) #15
Greg Billock
http://codereview.chromium.org/10796116/diff/20001/chrome/browser/ui/gtk/location_bar_view_gtk.cc File chrome/browser/ui/gtk/location_bar_view_gtk.cc (right): http://codereview.chromium.org/10796116/diff/20001/chrome/browser/ui/gtk/location_bar_view_gtk.cc#newcode150 chrome/browser/ui/gtk/location_bar_view_gtk.cc:150: // Animation opening time for web intents button. On ...
8 years, 4 months ago (2012-08-10 19:44:17 UTC) #16
Peter Kasting
http://codereview.chromium.org/10796116/diff/20001/chrome/browser/ui/gtk/location_bar_view_gtk.cc File chrome/browser/ui/gtk/location_bar_view_gtk.cc (right): http://codereview.chromium.org/10796116/diff/20001/chrome/browser/ui/gtk/location_bar_view_gtk.cc#newcode151 chrome/browser/ui/gtk/location_bar_view_gtk.cc:151: const int kWebIntentsButtonAnimationTime = 2000; On 2012/08/10 19:44:17, Greg ...
8 years, 4 months ago (2012-08-11 03:37:10 UTC) #17
Greg Billock
http://codereview.chromium.org/10796116/diff/20001/chrome/browser/ui/gtk/location_bar_view_gtk.cc File chrome/browser/ui/gtk/location_bar_view_gtk.cc (right): http://codereview.chromium.org/10796116/diff/20001/chrome/browser/ui/gtk/location_bar_view_gtk.cc#newcode151 chrome/browser/ui/gtk/location_bar_view_gtk.cc:151: const int kWebIntentsButtonAnimationTime = 2000; On 2012/08/11 03:37:10, Peter ...
8 years, 4 months ago (2012-08-11 15:08:05 UTC) #18
Peter Kasting
On 2012/08/11 15:08:05, Greg Billock wrote: > Shall I put it to > 300? Why ...
8 years, 4 months ago (2012-08-11 22:45:36 UTC) #19
Evan Stade
http://codereview.chromium.org/10796116/diff/20001/chrome/browser/ui/gtk/location_bar_view_gtk.cc File chrome/browser/ui/gtk/location_bar_view_gtk.cc (right): http://codereview.chromium.org/10796116/diff/20001/chrome/browser/ui/gtk/location_bar_view_gtk.cc#newcode151 chrome/browser/ui/gtk/location_bar_view_gtk.cc:151: const int kWebIntentsButtonAnimationTime = 2000; On 2012/08/11 15:08:05, Greg ...
8 years, 4 months ago (2012-08-14 00:32:32 UTC) #20
Greg Billock
http://codereview.chromium.org/10796116/diff/20001/chrome/browser/ui/gtk/location_bar_view_gtk.cc File chrome/browser/ui/gtk/location_bar_view_gtk.cc (right): http://codereview.chromium.org/10796116/diff/20001/chrome/browser/ui/gtk/location_bar_view_gtk.cc#newcode151 chrome/browser/ui/gtk/location_bar_view_gtk.cc:151: const int kWebIntentsButtonAnimationTime = 2000; Sounds good. It's easy ...
8 years, 4 months ago (2012-08-15 06:34:32 UTC) #21
Evan Stade
gtk lgtm
8 years, 4 months ago (2012-08-15 20:57:29 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/gbillock@chromium.org/10796116/7015
8 years, 4 months ago (2012-08-15 21:02:33 UTC) #23
commit-bot: I haz the power
Try job failure for 10796116-7015 (previous was lost) (retry) on android for steps "compile, build" ...
8 years, 4 months ago (2012-08-15 21:55:59 UTC) #24
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/gbillock@chromium.org/10796116/20004
8 years, 4 months ago (2012-08-16 00:43:40 UTC) #25
commit-bot: I haz the power
Presubmit check for 10796116-20004 failed and returned exit status 1. Running presubmit commit checks ...
8 years, 4 months ago (2012-08-16 00:43:54 UTC) #26
Greg Billock
On 2012/08/16 00:43:54, I haz the power (commit-bot) wrote: > Presubmit check for 10796116-20004 failed ...
8 years, 4 months ago (2012-08-16 01:59:09 UTC) #27
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/gbillock@chromium.org/10796116/20004
8 years, 4 months ago (2012-08-16 21:13:46 UTC) #28
commit-bot: I haz the power
Change committed as 152002
8 years, 4 months ago (2012-08-17 00:18:13 UTC) #29
Paweł Hajdan Jr.
8 years, 3 months ago (2012-08-29 16:36:21 UTC) #30
chrome/test LGTM

Powered by Google App Engine
This is Rietveld 408576698