forked from indexeddbshim/IndexedDBShim
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Breaking change to
__forceClose
: Prepend an optional argument to the
signature, `dbName` for force-closing databases of a particular name - Add missing API: `versionchange` and `blocked` events (currently assumes single process); addresses indexeddbshim#2 - Fix: Close connection on abort (setting closed flag) - Fix: Have `deleteDatabase` empty relevant `connections` (relevant for `__forceClose` as well as `open`) - Refactoring: Rename `transformW3CStack.js` to `transformV8Stack.js` - Refactoring: Move excluded files into good-bad files file - Testing (W3C Old): Partly update `TransactionBehavior.js` tests to ensure `objectStoreNames` are compared as arrays - Testing (Mocha): For now, make exception for Chrome as with other browsers to `window.onerror` tests in `IDBTransaction/events-spec.js` but keep note in testing list - Testing (mock): Fix for `blocked` event's expected `newVersion` (submitted fix as <kristofdegrave/indexedDBmock#2>) IndexedDB Test counts: 323 normal files (including 1 domstringlist file): 315 are all good, 3 have some that are bad, 5 have some that time out and 3 have some that do not run 7 excluded files (uncaught exceptions during testing): `bindings-inject-key.js`, `keypath-exceptions.js`, 'event-dispatch-active-flag.js', 'fire-error-event-exception.js', 'fire-success-event-exception.js', 'fire-upgradeneeded-event-exception.js' 'upgrade-transaction-deactivation-timing.js' Current IndexedDB (and domstringlist) test statuses (vmTimeout = 40000): 'Pass': 1168, (including 4 domstringlist tests but avoiding exclusions) 'Fail': 6, 'Timeout': 5, 'Not Run': 3, 'Total tests': 1182 (including 4 domstringlist tests but avoiding exclusions)
- Loading branch information
Showing
32 changed files
with
2,329 additions
and
1,499 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.