[Webkit-unassigned] [Bug 84697] [BlackBerry] Auth credentials set in private mode are reused in public mode.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sat Apr 28 06:39:33 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=84697
--- Comment #4 from Antonio Gomes <tonikitoo at webkit.org> 2012-04-28 06:39:33 PST ---
(From update of attachment 138761)
View in context: https://bugs.webkit.org/attachment.cgi?id=138761&action=review
> Source/WebCore/ChangeLog:11
> + Add setPrivateMode function for CredentialStorage.
> +
> + We have to change Private Browsering to test, so have to write a manual test case.
> + Test: ManualTests/blackberry/http-auth-private-mode-changed.html
you could explain better why the change here
> Source/WebCore/platform/network/CredentialStorage.cpp:166
> +void CredentialStorage::setPrivateMode(const bool mode)
> +{
> + if (!mode)
> + protectionSpaceToCredentialMap().clear();
> +}
so here you delete all credentials you have, even the ones before entering private mode?
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list