Граф коммитов

1879 Коммитов

Автор SHA1 Сообщение Дата
Henri Sivonen 7df7939f77 Bug 1713627 - Remove code obsoleted by the replacing the Text Encoding menu with one item. r=jaws,emk
Differential Revision: https://phabricator.services.mozilla.com/D116391
2021-06-21 12:09:01 +00:00
Dorel Luca 2118316ba4 Backed out changeset 4891a17c55e2 (bug 1713627) for Browser-chrome failures in docshell/test/browser/browser_bug673087-1.js. CLOSED TREE 2021-06-21 12:10:54 +03:00
Henri Sivonen abbbf94915 Bug 1713627 - Remove code obsoleted by the replacing the Text Encoding menu with one item. r=jaws,emk
Differential Revision: https://phabricator.services.mozilla.com/D116391
2021-06-21 08:09:43 +00:00
Henri Sivonen b5366f5a31 Bug 1716709 - Remove RUSTC_BOOTSTRAP for xmldecl. r=glandium
Differential Revision: https://phabricator.services.mozilla.com/D117980
2021-06-17 06:44:25 +00:00
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
Emilio Cobos Álvarez a22ca7007a Bug 1716535 - Remove nodrop dependency. r=glandium
ManuallyDrop is just fine.

Differential Revision: https://phabricator.services.mozilla.com/D117887
2021-06-16 09:48:14 +00:00
Mike Hommey cee64b9959 Bug 1716518 - Upgrade termcolor to v1.1.2.
This removes wincolor.

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

Depends on D117882
2021-06-15 09:26:20 +00:00
Mike Hommey e0d8e3cd3a Bug 1716518 - Upgrade chrono to v0.4.19.
Differential Revision: https://phabricator.services.mozilla.com/D117882

Depends on D117881
2021-06-15 09:26:18 +00:00
Mike Hommey b581589220 Bug 1716518 - Upgrade zeitstempel to v0.1.1.
Differential Revision: https://phabricator.services.mozilla.com/D117881

Depends on D117880
2021-06-15 09:26:15 +00:00
Mike Hommey 7db9dd0b27 Bug 1716518 - Upgrade xml-rs to v0.8.3.
Differential Revision: https://phabricator.services.mozilla.com/D117880

Depends on D117879
2021-06-15 09:26:12 +00:00
Mike Hommey 3242d5e078 Bug 1716518 - Upgrade winapi-util to v0.1.5.
Differential Revision: https://phabricator.services.mozilla.com/D117879

Depends on D117878
2021-06-15 09:26:10 +00:00
Mike Hommey 4d4da6a914 Bug 1716518 - Upgrade walkdir to v2.3.2.
Differential Revision: https://phabricator.services.mozilla.com/D117878

Depends on D117877
2021-06-15 09:26:07 +00:00
Mike Hommey cd01eda2ee Bug 1716518 - Upgrade version_check to v0.9.3.
Differential Revision: https://phabricator.services.mozilla.com/D117877

Depends on D117876
2021-06-15 09:26:05 +00:00
Mike Hommey 2a170b50e8 Bug 1716518 - Upgrade vcpkg to v0.2.13.
Differential Revision: https://phabricator.services.mozilla.com/D117876

Depends on D117875
2021-06-15 09:26:02 +00:00
Mike Hommey b4c92696a7 Bug 1716518 - Upgrade urlencoding to v1.3.3.
Differential Revision: https://phabricator.services.mozilla.com/D117875

Depends on D117874
2021-06-15 09:26:00 +00:00
Mike Hommey 8773d9434c Bug 1716518 - Upgrade typenum to v1.13.0.
Differential Revision: https://phabricator.services.mozilla.com/D117874

Depends on D117873
2021-06-15 09:25:57 +00:00
Mike Hommey 00b126736c Bug 1716518 - Upgrade try-lock to v0.2.3.
Differential Revision: https://phabricator.services.mozilla.com/D117873

