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

96 Коммитов

Автор SHA1 Сообщение Дата
Jason Laster 766822476f Bug 1433117 - Update Debugger Frontend v11. r=jdescottes
MozReview-Commit-ID: AONFm7SSUSr
2018-01-30 09:44:38 +01:00
Jason Laster 281d369f23 Bug 1432842 - Update Debugger Frontend v10. r=jdescottes
MozReview-Commit-ID: Fna0tYoykHr

--HG--
extra : rebase_source : 89b3aa1e785b30028c586d491ab78f03992285c8
2018-01-25 21:34:19 +01:00
Jason Laster c05fed43cf Bug 1430855 - Update Debugger Frontend v9.1. r=jdescottes
MozReview-Commit-ID: CnJ3iP3tjAw
2018-01-17 17:58:26 +01:00
Jason Laster c90f8338b2 Bug 1429908 - Update Debugger Frontend v9.0. r=jdescottes
MozReview-Commit-ID: 29R66GxBFmY

--HG--
extra : rebase_source : 29b5cec443308fc610769cd80fca060c712ccc22
2018-01-15 18:52:22 +01:00
Jason Laster ff8d96bdb2 Bug 1429599 - Update Debugger Frontend v8.0. r=jdescottes
MozReview-Commit-ID: 2a6Mt7thaN3

--HG--
extra : rebase_source : 91aa1bf89c504dd87ddeb4f899586f6c9936014e
2018-01-11 10:55:41 +01:00
Jason Laster 0cbe4ac479 Bug 1429238 - Update Debugger Frontend v7.0. r=jdescottes
MozReview-Commit-ID: HqSj9MGVTlV

--HG--
extra : amend_source : 725fff1b3ca0a0d10f67ca31fa12db72bf356a13
2018-01-10 10:10:22 +01:00
Jason Laster 54c2355b9d Bug 1428925 - Update Debugger Frontend v6.0. r=jdescottes
MozReview-Commit-ID: ECICtMKoQaq

--HG--
extra : rebase_source : 9149de4e658be3daa4bd315ccdb1e635d6f62b94
2018-01-09 17:02:13 +01:00
Jason Laster c818ccd16b Bug 1428455 - Update Debugger Frontend v5.0. r=jdescottes
MozReview-Commit-ID: AzAIdEFn20f

--HG--
extra : rebase_source : 7de2f7c3a31a0a349b398d8001b3317d496d2aa6
2018-01-08 10:34:17 +01:00
Jason Laster 17769f5562 Bug 1427187 - Update Debugger frontend (12-27). r=jdescottes
MozReview-Commit-ID: 37viQIZZzGj
2018-01-05 09:44:09 +01:00
Jason Laster d52357f283 Bug 1426462 - Update Debugger Frontend (12-20). r=jdescottes
MozReview-Commit-ID: LU8UG988kll
2017-12-22 18:33:29 +01:00
yulia 5cb4b0c571 Bug 1423158 - Update Debugger Frontend (12-5) r=jdescottes
MozReview-Commit-ID: FVjPco3A29I

--HG--
extra : rebase_source : 7ad0910d7a33ec45ef46577659ed8874b5891c3d
2017-12-13 18:18:50 -06:00
Brian Grinstead 72aa3b30aa Bug 1408949 - Remove unnecessary clearing of devtools.toolbox.splitconsoleEnabled;r=Honza
This is already cleared in shared-head.js

MozReview-Commit-ID: 7svp6ZiUqnE

--HG--
extra : rebase_source : 70788abbfc86a5838626fb5f1f17d03537c2830c
2017-12-01 10:36:22 -08:00
yulia 211750c567 Bug 1419801 - Update Debugger Frontend (11-22). jdescottes, jlast r=jdescottes
MozReview-Commit-ID: Kihg60TpspW

--HG--
extra : rebase_source : 64ea5bdcdc353b228ea39486fbf645a40591f9a3
2017-11-30 11:21:00 +01:00
Luca Greco aa1e1912b4 Bug 1416928 - Test content script debugging on the new debugger UI. r=jlast
MozReview-Commit-ID: Dt0eaKmp777

