Граф коммитов

18 Коммитов

Автор SHA1 Сообщение Дата
Jason Laster 009c63f073 Bug 1564168 - [jsdbg2] Debugger.prototype.enabled should be removed.
Differential Revision: https://phabricator.services.mozilla.com/D39414

--HG--
extra : moz-landing-system : lando
2019-08-19 21:47:05 +00:00
Narcis Beleuzu c92483436e Backed out changeset 781d092114da (bug 1564168) for failures on test_onGarbageCollection.html 2019-08-08 05:12:21 +03:00
Jason Laster 968304f52f Bug 1564168 - [jsdbg2] Debugger.prototype.enabled should be removed.
Differential Revision: https://phabricator.services.mozilla.com/D39414

--HG--
extra : moz-landing-system : lando
2019-08-07 20:45:46 +00:00
Steve Fink 7ca251a37e No bug. Update jorendb for newGlobal API change, a=NPOTB, DONTBUILD
--HG--
extra : topic : hazards
extra : rebase_source : b4dd33904618fa315aa24df892de29794b36f902
extra : histedit_source : 2d30e4589e1b6e4d3d1d6eb9e220285caa81a01c
2019-02-25 21:20:32 -08:00
Steve Fink bc892d620d No bug. Make jorendb give a REPL even if the script throws an exception. r=NPOAEW
(Not Part Of Anyone Else's World)

--HG--
extra : rebase_source : 37c8a1327dff50661f5e8ac98d2af493f7c98e35
2019-01-08 14:21:25 -08:00
Steve Fink be01a29ee7 No bug. Minor jorendb tweaks: make $$ mean last value seen, and use it internally for Error printing. r=me
DONTBUILD because NPOTB.

--HG--
extra : _rewrite_noise : b71a655d40278495b9049ba3e167ec2540ce3ead
extra : rebase_source : ea8d4a767eb330107967d1010ec627a91d0b3dff
extra : topic : jorendb.fix
extra : amend_source : 2a9e9d7bf19a5ef8c43bce3bf374aac15d90e725
2017-09-26 20:58:40 -07:00
Florian Quèze 2b1c8dccb6 Bug 1339461 - script-generated patch to convert foo.indexOf(...) == -1 to foo.includes(), r=Mossop. 2018-02-01 20:45:22 +01:00
Steve Fink bc7dc34148 No bug. Update to new way of detecting emacs
MozReview-Commit-ID: 4GJ2zg5vRN4

--HG--
extra : rebase_source : 378330a4280a901ce876e94d6d5fcda5ba71ac31
2017-03-26 15:43:23 -07:00
Steve Fink d8bd108a5d Bug 944164 - Further jorendb fixes, r=me
MozReview-Commit-ID: FmU2mqudGY7

--HG--
extra : rebase_source : 57ab7f70d26d25d59fdad37eedd7d425f22e5eda
extra : histedit_source : 7e83c2d3eab96ffdb675ea5843daa24580826950
2016-04-18 13:21:33 -07:00
Steve Fink acb7e66cb5 Bug 944164 - Update jorendb to current function names, and much else:
Change how I/O redirection works
Add brief output format
Implement p/flags
Many other changes
r=NPOTB so DONTBUILD, and I am the only user

MozReview-Commit-ID: 2sAxYcYHs72

--HG--
extra : rebase_source : eb73c3d59c2622aa168d0cb05abcb0492fa08ee5
2016-03-25 10:52:43 -07:00
Tom Tromey 17654ddd0f Bug 863089 - replace Debugger.Script.getOffsetLine with getOffsetLocation; r=fitzgen 2015-10-22 09:35:00 +02:00
Shu-yu Guo b17f71092a Bug 1193583 - Rename Debugger.evalInGlobal to executeInGlobal. (r=jorendorff)
--HG--
rename : js/src/jit-test/tests/debug/Object-evalInGlobal-01.js => js/src/jit-test/tests/debug/Object-executeInGlobal-01.js
rename : js/src/jit-test/tests/debug/Object-evalInGlobal-07.js => js/src/jit-test/tests/debug/Object-executeInGlobal-07.js
rename : js/src/jit-test/tests/debug/Object-evalInGlobal-08.js => js/src/jit-test/tests/debug/Object-executeInGlobal-08.js
rename : js/src/jit-test/tests/debug/Object-evalInGlobal-10.js => js/src/jit-test/tests/debug/Object-executeInGlobal-10.js
rename : toolkit/devtools/server/tests/mochitest/test_evalInGlobal-outerized_this.html => toolkit/devtools/server/tests/mochitest/test_executeInGlobal-outerized_this.html
2015-08-30 15:08:19 -07:00
Jim Blandy 7e20285e70 Bug 914753: Make Emacs file variable header lines correct, or at least consistent. DONTBUILD r=ehsan
The -*- file variable lines -*- establish per-file settings that Emacs will
pick up. This patch makes the following changes to those lines (and touches
nothing else):

 - Never set the buffer's mode.

   Years ago, Emacs did not have a good JavaScript mode, so it made sense
   to use Java or C++ mode in .js files. However, Emacs has had js-mode for
   years now; it's perfectly serviceable, and is available and enabled by
   default in all major Emacs packagings.

   Selecting a mode in the -*- file variable line -*- is almost always the
   wrong thing to do anyway. It overrides Emacs's default choice, which is
   (now) reasonable; and even worse, it overrides settings the user might
   have made in their '.emacs' file for that file extension. It's only
   useful when there's something specific about that particular file that
   makes a particular mode appropriate.

 - Correctly propagate settings that establish the correct indentation
   level for this file: c-basic-offset and js2-basic-offset should be
   js-indent-level. Whatever value they're given should be preserved;
   different parts of our tree use different indentation styles.

 - We don't use tabs in Mozilla JS code. Always set indent-tabs-mode: nil.
   Remove tab-width: settings, at least in files that don't contain tab
   characters.

 - Remove js2-mode settings that belong in the user's .emacs file, like
   js2-skip-preprocessor-directives.
2014-06-24 22:12:07 -07:00
Steve Fink 843379c20f Bug 876776 - Import latest version of js/examples/jorendb.js. DONTBUILD
--HG--
extra : rebase_source : 03473dd562c2b41e4720dcbaa41dc07bcc57c050
2013-06-04 12:14:17 -07:00
Gervase Markham 82ff7027aa Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
Jim Blandy 2433b275e9 No bug: Bring jorendb up to date with current state of Debugger object. r=NPOB,jorendorff 2011-12-09 14:12:36 -08:00
Jason Orendorff 765b6d9838 Add a throw hook to jorendb. 2011-05-13 21:13:04 -05:00
Jason Orendorff 9ce1b77503 Add js/examples/jorendb.js. 2011-05-11 14:47:19 -05:00