Bug 96772

Summary: [GTK] Don't use the C API internally in WebKitCookieManager
Product: WebKit Reporter: Carlos Garcia Campos <cgarcia>
Component: WebKit2Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: mario
Priority: P2 Keywords: Gtk
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Linux   
Bug Depends on: 96770    
Bug Blocks: 96766, 96773    
Attachments:
Description Flags
Patch gustavo: review+

Carlos Garcia Campos
Reported 2012-09-14 06:52:36 PDT
Use the C++ classes instead.
Attachments
Patch (9.78 KB, patch)
2012-09-14 06:54 PDT, Carlos Garcia Campos
gustavo: review+
Carlos Garcia Campos
Comment 1 2012-09-14 06:54:20 PDT
Mario Sanchez Prada
Comment 2 2012-10-03 01:34:49 PDT
Comment on attachment 164132 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=164132&action=review Looks good to me > Source/WebKit2/UIProcess/API/gtk/WebKitCookieManager.cpp:37 > + RefPtr<WebCookieManagerProxy> webCookieManager; As I commented in another patch, I would probably not use the "web" prefix here. Just cookieManager would be enough, IMO
Carlos Garcia Campos
Comment 3 2012-10-03 01:38:42 PDT
(In reply to comment #2) > (From update of attachment 164132 [details]) > View in context: https://bugs.webkit.org/attachment.cgi?id=164132&action=review > > Looks good to me > > > Source/WebKit2/UIProcess/API/gtk/WebKitCookieManager.cpp:37 > > + RefPtr<WebCookieManagerProxy> webCookieManager; > > As I commented in another patch, I would probably not use the "web" prefix here. Just cookieManager would be enough, IMO Class name is WebCookieManagerProxy, I don't see the problem of suing the web prefix
Carlos Garcia Campos
Comment 4 2012-10-17 08:56:40 PDT
Note You need to log in before you can comment on or make changes to this bug.