[Webkit-unassigned] [Bug 127420] New: [EFL][WK2] defaultTextEncodingName should be stored as a member variable of EwkSettings

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 22 02:55:05 PST 2014


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

           Summary: [EFL][WK2] defaultTextEncodingName should be stored as
                    a member variable of EwkSettings
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit EFL
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jinwoo7.song at samsung.com
                CC: demarchi at webkit.org


As the defaultTextEncodingName is returned as a local WKEinaSharedString variable, 
the stringshared data is de-refed by eina_stringshare_del().
To maintain the reference counter, the defaultTextEncodingName should be stored 
as a member variable of EwkSettings class.

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