[Pkg-mozext-commits] [firebug] 01/12: Stop using "box-sizing: padding-box"

David Prévot taffit at moszumanska.debian.org
Tue Jun 16 14:30:51 UTC 2015


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

taffit pushed a commit to branch master
in repository firebug.

commit 5dc89bc56c73ec59619685e7b9dc5c27484dbf34
Author: Simon Lindholm <simon.lindholm10 at gmail.com>
Date:   Fri May 29 14:13:10 2015 +0200

    Stop using "box-sizing: padding-box"
    
    Support was removed in https://bugzilla.mozilla.org/show_bug.cgi?id=1166728.
    To be fair I don't see much of a difference, but this preserves original
    behavior better.
---
 extension/content/firebug/lib/css.js         | 1 -
 extension/skin/classic/console.css           | 2 +-
 extension/skin/classic/cookies/cookies.css   | 2 +-
 extension/skin/classic/html.css              | 4 ++--
 extension/skin/classic/net.css               | 4 ++--
 extension/skin/classic/performanceTiming.css | 2 +-
 6 files changed, 7 insertions(+), 8 deletions(-)

diff --git a/extension/content/firebug/lib/css.js b/extension/content/firebug/lib/css.js
index c2d4988..10fe5c0 100644
--- a/extension/content/firebug/lib/css.js
+++ b/extension/content/firebug/lib/css.js
@@ -1254,7 +1254,6 @@ Css.cssKeywords =
 
     "boxModels":
     [
-        "padding-box",
         "border-box",
         "content-box"
     ],
diff --git a/extension/skin/classic/console.css b/extension/skin/classic/console.css
index 5e29a0d..b980ea0 100644
--- a/extension/skin/classic/console.css
+++ b/extension/skin/classic/console.css
@@ -804,7 +804,7 @@ of an error log is affected (higher than other logs). */
 .spyTitle {
     color: #000000;
     font-weight: bold;
-    -moz-box-sizing: padding-box;
+    box-sizing: border-box;
     overflow: hidden;
     z-index: 100;
     padding-left: 18px;
diff --git a/extension/skin/classic/cookies/cookies.css b/extension/skin/classic/cookies/cookies.css
index 593fea0..335a8cb 100644
--- a/extension/skin/classic/cookies/cookies.css
+++ b/extension/skin/classic/cookies/cookies.css
@@ -294,7 +294,7 @@
 /************************************************************************************************/
 
 .cookieNameLabel {
-    -moz-box-sizing: padding-box;
+    box-sizing: border-box;
     overflow: hidden;
     padding-top: 1px;
     font-weight: bold;
diff --git a/extension/skin/classic/html.css b/extension/skin/classic/html.css
index b4e6de1..ef494cb 100644
--- a/extension/skin/classic/html.css
+++ b/extension/skin/classic/html.css
@@ -1,7 +1,7 @@
 /* See license.txt for terms of usage */
 
 .panelNode-html {
-    -moz-box-sizing: padding-box;
+    box-sizing: border-box;
     padding: 4px 0 0 2px;
     word-wrap: break-word;
 }
@@ -218,4 +218,4 @@
 
 .useA11y .nodeLabelBox:focus {
     outline: none;
-}
\ No newline at end of file
+}
diff --git a/extension/skin/classic/net.css b/extension/skin/classic/net.css
index ce260eb..c43b17a 100644
--- a/extension/skin/classic/net.css
+++ b/extension/skin/classic/net.css
@@ -233,7 +233,7 @@
 }
 
 .netHrefLabel {
-    -moz-box-sizing: padding-box;
+    box-sizing: border-box;
     overflow: hidden;
     z-index: 10;
     position: absolute;
@@ -402,7 +402,7 @@
 /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
 
 .netTimeLabel {
-    -moz-box-sizing: padding-box;
+    box-sizing: border-box;
     position: absolute;
     top: 1px;
     left: 100%;
diff --git a/extension/skin/classic/performanceTiming.css b/extension/skin/classic/performanceTiming.css
index 37eb3f9..218ed22 100644
--- a/extension/skin/classic/performanceTiming.css
+++ b/extension/skin/classic/performanceTiming.css
@@ -23,7 +23,7 @@
 }
 
 .perfTimingBarLabel {
-    -moz-box-sizing: padding-box;
+    box-sizing: border-box;
     position: absolute;
     top: 1px;
     left: 100%;

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