Anthony Ramine
|
406273c641
|
Use serde in devtools
|
2016-03-31 11:07:18 +02:00 |
|
Johannes Linke
|
6b215f38ee
|
Fix a bunch of clippy lints
|
2016-01-02 23:27:15 +01:00 |
|
Simon Martin
|
cec661fa86
|
Issue #9042: Report incorrect number of spaces around => in the style checker.
|
2015-12-23 20:54:26 +01:00 |
|
Abhishek Kumar
|
f889b1ccd7
|
Support responseCookies, responseContent, responseHeaders, requestCookies, getResponseHeaders,
getResponseContent, getRequestPostData, getRequestCookies, getResponseCookies, getEventTimings and
getSecurityInfo message for network devtools
Fixing Indentation
|
2015-12-21 10:28:40 -05:00 |
|
Prabhjyot Singh Sodhi
|
920bb5e4b8
|
tests for devtools integration with network requests/responses
|
2015-09-25 22:07:01 +05:30 |
|
Ravi Shankar
|
889eec364b
|
sorted the extern crate, mod & use declarations
|
2015-09-24 02:12:45 +05:30 |
|
Ms2ger
|
1257a33394
|
Stop calling to_string() in devtools.
|
2015-09-02 19:51:22 +02:00 |
|
Johann Tuffe
|
ec07178b6f
|
sort all uses
|
2015-08-20 20:47:12 +08:00 |
|
Fabrice Desré
|
c7b48240b0
|
Actor::handle_message should return an enum instad of a boolean #7110 r=jdm
|
2015-08-13 18:14:34 -07:00 |
|
Corey Farwell
|
435e551753
|
Remove get_ prefix on getters
Part of #6224
I certainly didn't remove all of them; I avoided `unsafe` areas and also `components/script`
|
2015-06-02 08:54:44 -04:00 |
|
Ms2ger
|
422b6bd223
|
Fix comments in devtools.
In particular, use the right kind of documentation comments.
|
2015-05-14 13:10:40 +02:00 |
|
Himaja
|
01eb31ae8a
|
1. Add an Option<Pipeline_id> field to the LoadData struct, and a corresponding parameter to LoadData::new()
2. Change addEvent in the NetworkEventActor to add_request and add_response
|
2015-05-05 12:31:40 -04:00 |
|
Himaja
|
6e91ebb1fe
|
1. Add an enum type NetworkEventMessage for handling both HttpRequest and HttpResponse messages
2. Change run_server to handle network events
3. Add a unique id to track request-actor associations
4. Update the network event actor
|
2015-05-05 11:50:00 -04:00 |
|
Himaja
|
9f4a88bc48
|
Initial changes for devtools support for logging HTTP requests.
Add a NetworkEventActor to devtools/actors/
Authors:
Ashritha Mohan Ram <amohanr@ncsu.edu>
Himaja Valavala <hsvalava@ncsu.edu>
Anand Chandrasekar <achandr9@ncsu.edu>
Yiyang Wang <ywang95@ncsu.edu>
|
2015-05-05 11:49:26 -04:00 |
|