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
Mitchell Hentges 6d154c1ed3 Bug 1713377: Change vendoring to use wheels where possible r=ahal,glandium
Vendoring wheels has three benefits:
* There's far less files, so Firefox checkouts will be smaller.
* It works around `zipp` not allowing `pip install`
  from extracted source `tar.gz` files. Now, we should
  be able to use the pip resolver against vendored
  packages, which will be needed for future
  mach virtualenv work.
* `./mach vendor python` takes far less time to execute.

Since we need the raw Python to be available to add to the `sys.path`,
we extract the wheels before putting them in tree.
Due to the structure of some wheels being less nested
than of a source `tar.gz`, `common_virtualenv_packages`
needed to be adjusted accordingly.

`install_pip_package()` had to be tweaked as well since you can't
`pip install` an extracted wheel. So, we "re-bundle" the wheel
before installing from a vendored package.

Replace python packages with wheels where possible

This contains the vendoring changes caused by the
last patch.

For reviewing, there's a couple things to note:
* A bunch of files are deleted, since there's generally
  less files in a wheel than in a source archive.
* There's a new `.dist-info` directory for each
  extracted wheel, so expect roughly 5 or
  6 new files for each wheel'd package.
* There should be no source code changes other than
  moves from package names changing from having
  `-` to having `_`.

