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
Go to file
Nika Layzell 613c259d7c Bug 1694993 - Part 6: Preserve precursor principal through LOAD_FLAGS_DISALLOW_INHERIT_PRINCIPAL, r=ckerschb,smaug
If we don't preserve the precursor principal in this case, we'll end up
doing an unnecessary process switch in some cases, which lead to a
test failure.

This patch also cleans up some logic around the first party origin
attribute with null principals, as the logic was only used in one place
and generally added some unnecessary complexity to NullPrincipal
itself.

Differential Revision: https://phabricator.services.mozilla.com/D155277
2022-09-20 23:29:08 +00:00
.cargo Bug 1790931 - vendor a new application-services so golden_gate doesn't get stale. r=bdk 2022-09-19 23:37:51 +00:00
.vscode
accessible Bug 1791245 - More cleanup for the <mfenced> element. r=emilio 2022-09-20 03:53:50 +00:00
browser Bug 1787666 - Make the panel/addon banner items a proper subviewbutton r=sfoster,desktop-theme-reviewers,dao 2022-09-20 21:10:09 +00:00
build Bug 965392 - Use a timer instead of a condvar to run the BHMgr Monitor thread, r=dthayer. 2022-09-20 17:42:32 +00:00
caps Bug 1694993 - Part 6: Preserve precursor principal through LOAD_FLAGS_DISALLOW_INHERIT_PRINCIPAL, r=ckerschb,smaug 2022-09-20 23:29:08 +00:00
chrome Bug 1791350 - Replace C++ uses of Services.startup.shuttingDown with appropriate AppShutdown::IsInOrBeyond. r=florian 2022-09-20 05:59:26 +00:00
config Update configs. IGNORE BROKEN CHANGESETS CLOSED TREE NO BUG a=release ba=release 2022-09-19 10:51:32 +00:00
devtools Bug 1789150 - Keyboard shortcuts missing most of shortcuts for Style Editor r=nchevobbe 2022-09-20 13:35:24 +00:00
docs Bug 1791056 - Cleanup peer_emeritus list for JavaScript module. r=jandem,zeid 2022-09-19 12:49:02 +00:00
docshell Bug 1694993 - Part 6: Preserve precursor principal through LOAD_FLAGS_DISALLOW_INHERIT_PRINCIPAL, r=ckerschb,smaug 2022-09-20 23:29:08 +00:00
dom Bug 1694993 - Part 6: Preserve precursor principal through LOAD_FLAGS_DISALLOW_INHERIT_PRINCIPAL, r=ckerschb,smaug 2022-09-20 23:29:08 +00:00
editor Bug 1788840 - Make HTMLEditor::HandleCSSIndentAroundRanges stop referring moved EditorDOMPoint r=m_kato 2022-09-16 02:09:16 +00:00
extensions Bug 1790105 - Fix test_permmanager_getAllByTypes.js intermittent failures. r=pbz. 2022-09-13 04:59:40 +00:00
gfx Bug 1791336 - Extend command buffer infrastructure for future primitive types r=gfx-reviewers,lsalzman 2022-09-19 20:12:11 +00:00
gradle/wrapper Bug 1786164 - Update gradle and plugin to the latest versions. r=geckoview-reviewers,jonalmeida 2022-08-31 22:10:38 +00:00
hal Bug 1771712 - Make it more likely for child processes to be killed under OOM conditions compared to the parent process on Linux r=jld 2022-08-09 16:05:48 +00:00
image Bug 1790451 - make nsIChannel.securityInfo concrete as nsITransportSecurityInfo r=kershaw,necko-reviewers,valentin,geckoview-reviewers,owlish 2022-09-20 03:58:49 +00:00
intl Bug 1790614 - Part 2: Use {ASSERT,ENSURE}_NS_{SUCCEEEDED,FAILED} in gtests, r=ahal,necko-reviewers 2022-09-15 14:51:50 +00:00
ipc Bug 1790868 - clean up 32 bit annotations for tests that don't run on 32 bit, and general cleanup. r=aryx 2022-09-16 12:40:13 +00:00
js Backed out 2 changesets (bug 1788779) for SM bustage at PerfSpewer.cpp on a CLOSED TREE 2022-09-20 18:43:41 +03:00
layout Bug 1764437 - Check for prev/next sibling when propagating start/end page values for frames r=dholbert 2022-09-20 21:42:34 +00:00
media Bug 1789547 - Update libcubeb to revision 4783607e. r=cubeb-reviewers,kinetik 2022-09-11 23:15:25 +00:00
memory Bug 1790868 - clean up 32 bit annotations for tests that don't run on 32 bit, and general cleanup. r=aryx 2022-09-16 12:40:13 +00:00
mfbt Bug 1784990 - Update lz4 to 1.9.4. r=glandium 2022-08-31 16:10:45 +00:00
mobile Bug 1791046 - Remove deprecated cookie lifetime policy API and deprecated set permission API r=geckoview-reviewers,calu 2022-09-20 19:32:51 +00:00
modules Backed out 2 changesets (bug 1768250, bug 1720601) for multiple failures CLOSED TREE 2022-09-20 16:50:29 +03:00
mozglue Bug 1774773 - Added atomic locking around marker schema functions - r=florian 2022-09-15 03:39:00 +00:00
netwerk Backed out changeset cf7d2eb3996d (bug 1785775) for causing failures in test_connection_based_auth.js CLOSED TREE 2022-09-21 01:41:41 +03:00
nsprpub Bug 1788009 - NSPR_4_35_RTM, version number only, no code change. r=glandium UPGRADE_NSPR_RELEASE 2022-09-13 06:26:48 +00:00
other-licenses Bug 1743947 - Update Snappy to version 1.1.9. r=dom-storage-reviewers,janv 2022-07-12 15:38:23 +00:00
parser Bug 1770888 - fix prettier lint failure on a CLOSED TREE 2022-09-20 11:56:52 +03:00
python Bug 1786186 - Migrate mobile about:config to Fluent. r=geckoview-reviewers,fluent-reviewers,flod,owlish 2022-09-20 11:53:37 +00:00
remote Bug 1788861 - [bidi] Deserialization of remote references should not create new objects r=Sasha,webdriver-reviewers,whimboo 2022-09-20 13:29:50 +00:00
security Backed out 2 changesets (bug 1768250, bug 1720601) for multiple failures CLOSED TREE 2022-09-20 16:50:29 +03:00
services Bug 1790931 - vendor a new application-services so golden_gate doesn't get stale. r=bdk 2022-09-19 23:37:51 +00:00
servo Bug 1791281 - Simplify our setup for font metric queries from style. r=jfkthame 2022-09-20 19:30:45 +00:00
startupcache Bug 1790614 - Part 2: Use {ASSERT,ENSURE}_NS_{SUCCEEEDED,FAILED} in gtests, r=ahal,necko-reviewers 2022-09-15 14:51:50 +00:00
storage Bug 1777574, automate CC zone handling, r=mccr8 2022-09-07 11:22:51 +00:00
supply-chain Bug 1791297: Update to wgpu b752c7d2 (2022-9-16) r=nical,supply-chain-reviewers 2022-09-19 09:39:22 +00:00
taskcluster Bug 1791619 - Add Win32 Fuzzing debug build. r=firefox-build-system-reviewers,nalexander 2022-09-20 20:46:42 +00:00
testing Bug 1694993 - Part 4: Copy session storage before loading, and only for newly created windows, r=smaug 2022-09-20 23:29:07 +00:00
third_party Bug 1784232 - Bump taskgraph to v3.2.0 r=ahal 2022-09-20 09:11:45 +00:00
toolkit Bug 1694993 - Part 6: Preserve precursor principal through LOAD_FLAGS_DISALLOW_INHERIT_PRINCIPAL, r=ckerschb,smaug 2022-09-20 23:29:08 +00:00
tools Merge autoland to mozilla-central a=merge 2022-09-16 06:27:55 +03:00
uriloader Bug 1790451 - make nsIChannel.securityInfo concrete as nsITransportSecurityInfo r=kershaw,necko-reviewers,valentin,geckoview-reviewers,owlish 2022-09-20 03:58:49 +00:00
view Bug 1786513 - Make SimpleResizeReflow not flush by default. r=jfkthame,layout-reviewers 2022-09-01 10:54:24 +00:00
widget Bug 1776895 - [6/6] Add logging for fullscreen entry/exit r=cmartin,handyman 2022-09-20 16:22:58 +00:00
xpcom Bug 1790921 - Take advantage of infallible new in nsSupportsWeakReference::GetWeakReference(). r=xpcom-reviewers,nika 2022-09-15 15:18:58 +00:00
xpfe/appshell Bug 1694993 - Part 1: Be more explicit about principals used when creating pop-up windows, r=smaug 2022-09-20 23:29:06 +00:00
.arcconfig
.babel-eslint.rc.js
.clang-format
.clang-format-ignore Bug 1764698 - Move LanguageDetector.jsm and related files to toolkit. r=robwu 2022-08-23 05:59:55 +00:00
.cron.yml Bug 1786291 - Remove esr91 references r=jcristau 2022-09-19 13:23:03 +00:00
.eslintignore Bug 1788798 - Support fluent in storybook r=hjones 2022-09-12 21:13:20 +00:00
.eslintrc-test-paths.js Bug 1782008 - Add existing test directories to the ESLint test path definition file. r=mossop 2022-08-03 11:16:19 +00:00
.eslintrc.js Bug 1790675 - Fix ESLint rule warnings for no-unused-vars in modules/libjar/test/unit/test_empty_jar_telemetry.js r=valentin 2022-09-14 07:45:42 +00:00
.flake8 Bug 1790708 - Clean up some per-file flake8 ignores that are no longer needed. r=linter-reviewers,sylvestre DONTBUILD 2022-09-14 06:17:51 +00:00
.git-blame-ignore-revs
.gitattributes
.gitignore Bug 1788186 - Remove configure from *ignore files. r=nalexander DONTBUILD 2022-08-31 17:37:40 +00:00
.hg-annotate-ignore-revs
.hg-format-source
.hgignore Bug 1788186 - Remove configure from *ignore files. r=nalexander DONTBUILD 2022-08-31 17:37:40 +00:00
.hgtags No bug - tagging 110ed519838f7e667f19176516cceab742b6ad5e with FIREFOX_NIGHTLY_106_END a=release DONTBUILD CLOSED TREE 2022-09-19 10:51:24 +00:00
.lando.ini
.lldbinit
.mailmap
.prettierignore Bug 1782273 - Part 30: Enable prettier for selfhosted code. r=tcampbell,Standard8 2022-08-04 17:13:03 +00:00
.prettierrc
.taskcluster.yml Bug 1784232 - Bump taskgraph to v3.2.0 r=ahal 2022-09-20 09:11:45 +00:00
.trackerignore
.yamllint
.ycm_extra_conf.py
aclocal.m4
AUTHORS
build.gradle Bug 1788040 - Update to Glean v51.2.0. r=chutten,supply-chain-reviewers 2022-09-13 12:57:58 +00:00
Cargo.lock Bug 1790931 - vendor a new application-services so golden_gate doesn't get stale. r=bdk 2022-09-19 23:37:51 +00:00
Cargo.toml Bug 1790931 - vendor a new application-services so golden_gate doesn't get stale. r=bdk 2022-09-19 23:37:51 +00:00
client.mk
client.py
CLOBBER Update configs. IGNORE BROKEN CHANGESETS CLOSED TREE NO BUG a=release ba=release 2022-09-19 10:51:32 +00:00
configure Bug 1787977 - Include configure in the tree. r=firefox-build-system-reviewers,nalexander 2022-08-30 04:02:12 +00:00
configure.py Bug 1787628 - Add looseversion import to configure.py r=firefox-build-system-reviewers,glandium 2022-08-30 18:24:55 +00:00
GNUmakefile
gradle.properties Bug 1786164 - Add more Gradle JVM memory flags. r=geckoview-reviewers,jonalmeida 2022-08-31 22:10:39 +00:00
gradlew
gradlew.bat
LICENSE
mach
mach.cmd
mach.ps1
Makefile.in
mots.yaml Bug 1791056 - Cleanup peer_emeritus list for JavaScript module. r=jandem,zeid 2022-09-19 12:49:02 +00:00
moz.build Bug 1737634: mots config file r=sheehan 2022-07-14 15:45:44 +00:00
moz.configure Bug 1787977 - Include configure in the tree. r=firefox-build-system-reviewers,nalexander 2022-08-30 04:02:12 +00:00
mozilla-config.h.in
old-configure.in
package-lock.json Bug 1709150 - Consider linter rule to make https the default for all kind of tests we add. r=Standard8,Gijs 2022-09-07 08:45:12 +00:00
package.json Bug 1709150 - Consider linter rule to make https the default for all kind of tests we add. r=Standard8,Gijs 2022-09-07 08:45:12 +00:00
README.txt
settings.gradle
substitute-local-geckoview.gradle
test.mozbuild

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.