[webkit-dev] Problems with the new NATIVE_TYPE_ERR

Darin Adler darin at apple.com
Tue Nov 13 11:12:39 PST 2012


On Nov 13, 2012, at 10:44 AM, Joshua Bell <jsbell at chromium.org> wrote:

> The switch from DOMException of type TYPE_MISMATCH_ERR to TypeError does not appear to be controversial, but as arv@ mentioned in one of the bugs:
> 
> "WebIDL only defines bindings for ECMAScript. We really need someone from Apple to take care of the ObjC bindings, someone from QT for CPP bindings and someone for GTK to take care of the GTK bindings."
> 
> And by "take care of" we mean "define what a WebIDL TypeError even means in binding XYZ". So - help appreciated.

It seems to me that translating TypeError into TYPE_MISMATCH_ERR in each of those bindings would be an acceptable stopgap while we investigate “what TypeError event means” for that binding and would get rid of the mechanical problem of having to do this all at once.

-- Darin


More information about the webkit-dev mailing list