[Webkit-unassigned] [Bug 44256] [EFL] Private Browsing feature for WebKit-Efl

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jun 12 18:27:27 PDT 2011


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





--- Comment #47 from Gyuyoung Kim <gyuyoung.kim at samsung.com>  2011-06-12 18:27:26 PST ---
(From update of attachment 84026)
View in context: https://bugs.webkit.org/attachment.cgi?id=84026&action=review

> Source/WebKit/efl/ewk/ewk_settings.cpp:330
> +Eina_Bool ewk_settings_cache_disable_set(Eina_Bool set)

ewk_settings.cpp already has ewk_settings_cache_enable_set(). You need to remove this function from this patch.

ewk_settings.cpp.
355 void ewk_settings_cache_enable_set(Eina_Bool set)
356 {
357     WebCore::MemoryCache* cache = WebCore::memoryCache();
358     set = !set;
359     if (cache->disabled() != set)
360         cache->setDisabled(set);
361 }
362 

Grzegorz,
Are you preparing new patch for this bug ?

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