IndexedDB - renaming

Hello,

A while ago, we discussed some simple renaming of the IndexedDB
interfaces. I have already closed

http://www.w3.org/Bugs/Public/show_bug.cgi?id=9789

as it was a very simple fix. I would like to recap the rest of the
changes I am planning to make, just to make sure that everyone is ok
with them:

1. Drop the "Request" prefix from our async interface names and add
the "Sync" suffix to the sync interfaces.

http://www.w3.org/Bugs/Public/show_bug.cgi?id=9790

2. Rename IDBIndexedDatabase to IDBFactory. My original proposal was
also renaming IDBDatabase to IDBConnection but Jonas had an objection
to that. So let's keep it IDBDatabase for now.

http://www.w3.org/Bugs/Public/show_bug.cgi?id=9791

What do you think?

Thanks,
Andrei

Received on Thursday, 10 June 2010 16:38:52 UTC