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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 25 19:58:06 PST 2010


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





--- Comment #8 from Joone Hur <joone at kldp.org>  2010-11-25 19:58:06 PST ---
(In reply to comment #5)
> (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.

I tried to divide this patch into about the first navigation method and deprecating the methods, but it seems impossible to divide it, because we can't access the settings when webkit_init is called.
Therefore, I think didPerformFirstNavigation() is the best place to set the cache_model, because we can give a chance for the users to change the settings before calling webkit_set_cache_model().

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