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

155 Коммитов

Автор SHA1 Сообщение Дата
Simon Sapin 28bb18318a Bug 1393967 - Update cssparser to verison 0.19.5 (and some other dependencies) r=xidorn
MozReview-Commit-ID: GOxKFvP3Y9x

--HG--
extra : rebase_source : 082e3b951fe41427192a308f694453521f8e3c23
2017-08-25 22:28:33 +02:00
Ralph Giles 33e32f5a2a Bug 1380118 - aom: Fix win32 debug build. r=kinetik
Visual Studio 2015u3 fails to compile reconintra.c for win32
debug targets. It's confused by the #if conditional inside
the assert macro expansion. Nathan Froyd tells me this is
undefined bahaviour.

The checks are obsolete upstream. Address the issue by
duplicating the assert calls for each branch of the
conditional.

MozReview-Commit-ID: GSjGsa11xfJ

--HG--
extra : rebase_source : ae83d06f144ded7c6c9b359d51e1b118ccd365a9
2017-08-23 13:06:10 -05:00
Sebastien Alaiwan 353ef545b4 Bug 1380118 - Fix stream info peeking. r=kinetik
Backport upstream patch by Sebastian Alaiwan fixing
aom_peek_stream_info after changes to the superblock
location.

BUG=aomedia:681

Change-Id: Iefce035d633d1533c8400d85b3257971757160bc
MozReview-Commit-ID: 7QEnDrpVFkC

--HG--
extra : rebase_source : 74ada26f490ccbea17defbbd0f6bd390976f49a4
2017-08-07 09:37:52 +02:00
Ralph Giles 0b52422ebc Bug 1380118 - Update aom library. r=kinetik
Vendor upstream commit id f5bdeac22930ff4c6b219be49c843db35970b918
to pick up changes since the last import.

--HG--
extra : rebase_source : 6c03c7fcbffbdcf07b2b2819aee6dade2f0e2a0f
2017-07-10 15:33:39 -07:00
Dan Glastonbury f1e1b786c6 Bug 1391523 - P5: Compile in audioipc crates. r=kamidphish
MozReview-Commit-ID: 6BC0fu1rrEE

--HG--
extra : rebase_source : b986541c97eee9eaa70bbc54ccfcd63b2d3fa006
2017-08-11 12:41:35 +10:00
Gregory Szorc ddb8b492b5 Backed out changesets 18d89d8ab860, ffe8bef74be0, 159028ef12d2, 217260fb6976, 0279960d71ab (bug 1393242)
For a test failure.

--HG--
extra : histedit_source : c5f4167443174fa3144f139e976ae504a8efdad3%2C43a2beb21406adf114e7b64a734ec71284e50cc5
2017-08-24 16:07:44 -07:00
Gregory Szorc 258638f8d6 Bug 1393242 - Vendor python-hglib 2.4; r=mshal
python-hglib is a Python client for Mercurial's command server. It
facilitates querying Mercurial efficiently (using a single process)
and without having to parse output in the common case.

Let's vendor it so we can make use of it for more advanced Mercurial
scenarios.

Content vendored from changeset 820d7c1e470a without modifications
(other than deleting unwanted files).

As part of vendoring, we add the package to the virtualenv and make
it available to mach.

MozReview-Commit-ID: F4KLbW1lAvk

--HG--
extra : rebase_source : 39321a880a13a0b0323a7217f538978b729e2afe
2017-08-23 15:06:18 -07:00
Emilio Cobos Álvarez ab4fb5f775 Bug 1341102: Update lazy_static, revendor dependencies. r=me
MozReview-Commit-ID: 1DK5u2A2uv5


--HG--
rename : third_party/rust/lazy_static/.cargo-checksum.json => third_party/rust/lazy_static-0.2.2/.cargo-checksum.json
rename : third_party/rust/lazy_static/Cargo.toml => third_party/rust/lazy_static-0.2.2/Cargo.toml
rename : third_party/rust/lazy_static/LICENSE => third_party/rust/lazy_static-0.2.2/LICENSE
rename : third_party/rust/lazy_static/README.md => third_party/rust/lazy_static-0.2.2/README.md
rename : third_party/rust/lazy_static/src/core_lazy.rs => third_party/rust/lazy_static-0.2.2/src/core_lazy.rs
rename : third_party/rust/lazy_static/src/lazy.rs => third_party/rust/lazy_static-0.2.2/src/lazy.rs
rename : third_party/rust/lazy_static/src/lib.rs => third_party/rust/lazy_static-0.2.2/src/lib.rs
rename : third_party/rust/lazy_static/src/nightly_lazy.rs => third_party/rust/lazy_static-0.2.2/src/nightly_lazy.rs
rename : third_party/rust/lazy_static/tests/test.rs => third_party/rust/lazy_static-0.2.2/tests/test.rs
2017-08-24 13:00:41 +02:00
Henrik Skupin 2f663e435b Bug 1388249 - Vendor in mozrunner 0.4.2 crate. r=jgraham
MozReview-Commit-ID: DNaQKpDBQu8

