Bug 1470842 - Add "widgets.css" as an author stylesheet for migrating "components.css". r=bgrins

MozReview-Commit-ID: CPJ3HcOZdIl

--HG--
extra : source : 0ebcfd12331cf052d7928f8748bdc50088a4b5e1
This commit is contained in:
Paolo Amadini 2018-06-27 08:02:01 +01:00
Родитель faaf43f77b
Коммит 3ccf86b069
6 изменённых файлов: 19 добавлений и 3 удалений

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

@ -2,9 +2,14 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
/* ===== components.css =================================================
== Styles ported from XBL <resources>, loaded as UA styles in every XUL doc
======================================================================= */
/* ===== components.css ==================================================
==
== THESE STYLES WILL BE MOVED TO "widgets.css".
==
== These are loaded as UA syles, but eventually they will become
== document styles in "widgets.css". See bug 1463820 for details.
==
======================================================================= */
@import url("chrome://global/skin/dropmarker.css");
@import url("chrome://global/skin/groupbox.css");

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

@ -62,6 +62,7 @@ toolkit.jar:
#ifndef MOZ_FENNEC
content/global/viewZoomOverlay.js
#endif
content/global/widgets.css
content/global/bindings/autocomplete.xml (widgets/autocomplete.xml)
content/global/bindings/browser.xml (widgets/browser.xml)
content/global/bindings/button.xml (widgets/button.xml)

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

@ -0,0 +1,7 @@
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
/* ===== widgets.css =====================================================
== Styles ported from XBL <resources>, loaded by "global.css".
======================================================================= */

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

@ -8,6 +8,7 @@
/* all localizable skin settings shall live here */
@import url("chrome://global/locale/intl.css");
@import url("chrome://global/content/widgets.css");
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");

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

@ -4,6 +4,7 @@
/* all localizable skin settings shall live here */
@import url("chrome://global/locale/intl.css");
@import url("chrome://global/content/widgets.css");
%include shared.inc
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");

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

@ -8,6 +8,7 @@
/* all localizable skin settings shall live here */
@import url("chrome://global/locale/intl.css");
@import url("chrome://global/content/widgets.css");
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");