Depends on D117872
2021-06-15 09:25:54 +00:00
Mike Hommey 22ec82ac35 Bug 1716518 - Upgrade triple_buffer to v5.0.6.
Differential Revision: https://phabricator.services.mozilla.com/D117872

Depends on D117871
2021-06-15 09:25:51 +00:00
Mike Hommey ce7d38e96b Bug 1716518 - Upgrade tower-service to v0.3.1.
Differential Revision: https://phabricator.services.mozilla.com/D117871

Depends on D117870
2021-06-15 09:25:49 +00:00
Mike Hommey 3c5cd06492 Bug 1716518 - Upgrade toml to v0.4.10.
Differential Revision: https://phabricator.services.mozilla.com/D117870

Depends on D117869
2021-06-15 09:25:46 +00:00
Mike Hommey 744e001a42 Bug 1716518 - Upgrade tinystr to v0.3.4.
Differential Revision: https://phabricator.services.mozilla.com/D117869

Depends on D117868
2021-06-15 09:25:43 +00:00
Mike Hommey cf05913533 Bug 1716518 - Upgrade time to v0.1.43.
Latest version is v0.1.44 but it adds new dependencies.

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

Depends on D117867
2021-06-15 09:25:41 +00:00
Mike Hommey 3db90b3546 Bug 1716518 - Upgrade threadbound to v0.1.2.
Differential Revision: https://phabricator.services.mozilla.com/D117867

Depends on D117866
2021-06-15 09:25:38 +00:00
Mike Hommey 44c26254b5 Bug 1716518 - Upgrade thiserror and thiserror-impl to v1.0.25.
Differential Revision: https://phabricator.services.mozilla.com/D117866
2021-06-15 09:25:36 +00:00
Mike Hommey dbc951959f Bug 1716518 - Upgrade thin-vec to v0.2.2.
Differential Revision: https://phabricator.services.mozilla.com/D117865

Depends on D117864
2021-06-15 09:25:33 +00:00
Mike Hommey de40a4bd90 Bug 1716518 - Upgrade synstructure to v0.12.4.
Differential Revision: https://phabricator.services.mozilla.com/D117864

Depends on D117863
2021-06-15 09:25:31 +00:00
Mike Hommey e4dfbaddaa Bug 1716518 - Upgrade svg_fmt to v0.4.1.
Differential Revision: https://phabricator.services.mozilla.com/D117863

Depends on D117862
2021-06-15 09:25:28 +00:00
Mike Hommey 79ae0b3aff Bug 1716518 - Upgrade socket2 to v0.3.19.
Differential Revision: https://phabricator.services.mozilla.com/D117862

Depends on D117861
2021-06-15 09:25:26 +00:00
Mike Hommey 4c2c284417 Bug 1716518 - Upgrade slab to v0.4.3.
Differential Revision: https://phabricator.services.mozilla.com/D117861

Depends on D117860
2021-06-15 09:25:23 +00:00
Mike Hommey 44e5a3d825 Bug 1716518 - Upgrade simhasher to v0.3.5.
Differential Revision: https://phabricator.services.mozilla.com/D117860

Depends on D117859
2021-06-15 09:25:21 +00:00
Mike Hommey 6e040d26c4 Bug 1716518 - Upgrade sha2 to v0.8.2.
Differential Revision: https://phabricator.services.mozilla.com/D117859

Depends on D117858
2021-06-15 09:25:18 +00:00
Mike Hommey 27d2f55329 Bug 1716518 - Upgrade sha-1 to v0.8.2.
Differential Revision: https://phabricator.services.mozilla.com/D117858

Depends on D117857
2021-06-15 09:25:16 +00:00
Mike Hommey 5ed4550411 Bug 1716518 - Upgrade serde_yaml to v0.8.17 and yaml-rust to v0.4.5.
Differential Revision: https://phabricator.services.mozilla.com/D117857

Depends on D117856
2021-06-15 09:25:13 +00:00
Mike Hommey 1f48529352 Bug 1716518 - Upgrade serde_repr to v0.1.7.
Differential Revision: https://phabricator.services.mozilla.com/D117856

