| Summary: | Merge DOMWindow+IndexedDatabase.idl and WorkerGlobalScope+IndexedDatabase.idl into a single WindowOrWorkerGlobalScope+IndexedDatabase.idl to match the IndexedDB spec | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | WebKit | Reporter: | Sam Weinig <sam> | ||||||
| Component: | New Bugs | Assignee: | Sam Weinig <sam> | ||||||
| Status: | RESOLVED FIXED | ||||||||
| Severity: | Normal | CC: | alecflett, annulen, beidson, cdumez, darin, esprehn+autocc, ews-watchlist, gyuyoung.kim, hi, joepeck, jsbell, kondapallykalyan, ryuan.choi, sergio, sihui_liu, webkit-bug-importer | ||||||
| Priority: | P2 | Keywords: | InRadar | ||||||
| Version: | WebKit Nightly Build | ||||||||
| Hardware: | Unspecified | ||||||||
| OS: | Unspecified | ||||||||
| Attachments: |
|
||||||||
|
Description
Sam Weinig
2021-03-28 16:06:51 PDT
Created attachment 424518 [details]
Patch
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? Created attachment 424650 [details]
Patch
(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! Committed r275303: <https://commits.webkit.org/r275303> All reviewed patches have been landed. Closing bug and clearing flags on attachment 424650 [details]. |