[Pkg-mozext-commits] [firebug] 06/15: #7998 Migration message to new Firefox devtools is way too negative

David Prévot taffit at moszumanska.debian.org
Fri Mar 25 19:18:17 UTC 2016


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

taffit pushed a commit to branch master
in repository firebug.

commit 3a9367d18f094e2f0a70f4e001e7066f955c8092
Author: Jan Odvarko <odvarko at gmail.com>
Date:   Mon Mar 21 16:58:13 2016 +0100

    #7998 Migration message to new Firefox devtools is way too negative
---
 .../firefox/newMultiprocessNotificationPanel.xml      | 19 -------------------
 .../locale/en-US/multiprocess-notification.properties |  2 +-
 2 files changed, 1 insertion(+), 20 deletions(-)

diff --git a/extension/content/firebug/firefox/newMultiprocessNotificationPanel.xml b/extension/content/firebug/firefox/newMultiprocessNotificationPanel.xml
index 48a9eeb..e4f45af 100644
--- a/extension/content/firebug/firefox/newMultiprocessNotificationPanel.xml
+++ b/extension/content/firebug/firefox/newMultiprocessNotificationPanel.xml
@@ -22,25 +22,12 @@
 
                     <xul:hbox class="warningbox"></xul:hbox>
 
-                    <xul:description anonid="desc2" class="desc" />
-
                     <xul:label anonid="learnMore"
                         class="text-link popup-notification-learnmore-link learnMore"
                         href="https://getfirebug.com/merging-into-firefox-developer-tools"/>
 
                     <xul:hbox class="warningbox">
                         <xul:vbox>
-                            <xul:spacer flex="1"/>
-                            <xul:image src="chrome://firebug/skin/warning.svg" class="warningicon"/>
-                            <xul:spacer flex="1"/>
-                        </xul:vbox>
-                        <xul:vbox>
-                            <xul:description anonid="warning" class="warn" />
-                        </xul:vbox>
-                    </xul:hbox>
-
-                    <xul:hbox class="warningbox">
-                        <xul:vbox>
                             <xul:checkbox anonid="notAgain" checked="false"/>
                         </xul:vbox>
                     </xul:hbox>
@@ -75,12 +62,6 @@
                 var desc = document.getAnonymousElementByAttribute(this, "anonid", "desc");
                 desc.textContent = Locale.$STR("multiprocess.description");
 
-                var desc2 = document.getAnonymousElementByAttribute(this, "anonid", "desc2");
-                desc2.textContent = Locale.$STR("multiprocess.description2");
-
-                var warn = document.getAnonymousElementByAttribute(this, "anonid", "warning");
-                warn.textContent = Locale.$STR("multiprocess.warning2");
-
                 var learnMore = document.getAnonymousElementByAttribute(this, "anonid", "learnMore");
                 learnMore.textContent = Locale.$STR("multiprocess.learnMore");
 
diff --git a/extension/locale/en-US/multiprocess-notification.properties b/extension/locale/en-US/multiprocess-notification.properties
index ad992ad..f055274 100644
--- a/extension/locale/en-US/multiprocess-notification.properties
+++ b/extension/locale/en-US/multiprocess-notification.properties
@@ -2,7 +2,7 @@
 # multiprocess.upgrade, multiprocess.disable, multiprocess.cancel):
 # Label used in a notification panel that is displayed when the user clicks on Firebug start
 # button in multiprocess Firefox browser (e10s enabled browser).
-multiprocess.description=Firebug 2 doesn't work with multiprocess Firefox (e10s). So, you need to either disable e10s or open Firefox Developer Tools.
+multiprocess.description=The next Firebug version will be integrated into the built-in Firefox Developer Tools. It comes with new and great features. Existing Firebug features have been ported into the new tools. So go ahead and check it out.
 multiprocess.learnMore=Learn more...
 multiprocess.warning=Firebug 3 alpha is based on the built-in Firefox developer tools so Firebug 2 addons don't work just yet, however turning off e10s should only be a temporary measure since it brings performance, stability and security advantages.
 multiprocess.upgrade=Upgrade and Restart

-- 
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