[webkit-dev] libsoup and libcurl networking implementations

2019-01-18 Thread Alex Christensen
TL; DR could someone get my patch from 
https://bugs.webkit.org/show_bug.cgi?id=193580 working on Linux and Windows?

As part of the quest to reduce process-global state especially in the 
NetworkProcess, I’m moving NetworkStorageSession ownership from a static map to 
a member variable of the NetworkProcess object.  To accomplish this I 
eliminated all calls to NetworkStorageSession::storageSession and 
NetworkStorageSession::defaultStorageSession in WebCore, replacing them by a 
client call to get a NetworkStorageSession from the WebKit/WebKitLegacy layer 
in https://trac.webkit.org/r240117 but I did not remove all such calls from the 
libsoup and libcurl networking implementations.  The call to 
NetworkStorageSession::defaultStorageSession CurlResourceHandleDelegate.cpp and 
ResourceHandleCurl.cpp shouldn't be too hard to remove by asking the 
NetworkingContext for the storage instead of calling the static functions, but 
the calls in DNSResolveQueueSoup.cpp are a little bit trickier.  On Cocoa 
platforms, DNS lookup relies on state that is more global than a 
NetworkSession.  On Linux right now, it seems to use state on the default 
NetworkStorageSession, which is effectively global right now.  I think the best 
solution that maintains the status quo right now would be to keep the default 
NetworkStorageSession global in WebKit2 right now, but that requires a little 
bit more work than I can do blindly and iteratively with EWS.  I’d appreciate 
someone with a Linux development machine getting it working.

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


Re: [webkit-dev] Bugzilla (bugs.webkit.org) update to version 5.0.4 @3pm Pacific

2019-01-18 Thread Ling Ho
The update has been completed. Please let me know if you encounter any 
issue on bugs.webkit.org


Thanks,
...
ling

On 1/18/19 2:18 PM, Ling Ho wrote:
We will be working on updating Bugzilla software on bugs.webkit.org to 
version 5.0.4 starting at 3PM Pacific today for about 30 minutes. We 
will be restarting the web server a few times during the period to 
reload changes.


I will send out another email once it is over.

Thanks,
...
ling
WebKit Operations
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


[webkit-dev] Bugzilla (bugs.webkit.org) update to version 5.0.4 @3pm Pacific

2019-01-18 Thread Ling Ho
We will be working on updating Bugzilla software on bugs.webkit.org to 
version 5.0.4 starting at 3PM Pacific today for about 30 minutes. We 
will be restarting the web server a few times during the period to 
reload changes.


I will send out another email once it is over.

Thanks,
...
ling
WebKit Operations
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev