Alexandre Poirot
25ea4f3caa
Bug 1698541 - [devtools] Stop emitting now unused tabDetached event. r=nchevobbe,devtools-backward-compat-reviewers
...
Now that we are destroying the target via target-destroyed-form, sent via the watcher actor
we no longer need this legacy event.
Differential Revision: https://phabricator.services.mozilla.com/D107249
2021-04-13 13:44:25 +00:00
Julian Descottes
e0cfe2d83c
Bug 1698553 - [devtools] Update DevTools release doc to include same-version smoke tests r=nchevobbe
...
Differential Revision: https://phabricator.services.mozilla.com/D108523
2021-03-16 08:25:56 +00:00
Jan Odvarko
f62cae8410
Bug 1658876 - [devtools] Avoid including its own cloning and build instructions in docs. r=nchevobbe
...
Removing DevTools specific build instructions in favor of https://firefox-source-docs.mozilla.org/setup/index.html
Differential Revision: https://phabricator.services.mozilla.com/D108182
2021-03-15 11:41:14 +00:00
Julian Descottes
d0f4645a76
Bug 1694140 - [devtools] Stop using TargetFactory.forTab in devtools code r=perftest-reviewers,ochameau
...
Depends on D105998
Differential Revision: https://phabricator.services.mozilla.com/D105999
2021-02-25 18:02:51 +00:00
Brindusan Cristian
39abcde940
Backed out 10 changesets (bug 1694140, bug 1694886, bug 1688688) for devtools failures on browser_CORS-console-warnings.js. CLOSED TREE
...
Backed out changeset 1b7367a27d9a (bug 1694886)
Backed out changeset d5a70a3143ad (bug 1694140)
Backed out changeset 74adaced5c0a (bug 1694140)
Backed out changeset 0b8f857e3f90 (bug 1694140)
Backed out changeset 45a8dc952aba (bug 1694140)
Backed out changeset 299f17e9cb6f (bug 1694140)
Backed out changeset 6beb9dd48ef3 (bug 1694140)
Backed out changeset 5f6688e8fe4c (bug 1694140)
Backed out changeset ae1fa0484c91 (bug 1688688)
Backed out changeset 8a0f5c24ed9a (bug 1688688)
2021-02-25 16:07:39 +02:00
Julian Descottes
5b183d1d77
Bug 1694140 - [devtools] Stop using TargetFactory.forTab in devtools code r=perftest-reviewers,ochameau
...
Depends on D105998
Differential Revision: https://phabricator.services.mozilla.com/D105999
2021-02-25 12:58:14 +00:00
Julian Descottes
352bff0a66
Bug 1692965 - [devtools] Remove the ChromeWindowTargetActor r=ochameau,devtools-backward-compat-reviewers
...
The ChromeWindowTargetActor was not exposed to end users and doesn't support descriptors which will make it a blocker for fission refactors.
So we remove it for now.
Differential Revision: https://phabricator.services.mozilla.com/D105452
2021-02-18 11:10:13 +00:00
Mihai Alexandru Michis
2c06b9c5fa
Bug 1677698 - Fix spelling mistake in release.md for causing lint failures. a=lint-fix
...
CLOSED TREE
2021-02-15 19:58:50 +02:00
Nicolas Chevobbe
4adb3533b4
Bug 1677698 - [devtools] Add documentation for recurring release tasks. r=ladybenko.
...
Differential Revision: https://phabricator.services.mozilla.com/D102908
2021-02-15 16:41:28 +00:00
Sylvestre Ledru
c9c024db93
Bug 1690785 - Update of the contribution doc wrt check-in needed r=jwalker,aryx DONTBUILD
...
Differential Revision: https://phabricator.services.mozilla.com/D104057
2021-02-04 21:52:38 +00:00
Nicolas Chevobbe
7430a7d93b
Bug 1689954 - [devtools] Use sphinx directives instead of hints in documentation. . DONTBUILD
...
Differential Revision: https://phabricator.services.mozilla.com/D103769
2021-02-02 13:27:43 +00:00
Anurag Kalia
0552856184
Bug 1689282: Fix typo in devtools/docs/files/adding-files.md r=nchevobbe
...
Differential Revision: https://phabricator.services.mozilla.com/D103350
2021-01-29 09:52:51 +00:00
Alexandre Poirot
6fbec57619
Bug 1682780 - [devtools] Adapt tests and doc now that ThreadActor.attach no longer pause the thread. r=nchevobbe
...
Differential Revision: https://phabricator.services.mozilla.com/D100022
2021-01-07 13:33:40 +00:00
Nicolas Chevobbe
32aaf870e6
Bug 1677942 - [devtools] Use new syntax for backward compatibility comments. r=jdescottes,devtools-backward-compat-reviewers.
...
This turns all existing backward compatibility comments (or
comments mentioning a specific Firefox version), into the new
syntax we agreed upon in Bug 1673535.
Differential Revision: https://phabricator.services.mozilla.com/D97395
2020-12-01 10:27:47 +00:00
Nicolas Chevobbe
ab089e8e85
Bug 1677732 - [devtools] Document backward compatibility comment pattern. r=rcaliman.
...
In Bug 1673535, we agreed on a specific pattern for backward compatibility comments,
so this patch documents this syntax on our backward compatibility document.
We take this as an opportunity to reword the section where we talked about removing
old backward compatibility code, as well as adding another way of testing backward compatibility.
Differential Revision: https://phabricator.services.mozilla.com/D97320
2020-11-19 13:38:46 +00:00
Dan Minor
57441aa8cc
Bug 1673054 - Migrate uses of intl.uidirection to intl.l10n.pseudo; r=Gijs,zbraniecki
...
This also removes pref overrides from methods like LocaleService::IsLocaleRTL or
IntlService.getLocaleInfo, because it doesn't really make sense to override the
result of checking an arbitrary locale, the relevant use case is overriding the
result for the current app locale.
Removal of the intl.uidirection pref completely will be done in a separate bug.
Differential Revision: https://phabricator.services.mozilla.com/D96235
2020-11-09 15:33:39 +00:00
Julian Descottes
d6d8ea296d
Bug 1654763 - [devtools] Remove implementation, tests and documentation for actorHasMethod r=rcaliman,ochameau,devtools-backward-compat-reviewers
...
actorhasMethod had several technical limitations making it hard to use consistently. We now removed all the call sites for this method. This changeset removes the method and all its dependencies.
Differential Revision: https://phabricator.services.mozilla.com/D95861
2020-11-06 13:50:52 +00:00
Andrey Bienkowski
4de647d3c5
Bug 1675299 - [devtools] Improve the guidelines for commit naming r=jdescottes
...
Differential Revision: https://phabricator.services.mozilla.com/D95864
2020-11-04 16:39:46 +00:00
Andrey Bienkowski
ee420ad724
Bug 1674971 - [devtools] Replace task.js with async/await in devtools/docs/contributing/javascript.md r=Honza
...
Differential Revision: https://phabricator.services.mozilla.com/D95674
2020-11-04 10:43:35 +00:00
Julian Descottes
ea163d7b6b
Bug 1674357 - [devtools] Remove lifetime from DevTools protocol r=ochameau,devtools-backward-compat-reviewers
...
Depends on D95299
The lifetime feature seems unused in DevTools. Removing it should have no impact.
Differential Revision: https://phabricator.services.mozilla.com/D95302
2020-11-03 16:43:52 +00:00
Julian Descottes
900514e20e
Bug 1673419 - [devtools] Support performance-new typescript checks in devtools node try runner r=gregtatum,nchevobbe
...
This allows to run the performance-new typescript checks via
"node devtools/client/bin/devtools-node-test-runner.js --suite=performance"
Differential Revision: https://phabricator.services.mozilla.com/D95232
2020-10-30 17:15:55 +00:00
Alexandre Poirot
fdb8f8c40d
Bug 1673328 - [devtools] Drop unused ThreadActor.detach method. r=nchevobbe,devtools-backward-compat-reviewers
...
Differential Revision: https://phabricator.services.mozilla.com/D94956
2020-10-29 19:00:39 +00:00
Razvan Caliman
7feae1e668
Bug 1623667 - [devtools] Update CustomHighlighterActor comments and docs r=ochameau
...
Depends on D92220
Rephrasing of code comments and cleanup of documentation to reflect that `CustomHighlighterActor` is now the only actor which deals with highlighting stuff after removing `HighlighterActor` in D92220. No functionality is changed in this patch.
Differential Revision: https://phabricator.services.mozilla.com/D92221
2020-10-20 14:43:20 +00:00
Julian Descottes
23b2aef1c7
Bug 1671609 - [devtools] Remove browserSwap support from devtools r=ochameau
...
This method was only useful for the old RDM implementation and can now be removed.
Differential Revision: https://phabricator.services.mozilla.com/D93817
2020-10-20 17:02:34 +00:00
Razvan Maries
3954e7eb5a
Backed out 5 changesets (bug 1671676, bug 1671609) for Lint failure on frame.js. CLOSED TREE
...
Backed out changeset aba7c7caae10 (bug 1671676)
Backed out changeset 68449199cb9a (bug 1671676)
Backed out changeset 107e0c2f141a (bug 1671609)
Backed out changeset 02bc34c28501 (bug 1671609)
Backed out changeset 5efd9f6968ed (bug 1671609)
2020-10-20 19:59:11 +03:00
Julian Descottes
66b1914d6f
Bug 1671609 - [devtools] Remove browserSwap support from devtools r=ochameau
...
This method was only useful for the old RDM implementation and can now be removed.
Differential Revision: https://phabricator.services.mozilla.com/D93817
2020-10-19 09:32:56 +00:00
Csoregi Natalia
f9e58cacd1
Backed out 9 changesets (bug 1623667) for failures on devtools/client/*. CLOSED TREE
...
Backed out changeset 54ca4d13f54f (bug 1623667)
Backed out changeset ce62de8733f1 (bug 1623667)
Backed out changeset 4877c0c5ba2c (bug 1623667)
Backed out changeset d32decff7ea8 (bug 1623667)
Backed out changeset 53a2c44f955b (bug 1623667)
Backed out changeset 0addf3282b72 (bug 1623667)
Backed out changeset feeb0f0b3bb3 (bug 1623667)
Backed out changeset f90ccc4f5210 (bug 1623667)
Backed out changeset e18376ee942f (bug 1623667)
2020-10-20 17:39:28 +03:00
Razvan Caliman
1d2ad58af3
Bug 1623667 - [devtools] Update CustomHighlighterActor comments and docs r=ochameau
...
Depends on D92220
Rephrasing of code comments and cleanup of documentation to reflect that `CustomHighlighterActor` is now the only actor which deals with highlighting stuff after removing `HighlighterActor` in D92220. No functionality is changed in this patch.
Differential Revision: https://phabricator.services.mozilla.com/D92221
2020-10-14 14:19:39 +00:00
Sylvestre Ledru
71abba1805
no bug - Remove old DXR references r=andi DONTBUILD
...
Differential Revision: https://phabricator.services.mozilla.com/D94076
2020-10-20 11:59:25 +00:00
Nicolas Chevobbe
d750e62ad7
Bug 1669956 - [devtools] Run devtools shared components jest tests. r=jdescottes.
...
This allows the jest tests for the shared components to be run in the devtools-node task.
For some reason, the snapshots needed to be updated (it looked like we were
missing some bits?).
Differential Revision: https://phabricator.services.mozilla.com/D93376
2020-10-14 11:37:28 +00:00
Jasleen Kaur
9452c31bd1
Bug 1669334 - Fixed a typo. r=emilio DONTBUILD
...
Depends on D92931
Differential Revision: https://phabricator.services.mozilla.com/D92979
2020-10-08 18:48:10 +00:00
Sylvestre Ledru
1edb1e71c0
Bug 1588458 - Replace dxr links by searchfox in the md doc r=firefox-source-docs-reviewers,championshuttler DONTBUILD
...
Differential Revision: https://phabricator.services.mozilla.com/D92790
2020-10-08 08:11:59 +00:00
Anurag Aggarwal
8d0f4c8eca
Bug 1536103 - Removed some unused devtools in tree placeholder documentation.r=firefox-source-docs-reviewers,sylvestre
...
Differential Revision: https://phabricator.services.mozilla.com/D73499
2020-05-01 20:22:02 +00:00
Jan Odvarko
24a06c199b
Bug 1629712 - Fix documentation text. r=victoria
...
Differential Revision: https://phabricator.services.mozilla.com/D87316
2020-08-17 22:52:21 +00:00
Yura Zenevich
e65360bcf3
Bug 1648161 - update code paths where canvas helper was expected to insert synchronously. r=ochameau
...
Differential Revision: https://phabricator.services.mozilla.com/D82416
2020-07-30 13:59:53 +00:00
Narcis Beleuzu
0a0d8f9451
Backed out 3 changesets (bug 1648161, bug 1650094) as requeste by yzen
...
Backed out changeset a05fbae74197 (bug 1650094)
Backed out changeset b1c3cfa3b77b (bug 1648161)
Backed out changeset 7cd63199f143 (bug 1648161)
2020-07-20 18:01:00 +03:00
Yura Zenevich
0e099f0461
Bug 1648161 - update code paths where canvas helper was expected to insert synchronously. r=ochameau
...
Differential Revision: https://phabricator.services.mozilla.com/D82416
2020-07-14 17:38:28 +00:00
Tom Prince
2c52622b85
Bug 1651731: [lint] Add a bunch more types of files that should never be executable; r=linter-reviewers,perftest-reviewers,geckoview-reviewers,preferences-reviewers,agi,sylvestre,sparky
...
Differential Revision: https://phabricator.services.mozilla.com/D82953
2020-07-09 21:28:49 +00:00
Julian Descottes
a26e2b6eca
Bug 1650347 - Update gecko-profile argument names in DAMP documentation r=Honza
...
Spotted while looking at Bug 1649771, the DAMP documentation is outdated.
Differential Revision: https://phabricator.services.mozilla.com/D82170
2020-07-03 11:42:39 +00:00
Sonia Singla
350a03e726
Bug 1642852 - Adding section in getting started page. r=Honza
...
Differential Revision: https://phabricator.services.mozilla.com/D81137
2020-06-30 06:09:47 +00:00
Julian Descottes
91c02a6412
Bug 1638290 - Update try syntax for DAMP in the devtools documentation r=rcaliman
...
Differential Revision: https://phabricator.services.mozilla.com/D75530
2020-05-15 15:03:04 +00:00
Nicolas Chevobbe
003ec9e5de
Bug 1637983 - Replace Slack links by Matrix in documentation. r=jdescottes.
...
We take this as an opportunity to remove
outdated information in aboutdebugging readme.
Differential Revision: https://phabricator.services.mozilla.com/D75314
2020-05-14 14:57:15 +00:00
Gijs Kruitbosch
11836f7641
Bug 1631358 - remove traces of CPOWs from devtools, r=jdescottes,loganfsmyth
...
Differential Revision: https://phabricator.services.mozilla.com/D71509
2020-04-21 14:04:58 +00:00
Julian Descottes
7fac32a01a
Bug 1628631 - Add a README.md file to devtools/docs to fix gitbook build r=Honza
...
Unless we plan to drop the gitbook version, we should avoid breaking the build.
GitBook relies on README.md to be available under the root folder. We can configure it to be a different filename, but it can't look in nested folders.
I just copied back the top content of index.rst. It's duplicating the content, but for now I don't see another option.
Differential Revision: https://phabricator.services.mozilla.com/D70326
--HG--
extra : moz-landing-system : lando
2020-04-09 10:06:03 +00:00
victoria
e6989c1f76
Bug 1620078 - DevTools docs - fix title overline (lint failure fix). r=Honza
...
Depends on D67179
Differential Revision: https://phabricator.services.mozilla.com/D69464
--HG--
extra : moz-landing-system : lando
2020-04-03 12:52:21 +00:00
victoria
cf4cc6325e
Bug 1620078 - DevTools docs - improved info about missing library errors. r=Honza
...
Differential Revision: https://phabricator.services.mozilla.com/D67179
--HG--
extra : moz-landing-system : lando
2020-04-03 00:04:04 +00:00
victoria
a5e1d190af
Bug 1620078 - DevTools docs - rewrote getting started page with beginner guidance that points to main Firefox contributor guide. r=Honza
...
Differential Revision: https://phabricator.services.mozilla.com/D65428
--HG--
extra : moz-landing-system : lando
2020-04-03 00:06:44 +00:00
victoria
d45c897a64
Bug 1620078 - DevTools docs - removed Intro page (will replace with Getting Started). r=Honza
...
Differential Revision: https://phabricator.services.mozilla.com/D65427
--HG--
extra : moz-landing-system : lando
2020-04-03 00:03:46 +00:00
victoria
6179cf5482
Bug 1620078 - Update DevTools docs home page with shorter intro. r=Honza
...
Differential Revision: https://phabricator.services.mozilla.com/D65426
--HG--
extra : moz-landing-system : lando
2020-04-03 00:03:49 +00:00
Julian Descottes
fdec3e7197
Bug 1625495 - Remove devtools/shared/client folder r=daisuke,ochameau,nchevobbe
...
Depends on D68599
This changeset moves devtools-client.js and constants.js to devtools/client and removes devtools/shared/client
Differential Revision: https://phabricator.services.mozilla.com/D68600
--HG--
rename : devtools/shared/client/constants.js => devtools/client/constants.js
rename : devtools/shared/client/devtools-client.js => devtools/client/devtools-client.js
extra : moz-landing-system : lando
2020-03-31 08:36:29 +00:00