RESOLVED FIXED 223856
Merge DOMWindow+IndexedDatabase.idl and WorkerGlobalScope+IndexedDatabase.idl into a single WindowOrWorkerGlobalScope+IndexedDatabase.idl to match the IndexedDB spec
https://bugs.webkit.org/show_bug.cgi?id=223856
Summary Merge DOMWindow+IndexedDatabase.idl and WorkerGlobalScope+IndexedDatabase.idl...
Sam Weinig
Reported 2021-03-28 16:06:51 PDT
Merge DOMWindow+IndexedDatabase.idl and WorkerGlobalScope+IndexedDatabase.idl into a single WindowOrWorkerGlobalScope+IndexedDatabase.idl to match the IndexedDB spec
Attachments
Patch (47.64 KB, patch)
2021-03-28 19:26 PDT, Sam Weinig
no flags
Patch (47.49 KB, patch)
2021-03-30 09:22 PDT, Sam Weinig
no flags
Sam Weinig
Comment 1 2021-03-28 19:26:04 PDT
Sihui Liu
Comment 2 2021-03-29 17:17:46 PDT
Comment on attachment 424518 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=424518&action=review > Source/WebCore/Modules/indexeddb/WindowOrWorkerGlobalScopeIndexedDatabase.cpp:33 > +#include "DatabaseProvider.h" Is this needed? > Source/WebCore/Modules/indexeddb/WindowOrWorkerGlobalScopeIndexedDatabase.cpp:37 > +#include "IDBOpenDBRequest.h" Is this needed? > Source/WebCore/Modules/indexeddb/WindowOrWorkerGlobalScopeIndexedDatabase.cpp:39 > +#include "ScriptExecutionContext.h" Is this needed?
Sam Weinig
Comment 3 2021-03-30 09:22:20 PDT
Sam Weinig
Comment 4 2021-03-30 09:22:46 PDT
(In reply to Sihui Liu from comment #2) > Comment on attachment 424518 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=424518&action=review > > > Source/WebCore/Modules/indexeddb/WindowOrWorkerGlobalScopeIndexedDatabase.cpp:33 > > +#include "DatabaseProvider.h" > > Is this needed? > > > Source/WebCore/Modules/indexeddb/WindowOrWorkerGlobalScopeIndexedDatabase.cpp:37 > > +#include "IDBOpenDBRequest.h" > > Is this needed? > > > Source/WebCore/Modules/indexeddb/WindowOrWorkerGlobalScopeIndexedDatabase.cpp:39 > > +#include "ScriptExecutionContext.h" > > Is this needed? Let's see!
EWS
Comment 5 2021-03-31 13:15:12 PDT
Committed r275303: <https://commits.webkit.org/r275303> All reviewed patches have been landed. Closing bug and clearing flags on attachment 424650 [details].
Radar WebKit Bug Importer
Comment 6 2021-03-31 13:16:16 PDT
Note You need to log in before you can comment on or make changes to this bug.