[Webkit-unassigned] [Bug 17010] New: Need UTF16/String version of getPropertyID gperf lookup function

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 25 14:22:13 PST 2008


http://bugs.webkit.org/show_bug.cgi?id=17010

           Summary: Need UTF16/String version of getPropertyID gperf lookup
                    function
           Product: WebKit
           Version: 525+ (Nightly build)
          Platform: Macintosh
        OS/Version: Mac OS X 10.4
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: eric at webkit.org
                CC: darin at apple.com


Need UTF16/String version of getPropertyID gperf lookup function

Currently callers need to do a malloc to convert from our UTF16 strings into an
ascii string to do the lookup.  We could instead use a fixed-sized stack buffer
to avoid the malloc.  If the string is larger than the buffer then we just
return fail.  We can ASSERT that the buffer is large enough to hold any
property name if we really want to get fancy.


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list