Bug 160489

Summary: [SOUP] Deduplicate WebProcessPool::setIgnoreTLSErrors
Product: WebKit Reporter: Michael Catanzaro <mcatanzaro>
Component: WebKit2Assignee: Michael Catanzaro <mcatanzaro>
Status: RESOLVED FIXED    
Severity: Normal CC: bugs-noreply, commit-queue, mcatanzaro
Priority: P2    
Version: Other   
Hardware: PC   
OS: Linux   
Attachments:
Description Flags
Patch
none
Patch none

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.