Bug 160489 - [SOUP] Deduplicate WebProcessPool::setIgnoreTLSErrors
Summary: [SOUP] Deduplicate WebProcessPool::setIgnoreTLSErrors
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: Other
Hardware: PC Linux
: P2 Normal
Assignee: Michael Catanzaro
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-08-02 21:12 PDT by Michael Catanzaro
Modified: 2016-08-03 13:07 PDT (History)
3 users (show)

See Also:


Attachments
Patch (3.35 KB, patch)
2016-08-02 21:17 PDT, Michael Catanzaro
no flags Details | Formatted Diff | Diff
Patch (4.06 KB, patch)
2016-08-03 11:04 PDT, Michael Catanzaro
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Catanzaro 2016-08-02 21:12:51 PDT
WebProcessPool::setIgnoreTLSErrors has identical implementation in WebProcessPoolEfl.cpp and WebProcessPoolGtk.cpp. We have WebProcessPoolSoup.cpp and this function is specific to the soup network backend, so move it there.
Comment 1 Michael Catanzaro 2016-08-02 21:17:48 PDT
Created attachment 285193 [details]
Patch
Comment 2 Michael Catanzaro 2016-08-03 11:04:49 PDT
Created attachment 285250 [details]
Patch
Comment 3 WebKit Commit Bot 2016-08-03 13:07:43 PDT
Comment on attachment 285250 [details]
Patch

Clearing flags on attachment: 285250

Committed r204097: <http://trac.webkit.org/changeset/204097>
Comment 4 WebKit Commit Bot 2016-08-03 13:07:47 PDT
All reviewed patches have been landed.  Closing bug.