[webkit-reviews] review canceled: [Bug 74648] DOM4: prepend, append, before, after & replace : [Attachment 172653] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 6 14:39:33 PST 2012


Erik Arvidsson <arv at chromium.org> has canceled Erik Arvidsson
<arv at chromium.org>'s request for review:
Bug 74648: DOM4: prepend, append, before, after & replace
https://bugs.webkit.org/show_bug.cgi?id=74648

Attachment 172653: Patch
https://bugs.webkit.org/attachment.cgi?id=172653&action=review

------- Additional Comments from Erik Arvidsson <arv at chromium.org>
This is another WIP patch. This time it does union types

prepend((Node or DOMString) value)

Next step is to combine these two patches to do

prepend((Node or DOMString)... values)

Feedback is wanted on the approach.

This is V8 only at this point.


More information about the webkit-reviews mailing list