Read-only Git mirror of the Mercurial gecko repositories at https://hg.mozilla.org. How to contribute: https://firefox-source-docs.mozilla.org/contributing/contribution_quickref.html
Перейти к файлу
David Parks 2e959c2130 Bug 1704500: Add WindowsUtils kind of utility process on Windows r=gerard-majax,ipc-reviewers,nika
Adds a new type of utility process that is set up to handle Windows OS objects.  We are adding this process type to run Windows geolocation APIs but more services are expected to be included in it.  The ILocation APIs have a race condition that would otherwise crash the main process.  The ILocation work is in a later patch in the series.

Depends on D155017

Differential Revision: https://phabricator.services.mozilla.com/D155018
2023-01-31 21:10:26 +00:00
.cargo Bug 1810615 - Update the async-task crate, r=supply-chain-reviewers,emilio 2023-01-31 20:35:32 +00:00
.vscode
accessible Bug 1813256: Don't descend into other documents when tracking moved LocalAccessibles. r=nlapre 2023-01-30 22:28:48 +00:00
browser Bug 1811341 - restore OS picker behavior under wayland for gUM;r=jib,mjf 2023-01-31 20:02:42 +00:00
build Bug 1814134 - Fix clang plugin to build with recent clang trunk. r=firefox-build-system-reviewers,ahochheiden 2023-01-31 17:18:03 +00:00
caps Bug 1792138: Show the extension's name in permission prompts for opening external links. r=ckerschb,robwu,fluent-reviewers,pbz,flod 2023-01-07 17:53:19 +00:00
chrome Bug 1805100 - Remove "else if" after interruptions of control flow. r=sylvestre 2022-12-13 09:12:55 +00:00
config Backed out changeset 30517fbc6b05 (bug 1810790) for causing multiple failures CLOSED TREE 2023-01-30 13:13:35 -05:00
devtools Bug 1810979 - [devtools] Show source id for source without urls r=nchevobbe 2023-01-31 17:16:49 +00:00
docs Bug 1812312: Proposed New Module Core: Credentials, r=zeid 2023-01-31 15:47:10 +00:00
docshell Bug 1810903, return early from LoadErrorPage if the docshell is going away, r=peterv 2023-01-31 13:47:50 +00:00
dom Bug 1704500: Add WindowsUtils kind of utility process on Windows r=gerard-majax,ipc-reviewers,nika 2023-01-31 21:10:26 +00:00
editor Bug 895197 - Make `HTMLEditor` not delete last list item when its parent is editing host r=m_kato 2023-01-31 13:24:08 +00:00
extensions Bug 1808872 - Add new words to en-US dictionary, r=bolsson 2023-01-25 18:40:14 +00:00
gfx Bug 1813514 - Add further amount of fuzziness to new reftest r=gfx-reviewers,jgilbert 2023-01-31 20:37:20 +00:00
gradle/wrapper
hal Bug 1808598, part 2 - Get rid of some unused nested declarations. r=ipc-reviewers,necko-reviewers,nika 2023-01-30 15:41:15 +00:00
image Bug 1779478: Replace the deprecated use of NSGraphicsContext's graphicsPort with CGContext. r=mstange 2023-01-31 15:50:00 +00:00
intl Bug 1809657: Start next line break chunk from start of previous search when no breaks found. r=jfkthame 2023-01-20 13:12:06 +00:00
ipc Bug 1704500: Add WindowsUtils kind of utility process on Windows r=gerard-majax,ipc-reviewers,nika 2023-01-31 21:10:26 +00:00
js Bug 1811934 - Have nsID::ToString() return an managed string instead of a raw pointer r=xpcom-reviewers,nika 2023-01-31 16:44:04 +00:00
layout Bug 1813569 - Ensure font-variant-alternates values are serialized in canonical order. r=emilio 2023-01-31 21:07:05 +00:00
media Bug 1786366 - Apply local patches to libvpx r=webrtc-reviewers,ng 2023-01-27 23:30:54 +00:00
memory Bug 1808429 - Disconnect runtime configuration from MOZ_DEBUG r=glandium 2023-01-20 06:21:12 +00:00
mfbt Bug 1812753 - Move xpcom/ds/MruCache.h to mfbt/, r=glandium 2023-01-31 17:59:25 +00:00
mobile Bug 1806740 - Add API to expose hasRuleForBrowsingContext r=geckoview-reviewers,amejiamarmol,calu 2023-01-31 19:57:09 +00:00
modules Bug 1811981 - Add ability to run both x86 and ARM Widevine plugins on Windows ARM. r=jld 2023-01-31 20:57:11 +00:00
mozglue Bug 1803109 - Discard blocks of data that are too big for two chunks. r=canaltinova 2023-01-27 17:25:37 +00:00
netwerk Backed out 2 changesets (bug 1813469, bug 1797231) for causing failures related to TestCookie.BlockUnicode on windows. CLOSED TREE 2023-01-31 17:21:31 +02:00
nsprpub
other-licenses Bug 1802290 - Remove +x permissions on more files r=linter-reviewers,andi 2023-01-03 08:17:50 +00:00
parser Bug 1809753 - Part 1: Remove quantum-dom nsIThread::EventTarget methods, r=mccr8 2023-01-16 23:14:10 +00:00
python Bug 1812615 - Update to Glean v52.2.0, glean_parser 7.0.0 and UniFFI 0.23. r=chutten,markh,glandium,supply-chain-reviewers 2023-01-31 11:12:05 +00:00
remote Bug 1813981 - [geckodriver] Don't disable Fission when `moz:debuggerAddress` is used. r=jdescottes 2023-01-31 19:25:17 +00:00
security Bug 1811981 - Add ability to run both x86 and ARM Widevine plugins on Windows ARM. r=jld 2023-01-31 20:57:11 +00:00
services No Bug, mozilla-central repo-update HSTS HPKP remote-settings tld-suffixes - r=release-managers,dmeehan 2023-01-30 13:10:36 +00:00
servo Bug 1813569 - Ensure font-variant-alternates values are serialized in canonical order. r=emilio 2023-01-31 21:07:05 +00:00
startupcache Bug 1800050 - Use UniqueFreePtr in StartupCache::PutBuffer. r=nbp 2022-12-01 10:46:34 +00:00
storage Bug 1810791 - Check `SQLITE_IOERR_SHORT_READ` against `rc`. r=dom-storage-reviewers,asuth,hsingh 2023-01-18 18:28:03 +00:00
supply-chain Bug 1810615 - Update the async-task crate, r=supply-chain-reviewers,emilio 2023-01-31 20:35:32 +00:00
taskcluster Bug 1813054 - Add a test for our regression detection system. r=perftest-reviewers,AlexandruIonescu 2023-01-31 15:16:27 +00:00
testing Bug 1813569 - Ensure font-variant-alternates values are serialized in canonical order. r=emilio 2023-01-31 21:07:05 +00:00
third_party Bug 1810615 - Update the async-task crate, r=supply-chain-reviewers,emilio 2023-01-31 20:35:32 +00:00
toolkit Bug 1704500: Add WindowsUtils kind of utility process on Windows r=gerard-majax,ipc-reviewers,nika 2023-01-31 21:10:26 +00:00
tools Bug 1813310 - Do not instanciate the Profiler Runnable RAII if the profiler isn't running r=florian 2023-01-31 17:24:05 +00:00
uriloader Bug 1812977 - Remove now unnecessary import-globals-from statements in other directories. r=Gijs,webdriver-reviewers,whimboo 2023-01-30 19:33:39 +00:00
view Bug 1813148 - Don't return already_AddRefed in nsPresContext::GetRootWidget. r=dholbert 2023-01-27 19:50:59 +00:00
widget Bug 1779478: Replace the deprecated use of NSGraphicsContext's graphicsPort with CGContext. r=mstange 2023-01-31 15:50:00 +00:00
xpcom Bug 1811981 - Add ability to run both x86 and ARM Widevine plugins on Windows ARM. r=jld 2023-01-31 20:57:11 +00:00
xpfe/appshell Bug 1813303 - Tweak order of operations in AppWindow::BeforeStartLayout. r=smaug 2023-01-31 12:53:56 +00:00
.arcconfig
.babel-eslint.rc.js
.clang-format
.clang-format-ignore
.cron.yml
.eslintignore Bug 1811820 - Change prettier config file from json to common js format. r=cmkm,Gijs 2023-01-24 22:53:55 +00:00
.eslintrc-test-paths.js Bug 1693495 - [devtools] Implement a beginning of "Network" commands, starting with sendHTTPRequest. r=devtools-reviewers,nchevobbe 2023-01-09 13:09:43 +00:00
.eslintrc.js Bug 1811633 - use updated, vendored version of PKI.js, remove old version r=Gijs 2023-01-27 04:07:10 +00:00
.flake8 Bug 1805839 - Do not auto-format mako.XY template files r=sheehan,linter-reviewers,sylvestre 2023-01-02 11:46:53 +00:00
.git-blame-ignore-revs
.gitattributes
.gitignore Bug 1799699 - expand storybook args table docs r=mstriemer,tgiles 2023-01-23 23:52:36 +00:00
.hg-annotate-ignore-revs
.hg-format-source
.hgignore Bug 1797744 - [puppeteer] Sync vendored puppeteer to v19.6.0. r=webdriver-reviewers,jdescottes,whimboo 2023-01-27 16:50:45 +00:00
.hgtags No bug - tagging 5bf22e58549c4b36d2087500236a764d1aa6f368 with FIREFOX_NIGHTLY_110_END a=release DONTBUILD CLOSED TREE 2023-01-16 14:09:38 +00:00
.isort.cfg
.lando.ini
.lldbinit
.mailmap
.prettierignore
.prettierrc.js Bug 1811820 - Change prettier config file from json to common js format. r=cmkm,Gijs 2023-01-24 22:53:55 +00:00
.taskcluster.yml
.trackerignore
.yamllint
.ycm_extra_conf.py Bug 1801836 - Remove no longer necessary 'from __future__' imports. r=linter-reviewers,glandium,webdriver-reviewers,perftest-reviewers,geckoview-reviewers,jld,ahal,owlish,afinder DONTBUILD 2022-12-23 22:45:46 +00:00
AUTHORS
CLOBBER Bug 1753349 (10 of 9): build: touch `CLOBBER` for ANGLE rebase (sorry!) r=jgilbert,gfx-reviewers DONTBUILD 2023-01-20 20:10:29 +00:00
Cargo.lock Bug 1810615 - Update the async-task crate, r=supply-chain-reviewers,emilio 2023-01-31 20:35:32 +00:00
Cargo.toml Bug 1810615 - Update the async-task crate, r=supply-chain-reviewers,emilio 2023-01-31 20:35:32 +00:00
GNUmakefile
LICENSE
Makefile.in
README.txt
aclocal.m4
build.gradle Bug 1812615 - Update to Glean v52.2.0, glean_parser 7.0.0 and UniFFI 0.23. r=chutten,markh,glandium,supply-chain-reviewers 2023-01-31 11:12:05 +00:00
client.mk
client.py Bug 1801836 - Remove no longer necessary 'from __future__' imports. r=linter-reviewers,glandium,webdriver-reviewers,perftest-reviewers,geckoview-reviewers,jld,ahal,owlish,afinder DONTBUILD 2022-12-23 22:45:46 +00:00
configure
configure.py Bug 1801836 - Remove no longer necessary 'from __future__' imports. r=linter-reviewers,glandium,webdriver-reviewers,perftest-reviewers,geckoview-reviewers,jld,ahal,owlish,afinder DONTBUILD 2022-12-23 22:45:46 +00:00
gradle.properties
gradlew
gradlew.bat
mach Bug 1801836 - Remove no longer necessary 'from __future__' imports. r=linter-reviewers,glandium,webdriver-reviewers,perftest-reviewers,geckoview-reviewers,jld,ahal,owlish,afinder DONTBUILD 2022-12-23 22:45:46 +00:00
mach.cmd
mach.ps1
mots.yaml Bug 1812312: Proposed New Module Core: Credentials, r=zeid 2023-01-31 15:47:10 +00:00
moz.build Bug 1804449: document basic information about update infrastructure and watershed updates in the source docs. r=jcristau 2022-12-13 16:57:52 +00:00
moz.configure Bug 1802405 - Prepend mozillabuild msys2 to path only for the build. r=glandium 2022-11-26 23:23:34 +00:00
mozilla-config.h.in Bug 1802290 - Remove +x permissions on more files r=linter-reviewers,andi 2023-01-03 08:17:50 +00:00
old-configure.in Bug 1806470 - Still set some build-id on local builds. r=firefox-build-system-reviewers,andi 2023-01-12 20:54:52 +00:00
package-lock.json Bug 1802860 - Update top-level and eslint-plugin-mozilla node_modules packages. r=mossop 2022-12-06 14:35:07 +00:00
package.json Bug 1802860 - Update top-level and eslint-plugin-mozilla node_modules packages. r=mossop 2022-12-06 14:35:07 +00:00
settings.gradle
substitute-local-geckoview.gradle
test.mozbuild

README.txt

An explanation of the Firefox Source Code Directory Structure and links to
project pages with documentation can be found at:

    https://firefox-source-docs.mozilla.org/contributing/directory_structure.html

For information on how to build Firefox from the source code and create the patch see:

    https://firefox-source-docs.mozilla.org/contributing/contribution_quickref.html

If you have a question about developing Firefox, and can't find the solution
on https://firefox-source-docs.mozilla.org/, you can try asking your question on Matrix at chat.mozilla.org in `Introduction` (https://chat.mozilla.org/#/room/#introduction:mozilla.org) channel.


Nightly development builds can be downloaded from:

    https://archive.mozilla.org/pub/firefox/nightly/latest-mozilla-central/
            - or -
    https://www.mozilla.org/firefox/channel/desktop/#nightly

Keep in mind that nightly builds, which are used by Firefox developers for
testing, may be buggy.