aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/devtools.rs
Commit message (Expand)AuthorAgeFilesLines
...
* Remove helper traitsAnthony Ramine2015-08-271-3/+1
* sort all usesJohann Tuffe2015-08-201-10/+10
* Replace uses of `for foo in bar.iter()` and `for foo in bar.iter_mut()`João Oliveira2015-08-151-1/+1
* Improve documentation for devtools messages a bit more.Josh Matthews2015-08-131-3/+6
* fixup! Simplify devtools frame marker notification. Record each frame tick ba...Josh Matthews2015-08-121-4/+3
* Simplify devtools frame marker notification. Record each frame tick based on ...Josh Matthews2015-08-121-3/+6
* Closes #6724 (Allows object evaluation in devtools)Harrison G2015-08-091-3/+14
* Warning police.Josh Matthews2015-08-041-1/+0
* Auto merge of #6920 - Wafflespeanut:NIT, r=jdmbors-servo2015-08-031-1/+0
|\
| * Removed an invalid FIXME and fixed a doc commentRavi Shankar2015-08-031-1/+0
* | [FIX] Bug fix #6756Kayo Hamid2015-08-021-3/+2
|/
* Persuading devtools to communicate with the workers; r=jdmRavi Shankar2015-08-011-17/+7
* devtools: Convert the developer tools to run over IPC.Patrick Walton2015-07-271-10/+12
* Eval'ing int32's in devtools panic'dSam Gibson2015-07-241-3/+10
* Make cached messages appear in FF's devtools.Josh Matthews2015-07-031-16/+19
* Upgrade to SM 39Michael Wu2015-06-191-33/+34
* Implemented `GetCachedMessages`Tamir Duberstein2015-05-261-0/+41
* Reduce max line length from 150 to 120 charactersCorey Farwell2015-05-241-2/+6
* Start using on_refresh_driver_tick #5681Guro Bokum2015-05-061-1/+7
* Uniformise root() methodsAnthony Ramine2015-04-281-1/+1
* Firefox timeline integration #4957Guro Bokum2015-04-131-2/+35
* Use a simple Temporary value in TreeIteratorAnthony Ramine2015-04-131-2/+2
* Rewrite NodeChildrenIterator to return Temporary.Ms2ger2015-04-021-1/+4
* Remove some unnecessary uses of `as_slice`Corey Farwell2015-03-291-2/+2
* Use Finite<T> for our dom code (excluding CanvasRenderingContext2D)Tetsuharu OHZEKI2015-03-251-1/+3
* 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