[Webkit-unassigned] [Bug 6219] Perf regression: -[NSImage initWithData:] called repeatedly while moving the cursor over an image
bugzilla-daemon at opendarwin.org
bugzilla-daemon at opendarwin.org
Sat Jan 7 10:20:10 PST 2006
http://bugzilla.opendarwin.org/show_bug.cgi?id=6219
------- Additional Comments From darin at apple.com 2006-01-07 10:20 -------
To be even more specific, we should use an NSDictionary subclass. It only has to implement the three
methods count, objectForKey:, and keyEnumerator. And the keyEnumerator will be an NSEnumerator that
only has to implement nextObject.
We should make sure there's a method on DOMNode or DOMElement for each of the properties and then
we can just map the dictionary key to a selector and call it on the DOMElement.
--
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