[Pkg-mozext-commits] [firebug] 10/22: Issue 7561: Breakpoint issue (firebug 2.0.1 and firebug 2.0.0)

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 fd91461ecdd3710df444ba01b8fa74cdaf7dfa66
Author: Jan Odvarko <odvarko at gmail.com>
Date:   Wed Jul 2 11:53:23 2014 +0200

     Issue 7561: 	Breakpoint issue (firebug 2.0.1 and firebug 2.0.0)
---
 extension/modules/storageService.js | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/extension/modules/storageService.js b/extension/modules/storageService.js
index 10ac1c6..16151c0 100644
--- a/extension/modules/storageService.js
+++ b/extension/modules/storageService.js
@@ -254,7 +254,10 @@ var ObjectPersister =
     writeObject: function(leafName, obj, win)
     {
         if (this.isPrivateBrowsing(win))
-            throw new Error("No storage is written while in private browsing mode");
+            return;
+
+        // xxxHonza: see https://code.google.com/p/fbug/issues/detail?id=7561#c8
+        //throw new Error("No storage is written while in private browsing mode");
 
         if (ObjectPersister.flushTimeout)
             return;

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