7a36832beb552ab97cb7a723a8cad888ed318dd4: Bug 1511811 - Update Servo's version of encoding_rs.
Emilio Cobos Álvarez <emilio@crisal.io> - Sun, 02 Dec 2018 13:56:33 -0500 - rev 449252
Push
35153 by btara@mozilla.com at Mon, 03 Dec 2018 21:49:46 +0000
Bug 1511811 - Update Servo's version of encoding_rs.
4a9fe235c6b0f2255880fe8c914b6f57f929232c: Bug 1511811 - Update mozjs and enable 'init_once' feature for Android.
Paul Rouget <me@paulrouget.com> - Mon, 19 Nov 2018 09:11:54 +0100 - rev 449251
Push
35153 by btara@mozilla.com at Mon, 03 Dec 2018 21:49:46 +0000
Bug 1511811 - Update mozjs and enable 'init_once' feature for Android.
Cherry-picks https://github.com/servo/servo/pull/22200
2c5cf5f741b890fb71bf0c27c743e4f0e3a1dbed: Bug 1511811 - Rustfmt new changes to ensure Servo-tidy doesn't complain.
Emilio Cobos Álvarez <emilio@crisal.io> - Sun, 02 Dec 2018 13:42:03 -0500 - rev 449250
Push
35153 by btara@mozilla.com at Mon, 03 Dec 2018 21:49:46 +0000
Bug 1511811 - Rustfmt new changes to ensure Servo-tidy doesn't complain.
1ae60a036ccaeb642f90260969f6b7625e87a0ad: Bug 1511811 - Make page-break-* Gecko-only.
Emilio Cobos Álvarez <emilio@crisal.io> - Sun, 02 Dec 2018 09:13:05 -0600 - rev 449249
Push
35153 by btara@mozilla.com at Mon, 03 Dec 2018 21:49:46 +0000
Bug 1511811 - Make page-break-* Gecko-only.
Servo doesn't support it.
79cd08c08d39dbaba7641d69ef906d887ff1310a: Bug 1511811 - Remove useless GECKO_BORROWED_TYPE_MUT.
Emilio Cobos Álvarez <emilio@crisal.io> - Mon, 03 Dec 2018 08:05:14 -0500 - rev 449248
Push
35153 by btara@mozilla.com at Mon, 03 Dec 2018 21:49:46 +0000
Bug 1511811 - Remove useless GECKO_BORROWED_TYPE_MUT.
This causes a typedef mozilla::ServoElementSnapshot ServoElementSnapshot; to be
created, which we rely on bindgen not generating.
But bindgen will start (correctly) generating it in:
https://github.com/rust-lang/rust-bindgen/pull/1436
So easiest fix is just to remove this typedef, since it's just used by one FFI
function.
f038d9fa2026c01bc7a76ba799c9a1fcc16e67ae: Bug 1511811 - Use https for the MPL license URL.
Emilio Cobos Álvarez <emilio@crisal.io> - Sun, 02 Dec 2018 13:46:06 -0500 - rev 449247
Push
35153 by btara@mozilla.com at Mon, 03 Dec 2018 21:49:46 +0000
Bug 1511811 - Use https for the MPL license URL.
Cherry-picks https://github.com/servo/servo/pull/22198
f713c586d397c53c3d3dc403638d7609f3da4e56: Backed out 13 changesets (bug 1511811) for Btup bustages
shindli <shindli@mozilla.com> - Mon, 03 Dec 2018 15:39:11 +0200 - rev 449246
Push
35153 by btara@mozilla.com at Mon, 03 Dec 2018 21:49:46 +0000
Backed out 13 changesets (
bug 1511811) for Btup bustages
Backed out changeset d71cde918f43 (
bug 1511811)
Backed out changeset 0ae2634de8e1 (
bug 1511811)
Backed out changeset 53d1f5ca4099 (
bug 1511811)
Backed out changeset 5a08148928ef (
bug 1511811)
Backed out changeset da7816ec50ef (
bug 1511811)
Backed out changeset 5fe23889cccc (
bug 1511811)
Backed out changeset 800bc60c75a7 (
bug 1511811)
Backed out changeset 2392d8199cd0 (
bug 1511811)
Backed out changeset 7bc486fbd195 (
bug 1511811)
Backed out changeset d2c997426108 (
bug 1511811)
Backed out changeset ddd573878432 (
bug 1511811)
Backed out changeset 29c8ec1559a4 (
bug 1511811)
Backed out changeset f5851346109d (
bug 1511811)
d71cde918f439e98df4e73b9952dcd4e8a825c96: Bug 1511811 - Minor build fixup after the Servo crossbeam_channel update.
Emilio Cobos Álvarez <emilio@crisal.io> - Mon, 03 Dec 2018 08:08:34 -0500 - rev 449245
Push
35153 by btara@mozilla.com at Mon, 03 Dec 2018 21:49:46 +0000
Bug 1511811 - Minor build fixup after the Servo crossbeam_channel update.
0ae2634de8e17f16c000873f527544099d490d77: Bug 1511811 - Go back to bindgen 0.43 since I can't manage to make the tup build succeed.
Emilio Cobos Álvarez <emilio@crisal.io> - Sun, 02 Dec 2018 15:10:51 -0500 - rev 449244
Push
35153 by btara@mozilla.com at Mon, 03 Dec 2018 21:49:46 +0000
Bug 1511811 - Go back to bindgen 0.43 since I can't manage to make the tup build succeed.
53d1f5ca409995685b42fb725be5de45661c83a0: Bug 1511811 - Fix formatting of inverse transform matrix to appease tidy.
Emilio Cobos Álvarez <emilio@crisal.io> - Sun, 02 Dec 2018 14:05:00 -0500 - rev 449243
Push
35153 by btara@mozilla.com at Mon, 03 Dec 2018 21:49:46 +0000
Bug 1511811 - Fix formatting of inverse transform matrix to appease tidy.
5a08148928ef20ffcbd1bf8797f6074fd6bfc04d: Bug 1511811 - Update crossbeam-channel to 0.3.
Bastien Orivel <eijebong@bananium.fr> - Wed, 07 Nov 2018 19:48:07 +0100 - rev 449242
Push
35153 by btara@mozilla.com at Mon, 03 Dec 2018 21:49:46 +0000
Bug 1511811 - Update crossbeam-channel to 0.3.
Cherry-picks https://github.com/servo/servo/pull/22142
da7816ec50ef02601f44884abb3c0ca58299daae: Bug 1511811 - Update Servo's version of encoding_rs.
Emilio Cobos Álvarez <emilio@crisal.io> - Sun, 02 Dec 2018 13:56:33 -0500 - rev 449241
Push
35153 by btara@mozilla.com at Mon, 03 Dec 2018 21:49:46 +0000
Bug 1511811 - Update Servo's version of encoding_rs.
5fe23889cccccabd18b268a0fce7ded32926e145: Bug 1511811 - Update mozjs and enable 'init_once' feature for Android.
Paul Rouget <me@paulrouget.com> - Mon, 19 Nov 2018 09:11:54 +0100 - rev 449240
Push
35153 by btara@mozilla.com at Mon, 03 Dec 2018 21:49:46 +0000
Bug 1511811 - Update mozjs and enable 'init_once' feature for Android.
Cherry-picks https://github.com/servo/servo/pull/22200
800bc60c75a70ffef92582695b21b2d808ff7b91: Bug 1511811 - Make page-break-* Gecko-only.
Emilio Cobos Álvarez <emilio@crisal.io> - Sun, 02 Dec 2018 09:13:05 -0600 - rev 449239
Push
35153 by btara@mozilla.com at Mon, 03 Dec 2018 21:49:46 +0000
Bug 1511811 - Make page-break-* Gecko-only.
Servo doesn't support it.
2392d8199cd01b4b0923007088b7cd55e1edc353: Bug 1511811 - Use https for the MPL license URL.
Emilio Cobos Álvarez <emilio@crisal.io> - Sun, 02 Dec 2018 13:46:06 -0500 - rev 449238
Push
35153 by btara@mozilla.com at Mon, 03 Dec 2018 21:49:46 +0000
Bug 1511811 - Use https for the MPL license URL.
Cherry-picks https://github.com/servo/servo/pull/22198
7bc486fbd1952be76b2b0d5571669b980be7f03d: Bug 1511811 - Rustfmt new changes to ensure Servo-tidy doesn't complain.
Emilio Cobos Álvarez <emilio@crisal.io> - Sun, 02 Dec 2018 13:42:03 -0500 - rev 449237
Push
35153 by btara@mozilla.com at Mon, 03 Dec 2018 21:49:46 +0000
Bug 1511811 - Rustfmt new changes to ensure Servo-tidy doesn't complain.
d2c99742610827141e7c50a5da9692449fcbc6b3: Bug 1511811 - Revendor Rust dependencies.
Emilio Cobos Álvarez <emilio@crisal.io> - Sun, 02 Dec 2018 12:15:47 -0500 - rev 449236
Push
35153 by btara@mozilla.com at Mon, 03 Dec 2018 21:49:46 +0000
Bug 1511811 - Revendor Rust dependencies.
ddd573878432219c10221750858afb4688f9da3b: Bug 1511811 - Update bindgen.
Emilio Cobos Álvarez <emilio@crisal.io> - Sun, 02 Dec 2018 09:00:15 -0600 - rev 449235
Push
35153 by btara@mozilla.com at Mon, 03 Dec 2018 21:49:46 +0000
Bug 1511811 - Update bindgen.
29c8ec1559a4b87fab322016d03d76262ac42571: Bug 1511811 - Update syn and related dependencies. r=emilio
Bastien Orivel <eijebong@bananium.fr> - Fri, 30 Nov 2018 12:28:20 +0100 - rev 449234
Push
35153 by btara@mozilla.com at Mon, 03 Dec 2018 21:49:46 +0000
Bug 1511811 - Update syn and related dependencies. r=emilio
f5851346109d87c59d7389d3b8b25f2c02bd7d08: Bug 1511811 - Remove useless GECKO_BORROWED_TYPE_MUT.
Emilio Cobos Álvarez <emilio@crisal.io> - Mon, 03 Dec 2018 08:05:14 -0500 - rev 449233
Push
35153 by btara@mozilla.com at Mon, 03 Dec 2018 21:49:46 +0000
Bug 1511811 - Remove useless GECKO_BORROWED_TYPE_MUT.
This causes a typedef mozilla::ServoElementSnapshot ServoElementSnapshot; to be
created, which we rely on bindgen not generating.
But bindgen will start (correctly) generating it in:
https://github.com/rust-lang/rust-bindgen/pull/1436
So easiest fix is just to remove this typedef, since it's just used by one FFI
function.