[Webkit-unassigned] [Bug 50004] [GTK] Need 'webview-cache-model' property in WebKitWebSettings

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 24 06:12:37 PST 2010


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





--- Comment #5 from Joone Hur <joone at kldp.org>  2010-11-24 06:12:37 PST ---
(In reply to comment #2)
> Seems there's two different tasks here. One is doing things on the first navigation method, and the other would be deprecating the methods and adding the setting. I believe they should be addressed separately. 
Okay, I will divide the patch into two.

> FWIW, I'm not so sure that the benefit of the setting is enough to deprecate the existing functions; they might be in the webkitwebview.cpp file but they do not have an object in their API (we could create webkitglobals.cpp and move them there with the default_session getter).

It seems not neat that the webkit_get/set_cache_model functions are introduced at the same level with other gobjects in the reference manual. Also, if the user want to set WEBKIT_CACHE_MODEL_DOCUMENT_VIEWER, the webkit_set_cache model function should be called twice.

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