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
Doug Thayer 7f806f3c49 Bug 1878158 - Allow cached getters in megamorphic GetProp/Elem r=iain
This patch is doing roughly three things:
- Adds a boolean field through the IR pipeline representing whether we want to
  allow getters or not. This will allow us to do a VM call and all that jazz
  within the op in order to actually call the getter
- Updates existing megamorphic handling to write information to the megamorphic
  cache indicating that the property is a getter. Existing megamorphic handlers
  will treat this as a cache miss and fail / bail
- Allows the tolerant VM calls to look up the cached getter in the megamorphic
  cache and call it without having to do the full expensive property lookup

Differential Revision: https://phabricator.services.mozilla.com/D206148
2024-04-29 21:58:29 +00:00
.cargo Bug 1893189 - Vendor the latest (2024-04-24) A-S into mozilla-central r=bdk 2024-04-29 18:24:40 +00:00
.github/workflows
.vscode
accessible Bug 1887786 part 2: Implement the UIA SelectionItem pattern. r=morgan 2024-04-26 01:08:57 +00:00
browser Bug 1888440 - Implement recover for CookiesBackupResource. r=backup-reviewers,kpatenio 2024-04-29 18:56:28 +00:00
build Bug 1892493 - Support reading a response file when that's the only thing on the command line. r=sergesanspaille 2024-04-29 20:58:36 +00:00
caps Bug 1892481 - More consistently enforce noscript and builtinclass in xpidl, r=xpcom-reviewers,necko-reviewers,valentin,media-playback-reviewers,mccr8,padenot 2024-04-22 18:19:58 +00:00
chrome
config Backed out 5 changesets (bug 1889978) for causing mda failures in mochitest_compat.toml CLOSED TREE 2024-04-29 15:02:55 -04:00
devtools Backed out changeset dc425d760d09 (bug 1817163) for causing dt failures on browser_interaction-between-interfaces.js CLOSED TREE 2024-04-29 18:54:49 +03:00
docs Bug 1889805: Move the monorepo setup doc into the tree r=owlish,sylvestre 2024-04-29 19:52:07 +00:00
docshell Bug 1892481 - More consistently enforce noscript and builtinclass in xpidl, r=xpcom-reviewers,necko-reviewers,valentin,media-playback-reviewers,mccr8,padenot 2024-04-22 18:19:58 +00:00
dom Backed out 5 changesets (bug 1889978) for causing mda failures in mochitest_compat.toml CLOSED TREE 2024-04-29 15:02:55 -04:00
editor Bug 1877513 - Make HTMLEditor deletes only preceding lines of right child block if the range starts from start of a line r=m_kato 2024-04-27 00:36:26 +00:00
extensions Backed out 2 changesets (bug 1893434) for causing xpcshell failures on test_bouncetracking_importUserActivationPermissions.js CLOSED TREE 2024-04-26 23:06:30 +03:00
gfx Bug 1892516 - part5 : report Glean probe from the chrome process. r=media-playback-reviewers,padenot 2024-04-29 17:46:29 +00:00
gradle/wrapper
hal
image Bug 1864255. Remove skip wayland annotations for various crashtests that no longer need it. r=gfx-reviewers,dholbert,nical 2024-04-28 10:02:10 +00:00
intl
ipc Bug 1724083 - Part 3: Add a test to ensure IPDL actors handle reentrant destruction, r=ipc-reviewers,mccr8 2024-04-22 17:31:06 +00:00
js Bug 1878158 - Allow cached getters in megamorphic GetProp/Elem r=iain 2024-04-29 21:58:29 +00:00
layout Bug 1893731 - invalidate rendering observers when SVG geometry styles change r=emilio 2024-04-29 21:06:01 +00:00
media Backed out 5 changesets (bug 1889978) for causing mda failures in mochitest_compat.toml CLOSED TREE 2024-04-29 15:02:55 -04:00
memory
mfbt Bug 1893567 - Add MOZ_NOMERGE to Window MOZ_REALLY_CRASH implementation. r=gsvelto 2024-04-26 12:40:46 +00:00
mobile Bug 1889805: Move the monorepo setup doc into the tree r=owlish,sylvestre 2024-04-29 19:52:07 +00:00
modules Backed out changeset e11258e505c1 (bug 1874689) for causing bc failures in browser_test_powerMetrics.js CLOSED TREE 2024-04-29 14:51:51 -04:00
mozglue Backed out changeset dc425d760d09 (bug 1817163) for causing dt failures on browser_interaction-between-interfaces.js CLOSED TREE 2024-04-29 18:54:49 +03:00
netwerk Bug 1874174 - Send cookies from partitioned and unpartitioned jar. (2/2) r=bvandersloot,cookie-reviewers,edgul 2024-04-29 13:47:21 +00:00
nsprpub
other-licenses
parser
python Bug 1891665 - Restore generator evaluation in presence of multiple backends r=ahochheiden 2024-04-29 19:08:27 +00:00
remote Bug 1893608 - [remote] Fix error this.postData is undefined in NetworkRequest class r=webdriver-reviewers,Sasha 2024-04-26 16:15:31 +00:00
security No Bug, mozilla-central repo-update HSTS HPKP - r=release-managers,pascalc 2024-04-29 11:27:34 +00:00
services Bug 1891788 - Don't load the remote settings dump when it is newer if we are not on production. r=leplatrem 2024-04-29 14:43:32 +00:00
servo Bug 1892676 - Improve interaction of css zoom and non-absolute CSS units. r=dholbert 2024-04-29 21:33:16 +00:00
startupcache
storage
supply-chain Bug 1893057 - chore: audit ahash 0.8.7 → 0.8.11 r=webgpu-reviewers,supply-chain-reviewers,jimb 2024-04-29 17:43:21 +00:00
taskcluster Bug 1885361 - Update remove_optimization_on_central to account for skip-unless-mozlint. r=marco,taskgraph-reviewers,ahal 2024-04-29 20:59:47 +00:00
testing Bug 1892676 - Improve interaction of css zoom and non-absolute CSS units. r=dholbert 2024-04-29 21:33:16 +00:00
third_party Bug 1893189 - Vendor the latest (2024-04-24) A-S into mozilla-central r=bdk 2024-04-29 18:24:40 +00:00
toolkit Bug 1893623 - P2. Remove unused code r=credential-management-reviewers,sgalich 2024-04-29 20:35:04 +00:00
tools Backed out 5 changesets (bug 1889978) for causing mda failures in mochitest_compat.toml CLOSED TREE 2024-04-29 15:02:55 -04:00
uriloader Backed out 2 changesets (bug 1883693) for causing wpt failures in same-origin.html. 2024-04-28 22:59:20 +03:00
view Bug 1893357 - Drop |aRepaintExposedAreaOnly| argument from nsViewManager::ResizeView(). r=tnikkel 2024-04-25 02:37:26 +00:00
widget Bug 1891063 - Improve invalidation of top-level transparent windows. r=win-reviewers,rkraesig,handyman 2024-04-28 18:59:57 +00:00
xpcom Bug 1893668 - Make string stats more obviously debug-only. r=xpcom-reviewers,mccr8 2024-04-26 17:25:51 +00:00
xpfe/appshell
.arcconfig
.babel-eslint.rc.js
.clang-format
.clang-format-ignore Backed out 5 changesets (bug 1889978) for causing mda failures in mochitest_compat.toml CLOSED TREE 2024-04-29 15:02:55 -04:00
.cron.yml
.eslintignore Bug 1864255. Move crashtests that leave window(s) open to the very end. r=dholbert,frontend-codestyle-reviewers 2024-04-21 21:37:49 +00:00
.eslintrc-test-paths.js
.eslintrc.js Bug 1891982 - Part 1: Copy Top Sites Feed into the Top Sites component - r=dao,frontend-codestyle-reviewers,Standard8 2024-04-23 18:32:30 +00:00
.git-blame-ignore-revs
.gitattributes
.gitignore Bug 1892103 - Remove ./mach esmify command. r=Standard8 2024-04-19 08:21:17 +00:00
.hg-annotate-ignore-revs
.hg-format-source
.hgignore Bug 1892103 - Remove ./mach esmify command. r=Standard8 2024-04-19 08:21:17 +00:00
.hgtags
.lando.ini
.lldbinit
.mailmap Bug 1892339 - Add my name to .mailmap r=nika 2024-04-19 13:42:34 +00:00
.prettierignore Backed out 5 changesets (bug 1889978) for causing mda failures in mochitest_compat.toml CLOSED TREE 2024-04-29 15:02:55 -04:00
.prettierrc.js
.stylelintignore Bug 1864255. Move crashtests that leave window(s) open to the very end. r=dholbert,frontend-codestyle-reviewers 2024-04-21 21:37:49 +00:00
.stylelintrc.js
.taskcluster.yml
.trackerignore
.yamllint
.ycm_extra_conf.py
aclocal.m4
AUTHORS
build.gradle Bug 1893237 - Update scip-java to version 0.9.10. r=android-reviewers,avirvara 2024-04-29 15:18:40 +00:00
Cargo.lock Bug 1893189 - Vendor the latest (2024-04-24) A-S into mozilla-central r=bdk 2024-04-29 18:24:40 +00:00
Cargo.toml Bug 1893189 - Vendor the latest (2024-04-24) A-S into mozilla-central r=bdk 2024-04-29 18:24:40 +00:00
client.mk
client.py
CLOBBER Backed out 5 changesets (bug 1889978) for causing mda failures in mochitest_compat.toml CLOSED TREE 2024-04-29 15:02:55 -04:00
configure
configure.py
GNUmakefile
gradle.properties
gradlew
gradlew.bat
LICENSE
mach
mach.cmd
mach.ps1
Makefile.in
mots.yaml
moz.build
moz.configure
mozilla-config.h.in
old-configure.in
package-lock.json
package.json
pyproject.toml
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.