зеркало из https://github.com/mozilla/pjs.git
venkman only, bug 194234, changes from 0.9.46 to 48, a=asa@mozilla.org
fixes ASSERTs about chrome calling window.alert, etc in debug builds fixes problems setting breakpoints in files loaded by hand "add watch expression..." added to context menu of Watch view fixes file:/ urls loaded form the Open Windows view
This commit is contained in:
Родитель
aa72477c2b
Коммит
14ab72578a
|
@ -53,7 +53,7 @@
|
|||
# character set to convert unicode messages to before writing them to a
|
||||
# profile report, or generated help text.
|
||||
msg.report.charset = utf-8
|
||||
msg.locale.version = 0.9.42+
|
||||
msg.locale.version = 0.9.47+
|
||||
msn.bad.locale = This version of Venkman is meant to work with a ``%1$S'' locale, but you are currently using a locale marked ``%2$S''. Chances are, you're going to have problems. Please change to the default locale, or upgrade your language pack.
|
||||
|
||||
msg.release.url = http://www.mozilla.org/releases/
|
||||
|
@ -162,6 +162,10 @@ msn.status.marking = Marking source for ``%1$S''
|
|||
msn.status.stopped = Stopped in %1$S, %2$S
|
||||
msn.floater.title = JSD: %1$S
|
||||
|
||||
msg.alert = Alert
|
||||
msg.prompt = Prompt
|
||||
msg.confirm = Confirm
|
||||
|
||||
msg.cant.pprint = Unable to Pretty Print this function.
|
||||
|
||||
msg.slash.required = THINGS HAVE CHANGED: By default, all commands now start with a forward-slash ('/') character. Any text that DOES NOT start with a forward-slash will be passed to the ``eval'' command. For example, to execute the ``step'' command, type ``/step''. To evaluate ``1 + 1'', you just need to type ``1 + 1''. If you prefer the previous behavior, type ``/pref sessionView.requireSlash false''.
|
||||
|
@ -226,6 +230,7 @@ msg.open.url = Enter a URL to Load...
|
|||
msg.save.profile = Save Profile Data As...
|
||||
msg.save.source = Save Source As...
|
||||
msg.navigator.xul = Navigator Window
|
||||
msg.enter.watch = Enter expression to watch:
|
||||
|
||||
## property value flags ##
|
||||
msg.vf.enumerable = e
|
||||
|
@ -801,6 +806,7 @@ cmd.remove-watch.label = &Remove Watch
|
|||
cmd.remove-watch.params = <index> [<...>]
|
||||
cmd.remove-watch.help = Removes the watch(es) at the 0 based index specified by <index>.
|
||||
|
||||
cmd.watch-expr.label = Add Watch Expression...
|
||||
cmd.watch-expr.params = [<expression>]
|
||||
cmd.watch-expr.help = Evaluates <expression> in the debug target scope and adds the result to the watch window. If <expression> is not provided, all watches are printed to the console.
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче