bors-servo
182a9a70de
auto merge of #3942 : Ms2ger/servo/VoidVal, r=jdm
...
There are no undefined constants in IDL.
2014-11-09 09:09:31 -07:00
bors-servo
caba4b3e76
auto merge of #3943 : Ms2ger/servo/img_width_height, r=jdm
...
This fixes an intermittent failure introduced in
<https://github.com/servo/servo/pull/3929 >.
2014-11-09 07:51:31 -07:00
Ms2ger
be4c83432b
Call waitForExplicitFinish in test_img_width_height.html.
...
This fixes an intermittent failure introduced in
<https://github.com/servo/servo/pull/3929 >.
2014-11-09 15:19:40 +01:00
Ms2ger
aa83388f38
Remove VoidVal.
...
There are no undefined constants in IDL.
2014-11-08 18:00:04 +01:00
bors-servo
25e9830938
auto merge of #3925 : mbrubeck/servo/glut-loop, r=pcwalton
...
This begins porting the Android event loop to work with the inverted flow control from #3761 . Unfortunately, GLUT does not give us enough control over the event loop to really make this work, so this will build but it may not run properly. Our current plan is to get rid of GLUT and switch to Glutin in the near future.
r? @pcwalton
2014-11-07 22:06:29 -07:00
bors-servo
fe11a75f79
auto merge of #3937 : Ms2ger/servo/docs-bindings, r=jdm
2014-11-07 10:57:30 -07:00
Ms2ger
3ed3c9a978
Document bindings/conversions.rs.
2014-11-07 18:33:38 +01:00
bors-servo
c311ceea8c
auto merge of #3935 : evilpie/servo/master, r=Ms2ger
2014-11-07 07:30:31 -07:00
Tom Schuster
96e42feaa1
Implement the whole Attr interface
2014-11-07 14:36:57 +01:00
Ms2ger
223c3bc7ae
Document bindings/callback.rs.
2014-11-07 12:22:00 +01:00
Ms2ger
52ef7f7948
Document bindings/trace.rs.
2014-11-07 12:11:50 +01:00
Ms2ger
bfa1ab816f
Document bindings/utils.rs.
2014-11-07 11:57:37 +01:00
bors-servo
23b75816a2
auto merge of #3930 : fabricedesre/servo/issue3804, r=jdm
2014-11-07 01:24:28 -07:00
Fabrice Desré
8eb4844174
Issue #3804 : Allow enabling debug-mozjs from servobuild config
2014-11-06 22:47:02 -08:00
bors-servo
bb7621f5dc
auto merge of #3929 : jdm/servo/finish, r=larsbergstrom
2014-11-06 22:51:29 -07:00
Josh Matthews
711f4d5af9
Make content tests synchronous by default. Fixes #884 .
2014-11-06 21:48:43 -08:00
bors-servo
338a9c3f05
auto merge of #3917 : mukilan/servo/xhr-status-async, r=jdm
...
Fixes #3877
2014-11-06 19:00:29 -07:00
Matt Brubeck
b85adf8b35
Build fixes for Android windowing code
...
This begins porting the Android event loop to work with the inverted flow
control from #3761 . Unfortunately, GLUT does not give us enough control over
the event loop to really make this work, so this will build but it may not run
properly. Our current plan is to get rid of GLUT and switch to Glutin in the
near future.
r? @pcwalton
2014-11-06 17:11:40 -08:00
Mukilan Thiyagarajan
504fdbfac4
Disable status-error.htm and status-async.htm due to #3596
2014-11-07 06:27:15 +05:30
bors-servo
f775f12fe9
auto merge of #3886 : glennw/servo/mq, r=SimonSapin
2014-11-06 17:24:28 -07:00
Glenn Watson
a48c780d22
Fix unit tests for media queries.
2014-11-06 15:53:37 -08:00
Glenn Watson
b278fc2284
Short circuit media queries test if stylist is already dirty.
2014-11-06 14:42:55 -08:00
bors-servo
fa7596015a
auto merge of #3922 : glennw/servo/update-cargo, r=mbrubeck
2014-11-06 15:36:29 -07:00
Glenn Watson
475709d1a4
Update cargo to get fix for pinned dependencies of features.
2014-11-06 14:16:34 -08:00
bors-servo
cf0455a4ca
auto merge of #3916 : mbrubeck/servo/disable-xhtml, r=Ms2ger
...
r? @Ms2ger
2014-11-06 14:15:30 -07:00
bors-servo
46154fb7ac
auto merge of #3884 : brunoabinader/servo/dataset, r=jdm
...
This is a sub-task for #2974 .
2014-11-06 12:36:30 -07:00
Bruno de Oliveira Abinader
a9d68474c9
Remove warning from 'deleter' WebIDL codegen
2014-11-06 11:31:58 -08:00
Bruno de Oliveira Abinader
5c76502b91
Implement DOMStringMap
2014-11-06 11:31:58 -08:00
Bruno de Oliveira Abinader
b50cfa56a9
Couple more fixes to handle 'setter' properties in WebIDL
2014-11-06 11:31:58 -08:00
bors-servo
e781cb4d0c
auto merge of #3892 : evilpie/servo/master, r=glennw
...
I am not sure if this is the same key everywhere, but this works on Linux. Google didn't produce useful results for me.
2014-11-06 12:03:32 -07:00
Mukilan Thiyagarajan
dc02352564
XHR - Trigger readystatechange when transitioning from HEADERS_RECEIVED to DONE
...
Fixes #3877
2014-11-06 23:57:48 +05:30
bors-servo
c828e83604
auto merge of #3817 : nkdalmia/servo/master, r=jdm
...
We have completed the initial step for "Implement Window.sessionStorage and Window.localStorage"
- Create and stub the Storage WebIDL interface
2014-11-06 10:51:40 -07:00
Matt Brubeck
266970e2b2
Disable XHTML tests
2014-11-06 09:43:57 -08:00
bors-servo
ed22c9b35b
auto merge of #3696 : pcwalton/servo/gradients, r=SimonSapin
...
This implements a subset of the CSS `linear-gradient` property per the
CSS-IMAGES specification:
http://dev.w3.org/csswg/css-images-3/
The full syntax is parsed, but only the beginning and end color stops
are used, and gradients are clamped to the nearest 90 degrees. It should
not be architecturally difficult to add the remaining pieces, but in the
interests of bounding the size of this patch that work has been left to
follow-ups.
Improves GitHub.
r? @glennw
2014-11-06 10:00:42 -07:00
bors-servo
1225189a4b
auto merge of #3914 : Ms2ger/servo/lang, r=Manishearth
2014-11-06 09:27:33 -07:00
Patrick Walton
215c2a9d4c
layout: Implement CSS linear gradients per the CSS-IMAGES specification.
...
This implements the CSS `linear-gradient` property per the CSS-IMAGES
specification:
http://dev.w3.org/csswg/css-images-3/
Improves GitHub.
2014-11-06 08:26:47 -08:00
nkdalmia
bb76b0f3f2
Intial Commit for Storage.webidl, along with impl stub
2014-11-06 10:55:27 -05:00
Ms2ger
bb9cad938b
Implement HTMLElement#lang.
2014-11-06 15:28:52 +01:00
bors-servo
44fa9f9b18
auto merge of #3912 : Ms2ger/servo/parser-glob, r=jdm
...
Glob imports are frowned upon, and after the removal of
build_element_for_tag, only a few types are actually used.
2014-11-06 06:27:31 -07:00
Ms2ger
fbb00da212
Remove the glob import from the HTML parser.
...
Glob imports are frowned upon, and after the removal of
build_element_for_tag, only a few types are actually used.
2014-11-06 09:41:24 +01:00
bors-servo
667b511ae3
auto merge of #3909 : SimonSapin/servo/remove-travis-files, r=jdm
2014-11-05 21:15:33 -07:00
bors-servo
0e6a67c76b
auto merge of #3907 : Munksgaard/servo/serve-docs, r=jdm
...
This enables the user to run `./mach serve-docs` (with an optional port
number), starting a local web server that hosts the documentation for
Servo and Rust.
This closes #3807
2014-11-05 20:39:33 -07:00
bors-servo
57cb8a10f0
auto merge of #3903 : Manishearth/servo/plugin-fixes, r=jdm
2014-11-05 20:03:34 -07:00
Simon Sapin
7b10383880
Remove scripts that used to run on Travis-CI.
2014-11-05 18:33:11 -08:00
bors-servo
45262ec9d2
auto merge of #3905 : Ms2ger/servo/prefix-create, r=jdm
2014-11-05 19:27:35 -07:00
bors-servo
5dae1de2f5
auto merge of #3902 : mbrubeck/servo/share_directory, r=jdm
...
This is @acmiyaguchi's already-reviewed patch from #3388 , rebased and squashed onto servo master. Fixes #3353 .
2014-11-05 18:51:36 -07:00
bors-servo
f09c314420
auto merge of #3906 : mbrubeck/servo/disable-wpt-xhr, r=jdm
...
Due to w3c/web-platform-tests#1362
2014-11-05 18:18:39 -07:00
Matt Brubeck
eee25d132c
Disable flaky XHR test
2014-11-05 17:08:00 -08:00
Manish Goregaokar
52983ed97c
Silence lint for self.global in XHR
2014-11-06 06:37:44 +05:30
bors-servo
10072c73fd
auto merge of #3894 : awestroke/servo/feauture-warn-32bit-bootstrap, r=jdm
...
Also hints that 32bit snapshots are unavailable on failure
Resolves #3739

2014-11-05 15:42:51 -07:00