bors-servo
d326e75c5e
auto merge of #4991 : Manishearth/servo/gonkup, r=larsbergstrom
...
r? @larsbergstrom
cc @mwu
2015-02-20 22:27:49 -07:00
Manish Goregaokar
46824616d2
Make gonk compile again
2015-02-21 09:42:45 +05:30
bors-servo
991b479531
auto merge of #4977 : andreasgal/servo/master, r=jdm
...
The new interface will be added by https://github.com/ser...vo/rust-azure/pull/145 (has to be merged first).
2015-02-20 21:00:55 -07:00
Ms2ger
895d1ec10a
Move compositing to libc from crates.io.
2015-02-21 00:24:58 +01:00
Andreas Gal
ad5671bc14
Use cleaner StrokeOptions interface introduced by https://github.com/servo/rust-azure/pull/145 .
2015-02-20 14:56:23 -08:00
Ms2ger
125df55222
Move util to libc from crates.io.
2015-02-20 08:58:23 +01:00
Ms2ger
b6483c96be
Move layout to libc from crates.io.
2015-02-19 21:38:25 +01:00
Ms2ger
63f606306d
Move js to libc from crates.io.
2015-02-19 17:42:14 +01:00
Glenn Watson
b7894248cf
Update rust-cocoa to get fix for setting window title.
2015-02-19 07:14:54 +10:00
Ms2ger
aaed4a54c7
Use rustc-serialize rather than the built-in deprecated serialize.
2015-02-17 13:24:15 +01:00
Manish Goregaokar
d13328fa80
Fix cocoa dep on libc
2015-02-17 12:10:45 +05:30
Manish Goregaokar
70d1c6e012
Update to latest glutin
2015-02-17 11:25:57 +05:30
Glenn Watson
7aacf90161
Fixes background-color calculation for iframes. Fixes #1248
2015-02-16 08:16:18 +10:00
Adenilson Cavalcanti
ffa62c9688
Companion single Color patch.
...
This will also update the rust-azure dependency
to point to the hash where we have a single Color type.
Just executed ref-tests and no regressions found.
2015-02-13 14:49:28 -08:00
Ms2ger
31f6595981
Fix some warnings in servo/lib.rs.
2015-02-12 18:39:26 +01:00
Ms2ger
7896679afe
Fix some warnings in servo/main.rs.
2015-02-12 18:39:22 +01:00
Simon Sapin
d5dd1d658e
Upgrade to rustc ba2f13ef0 2015-02-04
2015-02-11 14:48:34 -08:00
Martin Robinson
cf5b6199e7
Send back unused buffers to the right pipeline
...
Update to latest rust-layers and send back all buffers to their
original pipeline.
2015-02-10 17:11:28 -08:00
Ms2ger
a09a912178
Import net as net rather than servo_net.
2015-02-10 12:55:24 +01:00
Ms2ger
b2fcc2397e
Import msg as msg rather than servo_msg.
2015-02-10 11:40:36 +01:00
Josh Matthews
446f0f447e
Allow unused variables, imports, and mutable.
2015-02-09 17:41:57 -05:00
Manish Goregaokar
14ac98849e
Make Glutin an optional(default) feature, update gonk's lockfile
2015-02-07 21:38:13 +05:30
bors-servo
f5cb1690bf
auto merge of #4856 : servo/servo/tocss, r=jdm
...
r? @jdm
The in-progress Rust upgrade will go on top of this.
2015-02-06 17:21:42 -07:00
Simon Sapin
7bf3fcd0d6
Use the ToCss trait instead of Show for CSSOM serialization.
...
Fix #4440 .
Close #4687 .
2015-02-07 11:18:57 +11:00
bors-servo
237cdee9e4
auto merge of #4702 : shinglyu/servo/bug3219, r=jdm
...
This is a fix for bug #3219 . This patch allows the user to specify a disposiable hostfile using the `HOST_FILE` environment variable. Therefore, we can run tests on test servers without actually changing the system hostfile.
2015-02-05 20:30:45 -07:00
Shing Lyu
c17f04771e
bug #3219 : specify hostfile by HOST_FILE env var
2015-02-06 11:16:57 +08:00
Adenilson Cavalcanti
a825e59516
Using the color helpers in CanvasPaintTask.
2015-02-05 16:27:15 -08:00
Sagar Muchhal
6699738cae
Add console message support to devtools. Does not actually cause logging to occur in the remote console.
2015-02-05 21:44:07 +00:00
Josh Matthews
b2b7baf914
Fix devtools implementation of downcastable actors. Fixes #4844 .
2015-02-05 14:29:09 +00:00
Josh Matthews
1dbbc1b72d
Use servo forks of hyper and cookie-rs for more lenient cookie parsing behaviour.
2015-02-04 13:35:05 +00:00
Josh Matthews
24c8896f88
Improve redirect behaviour to clear headers and reevaluate sent cookies. Implement storage-related cookie behaviour such as domain and path matching that cookie-rs doesn't require. Remove stored cookies when an empty value is stored. Document cookie code.
2015-02-04 13:35:05 +00:00
Shamir Khodzha
3239aeacdc
cookies and cookies storage implementation
2015-02-04 13:34:06 +00:00
Alexandru Cojocaru
685fee02a0
add unwrap
to send/recv
calls
2015-02-03 16:05:13 +01:00
Martin Robinson
77e11909b4
Update to latest rust-layers
2015-02-02 15:41:53 -08:00
Glenn Watson
f495884dcb
Remove the glfw port (it doesn't compile since last rustup anyway).
2015-02-02 10:38:12 +10:00
Manish Goregaokar
090dd9369f
Only SSL CA certs
2015-01-31 16:10:17 +05:30
Manish Goregaokar
524331d232
Add xpcshell script and warning
2015-01-31 15:40:54 +05:30
Manish Goregaokar
dfd746b38d
Basic certificate verification ( fixes #4119 )
2015-01-31 15:40:42 +05:30
Josh Matthews
9e01d91947
Lock crates.io dependencies to specific versions.
2015-01-31 01:27:26 +01:00
bors-servo
172aed535b
auto merge of #4757 : servo/servo/newnewnewcss, r=mbrubeck
...
(Still off by default. Enable with `RUST_LOG=style`.)
r? @mbrubeck
2015-01-30 15:27:53 -07:00
bors-servo
06cedc8317
auto merge of #4776 : zarazek/servo/master, r=glennw
...
Update to new version of PNG library. See earlier pull reqest for PNG lib: https://github.com/servo/rust-png/pull/57
2015-01-30 14:00:54 -07:00
Simon Sapin
6e95bd8e50
style::properties : move generated file out of source tree, use new-style Cargo build script.
2015-01-30 15:08:30 +01:00
Simon Sapin
493a9e6a89
Bring CSS parse error reporting back. (Still off by default. Enable with RUST_LOG=style
.)
2015-01-30 15:07:29 +01:00
Simon Sapin
966af0030a
Upgrade to rust-cssparser master.
...
* Use associated types
* Avoid mutation to gather parsing results.
2015-01-30 15:07:29 +01:00
Wojciech "Zarazek" Wiśniewski
81f4bab26c
PNG library upgrade
2015-01-30 00:08:31 +01:00
Glenn Watson
dab954a253
Switch glutin to use servo fork, which contains a crash fix for XCloseDisplay in some X11 drivers.
2015-01-30 08:12:19 +10:00
Ms2ger
505159a464
Import the util crate as util rather than servo_util.
...
This used to conflict with the util crate from the standard library, which
has long since been removed.
The import in layout has not been changed because of a conflict with the
util mod there.
2015-01-29 12:16:41 +01:00
Martin Robinson
fb3c2c38ee
Update to the latest rust-layers
...
Fixes #4754 .
2015-01-28 14:15:10 -08:00
Ms2ger
2026cbada2
Fix various build warnings.
2015-01-28 20:42:39 +01:00
bors-servo
95f71eea5c
auto merge of #4752 : Ms2ger/servo/update-xlib, r=jdm
2015-01-28 11:03:53 -07:00