[Bug 17649] Address WebIDL comments from Kyle Huey and Ms2ger

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

--- Comment #5 from Joshua Bell <jsbell@chromium.org> ---
>From Ms2ger's list:


(1) IDBKeyRange should have static functions
- Resolved as https://dvcs.w3.org/hg/IndexedDB/rev/bf71413d740c

(2) Event handlers
- Resolved as https://dvcs.w3.org/hg/IndexedDB/rev/09a89b16b4b2

(3) Type of IDBRequest.source
- Resolved as https://dvcs.w3.org/hg/IndexedDB/rev/0f8193ddb6af

(4) Type of IDBRequest.readyState
- Resolved as https://dvcs.w3.org/hg/IndexedDB/rev/18b6e04cc02c

#5 is not yet fixed, and #3 could be improved to be:
 readonly attribute (IDBObjectStore or IDBIndex or IDBCursor)? source;
... but I'm hitting a ReSpec.js bug (?) with unions

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Thursday, 28 February 2013 23:40:31 UTC