GNOME Bugzilla – Bug 777835
Set initial notification permissions
Last modified: 2017-01-31 01:46:42 UTC
Set initial notification permissions using new WebKit API: https://bugs.webkit.org/show_bug.cgi?id=163366
The following fixes have been pushed: ddcc22e permissions-manager: Cache permissions when enumerating them 3c87365 Set initial notification permissions
Created attachment 344620 [details] [review] permissions-manager: Cache permissions when enumerating them GKeyFile performs synchronous file I/O to read permissions from the permissions store, so we'd better do it as little as possible. This commit ensures we read from the notification permissions file just twice ever, instead of twice each time a new tab is created.
Created attachment 344621 [details] [review] Set initial notification permissions