[Bug 20159] Introduce attributes for DOMString coercion

https://www.w3.org/Bugs/Public/show_bug.cgi?id=20159

Boris Zbarsky <bzbarsky@mit.edu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bzbarsky@mit.edu

--- Comment #1 from Boris Zbarsky <bzbarsky@mit.edu> ---
I would actually prefer a distinct type for ByteString.  On the C++ side,
ByteString needs to become some version of char*, while DOMString becomes a
Unicode string.  These are typically different C++ classes, not just different
conversion code.  And while it's possible to change the actual type of the
object based on extended attributes, it feels pretty weird.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Received on Thursday, 29 November 2012 16:11:48 UTC