--HG--
extra : rebase_source : 14db83ec4fb21e3f01d9f7b8955b3e56ece7b4a1
2017-11-15 17:54:23 +01:00
Julian Descottes af2e5d5dd1 Bug 1416711 - Add registerAllActors API;r=ochameau
Most of the codebase that needs to create a debugger server
can use a server with all actors registered.

Define an additional method registerAllActors to do that.

By previous implementations, all the call sites that were
using browser: true were indirectly using tab & root: true
as well. So all the call sites using browser: true have been
migrated to registerAllActors and the specific behavior of
the browser: true case has been removed. Passing browser:true
to registerActors now only registers browser specific actors.

MozReview-Commit-ID: F3sx71eGrdG

--HG--
extra : rebase_source : 7704264e84d96e03a0c789103ff466980913d4d2
2017-11-13 21:22:15 +01:00
Julian Descottes 7324ecc861 Bug 1416711 - Stop guarding consumer calls to DebuggerServer.init();r=ochameau
DebuggerServer.init() already bails out if it was previously initialized
so we could avoid guarding the calls to init() with it everywhere.

Registering an actor module several times is also a noop as the Server
keeps a map of all the already registered modules and will bail out if
the module is already known.

MozReview-Commit-ID: 4ONLlx9253i

--HG--
extra : rebase_source : a6fce209baf5e019b6a216761c01832a30332343
2017-11-13 21:04:43 +01:00
Julian Descottes 4cac7dcb25 Bug 1416711 - Migrate addBrowser/TabActors to registerActors;r=ochameau
DebuggerServer has old APIs addBrowserActors & addTabActors that can be
replaced by calls to registerActors.

MozReview-Commit-ID: KpYJpbSHM8I

--HG--
extra : rebase_source : c7f20edf503b944ef2582b5fe73bd6d899c0d1cc
2017-11-13 20:29:55 +01:00
Joel Maher c4a44af3c6 Bug 1414124 - Disable devtools/client/debugger/new/test/mochitest/browser_dbg-toggling-tools.js on all configs for frequent failures. r=me, a=testonly 2017-11-13 12:20:02 -05:00
Jason Laster bd8a2fdfb5 Bug 1415300 - Update Debugger frontend (11-7). r=jdescottes
Taken from upstream commit: be179268c9b89390c13bdc9c4cca6000f6f583e5
Added skip-if true to some new debugger mochitests that still look intermittent.

MozReview-Commit-ID: EIcx5z9s7XF

--HG--
extra : rebase_source : 949356260ce38bba65166130d71438f443033137
2017-11-10 12:04:10 +01:00
Phil Ringnalda 98c7b44e8d Backed out changeset 186ee641ae41 (bug 1415300) for frequent failures in browser_dbg-wasm-sourcemaps.js
CLOSED TREE

MozReview-Commit-ID: 4gWGPGXMgP6
2017-11-09 19:58:39 -08:00
Jason Laster 91307fe5dd Bug 1415300 - Update Debugger frontend (11-7). r=jdescottes
MozReview-Commit-ID: HOIcls0wfCJ

--HG--
extra : rebase_source : 0ec644affb7f2fddc07cd0da1e2e3dd19e422d1f
2017-11-09 21:28:00 +01:00
Andreea Pavel bb9e1a3930 Backed out changeset 9e2acadbdad8 (bug 1415300) for failing devtools/client/debugger/new/test/mochitest/browser_dbg-quick-open.js r=backout on a CLOSED TREE 2017-11-09 21:44:26 +02:00
Jason Laster 3214f9fa6f Bug 1415300 - Update Debugger frontend (11-7). r=jdescottes
MozReview-Commit-ID: HdGGdN5Efw8

--HG--
extra : rebase_source : 416a1198f631e4b701c7ac93e2fd8f8c8dac667d
2017-11-09 12:28:56 +01:00
Jason Laster 8de2a75245 Bug 1411727 - Update Debugger frontend (10-25). r=jdescottes
MozReview-Commit-ID: BffE9lchnEj
2017-10-31 18:05:01 +01:00
Jason Laster ebfefa4a4c Bug 1408562 - Update Debugger frontend (10-13). r=jdescottes
MozReview-Commit-ID: 6qEViJ9Z2Nw

