[webkit-reviews] review requested: [Bug 8039] Remove use of DeprecatedArray in favor of new Vector class : [Attachment 8078] patch for image and caching classes

bugzilla-request-daemon at opendarwin.org bugzilla-request-daemon at opendarwin.org
Tue May 2 12:15:48 PDT 2006


Sam Weinig <sam.weinig at gmail.com> has asked Dave Hyatt <hyatt at apple.com> for
review:
Bug 8039: Remove use of DeprecatedArray in favor of new Vector class
http://bugzilla.opendarwin.org/show_bug.cgi?id=8039

Attachment 8078: patch for image and caching classes
http://bugzilla.opendarwin.org/attachment.cgi?id=8078&action=edit

------- Additional Comments from Sam Weinig <sam.weinig at gmail.com>
This patch is changes just the Image and caching classes to use Vector instead
of DeprecatedArray.  In order to not make any unecessary copies, some changes
were made so that the data for an image is buffered directly into an internal
buffer in the Image object.



More information about the webkit-reviews mailing list