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

Issue 519090: Changes synchronous session restore to create windows after nested... (Closed)

Created:
10 years, 11 months ago by sky
Modified:
9 years, 7 months ago
Reviewers:
brettw
CC:
chromium-reviews_googlegroups.com, ben+cc_chromium.org
Visibility:
Public.

Description

Changes synchronous session restore to create windows after nested message loop returns. The problem with the old approach was we created a bunch of windows than exited the nested message loop. But because exit isn't processed immediately it meant someone could also ask for the nested loop to be exited and then you're hosed (one nested message loop still running). BUG=22878 TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=35850

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+19 lines, -3 lines) Patch
M chrome/browser/sessions/session_restore.cc View 6 chunks +19 lines, -3 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
sky
10 years, 11 months ago (2010-01-08 17:37:02 UTC) #1
brettw
10 years, 11 months ago (2010-01-08 18:01:35 UTC) #2
LGTM

Powered by Google App Engine
This is Rietveld 408576698