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 6475099976 Bug 1718333 - Remove unnecessary AssertLinkThread assertions, r=handyman a=pascalc
After looking through the methods which have this assertion, I couldn't
find any examples of places where not having a specific "link thread"
sequence would cause any issues. I think these assertions can and should
be removed.

The main change required by this was to remove the `!NS_IsMainThread()`
assertion from the SchedulerGroup listener. Due to how callbacks work,
it would be possible for a vsync message to be detected by a
MessageChannel from the main thread if it was sent before the channel
was bound. I don't believe that this change should cause any issues.

Differential Revision: https://phabricator.services.mozilla.com/D119348
2021-07-15 21:09:55 +00:00
.cargo Bug 1720648 - Rebased patch for beta uplift, r=#necko a=pascalc 2021-07-16 15:06:22 +00:00
.vscode
accessible Bug 1720696: Only fetch mMsaa from non-null AccessibleWraps r=eeejay a=jcristau 2021-07-15 18:23:03 +00:00
browser Bug 1714639 - Don't call FrameLoader.printPreview in hidden frames. r=mstriemer,jwatt a=pascalc 2021-07-22 10:18:26 +00:00
build Bug 1720389 - Add IS_ESR to AppConstants and rename ESR #ifdef to MOZ_ESR. r=glandium a=pascalc 2021-07-22 20:00:26 +00:00
caps Backed out changeset 19de2822bc0c (bug 1711168) for causing Bug 1719063. 2021-07-08 22:56:34 +03:00
chrome
config Update configs. IGNORE BROKEN CHANGESETS CLOSED TREE NO BUG a=release ba=release 2021-07-12 12:16:40 +00:00
devtools Bug 1720184 - [devtools] Fix browser toolbox against mochitests. r=jdescottes a=pascalc 2021-07-14 14:06:47 +00:00
docs Bug 1587022 - Improve documentation for remaining Mozilla specific ESLint rules. r=sylvestre 2021-07-05 11:38:39 +00:00
docshell Bug 1719449 - Store fragment URL after we're sure we've scrolled. r=smaug a=test-only DONTBUILD 2021-07-13 22:11:24 +00:00
dom Bug 1720568: Be more explicit about the WorkerPrivate self-reference. r=dom-worker-reviewers,asuth a=pascalc 2021-07-24 10:04:55 +00:00
editor Bug 1719669 - Fix the reverse loop in SelectionState::SaveSelection() r=m_kato a=pascalc 2021-07-12 07:52:32 +00:00
extensions Bug 1718607 - Make TextServicesDocument use uint32_t for offset in DOM node r=m_kato 2021-06-30 09:07:35 +00:00
gfx Bug 1721424 - Fix _cairo_strtod to accept a leading sign, avoiding infinite loop in parse_array. r=jrmuizel a=pascalc 2021-07-20 17:42:20 +00:00
gradle/wrapper
hal
image Bug 1719375 - Consider documents used-as-an-image always active. r=tnikkel 2021-07-08 12:54:48 +00:00
intl Bug 1672548 - Add weekday skeleton to DateTimeFormat::FormatDateTime(). r=gregtatum 2021-07-09 19:54:56 +00:00
ipc Bug 1718333 - Remove unnecessary AssertLinkThread assertions, r=handyman a=pascalc 2021-07-15 21:09:55 +00:00
js Bug 1719459 - Part 2: Add shell ModuleObject wrapper to avoid unexpected operation. r=jonco a=pascalc 2021-07-12 16:02:21 +00:00
layout Bug 1717655 - Fix bevelRect size calculation r=nical a=pascalc 2021-07-21 15:05:35 +00:00
media Bug 1700534 - Coalesce RLBox wasmboxed libraries. r=firefox-build-system-reviewers,shravanrn,bholley,andi,mhentges 2021-06-22 05:31:33 +00:00
memory Bug 1720342: Do not run logalloc tests for the CodeQL build r=glandium a=pascalc 2021-07-23 17:00:46 +00:00
mfbt Bug 1719959 - Better Tag type choice, fixed corresponding test - r=emilio 2021-07-11 09:43:50 +00:00
mobile Bug 1717068 - Package summary of last_modified of RemoteSettings dumps r=leplatrem,nalexander 2021-07-08 20:02:07 +00:00
modules Bug 1503072 - Add mitigation to bypass SW on navigation fault. r=dom-worker-reviewers,necko-reviewers,valentin,edenchuang a=pascalc 2021-07-12 21:10:26 +00:00
mozglue Bug 1717676 - Unblock McAfee DLP > 11.6.300.2 r=tkikuchi a=pascalc 2021-07-15 19:27:24 +00:00
netwerk Bug 1720221 use failover proxy for NET_RESET errors r=kershaw,necko-reviewers a=pascalc 2021-07-21 20:55:19 +00:00
nsprpub Bug 1715584 - Update to NSPR_4_32_RTM (no code change). r=bbeurdouche UPGRADE_NSPR_RELEASE DONTBUILD 2021-07-01 09:07:04 +00:00
other-licenses
parser Bug 1713627 - Remove code obsoleted by the replacing the Text Encoding menu with one item. r=jaws,emk 2021-06-21 12:09:01 +00:00
python Bug 1719727 - Change "Personalize" on New Tab to gear icon. r=prathiksha,fluent-reviewers,Gijs,thecount l10n=flod a=pascalc 2021-07-15 19:36:50 +00:00
remote Bug 1720070 - [remote] Avoid calling CDP::start/stop when unnecessary r=webdriver-reviewers,whimboo a=pascalc 2021-07-15 13:45:27 +00:00
security No Bug, mozilla-beta repo-update HSTS HPKP remote-settings - a=repo-update r=pascalc 2021-07-22 10:52:00 +00:00
services No Bug, mozilla-beta repo-update HSTS HPKP remote-settings - a=repo-update r=pascalc 2021-07-22 10:52:00 +00:00
servo Bug 1717922 - Blockify outside markers at used value time rather than at computed value time. r=jfkthame a=pascalc 2021-07-15 11:23:19 +00:00
startupcache
storage
taskcluster Bug 1717540 - add release-partner-attribution config for esr. r=bhearsum, a=release DONTBUILD 2021-07-23 14:21:57 +00:00
testing Bug 1721584 - reinstate about:preferences icons for various new tab categories, r=andreio,perftest-reviewers,kimberlythegeek a=pascalc 2021-07-21 14:33:38 +00:00
third_party Bug 1720648 - Rebased patch for beta uplift, r=#necko a=pascalc 2021-07-16 15:06:22 +00:00
toolkit Bug 1714639 - Don't call FrameLoader.printPreview in hidden frames. r=mstriemer,jwatt a=pascalc 2021-07-22 10:18:26 +00:00
tools Bug 1718819 - Export gBreakpadEnabled symbol to fix minidump suppression mechanism. r=gsvelto 2021-07-10 14:17:31 +00:00
uriloader Bug 1685737 - Older blocked mixed-content downloads get removed from download-list on restart. r=Gijs 2021-06-24 11:13:49 +00:00
view
widget Bug 1721407 - Explicitly block Mali 4xx for WR so that they get SW-WR by default. r=jnicol a=pascalc 2021-07-20 16:22:20 +00:00
xpcom Bug 1718333 - Remove unnecessary AssertLinkThread assertions, r=handyman a=pascalc 2021-07-15 21:09:55 +00:00
xpfe/appshell
.arcconfig
.babel-eslint.rc.js
.clang-format
.clang-format-ignore Bug 1719491 - revert clang-format of tools/profiler/public/GeckoTraceEvent.h. r=ng 2021-07-07 15:57:17 +00:00
.cron.yml Bug 1717540 - Add esr91 support. r=releng-reviewers,taskgraph-reviewers,aki a=release 2021-07-13 10:17:48 +00:00
.eslintignore Bug 1515695 - Remove Task.jsm. r=florian,jdescottes 2021-06-17 08:28:02 +00:00
.eslintrc.js Bug 1716642 - Replaced calls to GlobalManager.extensionMap.get() with WebExtensionPolicy.getByID(). r=Standard8,kmag,robwu 2021-06-24 15:06:17 +00:00
.flake8
.git-blame-ignore-revs
.gitattributes
.gitignore
.hg-annotate-ignore-revs
.hg-format-source
.hgignore
.hgtags No bug - Tagging 3be22435bc3cf03fa9ea46063ba1ae2083b36a94 with FIREFOX_91_0b7_RELEASE a=release CLOSED TREE DONTBUILD 2021-07-26 00:27:22 +00:00
.lando.ini
.lldbinit
.mailmap
.prettierignore
.prettierrc
.taskcluster.yml
.trackerignore
.yamllint
.ycm_extra_conf.py
aclocal.m4
AUTHORS
build.gradle
Cargo.lock Bug 1720648 - Rebased patch for beta uplift, r=#necko a=pascalc 2021-07-16 15:06:22 +00:00
Cargo.toml Bug 1719674 - Make packed_simd compile with Rust 1.54. r=glandium a=pascalc 2021-07-15 08:42:08 +00:00
client.mk
client.py
CLOBBER Update configs. IGNORE BROKEN CHANGESETS CLOSED TREE NO BUG a=release ba=release 2021-07-12 12:16:40 +00:00
configure.in
configure.py
GNUmakefile
gradle.properties
gradlew
gradlew.bat
LICENSE
mach
mach.ps1
Makefile.in
moz.build
moz.configure Bug 1717585 - Switch --enable-bootstrap on by default on central. r=firefox-build-system-reviewers,mhentges 2021-06-22 23:36:28 +00:00
mozilla-config.h.in
old-configure.in
package-lock.json
package.json
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.