Bug 1717612 - Disable window.sidebar from early-beta-or-earlier r=smaug

Differential Revision: https://phabricator.services.mozilla.com/D118472
This commit is contained in:
Kagami Sascha Rosylight 2021-06-22 16:05:45 +00:00
Родитель f846c3e1d7
Коммит 751f4ef52c
2 изменённых файлов: 6 добавлений и 1 удалений

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

@ -573,7 +573,7 @@ partial interface Window {
// Mozilla extension
// Sidebar is deprecated and it will be removed in the next cycles. See bug 1640138.
partial interface Window {
[Replaceable, Throws, UseCounter]
[Replaceable, Throws, UseCounter, Pref="dom.window.sidebar.enabled"]
readonly attribute (External or WindowProxy) sidebar;
};
#endif

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

@ -3715,6 +3715,11 @@
value: true
mirror: always
- name: dom.window.sidebar.enabled
type: bool
value: @IS_NOT_EARLY_BETA_OR_EARLIER@
mirror: always
- name: dom.worker.canceling.timeoutMilliseconds
type: RelaxedAtomicUint32
value: 30000 # 30 seconds