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

Issue 341022: Make sure RenderWidgetHostViewCocoa doesn't disappear inside of -keyEvent: (Closed)

Created:
11 years, 1 month ago by Mark Mentovai
Modified:
9 years, 7 months ago
CC:
chromium-reviews_googlegroups.com, brettw+cc_chromium.org, ben+cc_chromium.org, John Grabowski, jam, pam+watch_chromium.org, darin (slow to review)
Visibility:
Public.

Description

Make sure RenderWidgetHostViewCocoa doesn't disappear inside of -keyEvent: BUG=25857 TEST=see bug 25857 comment 10

Patch Set 1 #

Total comments: 2

Patch Set 2 : '' #

Patch Set 3 : '' #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+11 lines, -6 lines) Patch
M chrome/browser/renderer_host/render_widget_host_view_mac.mm View 1 2 5 chunks +11 lines, -6 lines 1 comment Download

Messages

Total messages: 11 (0 generated)
Mark Mentovai
Take a look at the bug too. I'm not terribly familiar with the ownership model ...
11 years, 1 month ago (2009-10-28 16:46:22 UTC) #1
Nico
http://codereview.chromium.org/341022/diff/1/2 File chrome/browser/renderer_host/render_widget_host_view_mac.mm (right): http://codereview.chromium.org/341022/diff/1/2#newcode586 Line 586: widgetHost->ForwardKeyboardEvent(event); After r30032 , we can be destroyed ...
11 years, 1 month ago (2009-10-28 16:59:27 UTC) #2
Mark Mentovai
http://codereview.chromium.org/341022/diff/1/2 File chrome/browser/renderer_host/render_widget_host_view_mac.mm (right): http://codereview.chromium.org/341022/diff/1/2#newcode586 Line 586: widgetHost->ForwardKeyboardEvent(event); Nico wrote: > After r30032 , we ...
11 years, 1 month ago (2009-10-28 17:02:02 UTC) #3
Nico
Give this object a pointer that we make point to a variable on the stack ...
11 years, 1 month ago (2009-10-28 17:03:50 UTC) #4
dmac
On 2009/10/28 17:03:50, Nico wrote: > Give this object a pointer that we make point ...
11 years, 1 month ago (2009-10-28 17:08:07 UTC) #5
Mark Mentovai
Nico wrote: > Give this object a pointer that we make point to a variable ...
11 years, 1 month ago (2009-10-28 18:01:50 UTC) #6
Nico
I do. LGTM, but please add a comment that mentions somewhere that the current tab ...
11 years, 1 month ago (2009-10-28 18:04:50 UTC) #7
dmac
On 2009/10/28 18:04:50, Nico wrote: > I do. LGTM, but please add a comment that ...
11 years, 1 month ago (2009-10-28 18:10:11 UTC) #8
Mark Mentovai
Right, I wasn't planning on checking this in until we spoke. Mark dmaclach@chromium.org wrote: > ...
11 years, 1 month ago (2009-10-28 18:13:16 UTC) #9
pink (ping after 24hrs)
drive-by. After the meeting, what have we decided? http://codereview.chromium.org/341022/diff/4003/4004 File chrome/browser/renderer_host/render_widget_host_view_mac.mm (right): http://codereview.chromium.org/341022/diff/4003/4004#newcode557 Line 557: ...
11 years, 1 month ago (2009-10-28 19:56:40 UTC) #10
Mark Mentovai
11 years, 1 month ago (2009-10-29 01:56:23 UTC) #11
I'm closing this without checking it in.  It shouldn't be needed once we get
http://codereview.chromium.org/343024.

Powered by Google App Engine
This is Rietveld 408576698