Bug 204181
Summary: | Create test to verify that sandbox extensions created when loading local files are revoked when new load begins. | ||
---|---|---|---|
Product: | WebKit | Reporter: | Per Arne Vollan <pvollan> |
Component: | Tools / Tests | Assignee: | Per Arne Vollan <pvollan> |
Status: | NEW | ||
Severity: | Normal | CC: | bfulgham, mjs, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Per Arne Vollan
When loading a local file, the UI process is creating a sandbox extension for the WebContent process to be able to read the file. This extension should be revoked when a new load begins, which should be tested in a test.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/57178323>
Maciej Stachowiak
Is this a test for a specific past bug fix that landed without a test, or just a good idea to test?
Per Arne Vollan
(In reply to Maciej Stachowiak from comment #2)
> Is this a test for a specific past bug fix that landed without a test, or
> just a good idea to test?
As far as I remember, this bug was not created to test a specific fix, but to improve test coverage.
Per Arne Vollan
(In reply to Per Arne Vollan from comment #3)
> (In reply to Maciej Stachowiak from comment #2)
> > Is this a test for a specific past bug fix that landed without a test, or
> > just a good idea to test?
>
> As far as I remember, this bug was not created to test a specific fix, but
> to improve test coverage.
Actually, as Alexey pointed out, this is a test for a bug fix (https://bugs.webkit.org/show_bug.cgi?id=203852).