[Webkit-unassigned] [Bug 55258] New: API for application cache database directory path moved from ewk_view to ewk_setting because of wrong logic

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 25 13:57:27 PST 2011


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

           Summary: API for application cache database directory path
                    moved from ewk_view to ewk_setting because of wrong
                    logic
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit EFL
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: l.slachciak at samsung.com


In ewk_view.cpp there is an API for setting and getting application cache directory path.
It is wrong approach because in one WebKit instance only one cache directory path can be set with:
WebCore::cacheStorage().setCacheDirectory().
Allowing to set this for each view was misleading because it was changing path in other views also

Attached patch fixes this problem proposing new API in ewk_settings.h:

EAPI void             ewk_settings_application_cache_path_set(const char *path);
EAPI const char      *ewk_settings_application_cache_path_get();

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