commandLine.evaluate FAILS: [Exception... "Security Manager vetoed
action" nsresult: "0x80570027 (NS_ERROR_XPC_SECURITY_MANAGER_VETO)"
location: "JS frame :: chrome://firebug/content/commandLine.js ::
<TOP_LEVEL> :: line 100" data: no]
with (__win__.__scope__.vars) { with (__win__.__scope__.api) { with
(__win__.__scope__.userVars) { with (__win__) {try
{__win__.__scope__.callback(eval(__win__.__scope__.expr));} catch (exc)
{__win__.__scope__.callback(exc, true);}}}}}
Line 0
Line 100 for commandLine.js is
Components.utils.evalInSandbox(scriptToEval, sandbox);
I've tried a several variations but so far I can't narrow it down. If I
understood what the error message was trying to say it would help. Any
hints? (The code works in FF3b4 and FF2).
John.
I'm not sure exactly what causes that, though I hope to have some time
to look at it and some related issues today. If there isn't a
specific bug about this (or any other Firebug-affecting regression
between b4 and b5), please file one so we can see if it makes sense to
block the beta.
Mike
The code fails in FF2.0.0.13 for me with FB1.1.0b12. I liked being
able to execute random code there before!
Peter
$("form").submit();
commandLine.evaluate FAILS: [Exception... "Security Manager vetoed
action" nsresult: "0x80570027 (NS_ERROR_XPC_SECURITY_MANAGER_VETO)"
location: "JS frame :: chrome://firebug/content/commandLine.js ::
<TOP_LEVEL> :: line 100" data: no]
with (__win__.__scope__.vars) { with (__win__.__scope__.api) { with
(__win__.__scope__.userVars) { with (__win__) {try
{__win__.__scope__.callback(eval(__win__.__scope__.expr));} catch
(exc) {__win__.__scope__.callback(exc, true);}}}}}
Line 0
Even if I add '$' to the watch, I get the same error.
http://getfirebug.com/releases
has Firebug 1.2a13X (alpha 13 with tracing options)
commandline works except for special command line API.
John.
I'm getting something similar when I use the console for FF3b5:
alert(1):
Firebug has its own newsgroup: http://groups.google.com/group/firebug
and bug list: http://code.google.com/p/fbug/issues/list
Firebug 1.1 does not work in FF3 after b4. We're concentrating on
Firebug 1.2 for FF3.
its worked