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
Перейти к файлу
Jon Coppeard a67a82196f Bug 1624842 - Update base shapes on the main thread after compacting GC r=sfink
Previously we updated base shapes in parallel on helper threads, but this can cause a race with updating shapes. The race occurs between getting a base shape's unowned base shape in fixupShapeTreeAfterMovingGC and updating that field of the base shape. I don't think this race is currently causing problems.

The fix is to update base shapes on the main thread along with shapes (which are already updated on the main thread). It's unlikely that this will make much difference to performance due to the relatively small number of base shapes.

I took the opportunity to refactor Shape::fixupShapeTreeAfterMovingGC slightly.

Differential Revision: https://phabricator.services.mozilla.com/D68206

--HG--
extra : moz-landing-system : lando
2020-03-25 22:36:29 +00:00
.cargo Bug 1620284 - Bump Cranelift to 5cfcbeb59d477e028c6fb312f1cf63aa711fcc3c; r=rhunt 2020-03-25 14:43:05 +00:00
.vscode Bug 1594520 - Change directory before running mach in .vscode/tasks.json on Windows. r=jya 2019-11-14 10:35:12 +00:00
accessible Bug 1616679: Map accessible actions to Mac actions based on action name. r=eeejay 2020-03-25 22:09:59 +00:00
browser Bug 1581931 - Remove unused identity popup breakage report view styles. r=nhnt11 2020-03-25 22:16:09 +00:00
build Bug 1624535 - Make check_prog(allow_missing=depends(...)) work. r=froydnj 2020-03-26 00:19:31 +00:00
caps Bug 1600051 - Remove geturi Call in ReferrerInfo.cpp r=ckerschb 2020-03-25 14:38:42 +00:00
chrome Bug 1620542 - Automatically fix ESLint errors in .eslintrc.js files. r=mossop 2020-03-07 10:09:44 +00:00
config Bug 1021214 - Run binscope on all executables and libraries. r=froydnj 2020-03-20 01:54:00 +00:00
devtools Bug 1624333 - Don't close autocomplete popup when pressing Delete key. r=Honza. 2020-03-26 07:18:23 +00:00
docs Bug 1623320 - Add support to run mozlint on dotfile r=linter-reviewers,ahal 2020-03-20 21:51:03 +00:00
docshell Bug 1616991 - Rename WindowGlobalChild::WindowGlobal getter to reflect nullability, r=kmag 2020-03-23 23:03:50 +00:00
dom Bug 1615014 - ensure performance storage/counter is set before being read r=dom-workers-and-storage-reviewers,asuth 2020-03-26 03:22:42 +00:00
editor Bug 1623913 - Make `WSRunObject::PrepareToDeleteRangePriv()` invalidate child of `mScanStartPoint` before reusing it r=m_kato 2020-03-26 05:53:22 +00:00
extensions Bug 1612378 - Part 8: Remove "trackingprotection" and "trackingprotection-pb" from the preload permission list. r=dimi,baku 2020-03-25 13:22:09 +00:00
gfx Bug 1624216 - Dirty rect is not valid when Tile's local valid rect is changed r=gw 2020-03-26 02:37:57 +00:00
gradle/wrapper Bug 1595926 - Don't use distribution256Sum until Android Studio is fixed. r=snorp 2019-11-14 17:04:32 +00:00
hal Bug 1609815 - Remove Web Replay C++ implementation. r=jgilbert,jandem,gbrown 2020-02-27 17:39:15 +00:00
image Bug 1143478 - Rename mozilla::Pair to CompactPair. r=froydnj 2020-03-17 12:42:12 +00:00
intl Bug 1617369 - Reformat intl/l10n/rust/fluent-ffi/ using rustfmt r=zbraniecki 2020-03-24 16:45:42 +00:00
ipc Bug 1563335 - Part 1: Implement mechanism to throttle JS execution. r=smaug,asuth 2020-03-26 00:36:24 +00:00
js Bug 1624842 - Update base shapes on the main thread after compacting GC r=sfink 2020-03-25 22:36:29 +00:00
layout Bug 1622271. Add one more pixel of fuzz to reftest for bug 1614788. 2020-03-26 02:59:08 +00:00
media Bug 1624057 - Update mp4parse-rust to 63ca8c6. r=kinetik 2020-03-26 02:08:51 +00:00
memory Bug 1574390 - Change terminology from "pages" to "alloc pages". r=glandium 2020-03-25 23:48:39 +00:00
mfbt Bug 1490781 - Add FunctionRef, a non-owning reference to a callable value (function pointer, lambda, etc.). r=botond 2020-03-24 00:12:41 +00:00
mobile Bug 1624715 - Remove network assertion introduced in Bug 1622816, r=snorp. 2020-03-24 21:44:49 +00:00
modules Bug 1563335 - Part 2: Add a pref for serializing all JS threads that access shared SABs. r=smaug 2020-03-26 00:29:48 +00:00
mozglue Bug 1291377 - Don't use custom linker on Android 6.0+ r=glandium 2020-03-20 15:35:48 +00:00
netwerk Bug 1612350 - Use CookieJarSetting in WindowContext when adding permission. r=timhuang,baku 2020-03-25 22:22:35 +00:00
nsprpub Bug 1600803 - NSPR_4_25_RTM for Firefox 74. r=kjacobs UPGRADE_NSPR_RELEASE 2020-02-03 12:17:20 +00:00
other-licenses Bug 1143478 - Rename mozilla::Pair to CompactPair. r=froydnj 2020-03-17 12:42:12 +00:00
parser Bug 1621813 - Remove nsIScriptError.exceptionFlag. r=mccr8 2020-03-19 21:31:44 +00:00
python Bug 1623544 - Install python3-pip on Debian during bootstrap; r=firefox-build-system-reviewers,rstewart 2020-03-25 15:31:09 +00:00
remote Bug 1624046 - [remote] Update puppeteer-expected.json for insertion order. r=remote-protocol-reviewers,jgraham 2020-03-25 11:54:16 +00:00
security Bug 1624128 - Update CK_GCM_PARAMS uses for PKCS11 v3.0 definition r=keeler 2020-03-24 16:41:27 +00:00
services Bug 1622514 - Move OSKeyStore.jsm into toolkit/modules. r=jaws 2020-03-25 08:21:24 +00:00
servo Backed out 2 changesets (bug 1581062) for Toolchain failures. CLOSED TREE 2020-03-25 22:23:26 +02:00
startupcache Bug 1143478 - Rename mozilla::Pair to CompactPair. r=froydnj 2020-03-17 12:42:12 +00:00
storage Bug 1620632 - Ensure nsTArray_Impl only declares a copy-constructor/assignment operator if E is copy-constructible. r=froydnj 2020-03-20 17:13:51 +00:00
taskcluster Bug 1625040 - Fix clang-5 toolchain task symbol. r=dmajor 2020-03-26 03:18:35 +00:00
testing Bug 1600193 - Reduce page load timeouts for some raptor benchmark tests. r=whimboo,perftest-reviewers,AlexandruIonescu 2020-03-26 06:47:56 +00:00
third_party Bug 1624057 - Update mp4parse-rust to 63ca8c6. r=kinetik 2020-03-26 02:08:51 +00:00
toolkit Bug 1612349 - Use SandboxFlags in BrowsingContext when adding storage permission. r=timhuang,baku 2020-03-25 22:23:08 +00:00
tools Bug 1623544 - Install python3-pip on Debian during bootstrap; r=firefox-build-system-reviewers,rstewart 2020-03-25 15:31:09 +00:00
uriloader Bug 1623222 - Remove the charset parameter from nsITextToSubURI::UnEscapeURIForUI. r=hsivonen 2020-03-19 10:45:28 +00:00
view Bug 1503656 - Part 7. Notify of safe area insets changed. r=smaug 2020-03-04 08:16:31 +00:00
widget Bug 1589497 - Make PendingAction of TSFStore copy of key message r=m_kato 2020-03-26 07:33:37 +00:00
xpcom Bug 1563335 - Part 2: Add a pref for serializing all JS threads that access shared SABs. r=smaug 2020-03-26 00:29:48 +00:00
xpfe/appshell Bug 1507375 - Restrict the controllability of UI parts visibility with features parameter of window.open. r=smaug 2020-03-19 09:13:12 +00:00
.arcconfig
.babel-eslint.rc.js Bug 1622328 - add license info to all eslintrc files r=Standard8,webcompat-reviewers,miketaylr 2020-03-19 13:47:51 +00:00
.clang-format
.clang-format-ignore Bug 1353652 - Initial Draft of MPRIS API Provider (Media API on Linux) r=alwu 2020-02-12 13:10:50 +00:00
.cron.yml Bug 1622302 - kick off automated beta builds at 02:00 UTC instead of 04:00. DONTBUILD r=jlorenzo 2020-03-23 16:17:09 +00:00
.eslintignore Bug 1620542 - Turn on linting of .eslintrc.js files. r=mossop 2020-03-07 09:30:44 +00:00
.eslintrc.js Bug 1622328 - .eslintrc.js: Add the license r=Standard8 2020-03-18 09:27:54 +00:00
.flake8 Bug 1622682 : removed unused imports and variables. r=sylvestre 2020-03-22 23:08:05 +00:00
.gdbinit
.gdbinit_python
.git-blame-ignore-revs
.gitattributes
.gitignore Bug 1614314 - Use GitHub as upstream for the Java code of the HTML parser. r=alchen 2020-02-10 15:05:17 +00:00
.hg-annotate-ignore-revs
.hg-format-source
.hgignore Bug 1617827 - Wasm: Switch to 'wasm-generate-testsuite' tooling for importing spec test-suite. r=lth 2020-03-11 04:05:15 +00:00
.hgtags No bug - Tagging mozilla-central 34377d8c0d2ad98f525b26e7ad8003dbdac94da6 with FIREFOX_NIGHTLY_75_END a=release DONTBUILD CLOSED TREE 2020-03-09 15:37:31 +00:00
.lldbinit Bug 1603804. Move third_party/python/lldbutils to python/lldbutils. r=ahal 2019-12-20 17:10:12 +00:00
.mailmap
.prettierignore Bug 1609671 - Inspect binding should try to get the sourcemapped location while inspecting a function. r=jdescottes,vporof 2020-01-24 12:58:24 +00:00
.prettierrc Bug 1620218 - Update Prettier to 1.18.2 and other ESLint modules to the latest versions. r=mossop 2020-03-08 21:45:23 +00:00
.taskcluster.yml Bug 1606869: Switch decision task docker caches to match the rest the in-tree caches; r=Callek 2020-01-03 22:18:29 +00:00
.trackerignore
.yamllint Bug 1606009 - Fix & silent some tests r=Callek 2019-12-26 22:13:18 +00:00
.ycm_extra_conf.py
AUTHORS
CLOBBER Bug 1610512 - Part 5: Updating ICU requires a clobber. r=jwalden 2020-03-19 09:35:16 +00:00
Cargo.lock Bug 1624057 - Update mp4parse-rust to 63ca8c6. r=kinetik 2020-03-26 02:08:51 +00:00
Cargo.toml Bug 1624057 - Update mp4parse-rust to 63ca8c6. r=kinetik 2020-03-26 02:08:51 +00:00
GNUmakefile
LEGAL
LICENSE
Makefile.in Bug 1623593 - Get rid of NECKO_COOKIES compilation flag, r=mayhemer 2020-03-24 16:30:03 +00:00
README.txt Bug 1617846 - Replace IRC with matrix.r=firefox-source-docs-reviewers,sylvestre 2020-02-25 11:39:53 +00:00
aclocal.m4
build.gradle Bug 1608570 - Remove some old Fennec-related build variables r=nalexander 2020-01-10 22:51:03 +00:00
client.mk
client.py
configure.in
configure.py Bug 1623982 - Fix performance of indented_repr in Python 3 r=ahal 2020-03-25 19:40:06 +00:00
gradle.properties
gradlew
gradlew.bat
mach Backed out 2 changesets (bug 1617748, bug 1623701) on request by dev 2020-03-26 00:01:03 +02:00
moz.build Bug 1598746 - Adjust some mochitest and reftest SCHEDULES.exclusive entries; r=ahal 2020-03-24 14:55:28 +00:00
moz.configure Bug 1620980 - Fix Windows artifact builds after bug 1620165. r=froydnj 2020-03-10 00:23:40 +00:00
mozilla-config.h.in
old-configure.in Bug 1623593 - Get rid of NECKO_COOKIES compilation flag, r=mayhemer 2020-03-24 16:30:03 +00:00
package-lock.json Bug 1622717: When parsing an AST allow the chosen parser to override the default scope manager and visitor keys. r=Standard8 2020-03-23 12:58:28 +00:00
package.json Bug 1622717: When parsing an AST allow the chosen parser to override the default scope manager and visitor keys. r=Standard8 2020-03-23 12:58:28 +00:00
settings.gradle Bug 1598010 - Move examples into mozilla-central r=agi 2019-11-22 13:30:57 +00:00
substitute-local-geckoview.gradle Bug 1581979 - Use -SNAPSHOT versions locally to enable the local GeckoView substitution flow. r=nalexander 2019-12-11 21:29:44 +00:00
test.mozbuild

README.txt

An explanation of the Mozilla 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 Mozilla from the source code and create the patch see:

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

If you have a question about developing Mozilla, and can't find the solution
on https://developer.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 Mozilla developers for
testing, may be buggy.