Bug 1425458 - Resource timing entries Workers - part 11 - WPT, r=me CLOSED TREE

This commit is contained in:
Andrea Marchesini 2018-01-24 18:52:18 +01:00
Родитель 81f9741573
Коммит e3a4f3c0c6
2 изменённых файлов: 20 добавлений и 9 удалений

Просмотреть файл

@ -60,6 +60,16 @@ public:
mStorage->ShutdownOnWorker();
return WorkerRunnable::Cancel();
}
bool
PreDispatch(WorkerPrivate* aWorkerPrivate) override
{
return true;
}
void
PostDispatch(WorkerPrivate* aWorkerPrivate, bool aDispatchResult) override
{}
};
// Here we use control runnable because this code must be executed also when in
@ -89,6 +99,16 @@ public:
return WorkerRunnable::Cancel();
}
bool
PreDispatch(WorkerPrivate* aWorkerPrivate) override
{
return true;
}
void
PostDispatch(WorkerPrivate* aWorkerPrivate, bool aDispatchResult) override
{}
private:
RefPtr<PerformanceStorageWorker> mStorage;
UniquePtr<PerformanceProxyData> mData;

Просмотреть файл

@ -1,9 +0,0 @@
[case-sensitivity.any.worker.html]
[getEntriesByType values are case sensitive]
expected: FAIL
[getEntriesByName values are case sensitive]
expected: FAIL
[case-sensitivity.any.html]