[Pkg-mozext-commits] [firebug] 13/82: Update domMemberMap (could be ported to 1.11)

David Prévot taffit at moszumanska.debian.org
Mon Mar 31 22:45:36 UTC 2014


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

taffit pushed a commit to tag fbtest-1.11.2
in repository firebug.

commit 44eb09f8144db13815232eacae0a4638088effb4
Author: Jan Odvarko <odvarko at gmail.com>
Date:   Fri Jan 11 14:11:19 2013 +0100

    Update domMemberMap (could be ported to 1.11)
---
 extension/content/firebug/lib/dom.js | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/extension/content/firebug/lib/dom.js b/extension/content/firebug/lib/dom.js
index 996517b..5ef7852 100644
--- a/extension/content/firebug/lib/dom.js
+++ b/extension/content/firebug/lib/dom.js
@@ -1156,7 +1156,13 @@ domMemberMap.Window =
     "uneval",
     "Performance",
     "PerformanceNavigation",
-    "PerformanceTiming"
+    "PerformanceTiming",
+
+    "devicePixelRatio",
+    "external",
+    "mozIndexedDB",
+    "sidebar",
+    "getDefaultComputedStyle"
 ];
 
 domMemberMap.Object =

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