[Webkit-unassigned] [Bug 102961] IndexedDB: Remove IDBDatabaseException.idl

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 28 10:12:39 PST 2012


https://bugs.webkit.org/show_bug.cgi?id=102961





--- Comment #1 from Joshua Bell <jsbell at chromium.org>  2012-11-28 10:14:54 PST ---
Going forward, new DOMException types just need a hook for the type to fill it in, not the IDLs. At that point using DOMExceptions.in is overkill. 

So a simple proposal here - just "hard code" a hook call into IDBDatabaseException::getExceptionCodeDescription() from the code generated by make_dom_exceptions.pm. Over time, additional exception generators would need similar hooks, but they would be present as a couple of lines in only that one file, so autogenerating them from an InFile is overkill.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list