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

Issue 7706003: Fixes regression (and crash) in instant. The crash would happen if (Closed)

Created:
9 years, 4 months ago by sky
Modified:
9 years, 4 months ago
CC:
chromium-reviews, dhollowa
Visibility:
Public.

Description

Fixes regression (and crash) in instant. The crash would happen if instant is enabled, you go to a page with an auth dialog, then click on one of the login buttons. This previously worked because focus was going to either the widget for the TabContentsView or RWHV (not sure which). Now that focus always goes to the topmost widget, it broke. BUG=89439 TEST=none R=ben@chromium.org Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=97734

Patch Set 1 #

Patch Set 2 : Initial field #

Unified diffs Side-by-side diffs Delta from patch set Stats (+35 lines, -1 line) Patch
M chrome/browser/instant/instant_controller.cc View 2 chunks +25 lines, -0 lines 0 comments Download
M views/focus/focus_manager.h View 2 chunks +6 lines, -0 lines 0 comments Download
M views/focus/focus_manager.cc View 1 3 chunks +4 lines, -1 line 0 comments Download

Messages

Total messages: 5 (0 generated)
sky
9 years, 4 months ago (2011-08-22 15:54:09 UTC) #1
Ben Goodger (Google)
You said "Now that focus always goes to the topmost widget." Can you elaborate? When ...
9 years, 4 months ago (2011-08-22 15:57:16 UTC) #2
sky
On Mon, Aug 22, 2011 at 8:57 AM, <ben@chromium.org> wrote: > You said "Now that ...
9 years, 4 months ago (2011-08-22 16:11:29 UTC) #3
Ben Goodger (Google)
Are you saying that if you called ::GetFocus() the resulting HWND would be the browser ...
9 years, 4 months ago (2011-08-22 16:13:13 UTC) #4
Ben Goodger (Google)
9 years, 4 months ago (2011-08-22 16:20:35 UTC) #5
LGTM then... not generally happy having to wire up stuff like this but I think
this is the fault of the current focus behavior. Eventually someone will look at
it :-)

Powered by Google App Engine
This is Rietveld 408576698