-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
2009-02-26 Xan Lopez <[email protected]>
Reviewed by Holger Freyther. https://bugs.webkit.org/show_bug.cgi?id=16947 [GTK] Missing HTTP Auth challenge Add HTTP authentication dialog with optional GNOME Keyring storage. * GNUmakefile.am: * platform/network/ResourceHandleInternal.h: (WebCore::ResourceHandleInternal::ResourceHandleInternal): * platform/network/soup/ResourceHandleSoup.cpp: (WebCore::currentToplevelCallback): (WebCore::ResourceHandle::startHttp): (WebCore::ResourceHandle::start): * platform/network/soup/webkit-soup-auth-dialog.c: Added. (webkit_soup_auth_dialog_class_init): (webkit_soup_auth_dialog_init): (webkit_soup_auth_dialog_session_feature_init): (free_authData): (set_password_callback): (response_callback): (show_auth_dialog): (find_password_callback): (session_authenticate): (attach): * platform/network/soup/webkit-soup-auth-dialog.h: Added. Canonical link: https://commits.webkit.org/33345@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@41270 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information
Showing
9 changed files
with
510 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,16 @@ | ||
2009-02-26 Xan Lopez <[email protected]> | ||
|
||
Reviewed by Holger Freyther. | ||
|
||
https://bugs.webkit.org/show_bug.cgi?id=16947 | ||
[GTK] Missing HTTP Auth challenge | ||
|
||
Add HTTP authentication dialog with optional GNOME Keyring | ||
storage. | ||
|
||
* GNUmakefile.am: | ||
* configure.ac: | ||
|
||
2009-02-26 Xan Lopez <[email protected]> | ||
|
||
Reviewed by Holger Freyther. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,33 @@ | ||
2009-02-26 Xan Lopez <[email protected]> | ||
|
||
Reviewed by Holger Freyther. | ||
|
||
https://bugs.webkit.org/show_bug.cgi?id=16947 | ||
[GTK] Missing HTTP Auth challenge | ||
|
||
Add HTTP authentication dialog with optional GNOME Keyring | ||
storage. | ||
|
||
* GNUmakefile.am: | ||
* platform/network/ResourceHandleInternal.h: | ||
(WebCore::ResourceHandleInternal::ResourceHandleInternal): | ||
* platform/network/soup/ResourceHandleSoup.cpp: | ||
(WebCore::currentToplevelCallback): | ||
(WebCore::ResourceHandle::startHttp): | ||
(WebCore::ResourceHandle::start): | ||
* platform/network/soup/webkit-soup-auth-dialog.c: Added. | ||
(webkit_soup_auth_dialog_class_init): | ||
(webkit_soup_auth_dialog_init): | ||
(webkit_soup_auth_dialog_session_feature_init): | ||
(free_authData): | ||
(set_password_callback): | ||
(response_callback): | ||
(show_auth_dialog): | ||
(find_password_callback): | ||
(session_authenticate): | ||
(attach): | ||
* platform/network/soup/webkit-soup-auth-dialog.h: Added. | ||
|
||
2009-02-25 Ojan Vafai <[email protected]> and Eric Seidel <[email protected]> | ||
|
||
Reviewed by Dave Hyatt. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.