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

141 Коммитов

Автор SHA1 Сообщение Дата
Cristian Tuns 2c0e77eac5 Backed out changeset d68be4a9d83b (bug 1874689) for causing multiple Linux tsan failures in process_util_linux.cc 2024-01-18 06:44:39 -05:00
Gian-Carlo Pascutto bf77ef7592 Bug 1874689 - Enable forkserver by default in Nightly. r=jld
Differential Revision: https://phabricator.services.mozilla.com/D198533
2024-01-18 08:38:39 +00:00
Joshua Marshall 03343bf403 Bug 1872690 - Add doc for service worker performance tests. r=sparky,dom-worker-reviewers,smaug
Differential Revision: https://phabricator.services.mozilla.com/D197513
2024-01-15 15:45:08 +00:00
ogiorgis 111705f5fd Bug 1840493 - doc/rst: fix some languages declaration r=firefox-source-docs-reviewers,webdriver-reviewers,necko-reviewers,geckoview-reviewers,devtools-reviewers,profiler-reviewers,championshuttler,whimboo,nchevobbe,julienw,amejiamarmol
Differential Revision: https://phabricator.services.mozilla.com/D196268
2023-12-13 18:32:20 +00:00
Andrew Sutherland d9080ef9bf Bug 1869027 - Link WorkerLifeCycleAndWorkerRefs so it shows up. r=dom-worker-reviewers,smaug
Differential Revision: https://phabricator.services.mozilla.com/D195902
2023-12-11 18:55:55 +00:00
Sylvestre Ledru d6cea3eede Bug 1519636 - Remove nbsp in the doc r=firefox-source-docs-reviewers,geckoview-reviewers,ahal,m_kato
Differential Revision: https://phabricator.services.mozilla.com/D194782
2023-12-03 11:01:53 +00:00
Chris H-C a9e0367641 Bug 1852098 - Move and update Use Counter documentation r=emilio
Differential Revision: https://phabricator.services.mozilla.com/D193247
2023-11-21 17:09:53 +00:00
Narcis Beleuzu 3f6ba0d4ad Backed out 7 changesets (bug 1852098) for bustages on UseCounterMetrics.h . CLOSED TREE
Backed out changeset 3b87419a9eea (bug 1852098)
Backed out changeset d9c7c84c82df (bug 1852098)
Backed out changeset e594c7eebb91 (bug 1852098)
Backed out changeset 15e0b0bd3bfb (bug 1852098)
Backed out changeset 220e9ee63ec3 (bug 1852098)
Backed out changeset 9edef145d1c5 (bug 1852098)
Backed out changeset 920a798dbb8a (bug 1852098)
2023-11-16 01:00:42 +02:00
Chris H-C 5c4d5f65c2 Bug 1852098 - Move and update Use Counter documentation r=emilio
Differential Revision: https://phabricator.services.mozilla.com/D193247
2023-11-15 21:33:09 +00:00
Stanca Serban 1a7724cfd6 Backed out 7 changesets (bug 1852098) for causing build bustages in UseCounterMetrics.cpp. CLOSED TREE
Backed out changeset 2caabd4bfe86 (bug 1852098)
Backed out changeset 5c174b0ee1ab (bug 1852098)
Backed out changeset 05ba23510b93 (bug 1852098)
Backed out changeset 256984effaa2 (bug 1852098)
Backed out changeset 8bed08cf2a68 (bug 1852098)
Backed out changeset 16b0698a239d (bug 1852098)
Backed out changeset 6e8d54a51fb7 (bug 1852098)
2023-11-15 23:02:32 +02:00
Chris H-C 01fdb36aff Bug 1852098 - Move and update Use Counter documentation r=emilio
Differential Revision: https://phabricator.services.mozilla.com/D193247
2023-11-15 17:01:28 +00:00
Greg Tatum f2ed6409bc Bug 1815339 - Restore the transfer attribute in JSWindowActor; r=ipc-reviewers,nika
This was removed in Bug 1580907, but the translations feature needs it
restored in order to transfer MessageChannel ports. A new test is added
as well.

