[Pkg-mozext-commits] [firebug] 03/18: Issue #8018: CSS properties are all grouped under 'Other' in Computed side panel
David Prévot
taffit at moszumanska.debian.org
Thu Jun 9 01:36:38 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 c06baa0e18d6fd357fa9b67ed313e7e71563a115
Author: SebastianZ <sebastianzartner at gmail.com>
Date: Mon May 2 07:50:20 2016 +0200
Issue #8018: CSS properties are all grouped under 'Other' in Computed
side panel
---
extension/content/firebug/css/computedPanel.js | 1 +
1 file changed, 1 insertion(+)
diff --git a/extension/content/firebug/css/computedPanel.js b/extension/content/firebug/css/computedPanel.js
index 8e984b9..5568976 100644
--- a/extension/content/firebug/css/computedPanel.js
+++ b/extension/content/firebug/css/computedPanel.js
@@ -44,6 +44,7 @@ try
// Firefox 24
// waiting for: https://bugzilla.mozilla.org/show_bug.cgi?id=867595
var {CssLogic} = DevTools.safeRequire(DevTools.devtools,
+ "devtools/shared/inspector/css-logic",
"devtools/shared/styleinspector/css-logic",
"devtools/styleinspector/css-logic");
}
--
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