[Pkg-mozext-commits] [firebug] 25/35: Issue 7472: Default values for CSS auto-completion changed

David Prévot taffit at moszumanska.debian.org
Sat May 24 14:54:29 UTC 2014


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

taffit pushed a commit to branch master
in repository firebug.

commit 77b0d5620227852757b8a9c1d6167a44f7210172
Author: Simon Lindholm <simon.lindholm10 at gmail.com>
Date:   Thu May 22 13:57:22 2014 +0200

    Issue 7472: Default values for CSS auto-completion changed
    
    https://code.google.com/p/fbug/issues/detail?id=7472
---
 extension/content/firebug/css/autoCompleter.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/extension/content/firebug/css/autoCompleter.js b/extension/content/firebug/css/autoCompleter.js
index 1c066ba..344864a 100644
--- a/extension/content/firebug/css/autoCompleter.js
+++ b/extension/content/firebug/css/autoCompleter.js
@@ -29,7 +29,7 @@ var CSSAutoCompleter =
         if (!cycle && expr)
         {
             // Make some good default suggestions.
-            var list = ["color", "clear", "display", "float", "overflow",
+            var list = ["color", "clear", "display", "float", "margin", "overflow", "padding",
                 "-moz-appearance", "border", "background", "background-color"];
             for (var i = 0; i < list.length; ++i)
             {

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