[Webkit-unassigned] [Bug 86840] [EFL][DRT] LayoutTestController's setCacheModel() implementation

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun May 20 03:37:32 PDT 2012


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





--- Comment #1 from Mikhail Pozdnyakov <mikhail.pozdnyakov at intel.com>  2012-05-20 03:36:36 PST ---
(In reply to comment #0)
> WebKit EFL needs support of different cache models so that the client has opportunity to set the appropriate one providing desired  memory usage or document load speed.
> Also it will enable LayoutTestController's setCacheModel() function and hence unskip fast/dom/HTMLScriptElement/nested-execution.html testcase.

Choosing of a cache model would lead to 3 web core function invokes:
1)  memoryCache()->setCapacities();
2)  memoryCache()->setDeadDecodedDataDeletionInterval();
3)  pageCache()->setCapacity();

1 - is already exported in ewk_settings (ewk_settings_object_cache_capacity_set)
2 - is not exported, and no other port is exporting it explicitly, so would rather put it to DRT support yet just to make tests pass (could be exported later if needed).
3 - is to be exported as clients should be interested in setting page cache capacity (will file a separate bug for it).

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