Bug 1448215 - Remove unused offlineapp binding;r=jaws draft
authorBrian Grinstead <bgrinstead@mozilla.com>
Mon, 02 Apr 2018 09:12:28 -0700
changeset 776045 01aa83b14b9b54f0ae8c2e89b496366ccfffd2f4
parent 776018 c44f60c43432d468639b5fe078420e60c13fd3de
push id104801
push userbgrinstead@mozilla.com
push dateMon, 02 Apr 2018 16:14:18 +0000
reviewersjaws
bugs1448215
milestone61.0a1
Bug 1448215 - Remove unused offlineapp binding;r=jaws MozReview-Commit-ID: C4SXWvV4WHJ
browser/components/preferences/handlers.css
browser/components/preferences/handlers.xml
--- a/browser/components/preferences/handlers.css
+++ b/browser/components/preferences/handlers.css
@@ -15,19 +15,15 @@
  * Note: we display the icon box for every item whether or not it has an icon
  * so the labels of all the items align vertically.
  */
 .actionsMenu > menupopup > menuitem > .menu-iconic-left {
   display: -moz-box;
   min-width: 16px;
 }
 
-listitem.offlineapp {
-  -moz-binding: url("chrome://browser/content/preferences/handlers.xml#offlineapp");
-}
-
 /* Apply crisp rendering for favicons at exactly 2dppx resolution */
 @media (resolution: 2dppx) {
   #handlersView > richlistitem,
   .actionsMenu > menupopup > menuitem > .menu-iconic-left {
     image-rendering: -moz-crisp-edges;
   }
 }
--- a/browser/components/preferences/handlers.xml
+++ b/browser/components/preferences/handlers.xml
@@ -65,19 +65,9 @@
         </xul:hbox>
         <xul:hbox flex="1" align="right">
           <children />
         </xul:hbox>
       </xul:hbox>
     </content>
   </binding>
 
-  <binding id="offlineapp"
-	   extends="chrome://global/content/bindings/listbox.xml#listitem">
-    <content>
-      <children>
-	<xul:listcell xbl:inherits="label=origin"/>
-	<xul:listcell xbl:inherits="label=usage"/>
-      </children>
-    </content>
-  </binding>
-
 </bindings>