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

Issue 381323002: [rough WIP] Make View::GetEventHandlerForRect() non-virtual (Closed)

Created:
6 years, 5 months ago by tdanderson
Modified:
6 years, 5 months ago
Reviewers:
sadrul
CC:
chromium-reviews, tdanderson+views_chromium.org, sadrul, benquan, tfarina, Dane Wallinga, dyu1, estade+watch_chromium.org, rouslan+autofillwatch_chromium.org, kalyank, ben+views_chromium.org, James Su, Ilya Sherman, ben+ash_chromium.org
Project:
chromium
Visibility:
Public.

Description

[rough WIP] Make View::GetEventHandlerForRect() non-virtual WIP BUG=none

Patch Set 1 #

Total comments: 2

Patch Set 2 : rebase against ToT #

Patch Set 3 : rebase against ToT #

Patch Set 4 : rebase cleanup #

Unified diffs Side-by-side diffs Delta from patch set Stats (+264 lines, -80 lines) Patch
M chrome/browser/ui/views/autofill/autofill_dialog_views.h View 3 chunks +9 lines, -3 lines 0 comments Download
M chrome/browser/ui/views/autofill/autofill_dialog_views.cc View 1 2 3 chunks +13 lines, -4 lines 0 comments Download
M chrome/browser/ui/views/autofill/decorated_textfield.h View 3 chunks +7 lines, -2 lines 0 comments Download
M chrome/browser/ui/views/autofill/decorated_textfield.cc View 4 chunks +14 lines, -7 lines 0 comments Download
M chrome/browser/ui/views/omnibox/omnibox_popup_contents_view.h View 4 chunks +6 lines, -2 lines 0 comments Download
M chrome/browser/ui/views/omnibox/omnibox_popup_contents_view.cc View 1 2 4 chunks +11 lines, -5 lines 0 comments Download
M chrome/browser/ui/views/tabs/tab.cc View 1 2 chunks +19 lines, -15 lines 0 comments Download
M chrome/browser/ui/views/tabs/tab_strip.h View 3 chunks +8 lines, -1 line 0 comments Download
M chrome/browser/ui/views/tabs/tab_strip.cc View 1 2 3 chunks +9 lines, -3 lines 0 comments Download
M ui/message_center/views/notification_view.h View 4 chunks +9 lines, -3 lines 0 comments Download
M ui/message_center/views/notification_view.cc View 4 chunks +29 lines, -22 lines 0 comments Download
M ui/views/view.h View 1 2 2 chunks +3 lines, -1 line 0 comments Download
M ui/views/view.cc View 1 2 5 chunks +11 lines, -7 lines 0 comments Download
M ui/views/view_targeter.h View 1 chunk +3 lines, -0 lines 0 comments Download
M ui/views/view_targeter.cc View 1 chunk +6 lines, -0 lines 0 comments Download
M ui/views/view_targeter_delegate.h View 1 chunk +3 lines, -0 lines 0 comments Download
M ui/views/view_targeter_delegate.cc View 2 chunks +90 lines, -0 lines 0 comments Download
M ui/views/window/non_client_view.h View 1 2 3 3 chunks +5 lines, -2 lines 0 comments Download
M ui/views/window/non_client_view.cc View 1 2 3 chunks +9 lines, -3 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
tdanderson
Sadrul, here is the rough WIP we discussed today along with a couple of comments. ...
6 years, 5 months ago (2014-07-10 23:50:24 UTC) #1
tdanderson
6 years, 5 months ago (2014-07-16 15:37:39 UTC) #2
Sadrul, I have rebased against ToT so PS4 should now be much more readable.

I'd still like your thoughts on the points from my last message, but regardless
this is the right way to proceed for the time being so I am going to start
landing this in pieces. Improvements such as eliminating unnecessary overrides
of TargetForRect() can always come after the fact.

Powered by Google App Engine
This is Rietveld 408576698