[Webkit-unassigned] [Bug 82081] [SOUP] Implement WebFrameNetworkingContext for soup in WebKit2

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Mar 25 23:22:48 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=82081





--- Comment #5 from Carlos Garcia Campos <cgarcia at igalia.com>  2012-03-25 23:22:48 PST ---
(In reply to comment #4)
> (In reply to comment #3)
> > This is not dead code. The frame loader in FrameLoader::init() creates the networking context with 
> 
> If the ::soupSession getter is not used in this patch, I think it should be added in the first patch that uses it.

soupSession is used by the current code, it's protected by checking whether network context is NULL or not, so currently it's not called because the network context is always NULL in wk2. Patch attached to bug #82082 doesn't introduce a new soupSession call and it doesn't work without this one, that's why I made this bug depend on bug #82082. You can add a printf there if you want to check this code is not dead code.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list