[Webkit-unassigned] [Bug 77720] New: [EFL] Added new ewk_cookies_all_free function and removed ewk_cookies_cookie_free function from public API.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 2 23:56:30 PST 2012


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

           Summary: [EFL] Added new ewk_cookies_all_free function and
                    removed ewk_cookies_cookie_free function from public
                    API.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit EFL
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: t.morawski at samsung.com
                CC: demarchi at webkit.org, gyuyoung.kim at webkit.org


Due to that there is no need to create Ewk_Cookie object directly (or event modify it) there is not need to have
ewk_cookies_cookie_free function in public API. Insted of ewk_cookies_cookie_free function there is a need to
have ewk_cookies_all_free to delete allocated list by ewk_cookies_get_all function. The API looks more useful
after refactoring.

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