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

Issue 155670: Do not block all task manager tree view mouse release events.... (Closed)

Created:
11 years, 5 months ago by Evan Stade
Modified:
9 years, 6 months ago
CC:
chromium-reviews_googlegroups.com, Ben Goodger (Google)
Visibility:
Public.

Description

Do not block all task manager tree view mouse release events. BUG=16974 TEST=you can resize rows of the task manager Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=21006

Patch Set 1 #

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -5 lines) Patch
M chrome/browser/gtk/task_manager_gtk.cc View 1 2 chunks +2 lines, -5 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
Evan Stade
11 years, 5 months ago (2009-07-17 01:30:38 UTC) #1
Evan Stade
On 2009/07/17 01:30:38, Evan Stade wrote: > ping
11 years, 5 months ago (2009-07-17 18:10:18 UTC) #2
James Hawkins
On 2009/07/17 18:10:18, Evan Stade wrote: > On 2009/07/17 01:30:38, Evan Stade wrote: > > ...
11 years, 5 months ago (2009-07-17 18:15:42 UTC) #3
Evan Stade
updated. take another look?
11 years, 5 months ago (2009-07-17 18:22:23 UTC) #4
James Hawkins
On 2009/07/17 18:22:23, Evan Stade wrote: > updated. take another look? nack, checking for mouse ...
11 years, 5 months ago (2009-07-17 18:58:52 UTC) #5
Evan Stade
On 2009/07/17 18:58:52, James Hawkins wrote: > On 2009/07/17 18:22:23, Evan Stade wrote: > > ...
11 years, 5 months ago (2009-07-17 19:01:35 UTC) #6
Elliot Glaysher
I am voting for this implementation. LGTM. On 2009/07/17 19:01:35, Evan Stade wrote: > On ...
11 years, 5 months ago (2009-07-17 19:08:30 UTC) #7
James Hawkins
11 years, 5 months ago (2009-07-17 19:09:21 UTC) #8
On 2009/07/17 19:08:30, Elliot Glaysher wrote:
> I am voting for this implementation. LGTM.
> 
> On 2009/07/17 19:01:35, Evan Stade wrote:
> > On 2009/07/17 18:58:52, James Hawkins wrote:
> > > On 2009/07/17 18:22:23, Evan Stade wrote:
> > > > updated. take another look?
> > > 
> > > nack, checking for mouse position in bounds is overkill when we can just
> check
> > > the treeview widget.
> > 
> > I highly doubt that call is more computationally intensive than installing
and
> > calling an extra handler, besides we already have to make this check anyway.
> > There are copious places in the code where we do this already.

Please add the comment back in, then lg.

Powered by Google App Engine
This is Rietveld 408576698