RESOLVED FIXED 171522
Only try to get sandbox extension handle for IndexedDB directory if it is set
https://bugs.webkit.org/show_bug.cgi?id=171522
Summary Only try to get sandbox extension handle for IndexedDB directory if it is set
Brady Eidson
Reported 2017-05-01 16:10:32 PDT
Only try to get sandbox extension handle for IndexedDB directory if it is set
Attachments
Patch (2.19 KB, patch)
2017-05-01 16:18 PDT, Brady Eidson
no flags
Radar WebKit Bug Importer
Comment 1 2017-05-01 16:11:14 PDT
Brady Eidson
Comment 2 2017-05-01 16:18:30 PDT
Andy Estes
Comment 3 2017-05-01 16:20:57 PDT
Comment on attachment 308784 [details] Patch Is this API-testable?
Brady Eidson
Comment 4 2017-05-01 16:22:16 PDT
(In reply to Andy Estes from comment #3) > Comment on attachment 308784 [details] > Patch > > Is this API-testable? No, but testing infrastructure already caught this! (NSLogging causing perf tests to fail)
WebKit Commit Bot
Comment 5 2017-05-01 18:28:08 PDT
Comment on attachment 308784 [details] Patch Clearing flags on attachment: 308784 Committed r216053: <http://trac.webkit.org/changeset/216053>
WebKit Commit Bot
Comment 6 2017-05-01 18:28:09 PDT
All reviewed patches have been landed. Closing bug.
Tim Horton
Comment 7 2017-08-13 08:57:50 PDT
Question! Why didn't you apply the same change to all the other directories? (AppCache/MediaCache/MediaKeys/WebSQL)?
Brady Eidson
Comment 8 2017-08-13 09:19:08 PDT
(In reply to Tim Horton from comment #7) > Question! Why didn't you apply the same change to all the other directories? > (AppCache/MediaCache/MediaKeys/WebSQL)? Because: 1 - it wasn't happening to them 2 - IndexedDB directory can optionally be null, but I'm sure at least some of those always get default directories I'm guessing you're asking because one of my above answers is not true in some configuration. Make that configuration fail in a test, then we'll have to fix the test :)
Note You need to log in before you can comment on or make changes to this bug.