aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/bindings/trace.rs
Commit message (Expand)AuthorAgeFilesLines
* sorted the extern crate, mod & use declarationsRavi Shankar2015-09-241-5/+5
* Fix reported test-tidy errors for unmerged import blocksBrandon Fairchild2015-09-191-5/+4
* Stop implementing Reflectable for JS<T> (fixes #2285).Ms2ger2015-09-131-6/+0
* Stop requiring that the type argument to RootedVec implements Reflectable.Ms2ger2015-09-131-8/+6
* Combine script profiling with profile crates. Fixes #7514.Connor Imes2015-09-041-2/+4
* Upgrade to rustc 1.4.0-dev (cb9323ec0 2015-09-01)Simon Sapin2015-09-021-1/+1
* Implement FromIterator<Root<A>> for RootedVec<JS<A>> (fixes #5117)Anthony Ramine2015-08-311-1/+13
* sort all usesJohann Tuffe2015-08-201-9/+9
* Replace uses of `for foo in bar.iter()`,João Oliveira2015-08-181-2/+2
* Fix existing syntactics nits.Josh Matthews2015-08-161-5/+5
* remove ScriptListenervectorijk2015-08-161-8/+0
* Replace uses of `for foo in bar.iter()` and `for foo in bar.iter_mut()`João Oliveira2015-08-151-1/+1
* Auto merge of #7132 - jdm:docenum, r=ms2gerbors-servo2015-08-131-1/+2
|\
| * Simplify devtools frame marker notification. Record each frame tick based on ...Josh Matthews2015-08-121-1/+2
* | Remove ScriptControlChan.Ms2ger2015-08-121-2/+1
|/
* script: Fix merge fallout.Patrick Walton2015-07-311-1/+7
* script: Make the resource task communication use IPC channels.Patrick Walton2015-07-311-3/+5
* Implement getComputedStyleDavid Zbarsky2015-07-291-0/+2
* Auto merge of #6660 - nox:children-changed, r=jdmbors-servo2015-07-251-0/+8
|\
| * Introduce RootedVec<JS<T>>::r()Anthony Ramine2015-07-231-0/+8
* | script: Make most of 2D canvas and WebGL run over IPC.Patrick Walton2015-07-251-4/+4
|/
* Auto merge of #6682 - boghison:scripttask, r=jdmbors-servo2015-07-221-2/+2
|\
| * Fix #6680Bogdan Cuza2015-07-221-2/+2
* | Make stmt part of unrooted_must_root handle type parameters (fixes #6651)Manish Goregaokar2015-07-221-0/+1
|/
* compositing: Make the constellation messages serializable.Patrick Walton2015-07-181-0/+9
* Wire up the JS engine's memory reporting.Nicholas Nethercote2015-07-151-0/+2
* Upgrade to rustc 1.3.0-dev (fddfd089b 2015-07-10)Simon Sapin2015-07-151-3/+10
* compositing: Move messages that go over the `ScriptListener` to go overPatrick Walton2015-07-141-1/+1
* webgl: implement getErrorecoal952015-07-061-0/+2
* Refactor #[jstraceable] to #[derive(JSTraceable)]David Winslow2015-07-011-3/+3
* Upgrade to SM 39Michael Wu2015-06-191-110/+117
* Use euclid from crates.ioecoal952015-06-191-3/+3
* Implementation of pattern fill style for canvas.Hyowon Kim2015-06-131-1/+4
* Remove fnv & smallvec crate reexports from utilCorey Farwell2015-06-101-1/+1
* Reduce max line length from 150 to 120 charactersCorey Farwell2015-05-241-1/+2
* Layerize canvasecoal952015-05-201-2/+2
* Remove support for tracing Cx.Ms2ger2015-05-101-2/+1
* Start using on_refresh_driver_tick #5681Guro Bokum2015-05-061-0/+7
* Upgrade to rustc 551a74dddd84cf01440ee84148ebd18bc68bd7c8.Simon Sapin2015-05-051-4/+2
* Add a VecRootableType bound to RootedVec's type parameter.Ms2ger2015-05-011-11/+27
* Replace -1 by !0 for unsigned integers.Ms2ger2015-05-011-2/+2
* Make RootedVec/RootCollection #[no_move]; improve code (fixes #5737)Manish Goregaokar2015-04-281-0/+1
* Remove #[jstraceable] annotation for the RootedVec type [Issue #5849]Jacob Taylor-Hindle2015-04-271-1/+0
* Refactored image cache task - details below.Glenn Watson2015-04-231-2/+5
* Canvas: implement global composition and blending.Mátyás Mustoha2015-04-221-2/+2
* Store a Runtime object in ScriptTask.Ms2ger2015-04-221-2/+2
* Make async XMLHttpRequest requests use async network events.Josh Matthews2015-04-161-0/+16
* Canvas: added lineCap and lineJoin support.Mátyás Mustoha2015-04-141-0/+2
* Firefox timeline integration #4957Guro Bokum2015-04-131-0/+1
* Resume tracing our collections of roots.Ms2ger2015-04-101-1/+1