--HG--
extra : rebase_source : 6680318eec05ddd67c6a09628efc12af78de30d6
2017-08-23 12:26:28 +02:00
Emilio Cobos Álvarez f1d7bf0054 Bug 1341102: Revendor rust dependencies. r=me
On a CLOSED TREE

MozReview-Commit-ID: BoEbixf4mIK
2017-08-23 18:51:30 +02:00
Xidorn Quan 77c491fafa Bug 1370779 followup 2 - Downgrade cssparser to 0.19.2.
MozReview-Commit-ID: 3lf30ZvMvWm
2017-08-23 13:58:16 +10:00
Xidorn Quan 759a4f76a0 Bug 1370779 followup - Bump version of cssparser again to 0.19.4.
MozReview-Commit-ID: 7QwkNTUkCDl
2017-08-23 13:29:30 +10:00
Xidorn Quan dd29c6636a Bug 1370779 - Bump version of cssparser.
MozReview-Commit-ID: Atb37wr8iMA
2017-08-23 13:04:03 +10:00
Andrew Halberstadt 2bc4fc25c7 Bug 1311991 - Vendor in cram 0.7 to /third_party/python, r=gps
This was added by unzipping a binary wheel

MozReview-Commit-ID: ASHXfGdeVH8

--HG--
extra : rebase_source : 361134dd30f0267b7d1039ba92199ee999aab751
2017-01-17 16:05:56 -05:00
Kartikaya Gupta 95d3684215 Bug 1389497 - Update Cargo lockfiles and re-vendor third-party dependencies. r=jrmuizel
MozReview-Commit-ID: 5b6Le3HVoMf

--HG--
extra : rebase_source : 7a9b5d9b700364d005c73fbd1a780745e4d73bba
2017-08-18 08:53:17 -04:00
Emilio Cobos Álvarez b073ce301d Bug 1341102: Revendor rust dependencies on a CLOSED TREE. r=me
MozReview-Commit-ID: 3fr9zLIlY9n
2017-08-18 16:39:58 +02:00
Emilio Cobos Álvarez 4581e9abbe Bug 1341102: Remove cssparser 0.19.0 from the tree. r=me
On a CLOSED TREE.

./mach vendor rust still includes it, for some reason, but I can build fine
without it and my theory is that the builders are somehow picking it up.

MozReview-Commit-ID: 5GBFwyxuYAz
2017-08-17 21:59:11 +02:00
Emilio Cobos Álvarez 24cbad8b67 Bug 1341102: Revendor rust dependencies to unbust tree. r=me
MozReview-Commit-ID: 6ChbWFfPHGS


--HG--
rename : third_party/rust/cssparser/.cargo-checksum.json => third_party/rust/cssparser-0.19.0/.cargo-checksum.json
rename : third_party/rust/cssparser/Cargo.toml => third_party/rust/cssparser-0.19.0/Cargo.toml
rename : third_party/rust/cssparser/src/parser.rs => third_party/rust/cssparser-0.19.0/src/parser.rs
rename : third_party/rust/cssparser/src/size_of_tests.rs => third_party/rust/cssparser-0.19.0/src/size_of_tests.rs
rename : third_party/rust/cssparser/src/tests.rs => third_party/rust/cssparser-0.19.0/src/tests.rs
rename : third_party/rust/cssparser/src/tokenizer.rs => third_party/rust/cssparser-0.19.0/src/tokenizer.rs
2017-08-17 20:51:43 +02:00
Dave Hunt 5277a5a5cb Bug 1388340 - Vendor in six package for Python 2 and 3 compatibility; r=gps
MozReview-Commit-ID: JxtYnHOOZvy

