[Pkg-mozext-commits] [firebug] 10/59: Issue 7591 (Seeing and Copying Watch Names) https://code.google.com/p/fbug/issues/detail?id=7591
David Prévot
taffit at moszumanska.debian.org
Thu Aug 14 14:52:53 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 49a73adc5b1650866bc7ebd4f1eba25b5919f479
Author: Sebastian Zartner <sebastianzartner at gmail.com>
Date: Mon Jul 14 23:14:12 2014 +0200
Issue 7591 (Seeing and Copying Watch Names)
https://code.google.com/p/fbug/issues/detail?id=7591
---
extension/content/firebug/debugger/clients/clientProvider.js | 7 ++-----
1 file changed, 2 insertions(+), 5 deletions(-)
diff --git a/extension/content/firebug/debugger/clients/clientProvider.js b/extension/content/firebug/debugger/clients/clientProvider.js
index 329e585..04f1a23 100644
--- a/extension/content/firebug/debugger/clients/clientProvider.js
+++ b/extension/content/firebug/debugger/clients/clientProvider.js
@@ -80,11 +80,8 @@ ClientProvider.prototype =
// Make sure it's a string
text += "";
- // Cropping is usually based on extensions.firebug.stringCropLength preference
- // But 50 chars (default value) is not short enough.
- // xxxHonza: Do we need a new one like e.g.: extensions.firebug.stringCropLengthSmall?
- // (see issue 5898)
- return Str.cropString(text, 25);
+ // Do not crop the string. See issue 7591.
+ return text;
},
getValue: function(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