Bug 518882: Download Manager: Need a Remove button for canceled entries [r=mark.finkle]
--- a/mobile/chrome/content/bindings/downloads.xml
+++ b/mobile/chrome/content/bindings/downloads.xml
@@ -104,16 +104,18 @@
<xul:label class="title" xbl:inherits="value=target" crop="center" flex="1"/>
<xul:label class="normal" xbl:inherits="value=datetime"/>
</xul:hbox>
<xul:hbox>
<xul:label class="normal" xbl:inherits="value=status" crop="end" flex="1"/>
<xul:label class="hide-on-select download-retry-failed normal" value="&downloadFailed.label;"/>
<xul:button class="show-on-select download-retry" label="&downloadRetry.label;"
oncommand="DownloadsView.retryDownload(document.getBindingParent(this));"/>
+ <xul:button class="show-on-select download-remove" label="&downloadRemove.label;"
+ oncommand="DownloadsView.removeDownload(document.getBindingParent(this));"/>
</xul:hbox>
</xul:vbox>
</content>
</binding>
<binding id="download-done" extends="#download-base">
<content orient="horizontal" align="start">
<xul:image validate="always" xbl:inherits="src=iconURL"/>