Martin Feckie
7e5c45ddbf
Commit autogenerated manifest for baseline position
2015-11-19 21:26:17 +11:00
bors-servo
c1e6bc0714
Auto merge of #8538 - notriddle:github_resize, r=mbrubeck
...
Ignore `<meta name=viewport>` if `@viewport` is ignored
Fixes #8373
<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png " height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/8538 )
<!-- Reviewable:end -->
2015-11-17 00:31:49 +05:30
Michael Howell
987c9e63aa
Ignore <meta name=viewport> if @viewport is.
...
Fixes #8373
2015-11-15 20:35:13 -07:00
Eli Friedman
f6a337772a
Fix the metadata for webgl tests.
...
These are reftests, not tests using the test harness.
CC #8414 . (This fixes the immediate issue, but we should also fix the
error message.)
2015-11-15 13:08:00 -08:00
bors-servo
8f2a3a64f1
Auto merge of #8524 - notriddle:paint_task_deep, r=jdm
...
Draw layers that are under sub-displaylists.
Fixes #8325
<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png " height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/8524 )
<!-- Reviewable:end -->
2015-11-14 22:26:22 +05:30
Michael Howell
24c35a2185
Draw layers that are under sub-displaylists.
...
Fixes #8325
2015-11-14 09:49:30 -07:00
Paul Rouget
5263a4c4c9
[Browser API] implement mozbrowsericonchange event
2015-11-14 09:59:50 +01:00
bors-servo
9bcaedde82
Auto merge of #8514 - Ms2ger:test-ref, r=Manishearth
...
Use wptrunner for some old-style reftests.
<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png " height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/8514 )
<!-- Reviewable:end -->
2015-11-13 22:31:18 +05:30
Josh Matthews
5e123df7a7
Make SSL cert verification errors work again. Add a horrible, no-good, very bad regression test.
2015-11-13 11:30:38 -05:00
Ms2ger
6ef1f559e0
Move linear_gradients_smoke_a.html to wpt reftests.
2015-11-13 14:52:46 +01:00
Ms2ger
d0b7f1628b
Move linear_gradients_corners_a.html to wpt reftests.
2015-11-13 14:42:12 +01:00
Ms2ger
1948b6914e
Move line_height_a.html to wpt reftests.
2015-11-13 12:28:09 +01:00
Ms2ger
45d0fecb89
Move legacy_td_width_attribute_a.html and legacy_th_width_attribute_a.html to wpt reftests.
2015-11-13 12:03:50 +01:00
Ms2ger
86ab0eb860
Move legacy_cellspacing_attribute_a.html to wpt reftests.
2015-11-13 10:31:20 +01:00
bors-servo
e63b1e83d4
Auto merge of #8147 - nox:weakref, r=Ms2ger
...
Implement weak-referenceable JS-managed objects
<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png " height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/8147 )
<!-- Reviewable:end -->
2015-11-13 06:22:40 +05:30
Josh Matthews
de70ae0c81
Disable WebGL tests on mac due to #8486 .
2015-11-12 12:31:52 -05:00
Anthony Ramine
72c67efe96
Introduce trait WeakReferenceable
...
This allows to take weak references of JS-managed DOM objects.
2015-11-12 12:51:50 +01:00
bors-servo
efc31e619d
Auto merge of #8376 - mrobinson:fix-inlines, r=pcwalton
...
Properly make stacking contexts for inlines
Instead of making a stacking context out of inline fragments parent
flow, make the inline fragment itself the stacking context. This fixes
positioning and rendering of these sort of fragments and prevents
over-layerization.
Fixes #7424 .
Fixes #5812 .
<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png " height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/8376 )
<!-- Reviewable:end -->
2015-11-12 12:26:39 +05:30
Martin Robinson
d572f1ca05
Properly make stacking contexts for inlines
...
Instead of making a stacking context out of inline fragments parent
flow, make the inline fragment itself the stacking context. This fixes
positioning and rendering of these sort of fragments and prevents
over-layerization.
Fixes #7424 .
Fixes #5812 .
2015-11-11 14:42:18 -08:00
Emilio Cobos Álvarez
75ecb67e62
webgl: Add test for getSupportedExtensions
2015-11-11 17:18:28 +01:00
Anthony Ramine
acb13dc899
Support variadic interface arguments ( fixes #8159 )
...
We use a RootedVec value in codegen, of which we use the `r()` method to
pass `&[&T]` to the interface methods.
2015-11-11 14:52:21 +01:00
bors-servo
13226f8472
Auto merge of #8381 - bholley:attr_restyle_hints, r=pcwalton
...
Implement attribute restyle hints
<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png " height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/8381 )
<!-- Reviewable:end -->
2015-11-11 01:27:45 +05:30
Bobby Holley
a79f6e43a0
Tests.
2015-11-10 11:57:26 -08:00
Ms2ger
866eb0551e
Move jpeg_normal.html and jpeg_progressive.html to wpt reftests.
2015-11-10 14:03:33 +01:00
Ms2ger
eb882403fb
Move inset_blackborder.html and outset_blackborder.html to wpt reftests.
2015-11-10 12:35:01 +01:00
Ms2ger
17cdd1769d
Move input_height_a.html to wpt reftests.
2015-11-10 12:25:47 +01:00
Ms2ger
17376dd96b
Move inline_whitespace_a.html and inline_whitespace_b.html to wpt reftests.
2015-11-10 12:15:38 +01:00
Ms2ger
3ed4e62057
Move inline_block_parent_width.html and inline_block_parent_width_percentage.html to wpt reftests.
2015-11-10 11:36:54 +01:00
Ms2ger
cfbe639e79
Move inline_block_margin_auto_a.html to wpt reftests.
2015-11-10 11:23:39 +01:00
Ms2ger
7d376bfe81
Move inline_background_a.html to wpt reftests.
2015-11-10 11:16:10 +01:00
bors-servo
faf2f34772
Auto merge of #8343 - servo:custom-properties, r=mbrubeck
...
Fix some custom properties bugs
Fix #7767 .
<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png " height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/8343 )
<!-- Reviewable:end -->
2015-11-07 06:02:36 +05:30
Simon Sapin
3973085cb6
Fix double /**//**/
2015-11-06 23:01:55 +01:00
Simon Sapin
40e6cc118e
Detect var() in shorthand declarations.
2015-11-06 23:01:54 +01:00
Ms2ger
e4034597a2
Move img_simple.html to wpt reftests.
2015-11-05 16:49:02 +01:00
Ms2ger
31476b77b6
Move img_block_maxwidth_a.html and img_block_maxwidth_b.html to wpt reftests.
2015-11-05 16:34:37 +01:00
Ms2ger
41a9502688
Move image_rendering_auto_a.html and image_rendering_pixelated_a.html to wpt reftests.
2015-11-05 16:17:27 +01:00
Ms2ger
0cf602f7d8
Move font_size.html to wpt reftests.
2015-11-05 16:01:23 +01:00
Ms2ger
5b35ee09d3
Move floated_negative_margins_a.html to wpt reftests.
2015-11-05 15:52:11 +01:00
Ms2ger
c8f0613113
Move flex_row_direction.html to wpt reftests.
2015-11-05 15:30:10 +01:00
Ms2ger
9623ed54d0
Move flex_column_direction.html to wpt reftests.
2015-11-05 13:35:01 +01:00
Ms2ger
4add7d23f8
Move fixed_width_overrides_child_intrinsic_width_a.html to wpt reftests.
2015-11-05 13:24:31 +01:00
bors-servo
dc159d055c
Auto merge of #8322 - mrobinson:iframe-resizing, r=pcwalton
...
Properly resize iframe root layers
When a layer containing an iframe changes, we also need to resize the
root layer of the subpage. This ensures that content from the child
layer tree is masked to the new size.
Fixes #8301 .
<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png " height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/8322 )
<!-- Reviewable:end -->
2015-11-05 02:23:43 +05:30
Simon Sapin
80dbd29528
counter-reset defaults to 0, not 1.
2015-11-04 10:55:16 +01:00
David Zbarsky
d95ca55f26
Allow retrieving width/height for non-positioned elements
2015-11-03 20:13:09 -08:00
bors-servo
ca56ebbb09
Auto merge of #8306 - glennw:fix-abd-overflow, r=pcwalton
...
Change overflow calculation to be calculated after compute_absolute_position.
Also include absolutely positioned elements in the overflow rect calculation.
Fixes #7797 .
<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png " height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/8306 )
<!-- Reviewable:end -->
2015-11-04 08:15:58 +05:30
Martin Robinson
261246ea25
Properly resize iframe root layers
...
When a layer containing an iframe changes, we also need to resize the
root layer of the subpage. This ensures that content from the child
layer tree is masked to the new size.
Fixes #8301 .
2015-11-03 15:28:07 -08:00
bors-servo
8cbd8e6b45
Auto merge of #8316 - Ms2ger:test-ref, r=frewsxcv
...
Use wptrunner for some old-style reftests.
<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png " height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/8316 )
<!-- Reviewable:end -->
2015-11-04 02:07:59 +05:30
Ms2ger
60047854e3
Move canvas_radial_gradient_a.html to wpt reftests.
2015-11-03 17:58:05 +01:00
Ms2ger
b1a9a0650a
Move box_shadow_spread_a.html to wpt reftests.
2015-11-03 17:51:51 +01:00
Ms2ger
3ac3085b18
Move box_shadow_inset_parsing_a.html to wpt reftests.
2015-11-03 17:43:44 +01:00