Differential Revision: https://phabricator.services.mozilla.com/D116512
2021-06-16 15:53:16 +00:00
.cargo Bug 1715731 - Bump jsparagus for bug 1709956 and some more. r=nbp 2021-06-10 13:24:16 +00:00
.vscode
accessible Bug 1713680: Correctly handle the case where the BrowserBridgeParent for an OOP iframe changes while addition of its DocAccessibleParent is still pending. r=eeejay 2021-06-16 11:50:09 +00:00
browser Bug 1716774 - Send correct telemetry for buildid mismatch false-positive r=gcp 2021-06-16 15:37:48 +00:00
build Bug 1713377: Change vendoring to use wheels where possible r=ahal,glandium 2021-06-16 15:53:16 +00:00
caps Bug 1646560: Part 2 - Move allowJavascript and friends from DocShell to BrowsingContext and WindowContext. r=jdescottes,nika,geckoview-reviewers,devtools-backward-compat-reviewers,agi 2021-06-15 04:40:11 +00:00
chrome
config Bug 1697729: Re-add alias and parent links in ICU filters. r=tcampbell 2021-06-16 06:49:45 +00:00
devtools Bug 1714974 - [devtools] Fix BrowserToolbox console going blank when worker target is destroyed. r=ochameau. 2021-06-16 15:20:56 +00:00
docs Bug 1715282 - Bump minimum Rust version to 1.51. r=firefox-build-system-reviewers,andi 2021-06-15 09:23:20 +00:00
docshell Bug 1716444 - Don't do final tab state flush for replaced contexts, r=farre,annyG 2021-06-16 14:05:53 +00:00
dom Bug 1716774 - Send correct telemetry for buildid mismatch false-positive r=gcp 2021-06-16 15:37:48 +00:00
editor Bug 1716068 - Don't start autoscroll on editable content or document whose designMode is on r=smaug 2021-06-16 12:20:17 +00:00
extensions Bug 1713757 - Make mozInlineSpellChecker, mozInlineSpellWordUtil and TextServicesDocument use EditorBase instead of TextEditor r=m_kato 2021-06-09 09:02:31 +00:00
gfx Bug 1716794 - Allow partial picture cache tile invalidation on Mali-400. r=jrmuizel 2021-06-16 15:31:27 +00:00
gradle/wrapper
hal
image Bug 1696093 - AVIF image transform support. r=aosmond 2021-06-08 18:30:46 +00:00
intl Bug 1697729: Re-add alias and parent links in ICU filters. r=tcampbell 2021-06-16 06:49:45 +00:00
ipc Bug 1707954: Part 3 - Add eager MTA creation to mscom::EnsureMTA; r=Jamie 2021-06-14 21:53:18 +00:00
js Bug 1715256 - Make class static block smoke test nightly only r=yulia 2021-06-16 14:56:07 +00:00
layout Bug 1677253 - Part 2: Detect direction change in SelectionChangeEventDispatcher r=masayuki 2021-06-16 11:13:15 +00:00
media Bug 1715825 - Re-enable Updatebot and set its frequency to once-per-release r=jbauman 2021-06-11 18:24:18 +00:00
memory Bug 1696531: fix dmd.py and related tools to support python 3, r=bhearsum 2021-06-14 15:31:42 +00:00
mfbt Bug 1695817 - Part 5: Add std::equal_range equivalent in MFBT. r=glandium 2021-05-28 22:35:58 +00:00
mobile Bug 1711541 - Implement IsUserVerifyingPlatformAuthenticatorAvailable for GeckoView. r=tjr,geckoview-reviewers,agi 2021-06-16 00:00:05 +00:00
modules Bug 1695693 - Add support for Windows 10 SSO on Firefox. r=valentin,necko-reviewers,dveditz,johannh 2021-06-16 14:24:43 +00:00
mozglue Backed out 2 changesets (bug 1701770) for causing failures in browser_checkdllblockliststate.js CLOSED TREE 2021-06-15 04:09:49 +03:00
netwerk Bug 1695693 - Add support for Windows 10 SSO on Firefox. r=valentin,necko-reviewers,dveditz,johannh 2021-06-16 14:24:43 +00:00
nsprpub Bug 1715584 - NSPR_4_32_BETA1. r=bbeurdouche UPGRADE_NSPR_RELEASE 2021-06-10 09:15:06 +00:00
other-licenses Bug 1710751: Create LINKS_TO relation to track anchors and their corresponding elements r=eeejay 2021-05-26 21:31:42 +00:00
parser Bug 737785 - Un-prefix -moz-tab-size (keeping the prefixed version as an alias for now). r=layout-reviewers,dholbert 2021-06-10 09:19:24 +00:00
python Bug 1713377: Change vendoring to use wheels where possible r=ahal,glandium 2021-06-16 15:53:16 +00:00
remote Bug 1496997 - Remove dom.serviceWorkers.parent_intercept pref r=asuth,dom-workers-and-storage-reviewers,perftest-reviewers,jgraham,sparky,webdriver-reviewers,whimboo 2021-06-15 08:52:39 +00:00
security Bug 1716500: Update test browser_HSTS.js to work with https-first enabled in PBM r=bbeurdouche 2021-06-15 08:30:42 +00:00
services No Bug, mozilla-central repo-update HSTS HPKP remote-settings tld-suffixes - a=repo-update r=jcristau 2021-06-14 13:05:01 +00:00
servo Bug 1716535 - Remove nodrop dependency. r=glandium 2021-06-16 09:48:14 +00:00
startupcache
storage
taskcluster Bug 1715659 - Reduce perftests run on !-qr to be essential. r=perftest-reviewers,sparky 2021-06-16 12:21:58 +00:00
testing Bug 1715659 - Reduce perftests run on !-qr to be essential. r=perftest-reviewers,sparky 2021-06-16 12:21:58 +00:00
third_party Bug 1713377: Change vendoring to use wheels where possible r=ahal,glandium 2021-06-16 15:53:16 +00:00
toolkit Bug 1716032 - Don't change default branch prefs to have match user branch prefs in Normandy experiments r=nanj 2021-06-16 15:36:13 +00:00
tools Bug 1716551 - Improve Fluent linter behavior with single and double quotes, r=dminor 2021-06-16 15:11:55 +00:00
uriloader Backed out changeset a713faa51ebb (bug 1706871) for causing bc failures on browser_test_mixed_content_download.js. CLOSED TREE 2021-06-16 16:25:09 +03:00
view
widget Backed out 2 changesets (bug 1716462) for Build bustages. CLOSED TREE 2021-06-16 18:50:02 +03:00
xpcom Bug 1716036: Use StaticLocalAutoPtr for magic statics in nsThread; r=KrisWright 2021-06-14 21:40:07 +00:00
xpfe/appshell
.arcconfig
.babel-eslint.rc.js
.clang-format
.clang-format-ignore Bug 1714577 - Part 5 - Add GeckoTraceEvent.h to clang-format-ignore. r=gerald 2021-06-09 15:43:38 +00:00
.cron.yml Bug 1716735 - move linux64-bp-clang-trunk from m-r to m-b in order to make it easier for uplift patches when build issues arise. r=marco 2021-06-16 09:37:48 +00:00
.eslintignore Bug 1693993 - [marionette] Move Marionette server code to /remote/marionette. r=remote-protocol-reviewers,marionette-reviewers,jdescottes,webdriver-reviewers 2021-05-31 17:36:06 +00:00
.eslintrc.js Bug 1710381 - Stop using this argument in ChromeUtils.import for importing modules in toolkit/components/telemetry/tests/unit/. r=Standard8,chutten 2021-06-14 13:03:57 +00:00
.flake8 Bug 1714641: Remove usages of vendored "wptserve_py2" library r=jgraham,ahal 2021-06-09 15:48:51 +00:00
.git-blame-ignore-revs
.gitattributes
.gitignore
.hg-annotate-ignore-revs
.hg-format-source
.hgignore
.hgtags No bug - tagging b724ec4440e0fec4dd6e02ac019f43b2e0b32f85 with FIREFOX_NIGHTLY_90_END a=release DONTBUILD CLOSED TREE 2021-05-31 17:00:09 +00:00
.lando.ini Bug 1714470: add .lando.ini file r=zeid DONTBUILD 2021-06-08 12:52:25 +00:00
.lldbinit
.mailmap
.prettierignore
.prettierrc
.taskcluster.yml
.trackerignore
.yamllint
.ycm_extra_conf.py
aclocal.m4
AUTHORS
build.gradle
Cargo.lock Bug 1716535 - Remove nodrop dependency. r=glandium 2021-06-16 09:48:14 +00:00
Cargo.toml Bug 1716518 - Upgrade crossbeam-related crates to newer releases. r=emilio 2021-06-15 20:39:43 +00:00
client.mk
client.py
CLOBBER Bug 1714933 - Part 7: Updating ICU requires a clobber. r=tcampbell 2021-06-15 07:54:06 +00:00
configure.in
configure.py
GNUmakefile
gradle.properties
gradlew
gradlew.bat
LICENSE
mach Bug 1713173 - Add --profile-command flag for profiling mach commands. r=firefox-build-system-reviewers,mhentges 2021-06-02 21:28:56 +00:00
mach.ps1
Makefile.in
moz.build
moz.configure Bug 1714397 - Apply mach lint --fix to /moz.configure. r=firefox-build-system-reviewers,mhentges 2021-06-03 18:04:23 +00:00
mozilla-config.h.in
old-configure.in Backed out 3 changesets (bug 1709640) for causing android-4-1-armv7 pgo build bustages. 2021-06-08 03:58:27 +03:00
package-lock.json
package.json
README.txt
settings.gradle
substitute-local-geckoview.gradle Backed out 3 changesets (bug 1709640) for causing android-4-1-armv7 pgo build bustages. 2021-06-08 03:58:27 +03:00
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.