[Webkit-unassigned] [Bug 9698] Switch JSC Bindings from CFDictionary to HashMap

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Mon Jul 3 18:42:23 PDT 2006


http://bugzilla.opendarwin.org/show_bug.cgi?id=9698


ddkilzer at kilzer.net changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |




------- Comment #6 from ddkilzer at kilzer.net  2006-07-03 18:42 PDT -------
This was rolled out in r15148 by Darin.  Log message:

- Rolled out HashMap implementation of NPRuntime, at least temporarily. Fixes
hang in the bindings section of layout tests seen on the buildbot. This code
was using HashMap<const char*, PrivateIdentifier*>. But that hashes based on
pointer identity, not string value. The default hash for any pointer type is to
hash based on the pointer. And WTF doesn't currently have a string hash for
char*. We'll need to fix that before re-landing this patch. (Formatting was
also incorrect -- extra spaces in parentheses.)


-- 
Configure bugmail: http://bugzilla.opendarwin.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