Differential Revision: https://phabricator.services.mozilla.com/D190723
2023-10-25 22:15:11 +00:00
Eden Chuang 62f66cdc2b Bug 1837130 - Document of Worker lifecycle and WorkerRefs. r=asuth
Differential Revision: https://phabricator.services.mozilla.com/D191017
2023-10-24 09:08:55 +00:00
Sylvestre Ledru 82db67a6be Bug 1860157 - Fix typos found by codespell 2.2.6 r=webdriver-reviewers,zeid,search-reviewers,perftest-reviewers,devtools-reviewers,releng-reviewers,gbrown,sparky,jteow
Differential Revision: https://phabricator.services.mozilla.com/D191480
2023-10-19 20:52:10 +00:00
Peter Van der Beken 0632013161 Bug 1854926 - Web IDL bindings uses disallowed type as a parameter in example code. r=dom-core,farre DONTBUILD
Differential Revision: https://phabricator.services.mozilla.com/D189131
2023-09-26 13:27:46 +00:00
Peter Van der Beken 36003fd793 Bug 1803752 - Make CSS2Properties getters and setters use a common generated implementation. r=emilio
Differential Revision: https://phabricator.services.mozilla.com/D181106
2023-06-22 08:12:07 +00:00
Sandor Molnar 53e2e84520 Backed out 2 changesets (bug 1803752) for causing python mbu failures in dom/bindings/mozwebidlcodegen/test/test_mozwebidlcodegen.py CLOSED TREE
Backed out changeset 0a06638b1f49 (bug 1803752)
Backed out changeset 3e1599493e2e (bug 1803752)
2023-06-20 21:35:33 +03:00
Peter Van der Beken f1c25edf31 Bug 1803752 - Make CSS2Properties getters and setters use a common generated implementation. r=emilio
Differential Revision: https://phabricator.services.mozilla.com/D181106
2023-06-20 16:32:06 +00:00
Kagami Sascha Rosylight 6d50e21963 Bug 1828875 - Add docs for Streams impl r=smaug,jesup DONTBUILD
Differential Revision: https://phabricator.services.mozilla.com/D175937
2023-06-12 19:02:27 +00:00
Nika Layzell bfebcdae69 Bug 1837090 - Support [NeedsSubjectPrincipal] on workers, r=peterv
We've supported nsIPrincipal off-main-thread since bug 1443925, and
nsIPrincipal has been used as the JSPrincipals on workers and worklets
since bug 1804093.

This change updates the signature of these methods to match the main
thread, and provides the subject principal off-main-thread as well as on
the main thread.

Differential Revision: https://phabricator.services.mozilla.com/D180158
2023-06-07 15:58:51 +00:00
Benjamin VanderSloot 7a5e41e9ec Bug 1826060 - Expose FedCM copy to localization r=anti-tracking-reviewers,fluent-reviewers,flod,timhuang
Address comments from Nick

Differential Revision: https://phabricator.services.mozilla.com/D178443
2023-06-07 12:52:38 +00:00
Narcis Beleuzu d3f33d92cf Backed out changeset 8a5e6b282c10 (bug 1826060) for multiple failures to tabbrowser.js . CLOSED TREE 2023-06-06 18:56:30 +03:00
Benjamin VanderSloot adc976974a Bug 1826060 - Expose FedCM copy to localization r=anti-tracking-reviewers,fluent-reviewers,flod,timhuang
Differential Revision: https://phabricator.services.mozilla.com/D178443
2023-06-06 14:39:22 +00:00
Tarik Eshaq 5109cec905 Bug 1829002: Adds push on firefox internal documentation. r=jrconlin
Differential Revision: https://phabricator.services.mozilla.com/D175959
2023-04-20 21:20:54 +00:00
Abhishek Tiwari 99be4fc359 Bug 1821163 - Convert browser/actors/Plugin* JSMs to ESMs r=kpatenio
Differential Revision: https://phabricator.services.mozilla.com/D172895
2023-03-20 23:01:20 +00:00
Sylvestre Ledru f616c106ea no bug - doc: fix some typos r=marco
Differential Revision: https://phabricator.services.mozilla.com/D171688
2023-03-06 11:53:54 +00:00
ogiorgis df034b803f Bug 1749473 - fix some typos in doc r=firefox-source-docs-reviewers,sylvestre DONTBUILD
Differential Revision: https://phabricator.services.mozilla.com/D171191
2023-03-01 09:35:11 +00:00
Mathew Hodson 983231c031 Bug 1818923 - Update IOUtils migration doc for write mode option. r=barret
Differential Revision: https://phabricator.services.mozilla.com/D171007
2023-03-01 02:17:07 +00:00
Mathew Hodson 2d273326fa Bug 1818935 - Update IOUtils migration doc for makeDirectory permissions. r=barret
Differential Revision: https://phabricator.services.mozilla.com/D171015
2023-02-27 16:42:40 +00:00
Gijs Kruitbosch 3ea0c8cf2e Bug 1817946 - fix JSProcessActor.webidl link in the JSActor documentation, r=mconley DONTBUILD
Differential Revision: https://phabricator.services.mozilla.com/D170483
2023-02-21 17:57:37 +00:00
Benjamin VanderSloot fe5352731c Bug 1804728, part 1 - Fetch all identity provider manifests before showing the identity provider chooser, r=timhuang,emilio
This is required to make our Identity Provider chooser pretty.
This has minimal privacy impact because these requests are not credentialed.
I had to re-define the service for prompts to include these manifests and return indexes into argument arrays, rather than elements of those arrays.

