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

Issue 27108: Temporary fix for the Cocoa-in-renderer problem. (Closed)

Created:
11 years, 10 months ago by John Grabowski
Modified:
9 years, 6 months ago
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Temporary fix for the Cocoa-in-renderer problem. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=10326

Patch Set 1 #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+44 lines, -8 lines) Patch
M chrome/app/app-Info.plist View 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/browser_main_mac.mm View 2 chunks +15 lines, -2 lines 2 comments Download
M chrome/common/child_thread.cc View 1 chunk +0 lines, -4 lines 0 comments Download
M chrome/renderer/renderer_main_platform_delegate_mac.mm View 4 chunks +27 lines, -2 lines 1 comment Download

Messages

Total messages: 4 (0 generated)
John Grabowski
This is not the final answer, but it'll end (for now) the throwing around of ...
11 years, 10 months ago (2009-02-24 23:31:08 UTC) #1
Amanda Walker
LGTM for now, but please open a bug to track coming back to it.
11 years, 10 months ago (2009-02-25 00:18:32 UTC) #2
pink (ping after 24hrs)
http://codereview.chromium.org/27108/diff/1/3 File chrome/browser/browser_main_mac.mm (right): http://codereview.chromium.org/27108/diff/1/3#newcode36 Line 36: // the dock. These 3 lines make it ...
11 years, 10 months ago (2009-02-25 13:59:34 UTC) #3
Mark Mentovai
11 years, 10 months ago (2009-02-25 14:19:39 UTC) #4
http://codereview.chromium.org/27108/diff/1/5
File chrome/renderer/renderer_main_platform_delegate_mac.mm (right):

http://codereview.chromium.org/27108/diff/1/5#newcode58
Line 58: if (![NSThread isMultiThreaded]) {
FYI, base::InitThreading() from platform_thread_mac.mm does exactly the same
thing.  If this is revived we should share.

(but it's not declared in any header, so we'd need to fix that.)

Powered by Google App Engine
This is Rietveld 408576698