[Webkit-unassigned] [Bug 68434] [GTK] Implement cache model for WebKit2

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 22 09:15:29 PDT 2011


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





--- Comment #4 from Martin Robinson <mrobinson at webkit.org>  2011-09-22 09:15:29 PST ---
(From update of attachment 108325)
View in context: https://bugs.webkit.org/attachment.cgi?id=108325&action=review

Looks good to me. We just need another reviewer to approve the API.

> Source/WebKit2/UIProcess/API/gtk/WebKitWebContext.cpp:83
> + * determine its caching behavior. All web views follow the cache

Should probably say all #WebkitWebViews in  #WebKitWebContext follow the cache model

> Source/WebKit2/UIProcess/API/gtk/WebKitWebContext.cpp:85
> + * for caching previously viewed content .

Extra space after 'content'

> Source/WebKit2/WebProcess/gtk/WebProcessGtk.cpp:98
> +    SoupSession* session = WebCore::ResourceHandle::defaultSession();
> +    SoupCache* cache = reinterpret_cast<SoupCache*>(soup_session_get_feature(session, SOUP_TYPE_CACHE));

Might as well move these two down above:  if (cache)

-- 
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