Bug 243501
Summary: | Refactor Notification::permission to follow the same code path as Permissions::query | ||
---|---|---|---|
Product: | WebKit | Reporter: | rupin |
Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | sihui_liu |
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
rupin
There are two functions for obtaining the permission state of the Notifications API. We need to provide support for both to ensure compatibility with web standards. This patch ensures that they follow the same code path since having two different paths is unnecessary and hurts maintainability.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Sihui Liu
*** This bug has been marked as a duplicate of bug 243502 ***