[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
Sun May 6 20:37:15 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=84697





--- Comment #6 from Jason <jason.liu at torchmobile.com.cn>  2012-05-06 20:37:15 PST ---
(In reply to comment #4)
> (From update of attachment 138761 [details])
> 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
> 
I will add comments.
> > 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?

Yes. It is like cookies.
And FireFox does like this, too. Can't find chrome's 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