Bug 1414406: Remove inline options from talos tabswitch test add-on. r?mconley draft
authorDave Townsend <dtownsend@oxymoronical.com>
Tue, 14 Nov 2017 08:54:08 -0800
changeset 697780 b430ce58218dca86bd2cf2a43d17dc146ffd417c
parent 697419 b64fa54621ec9204e0b03fad5d2ded24a48aca48
child 697781 078b523663bf7baa06f00b01ae5e81848a69da9b
push id89088
push userdtownsend@mozilla.com
push dateTue, 14 Nov 2017 17:01:09 +0000
reviewersmconley
bugs1414406
milestone58.0a1
Bug 1414406: Remove inline options from talos tabswitch test add-on. r?mconley MozReview-Commit-ID: 4XTJgkBdBsa
testing/talos/talos/tests/tabswitch/content/options.xul
testing/talos/talos/tests/tabswitch/install.rdf
deleted file mode 100644
--- a/testing/talos/talos/tests/tabswitch/content/options.xul
+++ /dev/null
@@ -1,4 +0,0 @@
-<?xml version="1.0" ?>
-<vbox xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
-  <setting pref="addon.test.tabswitch.urlfile" type="file" title="Path to page set" oninputchanged="Components.classes['@mozilla.org/observer-service;1'].getService(Components.interfaces.nsIObserverService).notifyObservers(window, 'tabswitch-urlfile', this.value);"/>
-</vbox>
--- a/testing/talos/talos/tests/tabswitch/install.rdf
+++ b/testing/talos/talos/tests/tabswitch/install.rdf
@@ -1,17 +1,15 @@
 <?xml version="1.0"?>
 <RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:em="http://www.mozilla.org/2004/em-rdf#">
   <Description about="urn:mozilla:install-manifest">
     <em:id>tab-switch-test@lassey.us</em:id>
     <em:type>2</em:type>
     <em:name>Tab Switch Test</em:name>
     <em:version>1.0.7</em:version>
-    <em:optionsType>2</em:optionsType>
-    <em:optionsURL>chrome://tabswitch/content/options.xul</em:optionsURL>
     <em:bootstrap>true</em:bootstrap>
     <em:description>Measures the performance of switching tabs</em:description>
     <em:creator>Brad Lassey</em:creator>
     <em:multiprocessCompatible>true</em:multiprocessCompatible>
     <!-- Desktop -->
     <em:targetApplication>
       <Description>
         <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>