Commit Graph

79 Commits

Author SHA1 Message Date
J. Ryan Stinnett
724f46419e Bug 1436187 - Move existing shared head files to devtools/client/shared. r=bgrins
Move shared-head.js and shared-redux-head.js into shared.

MozReview-Commit-ID: 5NUxcl9gkLl

--HG--
rename : devtools/client/framework/test/shared-head.js => devtools/client/shared/test/shared-head.js
rename : devtools/client/framework/test/shared-redux-head.js => devtools/client/shared/test/shared-redux-head.js
extra : rebase_source : c6f6cd75a9c1a5349f8406f337c9c39f2f755dab
2018-03-02 19:14:05 -06:00
Cosmin Sabou
0bc675f657 Backed out 4 changesets (bug 1436187) for mochitest devtools failures at browser_se_editors-error-gutter.js on a CLOSED TREE
Backed out changeset 253f74e28723 (bug 1436187)
Backed out changeset 9875771c9967 (bug 1436187)
Backed out changeset b2d808aa8c2e (bug 1436187)
Backed out changeset e747480f3cd2 (bug 1436187)

--HG--
rename : devtools/client/shared/test/shared-head.js => devtools/client/framework/test/shared-head.js
rename : devtools/client/shared/test/shared-redux-head.js => devtools/client/framework/test/shared-redux-head.js
rename : devtools/client/shared/test/frame-script-utils.js => devtools/client/shared/frame-script-utils.js
2018-03-07 22:04:35 +02:00
J. Ryan Stinnett
5ff93bf9fd Bug 1436187 - Move existing shared head files to devtools/client/shared. r=bgrins
Move shared-head.js and shared-redux-head.js into shared.

MozReview-Commit-ID: 5NUxcl9gkLl

--HG--
rename : devtools/client/framework/test/shared-head.js => devtools/client/shared/test/shared-head.js
rename : devtools/client/framework/test/shared-redux-head.js => devtools/client/shared/test/shared-redux-head.js
extra : rebase_source : 58e35632f0a82b0d7e880b0297306500097676e3
2018-03-02 19:14:05 -06:00
Julian Descottes
8697ea8d48 Bug 1432416 - Add comments and documentation about adding new DAMP tests;r=ochameau
MozReview-Commit-ID: LxFbX0AzJfX

--HG--
extra : rebase_source : 2b78c3a617f54f46d9583a8f99c8b919fb3381d7
2018-02-22 10:54:28 +01:00
J. Ryan Stinnett
419f1497a9 Bug 1438596 - Unix line endings for docs outline. r=sole
MozReview-Commit-ID: BtujwIbDYKi

--HG--
extra : rebase_source : 3551029f8e2e85bca46a64d44bc50834a642f8ab
2018-02-15 12:04:36 -06:00
J. Ryan Stinnett
f0ec1fdfeb Bug 1438596 - Push test docs higher in outline. r=sole
MozReview-Commit-ID: GbJ1pTGsKJg

--HG--
extra : rebase_source : 00c39ab806db50eed1a1382a80c8739318503055
2018-02-15 12:03:48 -06:00
Timothy Guan-tin Chien
a2a559db3e Bug 1234008 - Recompress some png images with zopflipng r=Dolske,Grisha,jryans
MozReview-Commit-ID: Cr2iMSB04uu

--HG--
extra : rebase_source : 49f69cca3a4f27af1060ed82283b5cc96f717229
2018-01-27 15:57:42 +08:00
Julian Descottes
226dd89197 Bug 1272774 - rename actor/childtab.js to actor/content.js to match ContentActor;r=ochameau
MozReview-Commit-ID: BJ8zjFeiZPD

--HG--
rename : devtools/server/actors/childtab.js => devtools/server/actors/content.js
extra : rebase_source : 27d016532666641adf1c20f639c9521636324f53
2018-01-05 10:11:04 +01:00
Julian Descottes
f714f056d0 Bug 1272774 - migrate all listTabs() callers to use promise;r=ochameau
MozReview-Commit-ID: 9PtRZHG5GuF

--HG--
extra : rebase_source : f4c7cfd5f8338eb22fa44dc79a1e8b7840dc4e2d
2018-01-15 18:38:34 +01:00
Pradeep
cb5af0067d Bug 1406383- Add documentation for squashing commits; r=sole DONTBUILD
MozReview-Commit-ID: 82TOmqxtDkE
***
Bug 1406383- Add documentation for squashing commits; r=sole

