Bug 1268804 Part 1: Enable SecureContext for Storage API, r=baku

This commit is contained in:
Shawn Huang 2017-03-07 16:28:28 +08:00
Родитель a7b166f847
Коммит da2665adf4
2 изменённых файлов: 3 добавлений и 2 удалений

Просмотреть файл

@ -87,7 +87,7 @@ interface NavigatorContentUtils {
//void unregisterContentHandler(DOMString mimeType, DOMString url);
};
[NoInterfaceObject, Exposed=(Window,Worker)]
[SecureContext, NoInterfaceObject, Exposed=(Window,Worker)]
interface NavigatorStorage {
[Func="mozilla::dom::StorageManager::PrefEnabled"]
readonly attribute StorageManager storage;

Просмотреть файл

@ -8,7 +8,8 @@
*
*/
[Exposed=(Window,Worker),
[SecureContext,
Exposed=(Window,Worker),
Func="mozilla::dom::StorageManager::PrefEnabled"]
interface StorageManager {
// [Throws]