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

Issue 7277089: Display a tooltip when mouse hovers over a folder in the bookmark bar. (Closed)

Created:
9 years, 5 months ago by PhilBeaudoin
Modified:
9 years, 5 months ago
CC:
chromium-reviews
Visibility:
Public.

Description

Display a tooltip when mouse hovers over a folder in the bookmark bar. The tooltip is only displayed if the folder label is too wide for button which causes ellipsis to be displayed. Views specific. BUG=83838 TEST=Create a new folder with a long name in the bookmark bar and verifies the tooltip is displayed. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=91758

Patch Set 1 #

Total comments: 6

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+10 lines, -2 lines) Patch
M chrome/browser/ui/views/bookmarks/bookmark_bar_view.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc View 1 2 chunks +9 lines, -1 line 0 comments Download

Messages

Total messages: 18 (0 generated)
PhilBeaudoin
This is my first CL (as a Googler). Thanks for the review!
9 years, 5 months ago (2011-07-07 19:55:10 UTC) #1
Alexei Svitkine (slow)
http://codereview.chromium.org/7277089/diff/1/chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc File chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc (right): http://codereview.chromium.org/7277089/diff/1/chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc#newcode198 chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc:198: bool GetTooltipText(const gfx::Point& p, std::wstring* tooltip) { Please use ...
9 years, 5 months ago (2011-07-07 19:58:56 UTC) #2
sky
http://codereview.chromium.org/7277089/diff/1/chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc File chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc (right): http://codereview.chromium.org/7277089/diff/1/chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc#newcode199 chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc:199: gfx::Point location(p); It doesn't look 199 and 200 are ...
9 years, 5 months ago (2011-07-07 20:07:16 UTC) #3
PhilBeaudoin
All issues addressed. http://codereview.chromium.org/7277089/diff/1/chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc File chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc (right): http://codereview.chromium.org/7277089/diff/1/chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc#newcode198 chrome/browser/ui/views/bookmarks/bookmark_bar_view.cc:198: bool GetTooltipText(const gfx::Point& p, std::wstring* tooltip) ...
9 years, 5 months ago (2011-07-07 20:26:16 UTC) #4
sky
LGTM
9 years, 5 months ago (2011-07-07 20:31:39 UTC) #5
Alexei Svitkine (slow)
LGTM
9 years, 5 months ago (2011-07-07 20:31:48 UTC) #6
PhilBeaudoin
On 2011/07/07 20:31:48, asvitkine_ wrote: > LGTM Great! Can I get one of you to ...
9 years, 5 months ago (2011-07-07 20:32:39 UTC) #7
Alexei Svitkine (slow)
Commit bot is on it. ;)
9 years, 5 months ago (2011-07-07 20:43:37 UTC) #8
commit-bot: I haz the power
Change committed as 91758
9 years, 5 months ago (2011-07-07 21:33:01 UTC) #9
sky
This doesn't compile on linux and was backed out. See http://build.chromium.org/p/chromium/builders/Linux%20Builder%20%28ChromiumOS%20dbg%29/builds/6852/steps/compile/logs/stdio for one. asvitkine, next ...
9 years, 5 months ago (2011-07-07 21:51:17 UTC) #10
Alexei Svitkine (slow)
My bad, I was under the impression that the commit bot runs try jobs. On ...
9 years, 5 months ago (2011-07-07 22:13:12 UTC) #11
PhilBeaudoin
On 2011/07/07 22:13:12, asvitkine_ wrote: > My bad, I was under the impression that the ...
9 years, 5 months ago (2011-07-07 22:14:48 UTC) #12
sky
It's the linux_view and chromeos bots that didn't like the patch. -Scott On Thu, Jul ...
9 years, 5 months ago (2011-07-07 22:20:55 UTC) #13
sky
I would have thought your cl would trigger try jobs on those bots. Did you ...
9 years, 5 months ago (2011-07-07 22:21:56 UTC) #14
PhilBeaudoin
I just placed it in the commit queue by checking the commit checkbox in Rietveld. ...
9 years, 5 months ago (2011-07-07 23:41:11 UTC) #15
Alexei Svitkine (slow)
I guess those aren't run by default by the commit bot. :\ On Thu, Jul ...
9 years, 5 months ago (2011-07-07 23:55:52 UTC) #16
sky
Marc-Antoine would know for sure. I would have thought we use the same algorithm to ...
9 years, 5 months ago (2011-07-07 23:58:16 UTC) #17
Alexei Svitkine (slow)
9 years, 5 months ago (2011-07-08 00:35:33 UTC) #18
Marc-Antoine is on vacation right now, so we won't hear from him for a while...

On Thu, Jul 7, 2011 at 7:58 PM, Scott Violet <sky@chromium.org> wrote:
> Marc-Antoine would know for sure. I would have thought we use the same
> algorithm to decide what bots to run as we do when you execute 'git
> try'.
>
>  -Scott
>
> On Thu, Jul 7, 2011 at 4:55 PM, Alexei Svitkine <asvitkine@chromium.org>
wrote:
>> I guess those aren't run by default by the commit bot. :\
>>
>> On Thu, Jul 7, 2011 at 7:41 PM, Philippe Beaudoin
>> <philippe.beaudoin@gmail.com> wrote:
>>> I just placed it in the commit queue by checking the commit checkbox in
>>> Rietveld. No idea why it didn't start the linux_view and chromeos trybots.
>>> Maybe this should be investigated?
>>>    Philippe
>>> On Thu, Jul 7, 2011 at 10:21 PM, Scott Violet <sky@chromium.org> wrote:
>>>>
>>>> I would have thought your cl would trigger try jobs on those bots. Did
>>>> you explicitly specify which bots to run on?
>>>>
>>>>  -Scott
>>>>
>>>> On Thu, Jul 7, 2011 at 3:20 PM, Scott Violet <sky@chromium.org> wrote:
>>>> > It's the linux_view and chromeos bots that didn't like the patch.
>>>> >
>>>> >  -Scott
>>>> >
>>>> > On Thu, Jul 7, 2011 at 3:14 PM,  <philippe.beaudoin@gmail.com> wrote:
>>>> >> On 2011/07/07 22:13:12, asvitkine_ wrote:
>>>> >>>
>>>> >>> My bad, I was under the impression that the commit bot runs try jobs.
>>>> >>
>>>> >>> On Thursday, July 7, 2011,  <mailto:sky@chromium.org> wrote:
>>>> >>> > This doesn't compile on linux and was backed out. See
>>>> >>> >
>>>> >>
>>>> >>
>>>> >>
http://build.chromium.org/p/chromium/builders/Linux%2520Builder%2520%2528Chro...
>>>> >>>
>>>> >>> > for one. asvitkine, next time make sure you run a try job first.
>>>> >>> >
>>>> >>> >  -Scott
>>>> >>> >
>>>> >>> > http://codereview.chromium.org/7277089/
>>>> >>> >
>>>> >>
>>>> >> I got this in my inbox:
>>>> >>
>>>> >> try success for 'commit-bot: 7277089-4004' try job on linux @ r91743
>>>> >> http://build.chromium.org/p/tryserver.chromium/
>>>> >>
>>>> >> You are awesome! Try succeeded!
>>>> >>
>>>> >>
>>>> >>
http://build.chromium.org/p/tryserver.chromium/builders/linux/builds/35766
>>>> >> slave: vm163-m4
>>>> >>
>>>> >> (Same for windows and mac.)
>>>> >>
>>>> >> http://codereview.chromium.org/7277089/
>>>> >>
>>>> >
>>>
>>>
>>
>

Powered by Google App Engine
This is Rietveld 408576698