--HG--
extra : rebase_source : cc99bd7f7f369588023e3c84e35b5253e4fbb6b5
2017-10-19 11:05:49 +02:00
Julian Descottes b550d4ee5e Bug 1407426 - add smoke test for debugger in browser content toolbox;r=jlast
This test is a simpler version of the breakpoints test, but runs from the
browser content toolbox. We don't particularly assess that the debugger can
see more sources than the web content sources, but at least this ensures that
the debugger is correctly initialized.

MozReview-Commit-ID: 5rSb7z3HP4F

--HG--
extra : rebase_source : 41df3e98ee7c153aa69313ad557717a55abbb0b4
2017-10-10 10:43:32 +02:00
Sebastian Hengst 499bf3205f Backed out changeset 6558a0eae222 (bug 1407426) 2017-10-16 14:34:48 +02:00
Julian Descottes 64786ee049 Bug 1407426 - add smoke test for debugger in browser content toolbox;r=jlast
This test is a simpler version of the breakpoints test, but runs from the
browser content toolbox. We don't particularly assess that the debugger can
see more sources than the web content sources, but at least this ensures that
the debugger is correctly initialized.

MozReview-Commit-ID: 5rSb7z3HP4F

--HG--
extra : rebase_source : e95c35b0d23a8eb569f89c8e223c71a506030efb
2017-10-10 10:43:32 +02:00
Jason Laster c03ee529f8 Bug 1407840 - Update Debugger frontend (10-12). r=jdescottes
MozReview-Commit-ID: J6xJ6RGbnkZ

--HG--
extra : rebase_source : b7ee8b8b76d80e5e5609c1264ec74bce3e60cd8f
2017-10-13 10:27:47 +02:00
Jason Laster 3cb6f71dec Bug 1406551 - Update Debugger frontend (10-8). r=jdescottes
MozReview-Commit-ID: GRBFwFsL8Cs

--HG--
extra : rebase_source : e2504eccc3915ec4de469157ea9b6a699956aa1a
2017-10-10 10:31:00 -04:00
Sebastian Hengst 4189a905a3 Backed out changeset 656d53c7fd81 (bug 1406551) as requested by jdescottes. r=backout
--HG--
extra : amend_source : 53d113046a1be659e4ba6b79e69f3799a99a0980
2017-10-10 19:22:37 +02:00
Jason Laster 0f3cc56815 Bug 1406551 - Update Debugger frontend (10-8). r=jdescottes
MozReview-Commit-ID: GKTM3rLKlTX

--HG--
extra : rebase_source : d29dcda06f672c578fe1c3853312f056c9f7629e
2017-10-10 18:45:40 +02:00
Sebastian Hengst 2b84bdf2ea Backed out changeset 3a1d45b3084d (bug 1406551) for leaks and frequently failing new devtools test devtools/client/debugger/new/test/mochitest/browser_dbg-wasm-sourcemaps.js. r=backout
--HG--
extra : amend_source : 36a69b64c05878c1e12c9858bdd658070b41ccf8
2017-10-09 21:11:26 +02:00
Jason Laster fb167c6fbf Bug 1406551 - Update the debugger frontend (10/6/2017). r=jdescottes 2017-10-09 07:18:00 -04:00
Nicolas Chevobbe 307f01eac7 Bug 1403895 - Remove devtools/shared/client/main.js; r=ochameau.
Remove the main file that we don't need anymore and modify all
the imports to target the specific file they now need.

MozReview-Commit-ID: 2uWjTnAMAU0

--HG--
extra : rebase_source : ebf75886fac79aaebfab16c03997f402e9f5a278
2017-09-29 15:24:14 +02:00
Jason Laster 196387522f Bug 1404837 - Update debugger frontend (9/29/2017). r=jdescottes
--HG--
extra : source : ec4e1ade8cf2d75ef475aa62e91620c17ebde14f
2017-10-02 10:39:00 -04:00
Wes Kocher 4f6fbf7f5d Backed out 2 changesets (bug 1404837, bug 1404787) for build bustage a=backout
Backed out changeset ec4e1ade8cf2 (bug 1404837)
Backed out changeset 5e41366119a2 (bug 1404787)

