On Thu, Sep 10, 2009 at 4:55 PM, Sam Weinig <sam.wei...@gmail.com> wrote: > It should not be necessary to serialize to a string just to pass the > structured clones across thread boundaries. This would be an especially bad > idea for things like CanvasPixelArray. I am also not sure I understand the > name AttributeIterator. > -Sam
Perhaps it's not necessary to serialize to a string. However, there is existing code that passes strings through and it would be nice not to have to change all that. Binary image data could be text-encoded. That said, I'm open to binary serialization if it's not too big a change. "AttributeIterator" is supposed to convey that the class can be used to recursively iterate over the properties/attributes of JS objects and arrays. (Though it can also represent primitive values.) I'm open to alternative names for this class, too. --Chris _______________________________________________ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev