Bug 163443

Summary: [GTK] Default WebKitWebsiteDataManager is always leaked in WebKitWebContext
Product: WebKit Reporter: Carlos Garcia Campos <cgarcia>
Component: WebKitGTKAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: berto, bugs-noreply, commit-queue, gustavo, mcatanzaro, mrobinson
Priority: P2 Keywords: Gtk
Version: WebKit Local Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch mcatanzaro: review+

Description Carlos Garcia Campos 2016-10-14 04:36:02 PDT
We should adopt the ref.
Comment 1 Carlos Garcia Campos 2016-10-14 04:38:11 PDT
Created attachment 291614 [details]
Patch
Comment 2 WebKit Commit Bot 2016-10-14 04:41:01 PDT
Thanks for the patch. If this patch contains new public API please make sure it follows the guidelines for new WebKit2 GTK+ API. See http://trac.webkit.org/wiki/WebKitGTK/AddingNewWebKit2API
Comment 3 Michael Catanzaro 2016-10-14 11:06:17 PDT
Comment on attachment 291614 [details]
Patch

Cool, though impact is limited to non-default web contexts because we still always leak the default web context ;)
Comment 4 Carlos Garcia Campos 2016-10-16 02:34:01 PDT
Committed r207391: <http://trac.webkit.org/changeset/207391>