Bug 24598 - [Gtk] disable soup auth dialog when running DRT
Summary: [Gtk] disable soup auth dialog when running DRT
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: Gtk
Depends on:
Blocks:
 
Reported: 2009-03-14 14:08 PDT by Jan Alonzo
Modified: 2009-04-14 04:31 PDT (History)
0 users

See Also:


Attachments
disable soup's auth dialog when running DRT (4.54 KB, patch)
2009-03-14 14:12 PDT, Jan Alonzo
zecke: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Alonzo 2009-03-14 14:08:11 PDT
We need to disable the auth dialog from displaying itself to be able to run the tests in non-interactive mode.
Comment 1 Jan Alonzo 2009-03-14 14:12:55 PDT
Created attachment 28621 [details]
disable soup's auth dialog when running DRT
Comment 2 Holger Freyther 2009-04-11 20:59:02 PDT
Comment on attachment 28621 [details]
disable soup's auth dialog when running DRT

Okay, the Auth Dialog change (making the get_type function public is not needed anymore)...
Comment 3 Jan Alonzo 2009-04-14 04:31:30 PDT
Landed in r42489. Thanks!