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

Issue 42619: Fixes bug where first login attempt to hotmail after session restore... (Closed)

Created:
11 years, 9 months ago by sky
Modified:
9 years, 7 months ago
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Fixes bug where first login attempt to hotmail after session restore wouldn't work. The problem was we weren't storing post URLs at all (because of bug 1361980). This resulted in session restore trying to restore some redirects along the way that likely had bogus state in them (perhaps referencing cookies that were nuked), resulting in the first login failing. The fix is to persist POST URLs to disk for session restore, but not the actual POST data. This way there shouldn't be any problems as outlined in 1361980. BUG=7727 TEST=see bug Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=12568

Patch Set 1 #

Total comments: 5

Patch Set 2 : '' #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+54 lines, -111 lines) Patch
M chrome/browser/sessions/base_session_service.cc View 1 3 chunks +11 lines, -9 lines 0 comments Download
M chrome/browser/sessions/session_service_unittest.cc View 2 chunks +4 lines, -36 lines 0 comments Download
M chrome/browser/sessions/tab_restore_service_unittest.cc View 2 chunks +9 lines, -58 lines 0 comments Download
M webkit/glue/glue_serialize.cc View 1 4 chunks +27 lines, -8 lines 1 comment Download
M webkit/glue/webkit_glue.h View 1 1 chunk +3 lines, -0 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
sky
11 years, 9 months ago (2009-03-25 20:27:40 UTC) #1
darin (slow to review)
http://codereview.chromium.org/42619/diff/1/3 File webkit/glue/glue_serialize.cc (right): http://codereview.chromium.org/42619/diff/1/3#newcode338 Line 338: PassRefPtr<HistoryItem> HistoryItemFromString( do we need this second version ...
11 years, 9 months ago (2009-03-25 20:34:35 UTC) #2
sky
New version uploaded. http://codereview.chromium.org/42619/diff/1/3 File webkit/glue/glue_serialize.cc (right): http://codereview.chromium.org/42619/diff/1/3#newcode338 Line 338: PassRefPtr<HistoryItem> HistoryItemFromString( On 2009/03/25 20:34:35, ...
11 years, 9 months ago (2009-03-26 15:52:23 UTC) #3
darin (slow to review)
LGTM http://codereview.chromium.org/42619/diff/7/1007 File webkit/glue/glue_serialize.cc (right): http://codereview.chromium.org/42619/diff/7/1007#newcode338 Line 338: PassRefPtr<HistoryItem> HistoryItemFromString( nit: since this function is ...
11 years, 9 months ago (2009-03-26 17:03:48 UTC) #4
Dean McNamee
11 years, 9 months ago (2009-03-27 11:33:35 UTC) #5
Does this mean when we session restore, we do a POST, but without any POST data,
or that we do a GET?

Powered by Google App Engine
This is Rietveld 408576698