MozReview-Commit-ID: 8fHMqSdDxzh
2017-10-02 11:35:23 -07:00
Jason Laster 5c760977ba Bug 1404837 - Update debugger frontend (9/29/2017). r=jdescottes 2017-10-02 10:39:00 -04:00
Jason Laster 3cad34d119 Bug 1403736 - Update debugger frontend (9/27/2017). r=jdescottes
MozReview-Commit-ID: 3kr1pG8fSs5

--HG--
extra : rebase_source : 537b5dd3262ad14f734ff89d4cb0f529b9dfa7b6
2017-09-29 16:53:53 +02:00
Wes Kocher a7fe048680 Merge inbound to central, a=merge
MozReview-Commit-ID: E7k4xViLm4V
2017-09-21 17:03:29 -07:00
jason laster d0ed05261f Bug 1401573 - Fix PoE, Link, and linux issue. r=nchevobbe
MozReview-Commit-ID: 35TA6bhW1Wr
2017-09-20 10:52:54 -04:00
Tom Tromey 19c7bf1424 Bug 952127 - notify source map subscribers after pretty-printing; r=bgrins
Intercept the applySourceMap source map worker request, so that when a
source is pretty-printed, source map subscribers can be updated.

That this does not yet handle pretty-printing original sources.  This
isn't supported yet by the debugger, and since the plan is to handle it
by augmenting the existing source map, it should be easy to fix this
code when it is implemented.

The mochitest is included here for testing but I am going to land it
upstream as well.

MozReview-Commit-ID: 3Lp1ikO8IzZ

--HG--
extra : rebase_source : f2f02e9e963864567a9dbe3a7e050afcb5f4d3b6
2017-09-15 07:54:56 -06:00
jason laster ca6ad634c1 Bug 1397563 - Update Debugger Frontend (9/6/2017). r=jdescottes 2017-09-06 22:27:41 -04:00
Geoff Brown 9269f91654 Bug 1393299 - Disable test browser_dbg-search-project.js for ongoing frequent intermittent failures; r=me,test-only 2017-09-07 15:58:12 -06:00
jason laster 57dcc284a2 Bug 1395396 - Update Debugger frontend (8/30/2017). r=jdescottes
MozReview-Commit-ID: 9etCxtC3nLz

--HG--
extra : rebase_source : 1b05fa53054d7474a5d495f6046ba2a235f18fa4
2017-09-01 13:14:41 -04:00
Jason Laster 9aee587e37 Bug 1391719 - update debugger frontend (8/16/2017) v=0.12 - tests, locales and preferences. r=jdescottes
MozReview-Commit-ID: 6c0aFxRuec6

--HG--
rename : devtools/client/debugger/new/test/mochitest/browser_dbg-searching.js => devtools/client/debugger/new/test/mochitest/browser_dbg-search-sources.js
extra : rebase_source : 48f2424050d159d865e89cd29dc432f719033a0d
2017-08-23 19:13:15 +02:00
Joel Maher cae99c5231 Bug 1383576 - disable devtools/client/debugger/new/test/mochitest/browser_dbg-breakpoints-reloading.js. r=me a=testonly 2017-08-22 14:37:37 -04:00
Jason Laster 425ec06f61 Bug 1383576 - Extend timeout browser_dbg-breakpoints-reloading. r=jmaher 2017-08-08 13:01:00 -04:00
Tom Tromey 639b3c6efc Bug 1370648 - use final token as end location of statement list; r=jimb
This changes the parser to use the final token of a statement list as
it's end location.  This works around some confusing behavior, such as a
breakpoint firing on the marked line:

    <script>
      if (1 !== 1) {
        console.log("dead code!?"); // set breakpoint here
      }
    </script>

MozReview-Commit-ID: 3Sk1ERw5Q6z

--HG--
extra : rebase_source : 6c6338ca183518baec6ccfcb9ae17e24cf644c97
2017-07-14 13:29:52 -06:00
Jason Laster 5564648c76 Bug 1385421 - Upgrade Debugger Frontend 7/28 (0.11). r=gtatum 2017-07-29 13:07:22 -04:00