--HG--
extra : amend_source : 53ab666d3b063a32328d39e619ee8c4ba1b3789a
2018-01-13 03:12:10 +05:30
Alexandre Poirot
5ed414705f Bug 1415545 - Land images related to performance documentation page in DevTools. r=sole
MozReview-Commit-ID: Ferwx7gVx7F

--HG--
extra : rebase_source : 5a8f03b1950d94bb2dc54867b75e6f2b5ba7e530
2018-01-10 05:37:47 -08:00
Alexandre Poirot
4e2dcbf894 Bug 1415545 - Document working on DevTools performance. r=sole
MozReview-Commit-ID: 4N0Kx7PO4Xc

--HG--
extra : rebase_source : 5c9b6952419984a577038b14b72746dc069daf0c
2017-12-13 09:58:23 -08:00
Alexandre Poirot
adeffba1c4 Bug 1415472 - Document writing new DAMP test. r=sole
MozReview-Commit-ID: vlhuov077c

--HG--
extra : rebase_source : 15ac47b53494d2daac74082c336d6de4e9c0e9bb
2017-12-11 06:07:10 -08:00
Miguel Useche
1b918bdec8 Bug 1408827 - Where is code link broken for DevTools documentation. r=sole 2017-11-20 23:11:15 -04: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
Boris Zbarsky
97828fce1d Bug 1415389. Make ChromeUtils a WebIDL namespace. Remove ThreadSafeChromeUtils. r=kmag
MozReview-Commit-ID: 9ysAeaBMNVt
2017-11-08 00:25:33 -05:00
Alexandre Poirot
326ecd9cce Bug 1399465 - Document DAMP. r=nchevobbe
MozReview-Commit-ID: 8kYYaSC7DuQ

--HG--
extra : rebase_source : 7f6bebac9c487fe4f6b17d919344b8ba23f203e0
2017-10-10 16:08:22 +02:00
Cosm
917335fa1c Bug 1395956 - Update gecko.readthedocs links to the new firefox-source-docs.mozilla.org location. r=chutten 2017-09-02 22:11:02 +05:30
Sebastian Hengst
a17af05f6f merge mozilla-inbound to mozilla-central. r=merge a=merge
MozReview-Commit-ID: L5exd68pNSG
2017-09-05 11:40:49 +02:00
Abhinav Koppula
5bb6fceb63 Bug 1395295 - Use 'mach run' where it was intended in the DevTools documentation. r=sole
--HG--
extra : amend_source : 0405827d21ec917f9ff9e4e2c1e094de1e6bca38
2017-09-02 00:57:00 -04:00
Julian Descottes
1b9823bc9c Bug 1391228 - remove unused devtools profiler actor, specs and front;r=gregtatum,mstange
MozReview-Commit-ID: 82R4C3NFolu

--HG--
extra : rebase_source : 373dda6065397f5226531c123ab3b4b39b88b0eb
2017-08-18 17:27:56 +02:00
Julian Descottes
ed545a6622 Bug 1393767 - add documentation about DevTools preferences;r=sole
MozReview-Commit-ID: Jnl9KLZXNaV

--HG--
extra : rebase_source : a62cbec4da97b23dc28e78002cc65986d842e384
2017-08-29 12:06:52 +02:00
Tom Tromey
dffd9ec2a9 Bug 1395262 - use plain console.error in devtools promise catches; r=bgrins
MozReview-Commit-ID: C8IhVPckQJ7

--HG--
extra : rebase_source : bd5f46a0bdff992cc0334250a16557eb710af5de
2017-08-30 12:05:41 -06:00
Julian Descottes
ffc364ee02 Bug 1391562 - use obj.on/off/emit rather than static methods from devtools event-emitter;r=zer0
MozReview-Commit-ID: I50W8zGB9d0

--HG--
extra : rebase_source : 31b687343461a65fc6a40eece461bc2367d596d7
2017-08-18 17:05:04 +02:00
Julian Descottes
5d5ccaad39 Bug 1392998 - remove irrelevant documentation files for react/redux tips;r=sole
MozReview-Commit-ID: 9rOoEuHoTqM

