Bug 135425 - Get rid of the WKNSURLProtectionSpace wrapper
Summary: Get rid of the WKNSURLProtectionSpace wrapper
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: mitz
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-07-30 12:02 PDT by mitz
Modified: 2014-07-30 14:03 PDT (History)
4 users (show)

See Also:


Attachments
Remove WKNSURLProtectionSpace (13.50 KB, patch)
2014-07-30 12:05 PDT, mitz
sam: review+
buildbot: commit-queue-
Details | Formatted Diff | Diff
Archive of layout-test-results from webkit-ews-10 for mac-mountainlion-wk2 (486.72 KB, application/zip)
2014-07-30 13:15 PDT, Build Bot
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description mitz 2014-07-30 12:02:58 PDT
It’s not needed anymore, because WebCore::ProtectionSpace holds an NSURLProtectionSpace.
Comment 1 mitz 2014-07-30 12:05:27 PDT
Created attachment 235755 [details]
Remove WKNSURLProtectionSpace
Comment 2 Build Bot 2014-07-30 13:15:05 PDT
Comment on attachment 235755 [details]
Remove WKNSURLProtectionSpace

Attachment 235755 [details] did not pass mac-wk2-ews (mac-wk2):
Output: http://webkit-queues.appspot.com/results/5432304876912640

New failing tests:
media/track/add-and-remove-track.html
Comment 3 Build Bot 2014-07-30 13:15:07 PDT
Created attachment 235758 [details]
Archive of layout-test-results from webkit-ews-10 for mac-mountainlion-wk2

The attached test failures were seen while running run-webkit-tests on the mac-wk2-ews.
Bot: webkit-ews-10  Port: mac-mountainlion-wk2  Platform: Mac OS X 10.8.5
Comment 4 mitz 2014-07-30 14:03:59 PDT
Committed <http://trac.webkit.org/r171816>.