зеркало из https://github.com/mozilla/gecko-dev.git
Backed out changeset 7dccafbf3437 (bug 1536540) for failing wpt at idlharness.any.worker.html on a CLOSED TREE
This commit is contained in:
Родитель
b74d860d87
Коммит
80afdc5ddc
|
@ -213,11 +213,6 @@ IDBCursorDirection IDBCursor::GetDirection() const {
|
|||
}
|
||||
}
|
||||
|
||||
RefPtr<IDBRequest> IDBCursor::Request() const {
|
||||
AssertIsOnOwningThread();
|
||||
return mRequest;
|
||||
}
|
||||
|
||||
template <IDBCursor::Type CursorType>
|
||||
void IDBTypedCursor<CursorType>::GetSource(
|
||||
OwningIDBObjectStoreOrIDBIndex& aSource) const {
|
||||
|
|
|
@ -113,8 +113,6 @@ class IDBCursor : public nsISupports, public nsWrapperCache {
|
|||
|
||||
IDBCursorDirection GetDirection() const;
|
||||
|
||||
RefPtr<IDBRequest> Request() const;
|
||||
|
||||
virtual void GetKey(JSContext* aCx, JS::MutableHandle<JS::Value> aResult,
|
||||
ErrorResult& aRv) = 0;
|
||||
|
||||
|
|
|
@ -27,8 +27,6 @@ interface IDBCursor {
|
|||
[Throws]
|
||||
readonly attribute any primaryKey;
|
||||
|
||||
readonly attribute IDBRequest request;
|
||||
|
||||
[Throws]
|
||||
IDBRequest update (any value);
|
||||
|
||||
|
|
|
@ -0,0 +1,27 @@
|
|||
[idbcursor-request.any.html]
|
||||
[cursor.request from IDBIndex.openCursor]
|
||||
expected: FAIL
|
||||
|
||||
[cursor.request from IDBObjectStore.openKeyCursor]
|
||||
expected: FAIL
|
||||
|
||||
[cursor.request from IDBIndex.openKeyCursor]
|
||||
expected: FAIL
|
||||
|
||||
[cursor.request from IDBObjectStore.openCursor]
|
||||
expected: FAIL
|
||||
|
||||
|
||||
[idbcursor-request.any.worker.html]
|
||||
[cursor.request from IDBIndex.openCursor]
|
||||
expected: FAIL
|
||||
|
||||
[cursor.request from IDBObjectStore.openKeyCursor]
|
||||
expected: FAIL
|
||||
|
||||
[cursor.request from IDBIndex.openKeyCursor]
|
||||
expected: FAIL
|
||||
|
||||
[cursor.request from IDBObjectStore.openCursor]
|
||||
expected: FAIL
|
||||
|
Загрузка…
Ссылка в новой задаче