[Pkg-mozext-commits] [firebug] 13/22: A comment related to bug 1033927

David Prévot taffit at moszumanska.debian.org
Sat Jul 19 21:45:51 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 83b989b21cb7efbaea6ee54e8cf1e10dbe0b2622
Author: Jan Odvarko <odvarko at gmail.com>
Date:   Thu Jul 3 09:54:40 2014 +0200

    A comment related to bug 1033927
---
 extension/content/firebug/chrome/reps.js | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/extension/content/firebug/chrome/reps.js b/extension/content/firebug/chrome/reps.js
index d577f81..ec24953 100644
--- a/extension/content/firebug/chrome/reps.js
+++ b/extension/content/firebug/chrome/reps.js
@@ -1872,6 +1872,11 @@ FirebugReps.Window = domplate(Rep,
     {
         if (Firebug.viewChrome)
         {
+            // XrayWrapper.toString will change, so the following
+            // condition will stop work.
+            // See: https://bugzilla.mozilla.org/show_bug.cgi?id=1033927
+            // It should be just fine since viewChrome is not something
+            // Firebug should support anyway.
             if (win.toString().indexOf('XrayWrapper') !== -1)
                 return "XrayWrapper[Window]";
         }

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