--HG--
extra : rebase_source : 24fd7b99c2999ef830b231f5d15a140a738d7b06
2017-08-23 13:27:31 +02:00
Julian Descottes
19c4c8493a Bug 1137935 - remove all usage of sdk/event/core/ in devtools;r=ochameau
MozReview-Commit-ID: 2ab0Ol4Mq64

--HG--
extra : rebase_source : 22d0003b40e0fc49e309187ea3c943a6f5048db5
2017-08-16 15:11:21 +02:00
ZER0
ba9681c84a Bug 1381542 - renamed "devtools/shared/event-emitter" in "devtools/shared/old-event-emitter"; r=ochameau
MozReview-Commit-ID: GkF8HcUg5u8


--HG--
rename : devtools/shared/event-emitter.js => devtools/shared/old-event-emitter.js
2017-08-11 03:47:30 +02:00
Wes Kocher
db97e61fc7 Backed out changeset 58f678547059 (bug 1381542) for conflicting with the incoming m-c merge a=backout
MozReview-Commit-ID: 1wKVHbOAUdc

--HG--
rename : devtools/shared/old-event-emitter.js => devtools/shared/event-emitter.js
2017-08-10 18:23:14 -07:00
ZER0
93e1efc17d Bug 1381542 - renamed "devtools/shared/event-emitter" in "devtools/shared/old-event-emitter"; r=ochameau
MozReview-Commit-ID: GkF8HcUg5u8


--HG--
rename : devtools/shared/event-emitter.js => devtools/shared/old-event-emitter.js
2017-08-11 02:43:47 +02:00
Jan Odvarko
ef7a0ed1c8 Bug 1378325 - Append Architecture diagram into docs; r=sole
MozReview-Commit-ID: 4rd7qevWExy

--HG--
extra : rebase_source : 8bf0a532e6c9d752a05b33a74612fdf3290025a7
2017-07-05 12:32:47 +02:00
Julian Descottes
e521c65082 Bug 1375800 - [doc] add tips to create a patch file in devtools docs;r=sole
MozReview-Commit-ID: UjS3p5Tl3g

--HG--
extra : rebase_source : 95ed1c5a6f8d85bffd982e138cc02f969207e028
2017-06-23 11:22:49 +02:00
sole
8c22801540 Bug 1365255 - DevTools: bring over documentation for contributing and coding standards into the tree. r=nchevobbe
MozReview-Commit-ID: IRtCRTMmPHu

--HG--
extra : rebase_source : df1a6325a746a6408159b9f8223d82748ca27c13
2017-05-26 13:02:02 +01:00
sole
8efc1bf877 Bug 1365216 - Follow up. r=pbro
MozReview-Commit-ID: 9X9xSaxTQkB

--HG--
extra : rebase_source : 5b213ab74e9c9977f38e0cb9b263625e9f601844
2017-05-17 16:06:07 +01:00
sole
0af285b498 Bug 1365216 - DevTools: bring over documentation for how to find documentation into the tree. r=pbro
MozReview-Commit-ID: 1dTTTVBB59k

--HG--
extra : rebase_source : 9e4af46b13ff7ef93f318abbb8e9f54b539a037a
2017-05-16 13:18:48 +01:00
sole
2a4dbde4b8 Bug 1364453 - DevTools: move debugging intermittents documentation into the tree. r=pbro
MozReview-Commit-ID: DfcNi6wyRLE

--HG--
extra : rebase_source : c12b9c739eb1db8e1b7d041f0a60dfb858235448
2017-05-12 16:19:43 +01:00
Patrick Brosset
041d28fbec Bug 1361710 - Move the debugger client API doc to the tree; r=sole
MozReview-Commit-ID: JQ2dWN7wXsw

--HG--
extra : rebase_source : 97224e83bd4ea374c49dc6992a1d9bd08dee1a68
2017-05-03 15:35:17 +02:00
sole
93ca62cf6b Bug 1356185 - DevTools: bring over documentation for testing into the tree. r=pbro
MozReview-Commit-ID: 1y6yAIE48Nu

Conflicts:
	devtools/docs/SUMMARY.md

