This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

This archived bug list includes all the bugs for the product or component specified, including bugs that have been resolved.

Mon Apr 1 2019 16:12:48 UTC
Hide Search Description
213 bugs found.
ID Product Comp Assignee Status Resolution Summary Opened Changed
9561 WebAppsW Indexed nikunj.mehta RESO FIXE IDBRequest should inherit from EventTarget 2010-04-20 2010-06-14
9562 WebAppsW Indexed andreip RESO FIXE Opening a database with a different description is underspecified 2010-04-20 2010-10-29
9563 WebAppsW Indexed nikunj.mehta RESO FIXE The events passed to the event handlers are underspecified 2010-04-20 2010-06-17
9653 WebAppsW Indexed nikunj.mehta RESO FIXE How to handle nullable violations is not specified. 2010-05-04 2011-07-05
9698 WebAppsW Indexed nikunj.mehta RESO DUPL Rename all instances of noOverwrite to overwite 2010-05-10 2010-06-02
9738 WebAppsW Indexed eliotgra RESO FIXE Improve IDL documentation 2010-05-14 2011-08-19
9739 WebAppsW Indexed eliotgra RESO FIXE Editorial review from timeless on March 24/25, 2010 2010-05-14 2011-08-16
9768 WebAppsW Indexed nikunj.mehta RESO FIXE Indexes should hang off of objectStores rather than the IDBDatabaseRequest/Sync objects 2010-05-19 2010-06-17
9769 WebAppsW Indexed nikunj.mehta RESO FIXE IDBObjectStoreRequest/Sync.put should be split into 3 methods 2010-05-19 2010-12-10
9786 WebAppsW Indexed eliotgra RESO FIXE WebIDL bugs in IndexedDB spec 2010-05-21 2011-05-24
9789 WebAppsW Indexed andreip RESO FIXE We should use the IDB prefix on all IndexedDB interfaces 2010-05-21 2010-06-10
9790 WebAppsW Indexed andreip RESO FIXE Request is not a good suffix for all the async interfaces in IndexedDB 2010-05-21 2010-11-01
9791 WebAppsW Indexed andreip RESO WONT IDBDatabase should (possibly) be renamed to IDBConnection 2010-05-21 2010-06-11
9793 WebAppsW Indexed eliotgra RESO FIXE Allow dates and floating point numbers in keys 2010-05-21 2010-06-20
9796 WebAppsW Indexed dave.null RESO FIXE IndexedDB's async interface should be available within workers 2010-05-22 2014-10-02
9832 WebAppsW Indexed dave.null RESO DUPL keyPath is underspecified 2010-06-02 2015-04-09
9882 WebAppsW Indexed nikunj.mehta RESO FIXE Behavior when attempting to write data to an objectStore opened as read only unspecified 2010-06-08 2010-11-08
9888 WebAppsW Indexed nikunj.mehta RESO WORK Constants are not accessible when they're needed for most IndexedDB interfaces. 2010-06-09 2010-06-15
9903 WebAppsW Indexed pablo.castro RESO FIXE Need to define specification and use of collations for string sorting 2010-06-10 2011-06-22
9921 WebAppsW Indexed andreip RESO FIXE IDBIndexedDatabase should be called IDBFactory 2010-06-14 2010-06-14
9975 WebAppsW Indexed andreip RESO FIXE Mozilla async API proposal 2010-06-21 2010-07-15
10000 WebAppsW Indexed nikunj.mehta RESO MOVE Allow expressions in addition to keyPaths when creating indexes 2010-06-23 2015-08-10
10007 WebAppsW Indexed nikunj.mehta RESO FIXE Async callbacks should fire in the same order the async requests are made in IndexedDB. 2010-06-24 2010-10-29
10027 WebAppsW Indexed nikunj.mehta RESO FIXE Remove explicit add/remove functions from IDBIndex 2010-06-28 2010-10-25
10052 WebAppsW Indexed andreip RESO FIXE Specify setVersion details 2010-06-29 2010-08-09
10056 WebAppsW Indexed andreip RESO FIXE IDBEvent should inherit from DOM Level 3 Event 2010-06-30 2010-07-01
10058 WebAppsW Indexed jonas RESO FIXE Specify order for indexes which contain duplicate key values 2010-07-01 2010-11-08
10064 WebAppsW Indexed andreip RESO FIXE Modifying functions should throw when called under invalid conditions 2010-07-02 2010-07-02
10088 WebAppsW Indexed jonas RESO FIXE The spec does not define what happens if an object store is modified while a cursor is iterating it. 2010-07-05 2010-11-08
10165 WebAppsW Indexed andreip RESO FIXE [IndexedDB] IDBRequest.abort() should be removed 2010-07-14 2010-08-27
10302 WebAppsW Indexed nikunj.mehta RESO DUPL Introduce exception handlers at the transaction/database scope 2010-08-06 2010-11-22
10303 WebAppsW Indexed nikunj.mehta RESO DUPL Transactions should not commit if code unwinds because of an exception 2010-08-06 2010-12-10
10304 WebAppsW Indexed nikunj.mehta RESO FIXE Rename "remove" method on object store to "delete" 2010-08-06 2010-10-22
10305 WebAppsW Indexed andreip RESO FIXE [IndexedDB] Transactions need to be clarified 2010-08-06 2010-10-29
10307 WebAppsW Indexed andreip RESO FIXE [indexedDB] The default version string is not specified 2010-08-06 2010-08-27
10321 WebAppsW Indexed andreip RESO FIXE [IndexedDB] Description attribute of IDBDatabase doesn't play nicely with run to completion 2010-08-09 2010-08-09
10349 WebAppsW Indexed andreip RESO FIXE [IndexedDB] IDBDatabase.description should be removed from the spec and made optional 2010-08-12 2010-08-27
10357 WebAppsW Indexed eliotgra RESO FIXE [IndexedDB] Remove the SNAPSHOT_READ transaction mode 2010-08-12 2010-09-30
10381 WebAppsW Indexed nikunj.mehta RESO FIXE [IndexedDB] Structured clones should be created synchronously 2010-08-16 2011-02-25
10382 WebAppsW Indexed eliotgra RESO FIXE [IndexedDB] Note on avoiding reader/writer starvation 2010-08-16 2010-10-05
10396 WebAppsW Indexed andreip RESO FIXE [IndexedDB] LEFT_BOUND and RIGHT_BOUND could be a bit more clear 2010-08-19 2010-10-29
10397 WebAppsW Indexed andreip RESO FIXE [IndexedDB] "upper" and "lower" bounds would be much clearer than right/left 2010-08-19 2010-10-29
10400 WebAppsW Indexed andreip RESO FIXE [IndexedDB] IDBCursor.continue should not return anything 2010-08-19 2010-08-27
10402 WebAppsW Indexed jonas RESO FIXE [IndexedDB] IDBCursor.remove/update behavior when at end of range unspecified 2010-08-19 2010-11-08
10426 WebAppsW Indexed andreip RESO FIXE [IndexedDB] All interfaces (except IDBEnvironment*) should not have NoInterfaceObject 2010-08-25 2010-10-25
10430 WebAppsW Indexed jonas RESO FIXE [IndexedDB] We need to make it more clear IDBRequests can be reused and spec readyState's behavior 2010-08-25 2010-11-08
10431 WebAppsW Indexed nikunj.mehta RESO FIXE [IndexedDB] Remove IDBDatabase.objectStore() 2010-08-25 2010-11-01
10453 WebAppsW Indexed andreip RESO FIXE [IndexedDB] IDBIndex.openObjectCursor should return an IDBRequest 2010-08-26 2010-08-27
10527 WebAppsW Indexed andreip RESO FIXE [IndexedDB] Result of IDBCursor.remove and update unspecified. 2010-09-01 2010-11-11
10585 WebAppsW Indexed jonas RESO FIXE Need an error to indicate that the user disallowed access 2010-09-08 2011-03-29
10590 WebAppsW Indexed dave.null RESO DUPL [IndexedDB] Default timeout duration needs to be specced 2010-09-09 2010-12-10
10601 WebAppsW Indexed eliotgra RESO FIXE [IndexedDB] Need some way to create IDB events? 2010-09-10 2011-06-01
10674 WebAppsW Indexed andreip RESO FIXE [IndexedDB] Changes to indexes (and their cursors) 2010-09-22 2010-10-25
10765 WebAppsW Indexed andreip RESO FIXE [IndexedDB] Need to add an onblocked event to what's returned from setVersion 2010-09-27 2010-10-29
10766 WebAppsW Indexed andreip RESO DUPL [IndexedDB] Add an onblocked event to what setVersion returns 2010-09-27 2010-09-27
10794 WebAppsW Indexed eliotgra RESO FIXE [IndexedDB] Clarify createObjectStore/removeObjectStore's tie to the database setVersion was called on 2010-09-28 2011-06-03
11094 WebAppsW Indexed jonas RESO FIXE [IndexedDB] IDBIndex.get* don't define which item is returned in the case of duplicates 2010-10-19 2010-11-08
11097 WebAppsW Indexed dave.null RESO FIXE [IndexedDB] Behavior of .close() is not completely specified 2010-10-19 2011-03-08
11104 WebAppsW Indexed andreip RESO FIXE [IndexedDB] removeObjectStore/Index should be renamed to delete___ 2010-10-20 2010-10-22
11113 WebAppsW Indexed eliotgra RESO FIXE [IndexedDB] The spec should be more explicit about the queuing of setVersion transactions 2010-10-21 2011-06-06
11164 WebAppsW Indexed jonas RESO FIXE There is no way to get from an error event to other objectStores 2010-10-29 2011-03-08
11187 WebAppsW Indexed jonas RESO FIXE [IndexedDB] Repeated calls to IDBCursor.continue() should throw 2010-11-01 2010-11-08
11246 WebAppsW Indexed jonas RESO FIXE Remove IDBCursor(Sync).count 2010-11-06 2010-11-08
11257 WebAppsW Indexed dave.null RESO FIXE Should IDBCursor.update be able to create a new entry? 2010-11-08 2011-03-08
11266 WebAppsW Indexed dave.null RESO FIXE Add IDBObjectStore.clear() 2010-11-08 2010-11-08
11269 WebAppsW Indexed dave.null RESO FIXE Evaluating keyPaths needs to be better specified 2010-11-09 2015-04-09
11270 WebAppsW Indexed dave.null RESO FIXE Interaction between in-line keys and key generators 2010-11-09 2015-04-09
11276 WebAppsW Indexed jonas RESO FIXE Specify deleteDatabase 2010-11-09 2010-11-09
11280 WebAppsW Indexed dave.null RESO FIXE IDBFactory.databases doesn't work 2010-11-09 2010-11-12
11348 WebAppsW Indexed dave.null RESO FIXE [IndexedDB] Overhaul of the event model 2010-11-19 2011-03-04
11349 WebAppsW Indexed jorlow RESO FIXE [IndexedDB] Null should not be a valid key type 2010-11-19 2010-12-10
11350 WebAppsW Indexed jorlow RESO WONT [IndexedDB] ObjectStores should have a way to hint that they're "evictable" 2010-11-19 2015-04-23
11351 WebAppsW Indexed dave.null RESO WONT [IndexedDB] Should we have a maximum key size (or something like that)? 2010-11-19 2011-03-08
11375 WebAppsW Indexed jorlow RESO FIXE [IndexedDB] Error codes need to be assigned new numbers 2010-11-22 2011-03-08
11376 WebAppsW Indexed dave.null RESO FIXE IDBObjectStore.put's DATA_ERR description needs clarification 2010-11-22 2011-03-08
11385 WebAppsW Indexed pablo.castro RESO FIXE Bring the sync APIs back in sync with the async ones 2010-11-23 2011-02-16
11389 WebAppsW Indexed jorlow RESO FIXE IDBTransaction.READ_ONLY should probably be 0 2010-11-23 2010-12-10
11394 WebAppsW Indexed jorlow RESO FIXE We should throw if continue() is called with a key <= the current position 2010-11-23 2011-03-08
11396 WebAppsW Indexed dave.null RESO FIXE Add a callback to IDBDatabaseSync.transaction 2010-11-24 2011-03-08
11398 WebAppsW Indexed jorlow RESO FIXE [IndexedDB] Methods that take multiple optional parameters should instead take an options object 2010-11-24 2012-01-17
11401 WebAppsW Indexed eliotgra RESO FIXE [IndexedDB] We should disallow .transaction() from within setVersion transactions 2010-11-24 2011-06-09
11406 WebAppsW Indexed jorlow RESO FIXE [IndexedDB] IDBDatabase.transaction needs to specify exception for invalid mode parameter 2010-11-25 2011-07-06
11407 WebAppsW Indexed jorlow RESO FIXE [IndexedDB] IDBDatabase.createObjectStore: autoIncrement should not default to true 2010-11-25 2010-12-10
11425 WebAppsW Indexed dave.null RESO DUPL [IndexedDB] Transaction timeout parameter should probably be a double 2010-11-29 2011-01-25
11527 WebAppsW Indexed jorlow RESO FIXE Remove dynamic transactions from the spec 2010-12-10 2010-12-10
11528 WebAppsW Indexed dave.null RESO MOVE We should add some form of dynamic transaction to IndexedDB 2010-12-10 2015-08-10
11530 WebAppsW Indexed jorlow RESO FIXE No transaction should start until after all others that were created first and whose scope overlaps 2010-12-10 2010-12-10
11552 WebAppsW Indexed dave.null RESO FIXE We should remove timeout from IndexedDB. 2010-12-14 2011-02-25
11553 WebAppsW Indexed dave.null RESO FIXE Ensure indexedDBSync is on the right worker interface 2010-12-15 2011-03-08
11564 WebAppsW Indexed pablo.castro RESO FIXE Remove all references to manually populated indexes 2010-12-16 2011-03-08
11567 WebAppsW Indexed dave.null RESO FIXE IndexedDB should utilize the new WebIDL static feature 2010-12-17 2011-03-07
11747 WebAppsW Indexed dave.null RESO FIXE openCursor's text contradicts itself 2011-01-13 2011-03-08
11914 WebAppsW Indexed dave.null RESO FIXE .objectStore should be added to IDBIndex and .source to IDBCursor 2011-01-28 2011-03-04
11947 WebAppsW Indexed dave.null RESO DUPL [IndexedDB] Updating object stores with auto increment 2011-02-01 2011-02-04
11948 WebAppsW Indexed dave.null RESO DUPL index.openCursor's cursor should have a way to access the index's "value" (in addition to the index's key and objectStore's value) 2011-02-01 2011-03-08
11976 WebAppsW Indexed dave.null RESO FIXE Autoincrement keys need to be cleaned up some in the spec 2011-02-03 2011-03-08
12016 WebAppsW Indexed dave.null RESO FIXE After page unload, all IDBDatabases attached to the document should have .close() called on them 2011-02-08 2011-03-08
12114 WebAppsW Indexed dave.null RESO FIXE Blocked setVersion transactions should be aborted when their database is closed 2011-02-18 2011-03-08
12179 WebAppsW Indexed dave.null RESO FIXE We should spec the order in which version change events fire 2011-02-25 2011-07-06
12229 WebAppsW Indexed dave.null RESO FIXE When a IDBKeyRange.bound's lower param is greater than the upper one, we probably should throw some exception 2011-03-03 2011-03-03
12233 WebAppsW Indexed dave.null RESO FIXE We should add a method to compare two IndxedDB keys 2011-03-03 2011-03-31
12234 WebAppsW Indexed eliotgra RESO FIXE [IndexedDB] Integrate with the HTML5 event loop 2011-03-04 2011-07-05
12261 WebAppsW Indexed dave.null RESO FIXE Update cursor API 2011-03-07 2011-03-08
12310 WebAppsW Indexed dave.null RESO FIXE We should add IDBCursor.advance(number of items to move forward) 2011-03-15 2011-04-01
12321 WebAppsW Indexed dave.null RESO FIXE Add compound keys to IndexedDB 2011-03-16 2011-04-01
12366 WebAppsW Indexed dave.null RESO FIXE IDBSuccessEvent is not defined anywhere, yet it is used (remove it) 2011-03-22 2011-03-30
12438 WebAppsW Indexed dave.null RESO FIXE Sync API for setVersion should specify a callback method and timeout value 2011-04-06 2011-04-22
12654 WebAppsW Indexed dave.null RESO FIXE createIndex's options should include whether a field is optional/required 2011-05-13 2011-07-11
13611 WebAppsW Indexed eliotgra RESO FIXE Example in 3.1.3 says key path can contain array indices 2011-08-03 2011-08-17
14199 WebAppsW Indexed eliotgra RESO FIXE IDBVersionChangeEvent still uses DOMString for version 2011-09-18 2012-01-24
14201 WebAppsW Indexed dave.null RESO FIXE IDBFactory.deleteDatabase text mentions IDBVersionChangeRequest 2011-09-18 2011-11-02
14318 WebAppsW Indexed dave.null RESO FIXE Importance of the upgradeneeded event should be more explicit 2011-09-27 2011-12-27
14352 WebAppsW Indexed dave.null CLOS FIXE Event handler IDL attributes need [TreatNonCallableAsNull] 2011-10-01 2011-12-02
14384 WebAppsW Indexed eliotgra RESO FIXE "upgradeneeded" event should set request.readyState to DONE 2011-10-04 2011-11-02
14389 WebAppsW Indexed dave.null RESO FIXE Remove =FunctionOnly from the callbacks 2011-10-05 2011-11-01
14393 WebAppsW Indexed dave.null RESO FIXE If exception is thrown during upgradeneeded event dispatch, abort the VERSION_CHANGE transaction 2011-10-05 2011-11-01
14404 WebAppsW Indexed eliotgra RESO FIXE Version of an IDBDatabase from an aborted version change transaction needs to be specified 2011-10-07 2012-05-08
14405 WebAppsW Indexed dave.null RESO FIXE Steps for firing success/error events on a request are very transaction-centric 2011-10-07 2011-11-01
14408 WebAppsW Indexed jonas RESO FIXE [IndexedDB] Cursors .key/.primaryKey/.value shouldn't throw as soon as .continue is called 2011-10-07 2012-02-22
14412 WebAppsW Indexed eliotgra RESO FIXE IDBFactorySync should have .cmp too 2011-10-09 2011-11-02
14441 WebAppsW Indexed eliotgra RESO FIXE Note in IDBIndex.getKey is incorrect 2011-10-12 2011-11-30
14488 WebAppsW Indexed eliotgra RESO FIXE [IDBObjectStore|IDBIndex].count description should specify optional argument behavior a little better 2011-10-17 2011-11-02
14735 WebAppsW Indexed eliotgra RESO FIXE [IndexedDB] Add multientry attribute to IDBIndex 2011-11-09 2011-11-30
14830 WebAppsW Indexed dave.null RESO FIXE Specify where index values are gotten from 2011-11-15 2011-12-27
14985 WebAppsW Indexed dave.null RESO FIXE Specify how autoincrement + empty keypath works 2011-11-29 2012-01-24
15029 WebAppsW Indexed dave.null RESO FIXE Change multientry to multiEntry 2011-12-01 2011-12-27
15030 WebAppsW Indexed dave.null RESO FIXE Add IDBObjectStore.autoIncrement 2011-12-01 2011-12-27
15055 WebAppsW Indexed eliotgra RESO FIXE [IndexedDB] (editorial) dead link "IDBFactory.open" in 3.1.8 Requests 2011-12-04 2011-12-27
15223 WebAppsW Indexed dave.null RESO FIXE Need to add an DOMError error attribute to the IDBTransaction interface 2011-12-15 2011-12-27
15234 WebAppsW Indexed dave.null RESO FIXE Throw if IDBTransaction.objectStore() or IDBObjectStore.index() called after transaction finished 2011-12-16 2011-12-27
15434 WebAppsW Indexed eliotgra RESO FIXE [IndexedDB] Detail steps for assigning a key to a value 2012-01-05 2012-02-29
15717 WebAppsW Indexed eliotgra RESO FIXE Adding TransactionInactiveError to IDBObjectStore.count and IDBIndex.count 2012-01-25 2012-03-02
15720 WebAppsW Indexed dave.null RESO FIXE [IndexedDB] Specify key generation details 2012-01-26 2012-03-13
15721 WebAppsW Indexed eliotgra RESO FIXE [IndexedDB] Specify when calling transaction() should throw due to being called "too early" 2012-01-26 2012-03-26
15796 WebAppsW Indexed jonas RESO FIXE Specify how to extract a key when keyPath is an array 2012-01-30 2012-03-02
15813 WebAppsW Indexed eliotgra RESO FIXE TypeError shouldn't be referenced as a DOMException 2012-01-31 2012-03-09
15856 WebAppsW Indexed eliotgra RESO FIXE [IndexedDB] Remove empty string as a possible version 2012-02-02 2012-03-02
15864 WebAppsW Indexed eliotgra RESO FIXE [IndexedDB] Array as key, avoid array loops 2012-02-03 2012-03-02
15927 WebAppsW Indexed dave.null RESO WONT [IndexedDB] Allowing "." and " " in keys specified using keyPath 2012-02-07 2012-02-14
15987 WebAppsW Indexed eliotgra RESO FIXE [IndexedDB] Invalid dates should not be valid keys 2012-02-14 2012-03-02
16013 WebAppsW Indexed dave.null RESO FIXE objectStoreNames order should be specified (alphabetic?) 2012-02-17 2012-03-02
16017 WebAppsW Indexed odinho RESO FIXE [IndexedDB] editorial changes 2012-02-17 2012-03-08
16103 WebAppsW Indexed dave.null RESO DUPL Remove DOMStringList usage 2012-02-24 2015-05-19
16108 WebAppsW Indexed dave.null RESO FIXE [IndexedDB] (editorial) bound(), lowerBound() and upperBound() have open mixed 2012-02-24 2012-03-07
16133 WebAppsW Indexed dave.null RESO FIXE [IndexedDB] update createObjectStore examples to use optionalParameters 2012-02-27 2012-03-09
16137 WebAppsW Indexed dave.null RESO MOVE IndexedDB: Add API for enumerating databases 2012-02-27 2015-08-10
16205 WebAppsW Indexed dave.null RESO FIXE IDBRequest returned by IDBFactory.deleteDatabase will be set to undefined 2012-03-02 2012-03-07
16211 WebAppsW Indexed dave.null RESO FIXE Relax the ability to add a record if it doesn't meet the constraints of a predefined index 2012-03-03 2012-03-07
16233 WebAppsW Indexed dave.null RESO FIXE Wrong description for lowerBound() and upperBound() methods 2012-03-06 2012-03-07
16441 WebAppsW Indexed dave.null RESO FIXE Spec should note that onsuccess shouldn’t be used for writes. 2012-03-19 2012-07-16
16465 WebAppsW Indexed dave.null RESO FIXE [IndexedDB] Error handling of db.transaction('mystore', 'some invalid value here') should be defined 2012-03-21 2012-05-02
16467 WebAppsW Indexed dave.null RESO FIXE [IndexedDB] [editorial] remove spurious IDBVersionChangeRequest-sentence 2012-03-21 2012-07-16
16501 WebAppsW Indexed dave.null RESO FIXE IndexedDB: IDBObjectStore/IDBIndex.keyPath when key path is an Array? 2012-03-23 2015-04-09
16513 WebAppsW Indexed dave.null RESO FIXE Use WebIDL enum for IDBDatabase.transaction's mode argument 2012-03-25 2013-02-28
16595 WebAppsW Indexed dave.null RESO MOVE Ability to get non-sequential records from various operations 2012-04-01 2015-05-23
16596 WebAppsW Indexed jonas RESO WONT Clarify how upgradeneeded works in the .open function 2012-04-01 2013-01-25
16653 WebAppsW Indexed jsbell RESO FIXE IndexedDB: Define overloads for IDBDatabase.transaction() 2012-04-06 2013-04-02
16714 WebAppsW Indexed dave.null VERI FIXE IndexedDB: creating an object store with Array-type key path and key generator should be forbidden 2012-04-12 2012-05-02
16715 WebAppsW Indexed dave.null RESO FIXE IndexedDB: Spec nit in steps for evaluating key path 2012-04-12 2012-05-02
17032 WebAppsW Indexed dave.null RESO FIXE IndexedDB: Editorial - use of phrase "explicit key" is confusing 2012-05-10 2012-07-15
17198 WebAppsW Indexed dave.null RESO FIXE Remove mention of IDBVersionChangeRequest 2012-05-25 2012-07-16
17236 WebAppsW Indexed dave.null RESO FIXE Ambiguity in IDBTransaction.error around 'done' state 2012-05-29 2012-07-15
17253 WebAppsW Indexed dave.null RESO FIXE [IndexedDB] IDL typo 2012-05-30 2012-07-16
17276 WebAppsW Indexed dave.null RESO FIXE Step 8 in versionchange transaction algorithm is wrong. 2012-05-31 2012-07-15
17303 WebAppsW Indexed dave.null RESO FIXE Fix editorial issues from Tobie 2012-06-04 2012-07-16
17538 WebAppsW Indexed dave.null RESO FIXE [IndexedDB] Remove error clauses for invalid index keys 2012-06-18 2012-07-15
17609 WebAppsW Indexed dave.null RESO FIXE [IndexedDB] Events fired after transaction abort should not set active flag 2012-06-26 2012-07-15
17643 WebAppsW Indexed dave.null RESO FIXE What should transaction.error be set to if a error handler throws an exception 2012-06-28 2012-07-15
17645 WebAppsW Indexed dave.null RESO FIXE Define more precisely what the "origin" of the IDBEnvironment is 2012-06-29 2013-02-01
17649 WebAppsW Indexed jsbell RESO FIXE Address WebIDL comments from Kyle Huey and Ms2ger 2012-06-29 2013-03-01
17650 WebAppsW Indexed dave.null RESO FIXE Make createIndex throw InvalidAccessError instead of NotSupportedError 2012-06-29 2012-07-15
17657 WebAppsW Indexed dave.null RESO FIXE Empty arrays shouldn't be valid KeyPaths 2012-06-30 2012-09-22
17681 WebAppsW Indexed dave.null RESO MOVE [IndexedDB] Operations that raise multiple exceptions types should define order 2012-07-03 2015-06-15
17702 WebAppsW Indexed dave.null RESO FIXE [IndexedDB editorial] IDBIndex.getKey should tell what it's doing 2012-07-05 2012-07-25
18328 WebAppsW Indexed dave.null RESO FIXE [IndexedDB] Editorial: Clarify that "record value" === "referenced primary key" for indeces 2012-07-19 2013-01-31
18329 WebAppsW Indexed eliotgra RESO FIXE [IndexedDB] [supertrivial] Use more understandable example for indeces 2012-07-19 2013-04-01
18427 WebAppsW Indexed dave.null RESO FIXE [IndexedDB] Spec text requires index names be unique within database 2012-07-27 2013-01-31
18502 WebAppsW Indexed dave.null RESO FIXE [IndexedDB] Editorial: Wording around IDBFactory.open() with no version misleading 2012-08-08 2013-03-01
18551 WebAppsW Indexed dave.null RESO FIXE [IndexedDB] Ambiguity about operations preceding a failed createIndex. 2012-08-13 2013-04-15
18558 WebAppsW Indexed dave.null RESO FIXE [IndexedDB] Define error seen when key generator maximum value is reached 2012-08-14 2013-02-20
18656 WebAppsW Indexed dave.null RESO FIXE objectStore.delete should raise InvalidStateError if object store is deleted 2012-08-22 2013-02-20
18809 WebAppsW Indexed dave.null RESO FIXE Some examples in the index section (3.3.4) have errors 2012-09-09 2013-03-01
19450 WebAppsW Indexed dave.null RESO FIXE [IndexedDB] Key path segments should permit reserved words 2012-10-10 2013-03-01
19955 WebAppsW Indexed dave.null RESO FIXE [IndexedDB] Add IDBObjectStore.openKeyCursor 2012-11-13 2015-04-23
20257 WebAppsW Indexed dave.null RESO MOVE IDBCursor should walk on secondary ordering of index value 2012-12-05 2015-06-15
20394 WebAppsW Indexed jsbell RESO FIXE [IndexedDB] Spec should use WebIDL concepts such as sequence<T> rather than Array 2012-12-14 2013-04-15
20582 WebAppsW Indexed jsbell RESO FIXE Definitions of "valid key" and key comparison are underdefined and not compatible with WebIDL 2013-01-07 2013-04-02
20833 WebAppsW Indexed dave.null RESO FIXE Incomplete sentence in draft WD-IndexedDB-20120524 2013-01-31 2013-02-20
21555 WebAppsW Indexed dave.null RESO FIXE Use of IDL arrays for keyPath values is underdefined 2013-04-02 2013-05-09
21559 WebAppsW Indexed dave.null RESO FIXE [IndexedDB] Term "primary key" needs defining 2013-04-03 2013-04-03
21649 WebAppsW Indexed dave.null RESO FIXE Duplicate requirement 2013-04-10 2013-04-15
21801 WebAppsW Indexed jsbell RESO FIXE [IndexedDB] Cursor operations when source deleted are not defined 2013-04-23 2013-04-26
21836 WebAppsW Indexed dave.null RESO MOVE Remove NotSupportedError on creating index for multiEntry index with array keyPath 2013-04-26 2015-08-10
22130 WebAppsW Indexed dave.null RESO MOVE Modification for IDBObjectStore's clear and delete method 2013-05-22 2015-08-10
22370 WebAppsW Indexed dave.null RESO MOVE Inform script of corruption-induced data loss 2013-06-14 2015-08-10
22540 WebAppsW Indexed dave.null RESO FIXE Fire event when database connection is closed without explicit close() call 2013-07-02 2015-04-02
22636 WebAppsW Indexed jsbell RESO FIXE any? is invalid IDL 2013-07-10 2013-07-11
22637 WebAppsW Indexed dave.null RESO FIXE spec lacks a link to file bugs 2013-07-10 2013-07-11
22856 WebAppsW Indexed dave.null VERI FIXE Defaults for the IDBKeyRange static functions arguments should be defined in IDL 2013-08-01 2013-08-01
22927 WebAppsW Indexed dave.null RESO FIXE Description of "source" attribute refers to "This function" 2013-08-12 2013-08-12
23332 WebAppsW Indexed dave.null RESO MOVE Support Binary Keys 2013-09-23 2015-05-27
24865 WebAppsW Indexed dave.null RESO FIXE Remove requirement that highest version request is processed first 2014-02-28 2014-02-28
25223 WebAppsW Indexed dave.null RESO MOVE IDB exposes GC behavior 2014-04-01 2015-08-10
25251 WebAppsW Indexed dave.null RESO FIXE Transaction ordering for readonly transactions 2014-04-03 2014-11-14
26492 WebAppsW Indexed dave.null RESO FIXE IndexedDB: add/put/update operations should define ordering of clone vs. keypath evaluation 2014-07-31 2015-05-19
26774 WebAppsW Indexed dave.null RESO WORK Specification does not distinguish between `IDBObjectStore` `add` and `put` 2014-09-10 2014-09-10
26904 WebAppsW Indexed dave.null RESO WONT Introduce typedef for IDBKeyPath, use it 2014-09-25 2015-01-09
27544 WebAppsW Indexed art.barstow RESO FIXE [IndexedDB] "and and" typo 2014-12-09 2015-01-06
27712 WebAppsW Indexed jsbell RESO FIXE IndexedDB: Array comparison algorithm doesn't handle empty arrays 2014-12-28 2015-01-13
27727 WebAppsW Indexed dave.null RESO MOVE Remove DOMError from IDB 2015-01-02 2015-05-21
28067 WebAppsW Indexed dave.null RESO MOVE DOMStringList has been removed from DOM 2015-02-21 2015-08-10
28456 WebAppsW Indexed dave.null RESO MOVE nested keyPath: allow specification which part should be iterated if it's an array 2015-04-09 2015-08-10
29049 WebAppsW Indexed dave.null RESO MOVE Queue a microtask to unset active on transaction 2015-08-10 2015-08-10
213 bugs found.