Also updating sourcedocs to reflect this new order of calls.

Differential Revision: https://phabricator.services.mozilla.com/D168813
2023-02-14 19:25:50 +00:00
ogiorgis 5e881a80df Bug 1749473 - fix of several rst warnings r=sylvestre
Differential Revision: https://phabricator.services.mozilla.com/D167934
2023-01-27 13:41:10 +00:00
Benjamin VanderSloot 8b357e66c9 Bug 1788220 - Add source documentation for FedCM - r=timhuang
Also, I've added some function comments to Gecko code.

Overall, I think returning to FedCM code after 3 months away will be feasible with this documentation in place.

Differential Revision: https://phabricator.services.mozilla.com/D167958
2023-01-27 13:04:47 +00:00
Gabriele Svelto 2020417cc0 Bug 1806410 - Update the crash ping documentation to reflect the current contents of the ping r=chutten
Differential Revision: https://phabricator.services.mozilla.com/D167156
2023-01-24 13:19:11 +00:00
Sylvestre Ledru 1f173f400f Bug 1750450 - doc: fix some 'Title underline too short' warnings DONTBUILD
Differential Revision: https://phabricator.services.mozilla.com/D165654
2022-12-31 16:33:30 +00:00
Sylvestre Ledru cded126833 Bug 1750450 - doc: fix a 'Malformed table' warning DONTBUILD
Differential Revision: https://phabricator.services.mozilla.com/D165652
2022-12-31 16:33:30 +00:00
Greg Stoll e0e1fd4dab Bug 1744362 - Part 10: update documentation r=handyman
This pulls in the existing wiki page about the blocklist from https://wiki.mozilla.org/Blocklisting/DLL and adds some technical details and information about the new dynamic blocklist.

Differential Revision: https://phabricator.services.mozilla.com/D164492
2022-12-30 20:10:05 +00:00
Butkovits Atila 5e31c1c2cf Backed out 12 changesets (bug 1744362) for causing build bustages.
Backed out changeset 3f63f21115e2 (bug 1744362)
Backed out changeset 0df403e8f6ba (bug 1744362)
Backed out changeset 34f51e6aee96 (bug 1744362)
Backed out changeset 39ff51df4a45 (bug 1744362)
Backed out changeset da9133df4cd4 (bug 1744362)
Backed out changeset 315c57948afa (bug 1744362)
Backed out changeset a2d8f526e0ff (bug 1744362)
Backed out changeset 401ebbc0159d (bug 1744362)
Backed out changeset 2911fe484cc3 (bug 1744362)
Backed out changeset d1f4b99f352b (bug 1744362)
Backed out changeset 0a3ce8ea039e (bug 1744362)
Backed out changeset ab1292118c00 (bug 1744362)
2022-12-27 22:54:30 +02:00
Greg Stoll 3f6f66aa59 Bug 1744362 - Part 10: update documentation r=handyman
This pulls in the existing wiki page about the blocklist from https://wiki.mozilla.org/Blocklisting/DLL and adds some technical details and information about the new dynamic blocklist.

