Bug 816440 - Watch expression evaluations should not display the configurable/enumerable/writable tooltip, r=past

This commit is contained in:
Victor Porof
2012-12-11 09:36:50 +02:00
parent e4aab656bf
commit c3300f6be2
2 changed files with 24 additions and 15 deletions

View File

@@ -637,6 +637,7 @@ StackFrames.prototype = {
let arrow = L10N.getStr("watchExpressionsSeparatorLabel");
let scope = DebuggerView.Variables.addScope(label);
scope.separator = arrow;
scope.showDescriptorTooltip = false;
scope.allowNameInput = true;
scope.allowDeletion = true;
scope.contextMenu = "debuggerWatchExpressionsContextMenu";