[Pkg-mozext-commits] [firebug] 33/56: Fix dom/6985/issue6985 FBTest
David Prévot
taffit at moszumanska.debian.org
Wed Nov 19 21:01:44 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 46b02de99400192951a6a08fdf3670cf096e6093
Author: Simon Lindholm <simon.lindholm10 at gmail.com>
Date: Thu Oct 23 13:15:06 2014 +0200
Fix dom/6985/issue6985 FBTest
---
extension/content/firebug/lib/dom.js | 3 +++
1 file changed, 3 insertions(+)
diff --git a/extension/content/firebug/lib/dom.js b/extension/content/firebug/lib/dom.js
index a480807..985f34f 100644
--- a/extension/content/firebug/lib/dom.js
+++ b/extension/content/firebug/lib/dom.js
@@ -998,10 +998,12 @@ Dom.isInlineEventHandler = function(name)
var WindowProps =
{
+ "FontFaceSet": 1,
"Infinity": 1,
"InstallTrigger": 1,
"NaN": 1,
"SpeechSynthesis": 1,
+ "clearMaxGCPauseAccumulator": 1,
"decodeURI": 1,
"decodeURIComponent": 1,
"dumpProfile": 1,
@@ -1009,6 +1011,7 @@ var WindowProps =
"encodeURIComponent": 1,
"escape": 1,
"external": 1,
+ "getMaxGCPauseSinceClear": 1,
"isFinite": 1,
"isNaN": 1,
"netscape": 1,
--
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