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
Перейти к файлу
Nicolas B. Pierron 74af1d594a Bug 1839396 part 17 - Make QuoteString and JSONQuoteString infallible. r=mgaudet
The previous patch reimplemented QuoteString to use a `StringSegmentRange`,
which should avoid mutating the inner parts of `JSRope`, while remaining fast on
`JSAtom`-s.

As the StringSegmentRange does not need to allocate with `ensureLinear`, then
all the failures are reported by the `put` functions using the `GenericPrinter`
mechanism, and the `release` functions of `Sprinter` would report the failure if
any.

Thus, there is no need for retuning a boolean value anymore from `QuoteString`
and `JSONQuoteString`, while this is still necessary to check the returned value
variant of `QuoteString` which returns `UniqueChars` by using the `release`
function of `Sprinter`.

Differential Revision: https://phabricator.services.mozilla.com/D183759
2023-10-04 15:18:20 +00:00
.cargo Bug 1855834: build(webgpu): bump `wgpu` to 9a76c483da4891fb7046c579e36d7c54bdb0b251 r=webgpu-reviewers,supply-chain-reviewers,nical 2023-10-02 18:53:08 +00:00
.github/workflows Bug 1853618 - address issue with GitHub PR closer, and optimise r=hwine DONTBUILD 2023-09-20 15:33:26 +00:00
.vscode
accessible Bug 1777960 - Patch msctf.dll to prevent a crash with ZoneAlarm Anti-Keylogger. r=gstoll,win-reviewers 2023-10-03 15:24:47 +00:00
browser Bug 1854504 - Add DECLINE_DEFAULT_PDF_HANDLER message action r=omc-reviewers,aminomancer 2023-10-04 15:10:50 +00:00
build Bug 1839396 part 15 - Replace Sprinter::jsprintf. r=mgaudet 2023-10-04 15:18:18 +00:00
caps Bug 1856578 - follow up - Empty Lines at end of file r=nataliaCs 2023-10-03 11:35:36 +00:00
chrome Bug 1834176 - Convert consumers of NetUtil.jsm to import the ES module directly. r=arai,webdriver-reviewers,perftest-reviewers,valentin,extension-reviewers,devtools-reviewers,sync-reviewers,cookie-reviewers,robwu,afinder,whimboo 2023-06-07 08:42:36 +00:00
config Bug 1855623 - Make sure all rust dependencies have a default implicit rule. r=firefox-build-system-reviewers,sergesanspaille 2023-10-03 21:57:09 +00:00
devtools Bug 1856791 - Add the TextureUpdate to the Firefox Graphics and Media presets r=profiler-reviewers,julienw 2023-10-04 12:01:23 +00:00
docs Bug 1850785 - add firefox source docs for single tracking bugs. r=aryx 2023-10-04 14:59:36 +00:00
docshell Bug 1855295 convert .ini manifests to .toml: batch 8 dom/[a-l]**/mochitest.ini r=jmaher,jgilbert,extension-reviewers,credential-management-reviewers,robwu,sgalich 2023-10-02 17:18:28 +00:00
dom Bug 1856089 - Harden RequestResolver::ResolveOrReject against a race with WorkerRef::Notify. r=dom-storage-reviewers,asuth 2023-10-04 15:15:03 +00:00
editor Bug 1849763 - Make `HTMLEditor::HandleInsertBRElement` suggest caret position as at the invisible <br> if inserted r=jjaschke 2023-10-04 07:26:57 +00:00
extensions Bug 1856530 - run file-whitespace on toml files r=linter-reviewers,Standard8 2023-10-03 09:22:18 +00:00
gfx Bug 1856582 [Linux] Handle gtk_init failure better and explicitly quit r=emilio 2023-10-04 09:50:52 +00:00
gradle/wrapper
hal Bug 1850573 - Add HeterogeneousCpuInfo to HAL with Android implementation. r=geckoview-reviewers,owlish 2023-09-26 12:55:37 +00:00
image Bug 1856530 - run file-whitespace on toml files r=linter-reviewers,Standard8 2023-10-03 09:22:18 +00:00
intl Bug 1848282 - Part 2. FindWord adds an option whether segment is punctuation. r=TYLin 2023-10-03 10:43:17 +00:00
ipc Bug 1855138 - Add BackgroundParent::KillHardAsync method; r=nika,ipc-reviewers 2023-10-03 18:40:30 +00:00
js Bug 1839396 part 17 - Make QuoteString and JSONQuoteString infallible. r=mgaudet 2023-10-04 15:18:20 +00:00
layout Bug 1829594 - Keep skipping test on Android. 2023-10-04 16:23:43 +02:00
media Bug 1854912 - Update moz.build for libspeex_resampler after upstream changes. r=karlt 2023-10-03 12:26:12 +00:00
memory Bug 1854519 - Work around wasm linking issue before clang 11. r=firefox-build-system-reviewers,sergesanspaille 2023-09-28 20:56:31 +00:00
mfbt Bug 1777960 - Patch msctf.dll to prevent a crash with ZoneAlarm Anti-Keylogger. r=gstoll,win-reviewers 2023-10-03 15:24:47 +00:00
mobile Backed out 2 changesets (bug 1854047, bug 1839739) for causing build bustages. CLOSED TREE 2023-10-04 03:34:26 +03:00
modules Bug 1855084 - Set up SearchService to be able to switch to a new configuration and schema. r=Standard8 2023-10-04 14:42:42 +00:00
mozglue Bug 1856297 - Remove the `CrashAddressLikelyWrong` annotation and its associated machinery r=glandium 2023-10-04 08:00:12 +00:00
netwerk Bug 1855838 - Allow JS validation failed requests to pass without data instead of raising errors r=farre,necko-reviewers,kershaw 2023-10-03 13:53:44 +00:00
nsprpub
other-licenses Bug 1855604 - Back out customization of 7z that wrote provenance data r=nalexander 2023-10-03 23:40:26 +00:00
parser Bug 1854907 - Make document.write-related operations on the creator parser no-ops on scripts whose type does not allow document.write. r=smaug 2023-09-28 12:21:39 +00:00
python Bug 1851988 - fix some python string escape sequences r=webdriver-reviewers,perftest-reviewers,whimboo,afinder,releng-reviewers,firefox-build-system-reviewers,ahal,sergesanspaille 2023-10-04 09:49:09 +00:00
remote Bug 1851988 - fix some python string escape sequences r=webdriver-reviewers,perftest-reviewers,whimboo,afinder,releng-reviewers,firefox-build-system-reviewers,ahal,sergesanspaille 2023-10-04 09:49:09 +00:00
security Bug 1856530 - run file-whitespace on toml files r=linter-reviewers,Standard8 2023-10-03 09:22:18 +00:00
services Bug 1855084 - Set up SearchService to be able to switch to a new configuration and schema. r=Standard8 2023-10-04 14:42:42 +00:00
servo Bug 1310170: Part 2 - Implement `lh` and `rlh` length units. r=emilio 2023-10-04 13:27:14 +00:00
startupcache Bug 1856530 - run file-whitespace on toml files r=linter-reviewers,Standard8 2023-10-03 09:22:18 +00:00
storage Bug 1855448 - Cleanup: remove non necessary SQLITE_MAX_LIKE_PATTERN_LENGTH define. r=asuth 2023-09-28 11:41:47 +00:00
supply-chain Bug 1855834: build(webgpu): bump `wgpu` to 9a76c483da4891fb7046c579e36d7c54bdb0b251 r=webgpu-reviewers,supply-chain-reviewers,nical 2023-10-02 18:53:08 +00:00
taskcluster Backed out changeset 46ec6a8d9505 (bug 1854162) for causing wrench bustages. 2023-10-04 09:20:46 +03:00
testing Bug 1850785 - add firefox source docs for single tracking bugs. r=aryx 2023-10-04 14:59:36 +00:00
third_party Bug 1851732 - Schedule updatebot to update gtest at the start of each Nightly release cycle. r=ahal 2023-10-03 23:38:27 +00:00
toolkit Bug 1854504 - Add DECLINE_DEFAULT_PDF_HANDLER message action r=omc-reviewers,aminomancer 2023-10-04 15:10:50 +00:00
tools Bug 1855915 - Make IPCFuzzController less verbose when actors are destroyed. r=truber 2023-10-04 10:01:27 +00:00
uriloader Bug 1641389 - Remove image.webp.enabled pref, always on by default. r=necko-reviewers,tnikkel,valentin 2023-09-15 19:36:34 +00:00
view Bug 1855763 - Automatic fixes to avoid using prefixed transforms in tests. r=layout-reviewers,jfkthame 2023-10-02 12:36:17 +00:00
widget Bug 1856582 [Linux] Handle gtk_init failure better and explicitly quit r=emilio 2023-10-04 09:50:52 +00:00
xpcom Bug 1705042 - Disable IOInterposer if we detect an incompatible Symantec DLL. r=win-reviewers,gstoll 2023-10-03 15:14:38 +00:00
xpfe/appshell Bug 1855134 - Move existing MOZ_TRY macros to a dedicated header file; r=glandium 2023-09-28 20:46:07 +00:00
.arcconfig
.babel-eslint.rc.js Bug 1830265 - Enable ESLint and Prettier on .babel-eslint.rc.js. r=Gijs 2023-05-04 17:21:03 +00:00
.clang-format Bug 1851529 - Set clang-format ColumnLimit consistently. r=sylvestre,necko-reviewers,kershaw 2023-09-05 11:23:01 +00:00
.clang-format-ignore Bug 1816519 - implement getAuthenticatorData for AuthenticatorAttestationResponse. r=keeler,webidl,emilio,smaug 2023-08-31 22:56:50 +00:00
.cron.yml Bug 1750351 - Include push tasks for sp-perftests to prevent rescheduling builds. r=aryx DONTBUILD 2023-10-04 12:51:26 +00:00
.eslintignore Bug 1596056 - Enable ESLint on reftest harness files (manual fixes). r=tnikkel 2023-09-24 10:38:56 +00:00
.eslintrc-test-paths.js Bug 1849271 - Flip test when checking for the presence of optional colorspace members on a VideoDecoderConfig. r=media-playback-reviewers,alwu 2023-08-22 14:33:21 +00:00
.eslintrc.js Bug 1856298 - Enable ESLint rule @microsoft/sdl/no-insecure-url for all of browser/components/search. r=search-reviewers,daleharvey 2023-10-02 13:34:34 +00:00
.git-blame-ignore-revs
.gitattributes
.gitignore Bug 1834558: chore(webgpu): sync `.gitignore` with `.hgignore` for WebGPU r=webgpu-reviewers,nical 2023-06-19 20:12:38 +00:00
.hg-annotate-ignore-revs
.hg-format-source
.hgignore Bug 1842198 - [remote] Update hgignore to ignore readme files in puppeteer packages r=Sasha 2023-07-25 07:10:08 +00:00
.hgtags No bug - tagging b8084fc54e158a2adcdac710ea0c3a7c9559309e with FIREFOX_NIGHTLY_119_END a=release DONTBUILD CLOSED TREE 2023-09-25 13:56:42 +00:00
.lando.ini Bug 1835962: add support for `mach try` to submit to Lando r=zeid,mach-reviewers,ahochheiden 2023-10-02 14:31:43 +00:00
.lldbinit
.mailmap
.prettierignore Bug 1596056 - Format reftest harness files with Prettier. r=tnikkel 2023-09-24 10:38:55 +00:00
.prettierrc.js Bug 1826062 - Upgrade Prettier to v2.0.5. r=mossop 2023-05-20 12:26:49 +00:00
.stylelintignore Bug 1771113 - Add chromeOnly `StyleSheetRemoved` event, emitted when a stylesheet is removed. r=emilio. 2023-08-10 14:36:03 +00:00
.stylelintrc.js Bug 1851544 - use clearer media queries in new tab styling, r=Standard8,omc-reviewers,thecount,aminomancer 2023-09-27 14:45:18 +00:00
.taskcluster.yml Bug 1831143 - use new mozillareleases/gecko_decision:4.1.0 docker image. r=releng-reviewers,bhearsum 2023-08-22 15:22:43 +00:00
.trackerignore
.yamllint
.ycm_extra_conf.py
AUTHORS
CLOBBER Bug 1851693 (MOZ) - Moved flexfec_03_header_reader_writer.cc back under non-unified sources to fix build after rename from upstream change ade07ca45e. - moz.build file updates 2023-10-02 14:35:21 -06:00
Cargo.lock Bug 1855834: build(webgpu): bump `wgpu` to 9a76c483da4891fb7046c579e36d7c54bdb0b251 r=webgpu-reviewers,supply-chain-reviewers,nical 2023-10-02 18:53:08 +00:00
Cargo.toml Bug 1855622 - Upgrade rayon-core to 1.12.0. r=emilio,supply-chain-reviewers 2023-09-29 00:12:20 +00:00
GNUmakefile
LICENSE
Makefile.in Bug 1853653 - Explain why `mach buildsymbols` is skipped r=firefox-build-system-reviewers,ahochheiden 2023-09-19 10:41:15 +00:00
README.txt
aclocal.m4
build.gradle Bug 1852921 - Upgrade to Glean v54.0.0 r=chutten,supply-chain-reviewers,mach-reviewers,ahochheiden 2023-09-19 08:18:12 +00:00
client.mk
client.py
configure
configure.py Bug 1786490 - remove references to vendored pyparsing r=sylvestre,mach-reviewers,ahal,ahochheiden 2023-09-06 16:14:30 +00:00
gradle.properties
gradlew
gradlew.bat
mach Bug 1695312 - Activate the virtualenv associated with a mach command much earlier r=firefox-build-system-reviewers,glandium 2023-07-25 00:24:53 +00:00
mach.cmd
mach.ps1
mots.yaml Bug 1853130: Update the module ownership for UI Widgets. r=mstriemer,zeid 2023-09-28 13:08:24 +00:00
moz.build Bug 1842620: Add overviews of the main applications to the docs. r=Gijs,geckoview-reviewers,owlish,bgrins 2023-07-26 18:22:32 +00:00
moz.configure Bug 1786490 - reformat the tree using black 23.3.0 r=sylvestre,webdriver-reviewers,taskgraph-reviewers,whimboo,jmaher,ahal,perftest-reviewers,geckoview-reviewers,afinder,m_kato 2023-09-06 16:14:30 +00:00
mozilla-config.h.in
old-configure.in Bug 1854493 - Use -O2 on Linux debug builds. r=firefox-build-system-reviewers,ahochheiden 2023-09-22 02:27:22 +00:00
package-lock.json Bug 1563927 - Upgrade stylelint to the latest version. r=Gijs 2023-09-05 12:59:31 +00:00
package.json Bug 1563927 - Upgrade stylelint to the latest version. r=Gijs 2023-09-05 12:59:31 +00:00
pyproject.toml Bug 1823694 - [lint.ruff] Disable some warnings we don't actually want to enforce, r=linter-reviewers,andi 2023-03-21 14:36:26 +00:00
settings.gradle Bug 1846523 - Call `python mach` on Windows from settings.gradle r=nalexander 2023-08-01 18:26:32 +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.