[Webkit-unassigned] [Bug 147319] [GTK] Add API to WebKitWebsiteDataManager to handle session and local storage

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 28 03:43:41 PDT 2015


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

--- Comment #3 from Carlos Garcia Campos <cgarcia at igalia.com> ---
(In reply to comment #2)
> Comment on attachment 257557 [details]
> Patch
> 
> View in context:
> https://bugs.webkit.org/attachment.cgi?id=257557&action=review
> 
> > Source/WebKit2/UIProcess/API/gtk/WebKitWebsiteDataManager.cpp:824
> > +                origins = g_list_prepend(origins, webkitSecurityOriginCreate(origin.get()));
> 
> Same question as on your other patch: I guess the same origin is guaranteed
> to not exist in multiple WebsiteDataRecords returned by this query?
> 
> > Source/WebKit2/UIProcess/API/gtk/WebKitWebsiteDataManager.cpp:836
> > + * @error: return location for error or %NULL to ignore
> 
> Again, same question as on your other patch: the GError is not supposed to
> have any annotations?

I think this is automatically handled by g-i, the method is marked as throws="1" in the gir file and the parameter is simply removed.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150728/864cd4f1/attachment-0001.html>


More information about the webkit-unassigned mailing list