Bug 31783

Summary: [Qt] DumpRenderTree should explicitly ignore SSL certificate errors
Product: WebKit Reporter: Jakub Wieczorek <jwieczorek>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, tonikitoo
Priority: P3    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: All   
Bug Depends on:    
Bug Blocks: 31785    
Attachments:
Description Flags
proposed patch none

Description Jakub Wieczorek 2009-11-22 04:26:18 PST
Currently all the http/ssl tests are timing out. One of the reasons is that HTTPS errors are not ignored which prevent the tests from proceeding.

This is similar to https://bugs.webkit.org/show_bug.cgi?id=31200 and http://trac.webkit.org/changeset/50783.
Comment 1 Jakub Wieczorek 2009-11-22 04:29:31 PST
Created attachment 43674 [details]
proposed patch
Comment 2 Antonio Gomes 2009-11-22 13:37:01 PST
should not it be simpler to add an ignoreSslErrors method in the already existent WebPage class ( that inherits QWebPage ).

of course, if more stuff are to be added do this NetworkAccessManager class, then lets keep it.

/me trying to avoid introducing a new class only for this.

not setting CQ+ due to this.
Comment 3 Jakub Wieczorek 2009-11-22 13:40:22 PST
(In reply to comment #2)
> should not it be simpler to add an ignoreSslErrors method in the already
> existent WebPage class ( that inherits QWebPage ).
> 
> of course, if more stuff are to be added do this NetworkAccessManager class,
> then lets keep it.

Yes, I was going to add support for authentication challenges as well.

> 
> /me trying to avoid introducing a new class only for this.
> 
> not setting CQ+ due to this.
Comment 4 WebKit Commit Bot 2009-11-22 14:29:18 PST
Comment on attachment 43674 [details]
proposed patch

Clearing flags on attachment: 43674

Committed r51298: <http://trac.webkit.org/changeset/51298>
Comment 5 WebKit Commit Bot 2009-11-22 14:29:23 PST
All reviewed patches have been landed.  Closing bug.