Differential Revision: https://phabricator.services.mozilla.com/D164492
2022-12-27 20:06:43 +00:00
Stanca Serban 822be63b67 Backed out 11 changesets (bug 1744362) for causing multiple failures and build bustages. CLOSED TREE
Backed out changeset 4b2e3689cea0 (bug 1744362)
Backed out changeset cf1db931c466 (bug 1744362)
Backed out changeset 8c87571dbb3e (bug 1744362)
Backed out changeset 8b50446f91e5 (bug 1744362)
Backed out changeset 848632184f56 (bug 1744362)
Backed out changeset acfdb2bcaa9f (bug 1744362)
Backed out changeset 80b67f7ea109 (bug 1744362)
Backed out changeset c88902b60d1f (bug 1744362)
Backed out changeset 438f74bb5b7c (bug 1744362)
Backed out changeset 704a4150d210 (bug 1744362)
Backed out changeset 1dd7e7c111da (bug 1744362)
2022-12-27 16:25:04 +02:00
Greg Stoll 28ff021a4e Bug 1744362 - Part 10: update documentation r=handyman
This pulls in the existing wiki page about the blocklist from https://wiki.mozilla.org/Blocklisting/DLL and adds some technical details and information about the new dynamic blocklist.

Differential Revision: https://phabricator.services.mozilla.com/D164492
2022-12-27 12:59:10 +00:00
Mark Banner 53ce0faad1 Bug 1804661 - Convert browser/components/BrowserGlue.jsm to an ES module. r=Gijs,settings-reviewers,perftest-reviewers,sparky
Differential Revision: https://phabricator.services.mozilla.com/D164204
2022-12-12 14:59:18 +00:00
Sylvestre Ledru 16d3777992 no bug - doc: Remove Simon's name r=jstutte DONTBUILD
Differential Revision: https://phabricator.services.mozilla.com/D161430
2022-11-07 10:13:21 +00:00
Mark Banner 42674415ed Bug 1795322 - Update toolkit modules references in dom code. r=mccr8
Differential Revision: https://phabricator.services.mozilla.com/D160034
2022-10-26 08:06:37 +00:00
Csoregi Natalia 5f9da7b301 Backed out 12 changesets (bug 1795322) for causing multiple failures e.g. test_deletion_request_ping.py. CLOSED TREE
Backed out changeset aba25cbcda51 (bug 1795322)
Backed out changeset a4a35005ada9 (bug 1795322)
Backed out changeset 8e8d790eb0f4 (bug 1795322)
Backed out changeset db8903454bd3 (bug 1795322)
Backed out changeset 60cc71c61cad (bug 1795322)
Backed out changeset bc6a674994ad (bug 1795322)
Backed out changeset 6ac8a611f8c7 (bug 1795322)
Backed out changeset 9fb873ecfb31 (bug 1795322)
Backed out changeset c8a7a40c2a2f (bug 1795322)
Backed out changeset f2c118b6c6ce (bug 1795322)
Backed out changeset 38df43b4a70f (bug 1795322)
Backed out changeset 89aea8373411 (bug 1795322)
2022-10-25 23:47:58 +03:00
Mark Banner a23bba4111 Bug 1795322 - Update toolkit modules references in dom code. r=mccr8
Differential Revision: https://phabricator.services.mozilla.com/D160034
2022-10-25 19:49:27 +00:00
Mark Banner 69a9e3e717 Bug 1792341 - Migrate most of the rest of toolkit/modules/ to be system ES modules. r=Gijs
Differential Revision: https://phabricator.services.mozilla.com/D158451
2022-10-18 11:21:25 +00:00
Peter Van der Beken f0982436f2 Bug 1659158 - Switch WebIDL from void to undefined. r=edgar
Differential Revision: https://phabricator.services.mozilla.com/D107108
2022-09-21 07:44:58 +00:00
Sylvestre Ledru 73d4a6ca57 no bug - Fix a few typo found by the next version of codespell r=marco
Differential Revision: https://phabricator.services.mozilla.com/D150321
2022-07-20 15:26:22 +00:00
Kris Maglione b8bfb24cd0 Bug 1776207: Part 3 - Remove generateNSGetFactory now that it isn't used anymore. r=mccr8
Differential Revision: https://phabricator.services.mozilla.com/D150193
2022-06-27 22:36:12 +00:00