[Pkg-mozext-commits] [firebug] 01/21: #7916: Complete CSS transform functions

David Prévot taffit at moszumanska.debian.org
Tue Sep 15 16:17:05 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 2bfe1d495ac45f27f728fe7f6c920b0ff017eae6
Author: Florent FAYOLLE <florent.fayolle69 at gmail.com>
Date:   Sun Jun 21 10:59:42 2015 +0200

    #7916: Complete CSS transform functions
---
 extension/content/firebug/lib/css.js | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/extension/content/firebug/lib/css.js b/extension/content/firebug/lib/css.js
index 10fe5c0..79b7b74 100644
--- a/extension/content/firebug/lib/css.js
+++ b/extension/content/firebug/lib/css.js
@@ -1457,10 +1457,12 @@ Css.cssKeywords =
     [
         "matrix()",
         "matrix3d()",
+        "perspective()",
         "rotate()",
         "rotateX()",
         "rotateY()",
         "rotateZ()",
+        "rotate3d()",
         "scale()",
         "scaleX()",
         "scaleY()",
@@ -1471,7 +1473,8 @@ Css.cssKeywords =
         "translate()",
         "translateX()",
         "translateY()",
-        "translateZ()"
+        "translateZ()",
+        "translate3d()"
     ],
 
     "mozFontFeatureSettings":

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