RESOLVED FIXED 231250
FileSystemHandle should be ContextDestructionObserver
https://bugs.webkit.org/show_bug.cgi?id=231250
Summary FileSystemHandle should be ContextDestructionObserver
Sihui Liu
Reported 2021-10-05 13:51:00 PDT
Same as FileSystemSyncAccessHandle.
Attachments
Patch (30.54 KB, patch)
2021-10-25 10:32 PDT, Sihui Liu
ews-feeder: commit-queue-
Patch (30.70 KB, patch)
2021-10-25 10:38 PDT, Sihui Liu
no flags
Patch for landing (30.72 KB, patch)
2021-10-26 14:11 PDT, Sihui Liu
no flags
Radar WebKit Bug Importer
Comment 1 2021-10-12 13:51:18 PDT
Sihui Liu
Comment 2 2021-10-25 10:32:24 PDT
Sihui Liu
Comment 3 2021-10-25 10:38:22 PDT
youenn fablet
Comment 4 2021-10-26 02:03:02 PDT
Comment on attachment 442384 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=442384&action=review > Source/WebCore/Modules/filesystemaccess/FileSystemHandle.h:57 > + FileSystemHandle(ScriptExecutionContext*, Kind, String&& name, FileSystemHandleIdentifier, Ref<FileSystemStorageConnection>&&); We usually go with ScriptExecutionContext& > Source/WebCore/Modules/storage/StorageManager.cpp:122 > + auto* context = weakNavgiator ? weakNavgiator->scriptExecutionContext() : nullptr; s/weakNavgiator/weakNavigator
Sihui Liu
Comment 5 2021-10-26 14:11:38 PDT
Created attachment 442528 [details] Patch for landing
EWS
Comment 6 2021-10-26 14:42:15 PDT
Committed r284900 (243577@main): <https://commits.webkit.org/243577@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 442528 [details].
Note You need to log in before you can comment on or make changes to this bug.