--HG--
extra : rebase_source : 5f5226b94bdc03b877f9a34a262e04214bd415cb
2017-08-08 14:25:53 +01:00
Servo VCS Sync d6eabd0f59 No bug - Revendor rust dependencies 2017-08-09 22:23:21 +00:00
Kartikaya Gupta bdee759275 Bug 1385003 - Autogenerated changes to go with webrender update. r=jrmuizel
This regenerates the cargo lockfiles and FFI bindings header. It also revendors
the third_party/rust libraries.

MozReview-Commit-ID: ID0YhoIH6cz

--HG--
extra : rebase_source : 7c22828a831eafcf527f2c3baf8d4d012db8f9a4
2017-08-09 08:46:25 -04:00
Andreas Tolfsen 8104c26b91 Bug 1388365 - Vendor webdriver 0.29.0. r=whimboo
MozReview-Commit-ID: 3vhk9kfmDHD

--HG--
extra : rebase_source : 393c3ff983444bc8639d3ed94edce0b27dabe522
2017-08-08 15:10:55 +01:00
Valentin Gosu 195f9f0987 Bug 1383831 - Upgrade rust-url to version 1.5.1 r=froydnj
MozReview-Commit-ID: L3j6K5dDWHi

--HG--
extra : rebase_source : 65b34e84139927f1c28dc38cf2a00a0c2902b975
2017-08-02 13:44:48 +03:00
Xidorn Quan c05f226ae2 Bug 1341102 - Manual revendor for #17943.
MozReview-Commit-ID: 2VKRUevRSXL

--HG--
extra : rebase_source : 90dae99ddcbce66d8c3160fa7efe0ef637903c8a
2017-08-02 21:59:58 +10:00
Yangyi Peng f2b8c04562 Bug 1380936 - Add Minimize Window command to geckodriver; r=ato
MozReview-Commit-ID: Le6rAUMDjwe

--HG--
extra : rebase_source : 2120abbe4a4c57be3d669f02e29dc2ac03b1a90f
2017-08-01 11:42:58 +08:00
Servo VCS Sync cc4ffb6023 No bug - Revendor rust dependencies 2017-07-28 22:20:31 +00:00
Servo VCS Sync 5f24fcc67d No bug - Revendor rust dependencies 2017-07-28 21:37:38 +00:00
Kirk Steuber 9837f22d30 Bug 1384731 - Allow which to find files in paths that use the ~ character to represent the home directory r=gps
MozReview-Commit-ID: FeV1k9Piwuo

--HG--
extra : rebase_source : 96ae191da76733e2d9c9a823d3f025025ff9244a
2017-07-26 15:43:07 -06:00
Servo VCS Sync 0e627abe60 No bug - Revendor rust dependencies 2017-07-28 08:23:45 +00:00
Servo VCS Sync 0eca03d139 No bug - Revendor rust dependencies 2017-07-28 06:37:28 +00:00
Servo VCS Sync dcd26c7c3a No bug - Revendor rust dependencies 2017-07-28 02:00:02 +00:00
Servo VCS Sync 8268579cb5 No bug - Revendor rust dependencies 2017-07-27 02:00:02 +00:00
Servo VCS Sync f350e661fc No bug - Revendor rust dependencies 2017-07-26 23:02:02 +00:00
Simon Sapin da839a3670 Bug 1383975 - Update cssparser, fix a panic in bad-url token parsing. r=emilio
MozReview-Commit-ID: K96vTaaUdPi

--HG--
extra : rebase_source : 6ccda565b912a3756156d1081b5ba2a21501273b
2017-07-25 15:01:07 +02:00
Servo VCS Sync c97e84bf92 No bug - Revendor rust dependencies 2017-07-24 14:37:03 +00:00
Dustin J. Mitchell 75ef0012f1 Bug 1328727: vendor json-e 2.1.1; r=jonasfj
MozReview-Commit-ID: D5ZbZtMAlkN

--HG--
extra : rebase_source : 6650f2f6f104819a626b7b0075c868b9dee19f3b
2017-07-21 16:12:25 +00:00
Andrew Halberstadt 5c71ab391c Bug 1382362 - Update pytest to v3.1.3 and py to v1.4.34, r=davehunt
This patch was generated by something similar to:

