mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-12 18:50:08 +00:00
Removing unused files.
These files were used to define a <downloadstatus> binding. This binding is not used in download-manager anymore. a=asa
This commit is contained in:
parent
71dc55e815
commit
96aa63bbcf
@ -1,7 +0,0 @@
|
||||
downloadstatus[state="0"] {
|
||||
-moz-binding: url("chrome://communicator/content/downloadmanager/downloadmanager.xml#status-progress");
|
||||
}
|
||||
|
||||
downloadstatus {
|
||||
-moz-binding: url("chrome://communicator/content/downloadmanager/downloadmanager.xml#status-text");
|
||||
}
|
@ -1,17 +0,0 @@
|
||||
<?xml version="1.0"?>
|
||||
|
||||
<bindings id="downloadManagerBindings"
|
||||
xmlns="http://www.mozilla.org/xbl"
|
||||
xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
|
||||
|
||||
<binding id="status-progress">
|
||||
<content>
|
||||
<xul:progressmeter class="tree-progressmeter" inherits="value,mode"/>
|
||||
</content>
|
||||
</binding>
|
||||
|
||||
<binding id="status-text">
|
||||
<content>
|
||||
<xul:label inherits="value=statustext"/>
|
||||
</content>
|
||||
</binding>
|
Loading…
x
Reference in New Issue
Block a user