Commit Graph

153 Commits

Author SHA1 Message Date
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
Jason Laster
13de9fd4ca Bug 1425876 - Update Debugger frontend (12-18). r=jdescottes
MozReview-Commit-ID: H6oKTciiKRO

--HG--
extra : rebase_source : 1e45afed51b1296aa4ba89b33cc20730ff8ade82
2017-12-19 18:03:15 +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
Jason Laster
cfc363edbf Bug 1416960 - Update Debugger frontend (11-13). r=jdescottes
--HG--
extra : rebase_source : 073b9055280ca7484a0c3542d9e0f353f7b722c9
2017-11-13 19:49:00 -05: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
25bb65f902 Bug 1416358 - Update Debugger frontend (11-10). r=jdescottes
MozReview-Commit-ID: 1aEWMEignDN

--HG--
extra : rebase_source : fa3233ac56268bc8db55d5876514e5ff52c9dab7
2017-11-11 00:52:17 +01: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
Sebastian Hengst
70a600450d Backed out changeset d26fbc62c177 (bug 1407840) for failing devtools' browser/base/content/test/static/browser_all_files_referenced.js. r=backout
--HG--
extra : amend_source : f2b29117778592b54cc5f2367acea62d95a4af26
2017-10-12 18:47:56 +02:00
Jason Laster
a483f03da9 Bug 1407840 - Update Debugger frontend (10-11). r=jdescottes
MozReview-Commit-ID: 5QNy4tpuhW4

--HG--
extra : rebase_source : 56d791fa8471ccc1d291bcda6734e3e6e70fa613
2017-10-12 16:51:45 +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
jason laster
f402862a8f Bug 1401659 - Remove integrations-tests file. r=jdescottes 2017-09-20 14:30:43 -04: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
23f8a46b2c Bug 1400854 - Fix Watch Expressions + WASM feature flag. r=nchevobbe
MozReview-Commit-ID: 7oldAu5R87C

--HG--
extra : rebase_source : 96cb056f130fdb0f5cde18f83c36e44dfe98f5c6
2017-09-18 09:32:33 -04:00
jason laster
adc78c74bd Bug 1399673 - Update Debugger Frontend and upgrade Source Map Worker to v0.13.0. r=jdescottes
MozReview-Commit-ID: L7igSLIa5GX
2017-09-13 20:12:01 -04:00
Jason Laster
99cec25d9f Bug 1398893 - clean pending breakpoints if debugger in corrupted state;r=jdescottes
MozReview-Commit-ID: K2bYS6RgbBK

--HG--
extra : rebase_source : 68846c3c6bf1e434b0c02c9fbf881f9724f64d8f
2017-09-12 14:43:31 +02: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
Julian Descottes
43614f0bc3 Bug 1397198 - remove stray debugger statement in debugger bundle;r=jlast
MozReview-Commit-ID: IQIF2LFNvCo

--HG--
extra : rebase_source : 7833977771db859771549b1e3f544696a7c736e8
2017-09-06 11:12:55 +02: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
Gabriel Luong
1b014ccabc Bug 1391003 - Use the new photon line selection and hover background colors in devtool. r=bgrins 2017-09-01 10:47:11 -04:00
Jason Laster
f648960668 Bug 1394495 - Debugger creates a an unnecessary breakpoint on reload. r=jdescottes
MozReview-Commit-ID: 52pCRgoseb4
2017-08-29 02:02:19 +02:00