Glenn Watson
7aacf90161
Fixes background-color calculation for iframes. Fixes #1248
2015-02-16 08:16:18 +10:00
Ms2ger
99e4561f06
Fix a build warning with CEF on Mac.
2015-02-15 19:40:43 +01: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
Bryan Bell
e277199b82
When using glutin, set the mouse cursor
...
Only call set_cursor on linux, since glutin
currently only implements set_cursor on linux.
2015-02-13 13:55:29 -08:00
Ms2ger
7f47b8b8e2
Fix warnings in cef.
2015-02-13 14:57:52 +01:00
Ms2ger
d931617449
Make some feature gates conditional to avoid unused feature warnings.
2015-02-13 14:57:52 +01:00
Ms2ger
19a8f24e8b
Fix warnings in glutin.
2015-02-13 10:37:00 +01:00
bors-servo
395323cd70
auto merge of #4890 : servo/servo/Utf16Encoder, r=Ms2ger
2015-02-12 09:18:46 -07: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
hgentry
9ee3278c28
Remove our copy of Utf16Encoder in favor of the built-in equivalent ( fixes #4725 ).
2015-02-10 15:31:31 +01: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
9d03a15043
Upgrade Gonk to rustc 00b112c45
2015-02-07 21:38:26 +05:30
Manish Goregaokar
5fed5587ab
(unsafe) FFI changes
2015-02-07 21:38:22 +05:30
Manish Goregaokar
7bd9e04fee
Partially upgrade gonk to master's rustc
2015-02-07 21:38:13 +05:30
Manish Goregaokar
14ac98849e
Make Glutin an optional(default) feature, update gonk's lockfile
2015-02-07 21:38:13 +05:30
Manish Goregaokar
a193112988
Switch to build.rs, upgrade Gonk
2015-02-07 21:38:00 +05:30
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
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
14df9f8a70
Differentiate between HTTP and non-HTTP APIs for cookie operations. Fix some incorrect cookie removal operation logic. Order the returned cookies according to the spec. Make cookie unit tests pass.
2015-02-04 13:35:05 +00:00
Shamir Khodzha
3239aeacdc
cookies and cookies storage implementation
2015-02-04 13:34:06 +00:00
bors-servo
a766f1a706
auto merge of #4830 : glennw/servo/android-gl, r=mbrubeck
2015-02-03 19:45:49 -07:00
bors-servo
95802fe8b3
auto merge of #4826 : mbrubeck/servo/cef_plugins, r=jdm
...
Fixes errors linking to our CEF embedding library. r? @glennw
2015-02-03 19:03:50 -07:00
Glenn Watson
e5bf195098
Load android OpenGL pointers ( fixes #4824 ).
2015-02-04 09:22:34 +10:00
Matt Brubeck
96cb0fbabf
Add [no_link] attribute to plugins crate
...
Fixes errors linking to our CEF embedding library.
2015-02-03 13:12:14 -08: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
Simon Sapin
0233d342eb
Fix mod_path dependency in CEF and Gonk builds.
2015-01-31 23:25:54 +01: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
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
Ms2ger
42d7e26aed
Update xlib.
2015-01-28 17:42:02 +01:00
bors-servo
d597432167
auto merge of #4740 : akiss77/servo/pr-deps, r=metajack
...
* openssl
* glfw
* gleam
* skia
* mozjs
2015-01-28 09:36:53 -07:00
Ms2ger
f9304a2af5
Update azure to master.
2015-01-28 11:23:32 +01:00
Ms2ger
9ab1ba7a5f
Update layers to master.
2015-01-28 11:03:37 +01:00
Akos Kiss
7ca3145b0d
Update dependencies in lock files
...
* openssl
* glfw
* gleam
* skia
* mozjs
2015-01-28 08:28:33 +00:00