Bug 1450017 - Part VI, Remove the resizer binding r=enndeakin+6102

We unfortunately cannot move the reference of resizer.css to components.css,
because the style is needed in web content.

MozReview-Commit-ID: 80P3hTtQD14

--HG--
extra : rebase_source : 476e991e66b929928c630acc7307c7294f77e283
extra : source : c4baada2cf4217a611d204cbd2bbf7b669afa89b
This commit is contained in:
Timothy Guan-tin Chien 2018-04-10 21:29:19 +08:00
Родитель e6a0db03b8
Коммит 713d4c6e72
3 изменённых файлов: 2 добавлений и 18 удалений

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

@ -86,7 +86,6 @@ toolkit.jar:
content/global/bindings/progressmeter.xml (widgets/progressmeter.xml)
content/global/bindings/radio.xml (widgets/radio.xml)
content/global/bindings/remote-browser.xml (widgets/remote-browser.xml)
content/global/bindings/resizer.xml (widgets/resizer.xml)
content/global/bindings/richlistbox.xml (widgets/richlistbox.xml)
content/global/bindings/scale.xml (widgets/scale.xml)
content/global/bindings/scrollbox.xml (widgets/scrollbox.xml)

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

@ -18,6 +18,8 @@
* HAVING YOUR CHANGES REVIEWED BY enndeakin@gmail.com
*/
@import url("chrome://global/skin/resizer.css");
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* set default namespace to XUL */
@namespace html url("http://www.w3.org/1999/xhtml"); /* namespace for HTML elements */
@ -74,7 +76,6 @@ html|span.accesskey {
/********** resizer **********/
resizer {
-moz-binding: url("chrome://global/content/bindings/resizer.xml#resizer");
position: relative;
z-index: 2147483647;
}

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

@ -1,16 +0,0 @@
<?xml version="1.0"?>
<!-- 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/. -->
<bindings id="resizerBindings"
xmlns="http://www.mozilla.org/xbl">
<binding id="resizer">
<resources>
<stylesheet src="chrome://global/skin/resizer.css"/>
</resources>
</binding>
</bindings>