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

Issue 149662: Fix DOA problem with dev channel. If there is no... (Closed)

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

Description

Fix DOA problem with dev channel. If there is no ~/Library/Preferences/com.google.Chrome.plist, we do a 1st run dialog. This dialog spins a run loop and messes up MessageLoop. "Choke brutally" means, among other things, "never process IPC messages to/from render". Reference CLs: http://codereview.chromium.org/149082 http://codereview.chromium.org/149029 http://codereview.chromium.org/146006 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=20712

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+9 lines, -0 lines) Patch
M base/message_pump_mac.mm View 1 chunk +9 lines, -0 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
John Grabowski
11 years, 5 months ago (2009-07-15 02:39:59 UTC) #1
---DO NOT USE---rsesek
LGTM
11 years, 5 months ago (2009-07-15 02:50:15 UTC) #2
Mark Mentovai
11 years, 5 months ago (2009-07-15 02:50:50 UTC) #3
Ew, gross, but this actually seems like the right fix.  LGTM.  We should
actually put the same sort of thing in a couple of other spots.

Powered by Google App Engine
This is Rietveld 408576698