[webkit-reviews] review requested: [Bug 96362] [BlackBerry] Basic authentication challenge credentials for stored credentials again after restarting browser : [Attachment 164675] rebase patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 19 00:03:44 PDT 2012


Sean Wang <xuewen.wang at torchmobile.com.cn> has asked  for review:
Bug 96362: [BlackBerry] Basic authentication challenge credentials for stored
credentials again after restarting browser
https://bugs.webkit.org/show_bug.cgi?id=96362

Attachment 164675: rebase patch
https://bugs.webkit.org/attachment.cgi?id=164675&action=review

------- Additional Comments from Sean Wang <xuewen.wang at torchmobile.com.cn>
The code base has changed in
Source/WebCore/platform/network/blackberry/NetworkManager.cpp, I re-applied the
last r+ed patch and made this patch.
At the same time, I added the macro BLACKBERRY_CREDENTIAL_PERSIST to include
Settings.h, since it is only used by this change.

+#if ENABLE(BLACKBERRY_CREDENTIAL_PERSIST)
+#include "Settings.h"
+#endif


More information about the webkit-reviews mailing list