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
Перейти к файлу
whale a860887be7 Bug 1768758 - Add Windows-specific function getW() for getting wchar_t r=xpcom-reviewers,win-reviewers,gstoll,nika
`char16_t` and `wchar_t` are functionally the same on Windows. But logging statements do not handle `char16_t` very well, resulting in the need to static cast to `wchar_t`. For more info, see [[ https://bugzilla.mozilla.org/show_bug.cgi?id=1768758 | bug task ]]:

This diff introduces a Windows-specific function for getting strings as `wchar_t` and replaces previous workaround usages.

Differential Revision: https://phabricator.services.mozilla.com/D215869
2024-07-10 22:10:56 +00:00
.cargo Bug 1905010 - update WGPU to 82210e1cdc63cbd5e53f43788f9956bb0d4a2c6a r=webgpu-reviewers,supply-chain-reviewers,nical 2024-06-29 04:20:28 +00:00
.github/workflows
.vscode
accessible Bug 1906015 - part 2: Make the most `do_QueryInterface` users for `nsIFormControl` use new getter methods r=smaug,credential-management-reviewers,sessionstore-reviewers,sclements 2024-07-10 00:46:59 +00:00
browser Backed out changeset da52483d6274 (bug 1891146) for causing xpcshell failures on test_BackupService.js CLOSED TREE 2024-07-11 00:54:17 +03:00
build Bug 1894154 - Enable telemetry in CI r=firefox-build-system-reviewers,glandium 2024-07-09 19:57:45 +00:00
caps Bug 1901387 - Part 3: Make nsIPrincipal::CheckMayLoad threadsafe, r=asuth,ckerschb,extension-reviewers,robwu 2024-06-28 17:34:08 +00:00
chrome Bug 1864896: Autofix unused function arguments (general). r=nika,jfkthame,ckerschb 2024-03-19 14:59:22 +00:00
config Bug 1889536 - Migrate IDNA handling to ICU4X. r=necko-reviewers,geckoview-reviewers,credential-management-reviewers,home-newtab-reviewers,valentin,owlish,dimi,thecount,supply-chain-reviewers 2024-07-09 11:26:43 +00:00
devtools Bug 1906125 - [devtools] Implement memory panel odd background in CSS instead of JS. r=devtools-reviewers,nchevobbe 2024-07-10 21:25:48 +00:00
docs no bug - doc: adjust the wording now that we are close to 2M DONTBUILD 2024-07-10 14:22:45 +00:00
docshell Bug 1889536 - Migrate IDNA handling to ICU4X. r=necko-reviewers,geckoview-reviewers,credential-management-reviewers,home-newtab-reviewers,valentin,owlish,dimi,thecount,supply-chain-reviewers 2024-07-09 11:26:43 +00:00
dom Bug 1897328 Add a profiling marker to trace the period rendered by the MediaTrackGraph r=padenot 2024-07-10 20:06:49 +00:00
editor Bug 1906015 - part 2: Make the most `do_QueryInterface` users for `nsIFormControl` use new getter methods r=smaug,credential-management-reviewers,sessionstore-reviewers,sclements 2024-07-10 00:46:59 +00:00
extensions Bug 1658094 - Add new cleaner for "cookie" permissions. r=pbz 2024-06-24 15:14:45 +00:00
gfx Backed out changeset 04d0c38e624d (bug 1903981) for causing multiple build bustages. CLOSED TREE 2024-07-10 18:15:50 +03:00
gradle/wrapper Backed out 2 changesets (bug 1900345) for preventing Fenix builds with Android Studio in the repository root. a=backout 2024-06-12 18:05:25 +02:00
hal
image Bug 1906716 - Remove MaybeIntSize that is used by only one caller. r=gfx-reviewers,bradwerth 2024-07-08 20:38:03 +00:00
intl Bug 1617369 - Reformat recent rust changes with rustfmt r=emilio 2024-07-10 11:52:49 +00:00
ipc Bug 1884426 - [4/6] Add test for file-picker crash notification r=Gijs,firefox-desktop-core-reviewers 2024-07-09 22:16:56 +00:00
js Bug 1905716: apply code formatting via Lando 2024-07-10 15:56:39 +00:00
layout Bug 1897589 - Stop keeping FontFace alive at worker shutdown. r=asuth 2024-07-10 19:59:58 +00:00
media Bug 1902263 - update libcubeb to revision bbbe5bb. r=cubeb-reviewers,padenot 2024-07-10 19:01:28 +00:00
memory Bug 1899464 - Use a free list to allocate PHC blocks r=glandium 2024-07-09 01:51:43 +00:00
mfbt Backed out changeset c5a03d45831a (bug 1906648) for causing multiple build bustages. CLOSED TREE 2024-07-10 15:31:15 +03:00
mobile Bug 1879867 - Add telemetry for content uri not found error page r=android-reviewers,tthibaud 2024-07-10 20:44:46 +00:00
modules Bug 1874689 - Enable forkserver by default in Nightly. r=jld 2024-07-10 13:38:43 +00:00
mozglue Bug 1903452 - [1/2] Correct coordinate conversion when cloaking and clearing window r=emilio 2024-06-25 18:19:42 +00:00
netwerk Bug 1901855 - Add a probe to count how often we hit our internal socket limit r=necko-reviewers,kershaw 2024-07-10 14:20:36 +00:00
nsprpub
other-licenses Bug 1896868: update InetBgDL.dll nsis plugin with a statically linked version r=nalexander,jcristau 2024-05-27 14:19:48 +00:00
parser Bug 1906015 - part 2: Make the most `do_QueryInterface` users for `nsIFormControl` use new getter methods r=smaug,credential-management-reviewers,sessionstore-reviewers,sclements 2024-07-10 00:46:59 +00:00
python Bug 1887885 - Collect the target architecture of a build r=firefox-build-system-reviewers,glandium 2024-07-09 19:57:45 +00:00
remote Bug 1902264 - Check correctly for prompt id when receiving a "geckoview-prompt-show" on Android. r=webdriver-reviewers,jdescottes 2024-07-10 07:40:25 +00:00
security Bug 1768758 - Add Windows-specific function getW() for getting wchar_t r=xpcom-reviewers,win-reviewers,gstoll,nika 2024-07-10 22:10:56 +00:00
services Merge mozilla-central to autoland. CLOSED TREE 2024-07-08 19:36:12 +03:00
servo Bug 1901222: Optimize get_matching_rules. r=emilio 2024-07-10 18:46:49 +00:00
startupcache Bug 1882581: Implement `@scope` parsing. r=firefox-style-system-reviewers,saschanaz,emilio 2024-03-19 13:36:48 +00:00
storage Bug 1900093 - Add OPEN_NOT_EXCLUSIVE option for opening sqlite database. r=mak 2024-06-12 00:17:58 +00:00
supply-chain Bug 1889536 - Migrate IDNA handling to ICU4X. r=necko-reviewers,geckoview-reviewers,credential-management-reviewers,home-newtab-reviewers,valentin,owlish,dimi,thecount,supply-chain-reviewers 2024-07-09 11:26:43 +00:00
taskcluster Bug 1903320 - Create a dedicated task route for pernosco, r=taskgraph-reviewers,jcristau 2024-07-10 15:01:38 +00:00
testing Backed out changeset ad8fc2890e76 (bug 1639546) for causing wpt failures in idbcursor_continue_index.any.serviceworker.html. CLOSED TREE 2024-07-10 18:40:54 +03:00
third_party Bug 1906728 - Update to libjxl v0.10.3 r=tnikkel 2024-07-10 14:15:55 +00:00
toolkit Bug 1768758 - Add Windows-specific function getW() for getting wchar_t r=xpcom-reviewers,win-reviewers,gstoll,nika 2024-07-10 22:10:56 +00:00
tools Bug 1903320 - Create a dedicated task route for pernosco, r=taskgraph-reviewers,jcristau 2024-07-10 15:01:38 +00:00
uriloader Bug 1768758 - Add Windows-specific function getW() for getting wchar_t r=xpcom-reviewers,win-reviewers,gstoll,nika 2024-07-10 22:10:56 +00:00
view Bug 1902325 - Remove zIndex concept from views. r=tnikkel,layout-reviewers 2024-06-18 14:56:11 +00:00
widget Bug 1768758 - Add Windows-specific function getW() for getting wchar_t r=xpcom-reviewers,win-reviewers,gstoll,nika 2024-07-10 22:10:56 +00:00
xpcom Bug 1768758 - Add Windows-specific function getW() for getting wchar_t r=xpcom-reviewers,win-reviewers,gstoll,nika 2024-07-10 22:10:56 +00:00
xpfe/appshell Bug 1081542 - Part 1: Add nsIBrowserDOMWindow.OPEN_NEWTAB_FOREGROUND. r=smaug,geckoview-reviewers,Gijs,amejiamarmol,tabbrowser-reviewers,dao 2024-07-10 06:16:52 +00:00
.arcconfig
.babel-eslint.rc.js
.clang-format
.clang-format-ignore Bug 1889978 - Vendor ffmpeg 7.0 headers. r=media-playback-reviewers,frontend-codestyle-reviewers,alwu 2024-04-30 14:21:45 +00:00
.cron.yml Bug 1906699 - enable cron-bouncer-check on mozilla-esr128. r=releng-reviewers,bhearsum DONTBUILD 2024-07-09 13:13:07 +00:00
.eslintignore Bug 1905864 - Generate a PDF.js default-prefs file that can be used directly in mozilla-central. r=pdfjs-reviewers,geckoview-reviewers,frontend-codestyle-reviewers,calixte,ohall 2024-07-03 19:51:41 +00:00
.eslintrc-rollouts.js Bug 1906047 - Move toolkit/profile/ tests into a test sub-directory. r=mossop 2024-07-08 08:51:18 +00:00
.eslintrc-test-paths.js Bug 1906047 - Move toolkit/profile/ tests into a test sub-directory. r=mossop 2024-07-08 08:51:18 +00:00
.eslintrc.js Bug 1905959 - Move jsm rule handling out of eslint-plugin-mozilla to the top-level config. r=frontend-codestyle-reviewers,Gijs 2024-07-03 11:41:30 +00:00
.git-blame-ignore-revs Bug 1882465 - Update .hg-annotate-ignore-revs and .git-blame-ignore-revs to reflect firefox-android monorepo migration r=glandium,geckoview-reviewers,tthibaud 2024-04-04 14:55:00 +00:00
.gitattributes
.gitignore Bug 1894617: ignore the root .vscode directory too; r=sheehan 2024-05-02 18:26:11 +00:00
.hg-annotate-ignore-revs Bug 1882465 - Update .hg-annotate-ignore-revs and .git-blame-ignore-revs to reflect firefox-android monorepo migration r=glandium,geckoview-reviewers,tthibaud 2024-04-04 14:55:00 +00:00
.hg-format-source
.hgignore Bug 1894619 - Remove the invalid regex escape sequences in .hgignore. r=sheehan 2024-05-02 18:28:22 +00:00
.hgtags No bug - tagging 07b2916fb63bae8b0ad339dc50b0abeafb9207ae with FIREFOX_NIGHTLY_129_END a=release DONTBUILD CLOSED TREE 2024-07-08 15:57:22 +00:00
.lando.ini
.lldbinit
.mailmap Bug 1906892 - Update my name in the tree r=nika 2024-07-09 15:04:14 +00:00
.prettierignore Bug 1896054 - Import chromium's glibc hack r=gcp,frontend-codestyle-reviewers,Standard8 2024-07-10 13:38:43 +00:00
.prettierrc.js
.stylelintignore Bug 1899373 - Update PDF.js to 24e12d515dce2f11b392410dd6e6e9926270ac65 r=pdfjs-reviewers,frontend-codestyle-reviewers,marco 2024-05-30 12:35:49 +00:00
.stylelintrc.js
.taskcluster.yml
.trackerignore
.yamllint
.ycm_extra_conf.py
AUTHORS
CLOBBER Update configs. IGNORE BROKEN CHANGESETS CLOSED TREE NO BUG a=release ba=release 2024-07-08 15:57:30 +00:00
Cargo.lock Bug 1906801 - Improve processtools crate error reporting r=gsvelto 2024-07-09 16:55:17 +00:00
Cargo.toml Bug 1889536 - Migrate IDNA handling to ICU4X. r=necko-reviewers,geckoview-reviewers,credential-management-reviewers,home-newtab-reviewers,valentin,owlish,dimi,thecount,supply-chain-reviewers 2024-07-09 11:26:43 +00:00
GNUmakefile
LICENSE
Makefile.in
README.txt
aclocal.m4 Bug 1903036 - Move check for libstdc++ static linkage from old-configure to moz.configure r=glandium 2024-06-28 13:59:02 +00:00
build.gradle Bug 1904166 - Update scip-java to version 0.10.0. r=calu 2024-06-29 14:28:56 +00:00
client.mk
client.py
configure
configure.py
gradle.properties Bug 1881094 - 7. cleanup firefox-android exclusions in license.yml r=gl,android-reviewers 2024-05-09 16:28:42 +00:00
gradlew Backed out 2 changesets (bug 1900345) for preventing Fenix builds with Android Studio in the repository root. a=backout 2024-06-12 18:05:25 +02:00
gradlew.bat
mach
mach.cmd
mach.ps1
mots.yaml Bug 1906892 - Update my name in mots r=zeid 2024-07-10 15:48:50 +00:00
moz.build Bug 1903972 - content-security docs r=ckerschb 2024-06-21 13:42:13 +00:00
moz.configure Bug 1905596 - Move BIN_SUFFIX and HOST_BIN_SUFFIX from old-configure to moz.configure r=glandium 2024-07-03 19:50:08 +00:00
mozilla-config.h.in
old-configure.in Bug 1905596 - Move BIN_SUFFIX and HOST_BIN_SUFFIX from old-configure to moz.configure r=glandium 2024-07-03 19:50:08 +00:00
package-lock.json Bug 1898556 - Remove eslint-plugin-file-header, update various node modules. r=frontend-codestyle-reviewers,Gijs 2024-05-24 14:55:33 +00:00
package.json Bug 1898556 - Remove eslint-plugin-file-header, update various node modules. r=frontend-codestyle-reviewers,Gijs 2024-05-24 14:55:33 +00:00
pyproject.toml
settings.gradle Bug 1895781 - Move the App Services and Glean auto-publish logic to its own settings file. r=nalexander 2024-05-10 06:21:28 +00:00
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.