servo/components
bors-servo 054bb381e9 Auto merge of #10826 - danlrobertson:cookies, r=asajeffrey
Add webdriver commands for (Get|Add)Cookie

Add the webdriver commands for GetCookie and AddCookie. In addition the basic messages for sending cookie data back and forth from the resource thread needed to be created and the handlers for those messages were created as well.

Do we plan to have some sort of test suite for the webdriver at some point? At this point I primarily test my PRs with basic shell scripts with a lot of `curl` and `jq`.

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/10826)
<!-- Reviewable:end -->
2016-06-26 03:19:14 -05:00
..
canvas Make canvas send their data themselves to other canvas 2016-06-16 18:24:04 +01:00
canvas_traits Make canvas send their data themselves to other canvas 2016-06-16 18:24:04 +01:00
compositing Move ChromeToPaintMsg to gfx_traits. 2016-06-24 14:57:10 +02:00
constellation Move ChromeToPaintMsg to gfx_traits. 2016-06-24 14:57:10 +02:00
devtools Make the net monitor panel in FF's devtools show meaningful output. 2016-06-06 00:51:36 +01:00
devtools_traits Make the net monitor panel in FF's devtools show meaningful output. 2016-06-06 00:51:36 +01:00
gfx Move ChromeToPaintMsg to gfx_traits. 2016-06-24 14:57:10 +02:00
gfx_traits Move ChromeToPaintMsg to gfx_traits. 2016-06-24 14:57:10 +02:00
layout Auto merge of #11833 - Ms2ger:LocalToCss, r=jdm 2016-06-23 12:39:17 -05:00
layout_thread Use our copy of RefCell for style data. 2016-06-23 16:13:49 +02:00
layout_traits Remove the layout shutdown channel. 2016-06-04 13:24:32 +02:00
msg Use common cookie struct add cookie webdriver cmds 2016-06-25 22:24:35 +00:00
net Use common cookie struct add cookie webdriver cmds 2016-06-25 22:24:35 +00:00
net_traits Use common cookie struct add cookie webdriver cmds 2016-06-25 22:24:35 +00:00
plugins Update Rust to 1.11.0-nightly (ec872dc8a 2016-06-07) 2016-06-08 14:03:57 +02:00
profile Make it possible to build the style_traits crate with a stable compiler. 2016-06-22 15:40:53 +02:00
profile_traits implement related sw interface and register method 2016-06-02 04:09:39 +05:30
range Use num-traits in range. 2016-04-20 14:59:05 +02:00
script Auto merge of #10826 - danlrobertson:cookies, r=asajeffrey 2016-06-26 03:19:14 -05:00
script_layout_interface Use our copy of RefCell for style data. 2016-06-23 16:13:49 +02:00
script_traits add reload keyboard shortcut 2016-06-23 17:37:56 +08:00
servo Auto merge of #10826 - danlrobertson:cookies, r=asajeffrey 2016-06-26 03:19:14 -05:00
style Clean up code 2016-06-25 15:52:34 -07:00
style_traits Remove some usage of unstable features in geckolib 2016-06-22 15:49:07 +02:00
util Remove some usage of unstable features in geckolib 2016-06-22 15:49:07 +02:00
webdriver_server Use common cookie struct add cookie webdriver cmds 2016-06-25 22:24:35 +00:00