$ cd third_party/python
$ hg rm pytest/* py/*
$ pip wheel pytest
$ unzip pytest.whl
$ unzip py.whl
$ hg add pytest/* py/*

MozReview-Commit-ID: 3LKVrbKfMgK

--HG--
extra : rebase_source : 4204340a78501a8e44e83dbf9cae63a7e91541ef
2017-07-19 16:50:57 -04:00
Chris AtLee 2468edb843 Bug 1381915: upgrade voluptuous to 0.10.5 r=ahal,dustin
MozReview-Commit-ID: 8WX14dwcFTi

--HG--
extra : rebase_source : 6d9ac81fa354711238ba1fadf84cb916e8767044
2017-07-18 22:10:10 -04:00
Servo VCS Sync 97e5ebd02b No bug - Revendor rust dependencies 2017-07-14 10:05:27 +00:00
Servo VCS Sync 2004ea3979 No bug - Revendor rust dependencies 2017-07-11 02:17:43 +00:00
Andreas Tolfsen 27406dfcac Bug 1379482 - Upgrade mozrunner to 0.4.1; r=jgraham
Upgrades the mozrunner crate dependency by pinning it to 0.4.1.  With `./mach vendor rust' I could not find any other way to force a new version to be downloaded because cargo, as far as I understand, does not yet support using crates.io as a fallback.

This patch also pins the mozprofile and mozversion dependencies exactly, although this is strictly not needed yet because they we have the latest versions vendored in-tree.

MozReview-Commit-ID: 8emDKbiYd0S

--HG--
extra : rebase_source : c153506f481255b2f9362e94da3254013ad522ab
2017-07-10 16:52:41 +01:00
Kartikaya Gupta 7c916dff61 Bug 1374730 - Update Cargo.lock files and revendor rust dependencies. r=jrmuizel
MozReview-Commit-ID: AoLr2W2NGhP

--HG--
extra : rebase_source : 892ea94c01f575b7f33d7cb740a74af5b58b02b0
2017-07-10 07:22:31 -04:00
Servo VCS Sync 3805d91f4d No bug - Revendor rust dependencies 2017-07-06 22:11:55 +00:00
Servo VCS Sync 2ec3ffd285 No bug - Revendor rust dependencies 2017-07-06 20:05:14 +00:00
Jan Beich 3b4550a1c2 Bug 1376411 - Update libc to 0.2.24 to get support for more Tier3 platforms. r=rillian
MozReview-Commit-ID: Ct1en8VPEWf

--HG--
rename : third_party/rust/libc/ci/docker/arm-linux-androideabi/accept-licenses.sh => third_party/rust/libc/ci/android-accept-licenses.sh
extra : rebase_source : d7a64cb5e65f1c76c786d3def9da8aa3903665bd
2017-06-29 13:09:29 +00:00
Ralph Giles b299b93a61 Bug 1369932 - Backport win32 build fix for aom. r=kinetik
Backport patch by David Barker converting arguments to pointers.
The win32 ABI spills to the stack after the first three arguments,
but doesn't guarantee correct alignment for simd data there.

This is fixed upstream, but I don't want to bump our commit
just yet since it forces a re-encode of active demo streams.

Patch from https://bugs.chromium.org/p/aomedia/issues/detail?id=587

MozReview-Commit-ID: 1pQaU8H1dXO

--HG--
extra : rebase_source : 2ff412e5b44fcf29ac794fc889a37158ab14bc61
2017-06-22 17:11:42 -07:00
Servo VCS Sync 13a5120a48 No bug - Revendor rust dependencies 2017-06-23 00:47:46 +00:00
Henri Sivonen 2444f457b5 Bug 1374937 - Vendor encoding_c 0.7.6 into m-c. r=emk
MozReview-Commit-ID: 8Nf9DuGyOP9

--HG--
extra : rebase_source : 9d150818d341eb9402204e22b5f1303d2c831b5b
2017-06-21 09:53:11 +03:00
David Burns 4691012f79 Bug 1371405 - Update vendored WebDriver crate; r=jgraham
This updates the vendored WebDriver crate to 0.27.0

MozReview-Commit-ID: HM6MIU9IDAq

--HG--
extra : rebase_source : 137941518076a8d99e5b8c40ac67ad60d9f205b9
2017-06-19 15:42:25 +01:00
Servo VCS Sync 3167c35036 No bug - Revendor rust dependencies 2017-06-21 02:15:52 +00:00