Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upAdd webdriver commands for (Get|Add)Cookie #10826
Conversation
highfive
commented
Apr 24, 2016
|
Heads up! This PR modifies the following files: |
highfive
commented
Apr 24, 2016
|
Getting a test harness for the webdriver code is the subject of an ongoing student project. |
|
Ah! Thanks! Thats awesome! |
|
I didn't correctly handle |
6b6e1cd
to
91de1f5
|
Fixed. |
|
|
|
r? @jgraham |
64f7c57
to
58c65d2
|
Note, there's a compile error in |
|
Thanks, sorry about that. |
|
|
de881d0
to
88f90cf
|
@bors-servo try |
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 -->
|
|
highfive
commented
Jun 25, 2016
|
|
@bors-servo r=asajeffrey |
|
|
|
@bors-servo r=asajeffrey |
|
|
|
|
@bors-servo retry |
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 -->
|
|
|
@bors-servo: retry |
|
|
|
|
dlrobertson commentedApr 24, 2016
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
curlandjq.This change is