Bug 163927 - IndexedDB 2.0: Support new IDBTransaction interfaces
Summary: IndexedDB 2.0: Support new IDBTransaction interfaces
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Brady Eidson
URL:
Keywords: InRadar
Depends on:
Blocks: 160306
  Show dependency treegraph
 
Reported: 2016-10-24 17:05 PDT by Brady Eidson
Modified: 2016-10-25 09:28 PDT (History)
9 users (show)

See Also:


Attachments
Patch (10.29 KB, patch)
2016-10-24 17:12 PDT, Brady Eidson
sam: review+
buildbot: commit-queue-
Details | Formatted Diff | Diff
Archive of layout-test-results from ews115 for mac-yosemite (1.83 MB, application/zip)
2016-10-24 18:22 PDT, Build Bot
no flags Details
Archive of layout-test-results from ews121 for ios-simulator-wk2 (deleted)
2016-10-24 18:28 PDT, Build Bot
no flags Details
Archive of layout-test-results from ews106 for mac-yosemite-wk2 (1.35 MB, application/zip)
2016-10-24 18:33 PDT, Build Bot
no flags Details
Archive of layout-test-results from ews103 for mac-yosemite (965.42 KB, application/zip)
2016-10-24 18:35 PDT, Build Bot
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Brady Eidson 2016-10-24 17:05:21 PDT
IndexedDB 2.0: Support new IDBTransaction interfaces

This basically means adding the objectStoreNames property.
Comment 1 Brady Eidson 2016-10-24 17:05:50 PDT
<rdar://problem/28806928>
Comment 2 Brady Eidson 2016-10-24 17:12:09 PDT
Created attachment 292682 [details]
Patch
Comment 3 Build Bot 2016-10-24 18:21:59 PDT
Comment on attachment 292682 [details]
Patch

Attachment 292682 [details] did not pass mac-debug-ews (mac):
Output: http://webkit-queues.webkit.org/results/2361742

New failing tests:
imported/w3c/web-platform-tests/IndexedDB/transaction-abort-multiple-metadata-revert.html
imported/w3c/web-platform-tests/IndexedDB/idbtransaction_objectStoreNames.html
imported/w3c/web-platform-tests/IndexedDB/idbobjectstore-rename-abort.html
imported/w3c/web-platform-tests/IndexedDB/transaction-abort-object-store-metadata-revert.html
imported/w3c/web-platform-tests/IndexedDB/idbobjectstore-rename-store.html
Comment 4 Build Bot 2016-10-24 18:22:02 PDT
Created attachment 292692 [details]
Archive of layout-test-results from ews115 for mac-yosemite

The attached test failures were seen while running run-webkit-tests on the mac-debug-ews.
Bot: ews115  Port: mac-yosemite  Platform: Mac OS X 10.10.5
Comment 5 Build Bot 2016-10-24 18:28:33 PDT
Comment on attachment 292682 [details]
Patch

Attachment 292682 [details] did not pass ios-sim-ews (ios-simulator-wk2):
Output: http://webkit-queues.webkit.org/results/2361805

New failing tests:
imported/w3c/web-platform-tests/IndexedDB/transaction-abort-multiple-metadata-revert.html
imported/w3c/web-platform-tests/IndexedDB/idbtransaction_objectStoreNames.html
imported/w3c/web-platform-tests/IndexedDB/idbobjectstore-rename-abort.html
imported/w3c/web-platform-tests/IndexedDB/transaction-abort-object-store-metadata-revert.html
imported/w3c/web-platform-tests/IndexedDB/idbobjectstore-rename-store.html
Comment 6 Build Bot 2016-10-24 18:28:37 PDT
Created attachment 292694 [details]
Archive of layout-test-results from ews121 for ios-simulator-wk2

The attached test failures were seen while running run-webkit-tests on the ios-sim-ews.
Bot: ews121  Port: ios-simulator-wk2  Platform: Mac OS X 10.11.6
Comment 7 Build Bot 2016-10-24 18:33:08 PDT
Comment on attachment 292682 [details]
Patch

Attachment 292682 [details] did not pass mac-wk2-ews (mac-wk2):
Output: http://webkit-queues.webkit.org/results/2361884

New failing tests:
imported/w3c/web-platform-tests/IndexedDB/transaction-abort-multiple-metadata-revert.html
imported/w3c/web-platform-tests/IndexedDB/idbtransaction_objectStoreNames.html
imported/w3c/web-platform-tests/IndexedDB/idbobjectstore-rename-abort.html
imported/w3c/web-platform-tests/IndexedDB/transaction-abort-object-store-metadata-revert.html
imported/w3c/web-platform-tests/IndexedDB/idbobjectstore-rename-store.html
Comment 8 Build Bot 2016-10-24 18:33:12 PDT
Created attachment 292696 [details]
Archive of layout-test-results from ews106 for mac-yosemite-wk2

The attached test failures were seen while running run-webkit-tests on the mac-wk2-ews.
Bot: ews106  Port: mac-yosemite-wk2  Platform: Mac OS X 10.10.5
Comment 9 Build Bot 2016-10-24 18:35:16 PDT
Comment on attachment 292682 [details]
Patch

Attachment 292682 [details] did not pass mac-ews (mac):
Output: http://webkit-queues.webkit.org/results/2361912

New failing tests:
imported/w3c/web-platform-tests/IndexedDB/transaction-abort-multiple-metadata-revert.html
imported/w3c/web-platform-tests/IndexedDB/idbtransaction_objectStoreNames.html
imported/w3c/web-platform-tests/IndexedDB/idbobjectstore-rename-abort.html
imported/w3c/web-platform-tests/IndexedDB/transaction-abort-object-store-metadata-revert.html
imported/w3c/web-platform-tests/IndexedDB/idbobjectstore-rename-store.html
Comment 10 Build Bot 2016-10-24 18:35:20 PDT
Created attachment 292697 [details]
Archive of layout-test-results from ews103 for mac-yosemite

The attached test failures were seen while running run-webkit-tests on the mac-ews.
Bot: ews103  Port: mac-yosemite  Platform: Mac OS X 10.10.5
Comment 11 Brady Eidson 2016-10-25 09:28:42 PDT
Updated results for those tests and landed manually in https://trac.webkit.org/changeset/207821