Henri Sivonen
763d66dd51
Bug 1261841 part 4 - Add a configuration option for enabling explicit SIMD in Rust. r=froydnj.
...
MozReview-Commit-ID: ICifcJ9499a
2017-06-13 13:24:19 +03:00
Henri Sivonen
432653453a
Bug 1261841 part 2 - Use encoding_rs instead of uconv. r=emk,mystor.
...
MozReview-Commit-ID: 15Y5GTX98bv
2017-06-13 13:23:23 +03:00
Henri Sivonen
5326afdaea
Bug 1261841 part 1 - Vendor encoding_rs and encoding_c into m-c. rs=emk,SimonSapin.
...
MozReview-Commit-ID: Lphq69tSIXa
2017-06-13 13:22:54 +03:00
Servo VCS Sync
c527c04c0e
No bug - Revendor rust dependencies
2017-06-09 22:57:05 +00:00
Kartikaya Gupta
c1a601a0f4
Bug 1371382 - Update gl_generator to 0.5.3. r=jrmuizel
...
This also pulls in khronos_api v1.0.1
MozReview-Commit-ID: Gw4GtvD3pOx
--HG--
extra : rebase_source : 95601450e5cf125001e69fdbc104e488e88e926e
2017-06-08 17:06:05 -04:00
Servo VCS Sync
5c8f420d51
No bug - Revendor rust dependencies
2017-06-07 20:51:45 +00:00
Servo VCS Sync
73b0699d0c
No bug - Revendor rust dependencies
2017-06-06 04:18:47 +00:00
Servo VCS Sync
dc7a500df8
No bug - Revendor rust dependencies
2017-06-05 20:38:53 +00:00
Servo VCS Sync
d5b32dba16
No bug - Revendor rust dependencies
2017-06-04 21:27:20 +00:00
Servo VCS Sync
ddbf630465
No bug - Revendor rust dependencies
2017-06-03 01:39:44 +00:00
Kartikaya Gupta
f7afb5a21c
Merge m-c to graphics, a=merge
...
MozReview-Commit-ID: COZj8Itgjcz
2017-06-01 09:56:23 -04:00
Kartikaya Gupta
cab614e181
Bug 1367734 - Update webrender to cset a54cc729259588dd1ff52c86d0c62cb2a1767137. r=jrmuizel,jerry
...
In addition to updating webrender and webrender_traits, this patch:
- bumps the euclid dependency in webrender_bindings to match webrender
- updates the Cargo.lock files and re-vendors third-party rust packages
- updates the push_yuv_image callers due to an API change in WR cset a4b9e25.
2017-06-01 08:57:10 -04:00
Servo VCS Sync
84479a18c9
No bug - Revendor rust dependencies
2017-05-30 19:18:04 +00:00
Boris Zbarsky
fcac452692
Fix stylo bustage from selectors crate being updated. No bug.
2017-05-24 08:52:51 -04:00
Servo VCS Sync
1f2bbf4599
No bug - Revendor rust dependencies
...
--HG--
rename : third_party/rust/serde/src/bytes.rs => third_party/rust/serde-0.9.9/src/bytes.rs
rename : third_party/rust/serde/src/de/content.rs => third_party/rust/serde-0.9.9/src/de/content.rs
rename : third_party/rust/serde/src/de/private.rs => third_party/rust/serde-0.9.9/src/de/private.rs
rename : third_party/rust/serde/src/error.rs => third_party/rust/serde-0.9.9/src/error.rs
rename : third_party/rust/serde/src/iter.rs => third_party/rust/serde-0.9.9/src/iter.rs
rename : third_party/rust/serde/src/ser/content.rs => third_party/rust/serde-0.9.9/src/ser/content.rs
rename : third_party/rust/serde/src/ser/private.rs => third_party/rust/serde-0.9.9/src/ser/private.rs
rename : third_party/rust/serde/src/utils.rs => third_party/rust/serde-0.9.9/src/utils.rs
rename : third_party/rust/unicode-bidi/src/tables.rs => third_party/rust/unicode-bidi-0.2.5/src/tables.rs
2017-05-23 05:17:49 +00:00
Servo VCS Sync
2ca25817fa
No bug - Revendor rust dependencies
2017-05-21 06:13:11 +00:00
Servo VCS Sync
444028b3ce
No bug - Revendor rust dependencies
2017-05-20 18:45:20 +00:00
Cameron McCormack
9bb327f2c7
Bug 1366454 - Revendor app_units manually. r=me (CLOSED TREE)
...
MozReview-Commit-ID: CElyR5aQGPh
2017-05-20 14:56:12 +08:00
Servo VCS Sync
0e51b95a04
No bug - Revendor rust dependencies
2017-05-20 01:10:42 +00:00
Kartikaya Gupta
5320a75266
Merge m-c to graphics
...
MozReview-Commit-ID: Fq2lBUWyr0m
2017-05-19 13:19:35 -04:00
Kartikaya Gupta
aca076b94b
Merge m-c to graphics
...
MozReview-Commit-ID: DFNbcj14mg9
--HG--
rename : memory/mozjemalloc/jemalloc.c => memory/mozjemalloc/mozjemalloc.cpp
rename : memory/mozjemalloc/jemalloc_types.h => memory/mozjemalloc/mozjemalloc_types.h
2017-05-18 08:34:15 -04:00
Kartikaya Gupta
fc0b73bcdf
Bug 1363683 - Update webrender to cset 7f37799d63ed80a07675ad599526290843394c99. r=jrmuizel
...
In addition to updating gfx/webrender and gfx/webrender_traits, this patch:
- Updates the webrender_bindings Cargo.toml file for version bumps
- Updates the Cargo.lock files and revendors the third-party rust dependecies
- Updates the webrender bindings for a change in the display list construction
and finalization API in WR csets 425155a and 1eb84eb.
We now have to pass around a content size parameter to construct a display list,
and we get back a content size from finalizing the display list. Since we pass
the finalization results over IPC to WebRenderBridgeParent, we need to update
the IPDL as well to pass this around.
- Updates the webrender bindings for a change to scroll_node_with_id in WR cset
48a098f.
- Updates the webrender bindings for a change to push_text in WR cset 3287c15.
2017-05-15 15:13:31 -04:00
Kartikaya Gupta
85ce3b9a88
Merge m-c to graphics
...
MozReview-Commit-ID: LHvR5izGDcT
2017-05-12 10:20:09 -04:00
Kartikaya Gupta
f262a4e6db
Merge m-c to graphics
...
MozReview-Commit-ID: 2okRQxtQnFa
2017-05-11 07:47:25 -04:00
Kartikaya Gupta
a4a58a3748
Merge m-c to graphics
...
MozReview-Commit-ID: Ax2mJsUs80t
2017-05-10 11:21:46 -04:00
Kartikaya Gupta
7818effada
Bug 1361751 - Update webrender to 964df2f. r=jrmuizel
...
This includes the Cargo.lock file changes and regenerated bindings.
2017-05-10 10:28:39 -04:00
Servo VCS Sync
a080cef618
No bug - Revendor rust dependencies
2017-05-19 02:48:09 +00:00
Servo VCS Sync
c58094ee93
No bug - Revendor rust dependencies
2017-05-19 01:43:42 +00:00
Wes Kocher
090e554ce2
Backed out 2 changesets (bug 1336540) for build bustage a=backout
...
Backed out changeset 1bef3928a127 (bug 1336540)
Backed out changeset 42feca9f0e17 (bug 1336540)
MozReview-Commit-ID: 8NH4gZcDy6E
2017-05-18 18:11:12 -07:00
Xidorn Quan
029693f013
Bug 1336540 part 1 - Move config info from build_gecko.rs to a toml file in gecko. r=emilio
...
MozReview-Commit-ID: 9w9UX38YMUt
--HG--
extra : rebase_source : 36bcb2c10614c9b9f597f13d302953f9af14f928
2017-05-19 10:25:36 +10:00
Servo VCS Sync
1078f219e1
No bug - Revendor rust dependencies
2017-05-11 23:29:34 +00:00
Carl Corcoran
72c896fa45
bug 1358151: temporary workaround for rust race condition r=ted
...
MozReview-Commit-ID: KiPArBKMSu1
--HG--
extra : rebase_source : 7e0714b0bb04f019fc26dae80cf1226d298551c3
2017-05-06 14:05:09 +02:00
Servo VCS Sync
fcd2579334
No bug - Revendor rust dependencies
2017-05-10 21:23:02 +00:00
Servo VCS Sync
e0a7705300
No bug - Revendor rust dependencies
2017-05-09 12:32:43 +00:00
Servo VCS Sync
95a49c60f4
No bug - Revendor rust dependencies
2017-06-01 06:58:58 +00:00
Xidorn Quan
3a024a13a5
Bug 1341102 - Vendor only pre-1.0 version of serde on a CLOSED TREE.
...
MozReview-Commit-ID: 2UB7KxmgSYI
--HG--
rename : third_party/rust/serde-0.9.9/src/bytes.rs => third_party/rust/serde/src/bytes.rs
rename : third_party/rust/serde-0.9.9/src/de/content.rs => third_party/rust/serde/src/de/content.rs
rename : third_party/rust/serde-0.9.9/src/de/private.rs => third_party/rust/serde/src/de/private.rs
rename : third_party/rust/serde-0.9.9/src/error.rs => third_party/rust/serde/src/error.rs
rename : third_party/rust/serde-0.9.9/src/iter.rs => third_party/rust/serde/src/iter.rs
rename : third_party/rust/serde-0.9.9/src/ser/content.rs => third_party/rust/serde/src/ser/content.rs
rename : third_party/rust/serde-0.9.9/src/ser/private.rs => third_party/rust/serde/src/ser/private.rs
rename : third_party/rust/serde-0.9.9/src/utils.rs => third_party/rust/serde/src/utils.rs
extra : rebase_source : 26aee8c2b25fa2e61dc1cb84f709408a73c7c16a
2017-06-01 11:25:35 +10:00
Xidorn Quan
18d00c2891
Bug 1341102 - Update vendored clap to get more consistent bitflags on a CLOSED TREE.
...
MozReview-Commit-ID: 3Km7H7yEh39
2017-06-01 09:52:00 +10:00
Xidorn Quan
208110c249
Bug 1341102 - Revendor rust dependencies again after several manual update on a CLOSED TREE.
...
MozReview-Commit-ID: JMCJVitYYnz
2017-06-01 09:35:32 +10:00
Xidorn Quan
57b78a2dbd
Bug 1341102 - Revendor rust dependencies on a CLOSED TREE.
...
MozReview-Commit-ID: 6MPTaW3uQN
--HG--
extra : amend_source : 2424a2ce2527129ad92526b548a96fb3564cbda5
2017-06-01 09:12:44 +10:00
Servo VCS Sync
0822921f3b
No bug - Revendor rust dependencies
...
--HG--
rename : third_party/rust/rayon/tests/compile-fail-unstable/scope_join_bad.rs => third_party/rust/rayon/tests/compile-fail/scope_join_bad.rs
rename : third_party/rust/rayon/tests/run-pass-unstable/scope_join.rs => third_party/rust/rayon/tests/run-pass/scope_join.rs
2017-05-09 03:47:56 +00:00
Wes Kocher
75c2b7a481
Merge m-c to autoland, a=merge
...
MozReview-Commit-ID: 3BrkDVl7521
2017-05-08 16:24:51 -07:00
Kartikaya Gupta
4a7a11715c
Bug 1359744 - Update webrender to 8516d6c04235e684d9bf9c783ba4fc99dab3bf02. r=jrmuizel
...
This updates the Cargo.lock files and revendors third_party/rust as well.
2017-05-03 19:03:18 -04:00
Emilio Cobos Álvarez
4fa90b8c5b
Bug 1341102: Revendor rust dependencies on a CLOSED TREE. r=red
...
MozReview-Commit-ID: GrqpxUECOtt
--HG--
rename : third_party/rust/bitflags/.cargo-checksum.json => third_party/rust/bitflags-0.7.0/.cargo-checksum.json
rename : third_party/rust/bitflags/.travis.yml => third_party/rust/bitflags-0.7.0/.travis.yml
rename : third_party/rust/bitflags/Cargo.toml => third_party/rust/bitflags-0.7.0/Cargo.toml
rename : third_party/rust/dtoa/LICENSE-APACHE => third_party/rust/bitflags-0.7.0/LICENSE-APACHE
rename : third_party/rust/serde_json/LICENSE-MIT => third_party/rust/bitflags-0.7.0/LICENSE-MIT
rename : third_party/rust/bitflags/README.md => third_party/rust/bitflags-0.7.0/README.md
rename : third_party/rust/bitflags/src/lib.rs => third_party/rust/bitflags-0.7.0/src/lib.rs
rename : third_party/rust/itoa/LICENSE-APACHE => third_party/rust/syntex/LICENSE-APACHE
rename : third_party/rust/serde_json/LICENSE-MIT => third_party/rust/syntex/LICENSE-MIT
rename : third_party/rust/serde_json/LICENSE-APACHE => third_party/rust/syntex_errors/LICENSE-APACHE
rename : third_party/rust/serde_json/LICENSE-MIT => third_party/rust/syntex_errors/LICENSE-MIT
rename : third_party/rust/dtoa/LICENSE-APACHE => third_party/rust/syntex_pos/LICENSE-APACHE
rename : third_party/rust/serde_json/LICENSE-MIT => third_party/rust/syntex_pos/LICENSE-MIT
rename : third_party/rust/dtoa/LICENSE-APACHE => third_party/rust/syntex_syntax/LICENSE-APACHE
rename : third_party/rust/serde_json/LICENSE-MIT => third_party/rust/syntex_syntax/LICENSE-MIT
2017-05-08 21:05:42 +02:00
Emilio Cobos Álvarez
7c5744babe
Bug 1341102: Revendor rust dependencies. r=me
...
MozReview-Commit-ID: GJXx3EZHBbK
2017-05-17 16:48:39 +02:00
Emilio Cobos Álvarez
8288f0fa6a
Bug 1341102: Revendor rust-dependencies manually on a CLOSED TREE. r=emilio
...
MozReview-Commit-ID: FRov90MIvOe
2017-05-01 02:49:23 +02:00
Kartikaya Gupta
e37b4e9289
Merge m-c to graphics
...
MozReview-Commit-ID: 6UBB4TW6an5
2017-04-27 09:31:17 -04:00
Kartikaya Gupta
86403106c8
Bug 1358156 - Update webrender to 1437cc124696ecc95b726dffa17f918bb6ea5af1. r=jrmuizel
...
In addition to updating the Cargo.toml/Cargo.lock files and generated FFI header,
this patch also:
- Updates a couple of field names in the IPC serialization code as a result
of webrender cset 8ca10a8
- Removes z-index related goop, since it's no longer needed as of webrender
cset c872232
2017-04-26 10:33:14 -04:00
Kartikaya Gupta
b21511b7c0
Merge m-c to graphics
...
MozReview-Commit-ID: GdyXEYZsVuX
2017-04-25 08:32:48 -04:00
Kartikaya Gupta
c896803771
Merge m-c to graphics
...
MozReview-Commit-ID: 3s6ISsQ3jG9
2017-04-24 09:17:28 -04:00
Kartikaya Gupta
2e1380aecf
Merge m-c to graphics
...
MozReview-Commit-ID: 5zsIClrx1FB
2017-04-21 10:01:47 -04:00