Bug 24287 - [GTK] Move auth dialog feature to WebKit/
Summary: [GTK] Move auth dialog feature to WebKit/
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Linux
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-02 04:15 PST by Xan Lopez
Modified: 2009-03-04 12:59 PST (History)
0 users

See Also:


Attachments
movesoupauthdialog.patch (40.76 KB, patch)
2009-03-02 04:26 PST, Xan Lopez
mrowe: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Xan Lopez 2009-03-02 04:15:59 PST
The auth dialog feature needs to be exported by WebKit so that external users can handle it by type, and its natural place to be is the WebKit/ directory anyway. This patch moves it there and adds it to the default session in webkit_init().

Also fix copyright headers and one casting.
Comment 1 Xan Lopez 2009-03-02 04:26:58 PST
Created attachment 28166 [details]
movesoupauthdialog.patch
Comment 2 Xan Lopez 2009-03-04 12:59:26 PST
Landed in r41428.