Depends on D117855
2021-06-15 09:25:10 +00:00
Mike Hommey 9250541d22 Bug 1716518 - Upgrade serde_json to v1.0.64.
Differential Revision: https://phabricator.services.mozilla.com/D117855

Depends on D117854
2021-06-15 09:25:08 +00:00
Mike Hommey 61a8f6040e Bug 1716518 - Upgrade serde_bytes to v0.11.5.
Differential Revision: https://phabricator.services.mozilla.com/D117854

Depends on D117853
2021-06-15 09:25:05 +00:00
Mike Hommey b7d978ef7b Bug 1716518 - Upgrade serde and serde_derive to v1.0.126.
Differential Revision: https://phabricator.services.mozilla.com/D117853

Depends on D117852
2021-06-15 09:25:02 +00:00
Mike Hommey 27ce49e95c Bug 1716518 - Upgrade scroll to v0.10.2 and scroll_derive to v0.10.5.
Differential Revision: https://phabricator.services.mozilla.com/D117852

Depends on D117851
2021-06-15 09:24:59 +00:00
Mike Hommey c58f71df7a Bug 1716518 - Upgrade same-file to v1.0.6.
Differential Revision: https://phabricator.services.mozilla.com/D117851

Depends on D117850
2021-06-15 09:24:57 +00:00
Mike Hommey a73a6c59d7 Bug 1716518 - Upgrade safemem to v0.3.3.
Differential Revision: https://phabricator.services.mozilla.com/D117850

Depends on D117849
2021-06-15 09:24:54 +00:00
Mike Hommey 4a0ad733c3 Bug 1716518 - Upgrade ryu to v1.0.5.
Differential Revision: https://phabricator.services.mozilla.com/D117849

Depends on D117848
2021-06-15 09:24:52 +00:00
Mike Hommey 8774126633 Bug 1716518 - Upgrade rustc-hash to v1.1.0.
Differential Revision: https://phabricator.services.mozilla.com/D117848

Depends on D117847
2021-06-15 09:24:49 +00:00
Mike Hommey 4420c3c09d Bug 1716518 - Upgrade rustc-demangle to v0.1.19.
Differential Revision: https://phabricator.services.mozilla.com/D117847

Depends on D117846
2021-06-15 09:24:47 +00:00
Mike Hommey 56e1ee0ba7 Bug 1716518 - Upgrade rust_decimal to v1.14.2.
Differential Revision: https://phabricator.services.mozilla.com/D117846
2021-06-15 09:24:45 +00:00
Mike Hommey 92aeb7b3c6 Bug 1716518 - Upgrade ringbuf to v0.2.5. r=emilio
Differential Revision: https://phabricator.services.mozilla.com/D117845
2021-06-15 22:17:32 +00:00
Mike Hommey 48d92cec4b Bug 1716518 - Upgrade remove_dir_all to v0.5.3. r=emilio
Differential Revision: https://phabricator.services.mozilla.com/D117844
2021-06-15 22:17:31 +00:00
Mike Hommey 8eadacb968 Bug 1716518 - Upgrade regex to v1.5.4 and regex-syntax to v0.6.25. r=emilio
This removes thread_local.

Differential Revision: https://phabricator.services.mozilla.com/D117843
2021-06-15 22:17:31 +00:00
Mike Hommey 3a91162145 Bug 1716518 - Upgrade raw-cpuid to v7.0.4. r=emilio
Differential Revision: https://phabricator.services.mozilla.com/D117842
2021-06-15 22:17:30 +00:00
Mike Hommey ecce2bdb67 Bug 1716518 - Upgrade rand to v0.7.3 and rand_chacha to v0.2.2. r=emilio
This removes c2-chacha.

Differential Revision: https://phabricator.services.mozilla.com/D117841
2021-06-15 22:17:30 +00:00
Mike Hommey 9914ac43d1 Bug 1716518 - Upgrade quote to v1.0.9. r=emilio
Differential Revision: https://phabricator.services.mozilla.com/D117840
2021-06-15 22:17:29 +00:00