Bug 51603 - REGRESSION (r74648): XHR layout test failures
Summary: REGRESSION (r74648): XHR layout test failures
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P1 Normal
Assignee: Nobody
URL:
Keywords: LayoutTestFailure, Regression
Depends on:
Blocks:
 
Reported: 2010-12-24 17:04 PST by mitz
Modified: 2010-12-24 17:52 PST (History)
2 users (show)

See Also:


Attachments
Revert the shouldUseCredentialStorage() change from r74648 (1.60 KB, patch)
2010-12-24 17:21 PST, mitz
no flags Details | Formatted Diff | Diff
Revert r74648 (5.30 KB, patch)
2010-12-24 17:37 PST, mitz
ap: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description mitz 2010-12-24 17:04:48 PST
After r74648, xmlhttprequest/logout.html is failing and xmlhttprequest/basic-auth-default.html is failing whe run interactively.
Comment 1 mitz 2010-12-24 17:21:35 PST
Created attachment 77430 [details]
Revert the shouldUseCredentialStorage() change from r74648
Comment 2 mitz 2010-12-24 17:30:05 PST
I am going to resolve this by reverting r74648.
Comment 3 Alexey Proskuryakov 2010-12-24 17:31:39 PST
Comment on attachment 77430 [details]
Revert the shouldUseCredentialStorage() change from r74648

Hmm, does this also make connectionShouldUseCredentialStorage: return YES? If so, then the consequences are more profound than described in the ChangeLog.
Comment 4 mitz 2010-12-24 17:37:44 PST
Created attachment 77431 [details]
Revert r74648
Comment 5 mitz 2010-12-24 17:52:46 PST
Fixed in <http://trac.webkit.org/changeset/74657>.