aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/devtools.rs
Commit message (Expand)AuthorAgeFilesLines
* Move everything unrelated to the frame tree out of Page and into Document or ...Josh Matthews2015-03-031-10/+7
* Do not glob-export EvaluateJSReply variants.Ruud van Asseldonk2015-02-131-6/+5
* Import msg as msg rather than servo_msg.Ms2ger2015-02-101-1/+1
* Add flag to send live updates to devtools.Sagar Muchhal2015-02-051-0/+5
* add `unwrap` to `send/recv` callsAlexandru Cojocaru2015-02-031-5/+5
* Update rustc to 00b112c45a604fa6f4b59af2a40c9deeadfdb7c6/rustc-1.0.0-dev.Josh Matthews2015-01-281-0/+2
* Fix #3936 – {Window,WorkerGlobalScope}.set{Timeout,Interval}(DOMString)Guillaume Bort2015-01-071-2/+2
* Fix obsolete format traits.Ms2ger2015-01-021-1/+1
* Replace Root::deref() calls by Root::r() calls where possible.Ms2ger2015-01-011-10/+10
* Update rustc to revision 3dcd2157403163789aaf21a9ab3c4d30a7c6494d.Ms2ger2014-12-171-2/+2
* handle null for evaluating JS value. #4235Jerry Shih2014-12-161-1/+3
* Implemeneted ModifyAttribute handler to update DOM elements.Shanil Puri2014-12-031-0/+106