Glenn Watson
e93d849831
Update WR (various small optimizations and driver fixes).
2018-03-12 16:32:31 +10:00
Anthony Ramine
491a79ee4e
Don't bound on Copy to implement Animate for Size2D and Point2D
2018-03-09 11:57:21 +01:00
Paul Rouget
16b770b5c3
winit and glutin versions bump (android fixes)
2018-03-09 09:29:35 +08:00
Paul Rouget
f9a56e5915
unfork glutin
2018-03-09 09:29:13 +08:00
Matt Brubeck
2f2bfb23db
Disable logging in bindgen to reduce code size
...
This disables bindgen's `logging` feature, which builds `env_logger`
with default features, including regex support. Disabling it allows
Gecko to build `env_logger` without the `regex` crate, reducing code
size.
Part of https://bugzilla.mozilla.org/show_bug.cgi?id=1444097
2018-03-08 08:06:48 -08:00
Simon Sapin
cca32a1945
Update mozjs_sys
2018-03-07 20:10:17 +01:00
Glenn Watson
a51bad51cd
Update WR (nVidia/ANGLE workaround, vertex shader optimizations).
2018-03-07 15:52:59 +10:00
Simon Sapin
917ccaf268
Update devices and fork blurmac
2018-03-05 17:56:21 +01:00
Bastien Orivel
fdd7f91f86
Remove metadeps from the dependency tree
2018-03-05 13:47:46 +01:00
bors-servo
ec3aa8bd7a
Auto merge of #20182 - paulrouget:ctrl_l, r=jdm
...
Prompt URL on Cmd/Ctrl-L
<!-- Please describe your changes on the following line: -->
The `sanitize_url` code is very naive. I'm sure we can do better.
This ServoShell issue describes the problem: https://github.com/paulrouget/servoshell/issues/59
I can fix that now if someone can help me figure out how to tell if a string is a valid url which is just missing a scheme. Or we can do that in a follow up.
---
<!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: -->
- [x] `./mach build -d` does not report any errors
- [x] `./mach test-tidy` does not report any errors
- [x] These changes fix #20165
<!-- Either: -->
- [ ] There are tests for these changes OR
- [ ] These changes do not require tests because _____
<!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.-->
<!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->
<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg " height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/20182 )
<!-- Reviewable:end -->
2018-03-04 12:48:30 -05:00
Paul Rouget
bb04b95a79
Prompt URL on Cmd/Ctrl-L
2018-03-04 10:55:10 +01:00
Paul Rouget
76552b3e1e
update tinyfiledialogs
2018-03-03 08:35:44 +01:00
Emilio Cobos Álvarez
31695bd58f
style: Update bindgen to 0.33.
2018-03-02 18:45:12 +01:00
bors-servo
320c7f409d
Auto merge of #20166 - glennw:update-wr-async, r=jdm
...
Update WR (async scene building fix)
<!-- Reviewable:start -->
This change is [<img src="https://reviewable.io/review_button.svg " height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/20166 )
<!-- Reviewable:end -->
2018-03-02 09:41:50 -05:00
Emilio Cobos Álvarez
e08e0704a2
Reland #20160 since it just needed a revendor that didn't happen automatically.
2018-03-02 14:42:45 +01:00
Gecko Backout
59cb14b71b
Backed out changeset 39a71f4c9d94 for build bustages at make[4]: *** [force-cargo-library-build] Error 101 on a CLOSED TREE
...
Backs out https://github.com/servo/servo/pull/20160
2018-03-02 12:47:51 +00:00
bors-servo
0172989b6f
Auto merge of #20160 - emilio:formatted-style, r=xidorn
...
style: Rustfmt bindings on automation, and locally under an env variable.
Bug: 1432153
Reviewed-by: xidorn
MozReview-Commit-ID: HJ9J5NtYVk2
<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg " height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/20160 )
<!-- Reviewable:end -->
2018-03-02 05:38:00 -05:00
Glenn Watson
60a378d167
Update WR (async scene building fix)
2018-03-02 15:14:16 +10:00
Emilio Cobos Álvarez
8778b46d57
style: Update bindgen.
2018-03-01 16:23:51 +01:00
bors-servo
23e9590634
Auto merge of #20153 - jdm:glutinup, r=SimonSapin
...
Update glutin, skia, and azure.
- [x] `./mach build -d` does not report any errors
- [x] `./mach test-tidy` does not report any errors
- [x] These changes fix #19901
<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg " height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/20153 )
<!-- Reviewable:end -->
2018-03-01 10:20:05 -05:00
Paul Rouget
9b9a53f30b
euclid update
2018-03-01 06:05:14 +01:00
Glenn Watson
753677f5d1
Update WR (ipc deadlock workaround, clipped-filter fix).
2018-03-01 11:13:10 +10:00
Josh Matthews
3af74b69dc
Update glutin, skia, and azure.
2018-02-28 20:10:56 -05:00
Bastien Orivel
4ea60d3a2a
Update caseless to 0.2
2018-02-28 16:55:39 +01:00
Bastien Orivel
c072829be0
Update flate2 to 1.0
2018-02-28 16:55:35 +01:00
Bastien Orivel
9ca18b510f
Update image to 0.18
2018-02-28 16:25:35 +01:00
Bastien Orivel
22325df495
Update itertools to 0.7
2018-02-28 16:25:32 +01:00
Bastien Orivel
c28dcbc3e5
Bump euclid to 0.17
2018-02-28 09:46:59 +01:00
Bastien Orivel
33e1415509
Bump gl_generator to 0.9
...
Fixes #20037
2018-02-27 19:39:28 +01:00
bors-servo
b6bd719c5d
Auto merge of #20058 - Eijebong:rayon1.0, r=jdm
...
Bump rayon to 1.0
<!-- Reviewable:start -->
This change is [<img src="https://reviewable.io/review_button.svg " height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/20058 )
<!-- Reviewable:end -->
2018-02-27 00:10:51 -05:00
Bastien Orivel
fae2d9839f
Bump rayon to 1.0
2018-02-24 13:50:03 +01:00
bors-servo
64a4dfbc71
Auto merge of #20067 - Eijebong:clipboard, r=nox
...
Update clipboard related dependencies to use xcb 0.8
See https://github.com/rtbo/rust-xcb/pull/55
<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg " height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/20067 )
<!-- Reviewable:end -->
2018-02-23 13:01:20 -05:00
Bastien Orivel
606a08479d
Update clipboard related dependencies to use xcb 0.8
2018-02-22 15:51:56 +01:00
Matt Brubeck
568038ca2b
Fix license metadata for servo_arc crate
...
The header in lib.rs states that this library is MIT / Apache-2.0, since
it is forked from the Rust standard library.
2018-02-21 16:35:18 -08:00
Xidorn Quan
92feec1974
Use cstr macro for ffi literal strings.
2018-02-14 22:11:38 +11:00
bors-servo
6cb78057bb
Auto merge of #20022 - Eijebong:syn, r=nox
...
Update syn, quote and synstructure
Right now they're duplicated because we need a new serde release (ping @dtolnay), a new cssparser release (ping @SimonSapin) and a new release of html5ever with https://github.com/servo/html5ever/pull/336
<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg " height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/20022 )
<!-- Reviewable:end -->
2018-02-13 11:15:54 -05:00
bors-servo
b1d3d6f632
Auto merge of #19975 - paulrouget:killbhtml, r=mbrubeck,emilio
...
Kill browserhtml
Fixes https://github.com/servo/servo/issues/19971
<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg " height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/19975 )
<!-- Reviewable:end -->
2018-02-13 04:54:47 -05:00
Paul Rouget
da349ee8a9
remove mozbrowser code
2018-02-13 09:40:06 +01:00
Bastien Orivel
9faa579c89
Bump syn/quote in style_derive
2018-02-12 17:08:55 +01:00
Bastien Orivel
cf6330b6c1
Bump syn/quote in malloc_size_of_derive
2018-02-12 17:08:19 +01:00
Bastien Orivel
3670d4d3e5
Bump syn/quote in jstraceable_derive
2018-02-12 17:07:58 +01:00
Bastien Orivel
c18137b4ea
Bump syn/quote in domobject_derive
2018-02-12 17:07:40 +01:00
Bastien Orivel
0a0d37bea3
Bump syn/quote in deny_public_fields
2018-02-12 15:05:18 +01:00
Emilio Cobos Álvarez
25868beabd
style: Back out ordermap.
...
It was worth a shot!
2018-02-12 12:20:46 +01:00
Paul Rouget
019fdaa1bd
remove bhtml
2018-02-11 08:02:39 +01:00
Anthony Ramine
79775541f2
Make AnimationValue have the same variants as PropertyDeclaration
...
By making AnimationValue have the same representation as PropertyDeclaration
and Void variants for non-animatable properties, we know by constructions
that all properties have the same discriminant in both.
2018-02-10 12:37:30 +01:00
bors-servo
41fb6ed1ff
Auto merge of #19980 - servo:derive-all-the-things, r=emilio
...
Merge all keyword arms in Clone for PropertyDeclaration 🐉 🐲
<!-- Reviewable:start -->
This change is [<img src="https://reviewable.io/review_button.svg " height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/19980 )
<!-- Reviewable:end -->
2018-02-09 16:17:01 -05:00
Anthony Ramine
5d8e70dc27
Avoid pattern matching to clone Copy variants of PropertyDeclaration 🐉 🐲
2018-02-09 12:10:42 +01:00
Pyfisch
5697171ed6
Use Rect::inner_rect from euclid
...
Update euclid.
2018-02-08 16:45:27 +01:00
Glenn Watson
0a2ea7381f
Update WR (various transform, hit-testing related fixes).
2018-02-08 11:22:03 +10:00