[Webkit-unassigned] [Bug 22624] [SOUP][GTK] Need API to get SoupSession from WebKit.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 24 11:55:55 PST 2008


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


christian at imendio.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #26240|                            |review?
               Flag|                            |




------- Comment #5 from christian at imendio.com  2008-12-24 11:55 PDT -------
Created an attachment (id=26240)
 --> (https://bugs.webkit.org/attachment.cgi?id=26240&action=view)
API to retrieve the soup session from the view #2

(In reply to comment #4)
> (From update of attachment 26230 [review])
> General comments:
>   - Coding Style, sepcially brackets on the if/else :)
Updated to correct the coding style.

>   - on QtWebKit we allow to have something like a SoupSession per WebView...
> would that make sense as well? E.g. sometimes you do not want two different
> WebView to share the same cookie pool? If we want that the WebView should hold
> a SoupSession and there should be one default session so by default every
> WebView is sharing this session?
That is actually the plan, and we discussed this a bit already. We figured it
would be good to allow for it in the API, by having a view specific function,
and in a second step add the logic for individual sessions and another
function.

> It would be cool if we could unite this with the LogNetworking WTFLogChannel
> (WebCore/platform/Logging.h)
I changed the logging part to look for WEBKIT_DEBUG with a value of 'network',
similar to GTK_DEBUG or G_DEBUG. It seems like a good idea to integrate it with
WebCore's logging, however probably not in this same patch.


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



More information about the webkit-unassigned mailing list