[Webkit-unassigned] [Bug 41613] Adds support for generating code from IDL with reserved keywords (it'll be necessary for IDBCursor::continue).

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 12 07:33:39 PDT 2010


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


Marcus Bulach <bulach at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |japhet at chromium.org




--- Comment #5 from Marcus Bulach <bulach at chromium.org>  2010-07-12 07:33:38 PST ---
+japhet at chromium.org

Nate, I guess you know quite a lot of the code generators, would you mind taking a look at this?

quick background: we're working on IndexedDB, and some of its IDLs use C++ reserved keywords such "continue" and "delete" on methods such as "IDBCursor::continue()".
The idea is that we need to escape such methods somehow, and in this patch I used a "_" as a suffix.. would you have any suggestion?

-- 
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