Bug 78792

Summary: [Qt][WK2] Implement proxy authentication handling.
Product: WebKit Reporter: Michael Brüning <michael.bruning>
Component: New BugsAssignee: Michael Brüning <michael.bruning>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Patch
none
Patch
none
Patch none

Description Michael Brüning 2012-02-16 02:15:50 PST
[Qt][WK2] Implement proxy authentication handling.
Comment 1 Michael Brüning 2012-02-16 02:38:03 PST
Created attachment 127337 [details]
Patch
Comment 2 Michael Brüning 2012-02-16 02:42:09 PST
Comment on attachment 127337 [details]
Patch

Forgot to add the QML property. Sorry...
Comment 3 Michael Brüning 2012-02-16 02:56:09 PST
Created attachment 127344 [details]
Patch
Comment 4 Michael Brüning 2012-02-20 03:54:03 PST
Created attachment 127802 [details]
Patch
Comment 5 WebKit Review Bot 2012-02-20 04:25:30 PST
Comment on attachment 127802 [details]
Patch

Clearing flags on attachment: 127802

Committed r108232: <http://trac.webkit.org/changeset/108232>
Comment 6 WebKit Review Bot 2012-02-20 04:25:34 PST
All reviewed patches have been landed.  Closing bug.
Comment 7 Michael Brüning 2012-02-22 05:44:50 PST
Reopening as there was two things wrong with the original implementation:
   - it wasn't connecting the signal proxuAuthenticationRequired to the slot that was implemented for it
   - the slot that was meant to deal with it had the wrong parameter list (it was the one for authenticationRequired).

Updated patch coming up...
Comment 8 Michael Brüning 2012-02-22 05:53:15 PST
Created attachment 128189 [details]
Patch
Comment 9 WebKit Review Bot 2012-02-22 07:11:19 PST
Comment on attachment 128189 [details]
Patch

Clearing flags on attachment: 128189

Committed r108499: <http://trac.webkit.org/changeset/108499>
Comment 10 WebKit Review Bot 2012-02-22 07:11:24 PST
All reviewed patches have been landed.  Closing bug.