--HG--
extra : rebase_source : d2fc1faf8c86b1e908dc8af362973cc1574faef9
2017-04-21 15:42:49 +01:00
Michael Ratcliffe
751978af3e Bug 1357704 - Create documentation for scalars in Telemetry.js r=sole
MozReview-Commit-ID: IjBdOgBKK5r

--HG--
extra : rebase_source : 3922ca4fd1a7f45cdd7086bdb74b3cf0282c6768
2017-04-19 12:48:24 +01:00
sole
93908a4505 Bug 1356163 - Devtools: bring over documentation for code directories into the tree. r=pbro
MozReview-Commit-ID: 4IBkq30uMTQ

--HG--
rename : devtools/docs/misc/adding-files.md => devtools/docs/files/adding-files.md
extra : rebase_source : 26d480a9dd4a0cdb558916f347c0dee02f5556a8
2017-04-13 10:24:39 +01:00
Fred Lin
63adc37c0d Bug 1352049 - Network panel documentation;r=Honza,rickychien
MozReview-Commit-ID: J4EZnTSmRDA

--HG--
extra : rebase_source : 297c51531b06a2509bffa4804af1f20528b703d4
2017-04-10 15:51:24 +08:00
Patrick Brosset
7fe590f6f3 Bug 1354587 - Move the RDP docs to the tree; r=pbro
Just a copy of the existing wiki article. No review needed.

MozReview-Commit-ID: 5P03t3QI6Wh

--HG--
extra : rebase_source : ad53b60caf575fc44a0a59ded79c4f7907722d1a
2017-04-07 17:55:34 +02:00
Patrick Brosset
d64e4e25b7 Bug 1353010 - Remove the unused director-manager/registry API; r=ochameau
MozReview-Commit-ID: 3TZUs0MAhAi

--HG--
extra : rebase_source : a8fbdc1d5372ee60a77e5f31e297789b679dd740
2017-04-05 10:44:07 +02:00
sole
e7aab5cc93 Bug 1349165 - DevTools: complete documentation gaps for how to add telemetry to panels. r=jryans,pbro
MozReview-Commit-ID: Aw1cDT7WfTM

--HG--
extra : rebase_source : 9a36c09e0229eb6afcda32d86447851987101706
2017-03-23 15:52:48 +00:00
Patrick Brosset
9513b01c69 Bug 1349873 - Move the devtools resource types wiki article to devtools/docs; r=pbro
MozReview-Commit-ID: 1On480aiJPk

--HG--
extra : rebase_source : 1a8e98f4294ed04d33d150db9e6caca06ca63eaa
2017-03-23 10:10:03 +01:00
Patrick Brosset
c8359d1c1c Bug 1349873 - Moved actor best practices wiki page to /devtools/docs; r=pbro
MozReview-Commit-ID: AqPpsVtOxY9

--HG--
extra : rebase_source : 013aaa3005cd33ce0639f0167c9ef8de6d5bc7de
2017-03-22 09:44:53 +01:00
Patrick Brosset
124088ee7e Bug 1349873 - Fix old MXR links in highlighters docs; r=pbro
MozReview-Commit-ID: E596NIol9Pn

--HG--
extra : rebase_source : c897a8f2d8e150709c34ca4cfa6574d3a341cb8a
2017-03-21 18:12:47 +01:00
Patrick Brosset
efa31249e0 Bug 1349873 - Removed an outdated link to the highlighter doc; r=pbro
MozReview-Commit-ID: JJv9DCiHqpX

--HG--
extra : rebase_source : 2e1894a629155619ee6616092ee9f9c133a68d1d
2017-03-21 18:09:27 +01:00
Patrick Brosset
5f53a4cf7c Bug 1349256 - Merged server and general docs under just one directory; r=sole
MozReview-Commit-ID: HzNGfWhYukh

--HG--
rename : devtools/server/docs/actor-e10s-handling.md => devtools/docs/backend/actor-e10s-handling.md
rename : devtools/server/docs/actor-hierarchy.md => devtools/docs/backend/actor-hierarchy.md
rename : devtools/server/docs/actor-registration.md => devtools/docs/backend/actor-registration.md
rename : devtools/server/docs/protocol.js.md => devtools/docs/backend/protocol.js.md
extra : rebase_source : 79e5b6d50a24912315dac470de2cd32a3608488e
2017-03-21 17:36:34 +01:00