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
Toshihito Kikuchi ebb9e9f364 Bug 1705278 - Remove DependentModules from UntrustedModulesProcessor.cpp. r=aklotz
Bug 1620118 added a new field `isDependent` in the third-party-module ping
which is calculated in `UntrustedModulesProcessor`.  However, bug 1684532
revealed it was not accurate because some third-party applications revert
the import table to the original state immediately after their module was
loaded.

Now that we have a logic to determine `isDependent` in `NtMapViewOfSection`
to automatically block a module injected through the import table, we can
pass that value to the ping and remove the original logic in `UntrustedModulesProcessor`.

Differential Revision: https://phabricator.services.mozilla.com/D112227
2021-04-16 19:35:55 +00:00
.cargo Bug 1702246 - Make the encoding detector tolerate extensions to legacy CJK encodings. r=emk 2021-04-13 13:14:35 +00:00
.vscode Bug 1701913 - Documentation regarding Remote Development over SSH using VS Code. r=marco 2021-03-30 14:44:51 +00:00
accessible Bug 1705253 - Partially disable accessible/tests/browser/mac/browser_app.js when native context menus are used. r=morgan 2021-04-15 19:58:16 +00:00
browser Bug 1705278 - Remove DependentModules from UntrustedModulesProcessor.cpp. r=aklotz 2021-04-16 19:35:55 +00:00
build Bug 1703483 - Add required CI jobs for using clang main as a testing toolchain for firefox build. r=mhentges,glandium 2021-04-16 14:12:14 +00:00
caps Bug 1682030 - Remove NPAPI from tests outside of dom/plugins. r=Gijs,cmartin 2021-04-06 19:28:09 +00:00
chrome Bug 1695162 - Use range-based for instead of custom hashtable iterators. r=xpcom-reviewers,kmag 2021-03-17 15:49:46 +00:00
config Bug 673087 - Honor encoding declared via XML declaration in text/html. r=emk 2021-03-23 09:52:04 +00:00
devtools Bug 1705644 - [devtools] Remove babelrc file under webconsole folder r=nchevobbe 2021-04-16 16:43:41 +00:00
docs Bug 1703618 - fix up patches to in tree patches for Performance Best Practices for Front-end Engineers doc r=florian 2021-04-12 16:57:13 +00:00
docshell Bug 1676181 - Fix docshell/test/browser/browser_browsingContext-01.js for Fission, r=farre 2021-04-15 13:54:12 +00:00
dom Bug 1509951 - HW video encoder implementation for Windows. r=bryce 2021-04-16 19:29:33 +00:00
editor Bug 1704381 - part 3: Add automated test r=m_kato 2021-04-13 05:54:49 +00:00
extensions Bug 1700051: part 29) Refactor TextNodeContainsDOMWordSeparator to FindOffsetOfLastDOMWordSeparatorSequence. r=smaug 2021-04-16 08:10:11 +00:00
gfx Bug 1705693 - Pass verifier callback as an option. r=aosmond 2021-04-16 12:40:33 +00:00
gradle/wrapper
hal Bug 1701789 - Restore UserProximityEvent r=smaug 2021-03-30 20:44:47 +00:00
image Bug 1682995 - Revert Enable AVIF support by default. r=aosmond,valentin,necko-reviewers,preferences-reviewers,Gijs 2021-04-14 23:36:23 +00:00
intl Bug 1695937 - Switch FluentBundle to use intl::NumberFormat; r=zbraniecki,hsivonen,jfkthame 2021-04-08 14:56:33 +00:00
ipc Bug 1705443 - Use vsync priority in PIntrPriority::Msg r=smaug 2021-04-15 19:07:06 +00:00
js Backed out 2 changesets (bug 1705113) for causing js related webgl crashes. CLOSED TREE 2021-04-16 19:59:56 +03:00
layout Bug 1705616 - Fix aspect-ratio's auto content-based min size when the block frame has border and padding. r=boris,emilio 2021-04-16 18:22:07 +00:00
media Bug 1679522 - Fix include directives and forward declarations. r=andi,necko-reviewers,jgilbert 2021-03-25 10:19:44 +00:00
memory Bug 1515229 - Make MozStackWalk/MozWalkTheStack frame skipping more reliable. r=gerald,nika,bobowen,jld 2021-04-16 04:06:02 +00:00
mfbt Bug 1515229 - Make MozStackWalk/MozWalkTheStack frame skipping more reliable. r=gerald,nika,bobowen,jld 2021-04-16 04:06:02 +00:00
mobile Bug 1700750 - Added setCookieBehaviorPrivateMode to ContentBlocking.Settings r=esawin,geckoview-reviewers,agi 2021-04-14 01:29:17 +00:00
modules Bug 1551562 - Use CopyMemory instead of memcpy on Windows inside try/catch blocks r=necko-reviewers,kershaw 2021-04-16 12:58:28 +00:00
mozglue Bug 1705278 - Remove DependentModules from UntrustedModulesProcessor.cpp. r=aklotz 2021-04-16 19:35:55 +00:00
netwerk Bug 1705533 - Avoid racing on AltSvcCache::mStorage, r=necko-reviewers,valentin 2021-04-16 07:25:26 +00:00
nsprpub Bug 1694371, Update Firefox to NSPR_4_30_RTM. r=bbeurdouche UPGRADE_NSPR_RELEASE DONTBUILD 2021-03-16 15:15:43 +00:00
other-licenses
parser Bug 1702248 - Limit encoding detection outcome telemetry to top level and to text/html and text/plain. r=emk 2021-04-07 06:05:57 +00:00
python Backed out 2 changesets (bug 1704827, bug 1703012) for screenshots mochitest timeouts CLOSED TREE 2021-04-16 22:40:48 +03:00
remote Bug 1704548 - [remote] Re-enable Target.receivedMessageFromTarget events. r=remote-protocol-reviewers,jdescottes 2021-04-13 04:18:51 +00:00
security Bug 1699294 - fix pylint warning in pycert.py. r=keeler 2021-04-16 18:14:56 +00:00
services No Bug, mozilla-central repo-update HSTS HPKP remote-settings - a=repo-update r=RyanVM 2021-04-15 15:11:48 +00:00
servo Backed out changeset 1c9943dacbdb (bug 1701691) for causing failures in browser_toolbar_prefers_color_scheme.js CLOSED TREE 2021-04-16 05:29:10 +03:00
startupcache Bug 708901 - Migrate to nsTHashSet in startupcache. r=dthayer 2021-03-23 10:36:39 +00:00
storage Bug 1679522 - Fix include directives and forward declarations. r=andi,necko-reviewers,jgilbert 2021-03-25 10:19:44 +00:00
taskcluster Bug 1705713 - Add chromedriver for v90. r=perftest-reviewers,davehunt 2021-04-16 16:10:16 +00:00
testing Bug 1705616 - Fix aspect-ratio's auto content-based min size when the block frame has border and padding. r=boris,emilio 2021-04-16 18:22:07 +00:00
third_party Backed out changeset 0de04343f5c5 (bug 1698616) for gecko decision failure CLOSED TREE 2021-04-14 19:49:22 +03:00
toolkit Bug 1705278 - Remove DependentModules from UntrustedModulesProcessor.cpp. r=aklotz 2021-04-16 19:35:55 +00:00
tools Bug 1556460 - Upgrade jsdoc version to 3.6.6. r=ahal 2021-04-16 16:17:26 +00:00
uriloader Bug 1704693: Fix weird Hungarian notation in nsDocLoader. r=nika 2021-04-15 21:18:42 +00:00
view Backed out changeset 93fd52dafca2 (bug 1689682) as requested by haik. CLOSED TREE 2021-03-14 04:29:17 +02:00
widget Bug 1704554 - Allow NativeMenu::Observer to listen for submenu state changes. r=harry 2021-04-16 16:18:29 +00:00
xpcom Bug 1515229 - Make MozStackWalk/MozWalkTheStack frame skipping more reliable. r=gerald,nika,bobowen,jld 2021-04-16 04:06:02 +00:00
xpfe/appshell Bug 1704853 - Disable skeleton UI on non-default density r=emalysz 2021-04-15 22:58:19 +00:00
.arcconfig
.babel-eslint.rc.js Bug 1702166 - Update ESLint, Babel and associated modules to the latest versions. r=mossop,nchevobbe 2021-04-04 08:05:39 +00:00
.clang-format
.clang-format-ignore
.cron.yml Bug 1705639 - bump max run time for periodic-update job. r=RyanVM,releng-reviewers,jmaher DONTBUILD 2021-04-16 14:52:53 +00:00
.eslintignore Backed out changeset 499b142f69c4 (bug 1702579) for causing lint failures. CLOSED TREE 2021-04-08 04:24:53 +03:00
.eslintrc.js Bug 1705127 - Enable more ESLint rules for some more dom/security/test directories. r=ckerschb 2021-04-15 11:11:18 +00:00
.flake8 Bug 1622676 - Made dom/base flake8 compliant.r=championshuttler,sylvestre 2021-03-24 15:26:06 +00:00
.git-blame-ignore-revs
.gitattributes
.gitignore
.hg-annotate-ignore-revs
.hg-format-source
.hgignore Bug 1703105 - wasm: Move generate-spectest tool into tree. r=lth 2021-04-13 16:41:46 +00:00
.hgtags No bug - tagging 729eaf579f2827239182db122d59e42730ea540f with FIREFOX_NIGHTLY_88_END a=release DONTBUILD CLOSED TREE 2021-03-22 15:15:11 +00:00
.lldbinit
.mailmap
.prettierignore
.prettierrc
.taskcluster.yml Bug 1696944 - Part 3 - Add new image to taskcluster.yml. r=aki 2021-03-17 11:22:02 +00:00
.trackerignore
.yamllint
.ycm_extra_conf.py
aclocal.m4
AUTHORS
build.gradle
Cargo.lock Bug 1704518 - Use the workspace hack to reduce build times of the Rust WER components r=emilio 2021-04-15 11:55:31 +00:00
Cargo.toml Bug 1702246 - Make the encoding detector tolerate extensions to legacy CJK encodings. r=emk 2021-04-13 13:14:35 +00:00
client.mk
client.py
CLOBBER Bug 1682030 - Remove OSX interposer. r=haik 2021-04-06 19:28:11 +00:00
configure.in
configure.py
GNUmakefile
gradle.properties
gradlew
gradlew.bat
LICENSE
mach Bug 1700419 - Remove py2commands logic from mach driver.r=ahal 2021-03-26 05:26:47 +00:00
mach.ps1
Makefile.in
moz.build Bug 1682898 Migrate Performance Best Practices for Front-end Engineers MDN page to in-tree docs r=firefox-source-docs-reviewers,bas,ahal 2021-03-30 16:02:41 +00:00
moz.configure
mozilla-config.h.in
old-configure.in Backed out changeset 3ec9f9951ffe (bug 1377445) for bustage due to missing file. CLOSED TREE 2021-04-08 11:04:47 +03:00
package-lock.json Bug 1556460 - Upgrade jsdoc version to 3.6.6. r=ahal 2021-04-16 16:17:26 +00:00
package.json Bug 1556460 - Upgrade jsdoc version to 3.6.6. r=ahal 2021-04-16 16:17:26 +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.