[Pkg-mozext-commits] [firebug] 17/28: Hid the front-end because the feature is not ready yet (see issue 5035)

David Prévot taffit at moszumanska.debian.org
Mon Mar 31 22:46:25 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to tag firebug-1.10.3
in repository firebug.

commit f6dfa8b24e8c5d133c69becc5cad5ee9e7f2726a
Author: Sebastian Zartner <sebastianzartner at gmx.de>
Date:   Tue Aug 28 09:57:29 2012 +0200

    Hid the front-end because the feature is not ready yet (see
    issue 5035)
---
 .../firebug/firefox/external-editors/editors.xul   | 100 +++++++++++----------
 1 file changed, 55 insertions(+), 45 deletions(-)

diff --git a/extension/content/firebug/firefox/external-editors/editors.xul b/extension/content/firebug/firefox/external-editors/editors.xul
index 0c1b6aa..8da86d3 100644
--- a/extension/content/firebug/firefox/external-editors/editors.xul
+++ b/extension/content/firebug/firefox/external-editors/editors.xul
@@ -9,13 +9,15 @@
         id="firebug-external-editors"
         width="600" height="300"
         title="firebug.Configure_Editors"
-        onload="gEditorManager.init();gUrlMappingManager.init()"
-        onunload="gEditorManager.uninit();gUrlMappingManager.uninit()"
+        onload="gEditorManager.init();/*gUrlMappingManager.init()*/"
+        onunload="gEditorManager.uninit();/*gUrlMappingManager.uninit()*/"
         persist="screenX screenY width height">
 
-    <script src="chrome://firebug/content/xpcom.js"/>
-    <script src="chrome://firebug/content/firefox/external-editors/editors.js"/>
+    <script type="application/x-javascript" src="chrome://firebug/content/xpcom.js"/>
+    <script type="application/x-javascript"
+        src="chrome://firebug/content/firefox/external-editors/editors.js"/>
 
+    <!--
     <tabbox flex="1" class="contentPane">
         <tabs>
             <tab label="editors.Configured_Firebug_Editors" class="fbInternational"/>
@@ -23,49 +25,56 @@
         </tabs>
         <tabpanels flex="1">
             <tabpanel flex="1" orient="vertical">
-                 <tree id="editorsList" flex="1" seltype="single"
-                    lastSelected="0" persist="lastSelected"
-                    onselect="gEditorManager.onSelectionChanged();"
-                    ondblclick="gEditorManager.changeEditorHandler();">
-                    <treecols>
-                        <treecol id="editorName" ignoreincolumnpicker="true" flex="1"
-                            persist="width" class="fbInternational"
-                            label="editors.Editor"/>
-                        <splitter class="tree-splitter" />
-                        <treecol id="editorExecutable" flex="1"
-                            persist="width" class="fbInternational"
-                            label="editors.Executable"/>
-                        <splitter class="tree-splitter" />
-                        <treecol id="editorParams" flex="1"
-                            persist="width" class="fbInternational"
-                            label="editors.Launch_Arguments"/>
-                    </treecols>
-                    <treechildren/>
-                </tree>
+    -->
+    <vbox flex="1" class="contentPane">
+        <label id="actionsIntro" control="editorsList"
+            value="editors.Configured_Firebug_Editors" class="fbInternational"/>
+        <separator class="thin"/>
+        <tree id="editorsList" flex="1" seltype="single"
+            lastSelected="0" persist="lastSelected"
+            onselect="gEditorManager.onSelectionChanged();"
+            ondblclick="gEditorManager.changeEditorHandler();">
+            <treecols>
+                <treecol id="editorName" ignoreincolumnpicker="true" flex="1"
+                    persist="width" class="fbInternational"
+                    label="editors.Editor"/>
+                <splitter class="tree-splitter" />
+                <treecol id="editorExecutable" flex="1"
+                    persist="width" class="fbInternational"
+                    label="editors.Executable"/>
+                <splitter class="tree-splitter" />
+                <treecol id="editorParams" flex="1"
+                    persist="width" class="fbInternational"
+                    label="editors.Launch_Arguments"/>
+            </treecols>
+            <treechildren/>
+        </tree>
+    </vbox>
 
-                <separator class="thin"/>
+    <separator class="thin"/>
 
-                <hbox>
-                    <hbox flex="1" class="actionButtons">
-                        <button id="addEditor" icon="add"
-                            label="editors.Add" class="fbInternational"
-                            oncommand="gEditorManager.addEditorHandler();"/>
-                        <button id="removeEditor" icon="remove"
-                            label="editors.Remove" class="fbInternational"
-                            oncommand="gEditorManager.removeEditorHandler();"/>
-                        <button id="changeEditor"
-                            label="editors.Change" class="fbInternational"
-                            oncommand="gEditorManager.changeEditorHandler();"/>
-                        <button id="moveUpEditor"
-                            label="editors.Move_Up" class="fbInternational"
-                            oncommand="gEditorManager.moveUpEditorHandler();"/>
-                            <spacer flex="1"/>
-                        <button id="closeDialogButton"
-                            oncommand="close();" icon="close"
-                            label="editors.Close" class="fbInternational"/>
-                    </hbox>
-                    <resizer dir="bottomright"/>
-                </hbox>
+    <hbox>
+        <hbox flex="1" class="actionButtons">
+            <button id="addEditor" icon="add"
+                label="editors.Add" class="fbInternational"
+                oncommand="gEditorManager.addEditorHandler();"/>
+            <button id="removeEditor" icon="remove"
+                label="editors.Remove" class="fbInternational"
+                oncommand="gEditorManager.removeEditorHandler();"/>
+            <button id="changeEditor"
+                label="editors.Change" class="fbInternational"
+                oncommand="gEditorManager.changeEditorHandler();"/>
+            <button id="moveUpEditor"
+                label="editors.Move_Up" class="fbInternational"
+                oncommand="gEditorManager.moveUpEditorHandler();"/>
+            <spacer flex="1"/>
+            <button id="closeDialogButton"
+                oncommand="close();" icon="close"
+                label="editors.Close" class="fbInternational"/>
+        </hbox>
+        <resizer dir="bottomright"/>
+    </hbox>
+    <!--
             </tabpanel>
             <tabpanel flex="1" orient="vertical">
                 <textbox id="urlMappings" multiline="true" flex="1" wrap="off"
@@ -79,5 +88,6 @@
             </tabpanel>
         </tabpanels>
     </tabbox>
+    -->
 
 </window>

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/firebug.git



More information about the Pkg-mozext-commits mailing list