aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* Upgraded to SM 60Alan Jeffrey2018-08-201-10/+1
* Remove recursion limitManish Goregaokar2018-07-301-2/+0
* Fix Trusted usage in audio decoder to queue tasks (#3)Manish Goregaokar2018-07-301-0/+2
* Test OscillatorNode with servo_mediaFernando Jiménez Moreno2018-07-301-0/+1
* Upgrade to rustc 1.29.0-nightly (1ecf6929d 2018-07-16)Simon Sapin2018-07-181-1/+1
* introduce "per task source" ignoring of tasksGregory Terzian2018-07-101-0/+1
* move msg to embedder_traits, use in script, handle send error in embedderGregory Terzian2018-05-231-1/+1
* delegate resource reading to embedderPaul Rouget2018-04-271-0/+1
* Upgrade to rustc 1.27.0-nightly (056f589fb 2018-04-07)Simon Sapin2018-04-091-3/+0
* Pass new method in CollectServoSizes for accurate DOM heap use reportingAnthony Weston2018-03-271-1/+10
* Use ByteBuf for the canvas messagesAnthony Ramine2018-03-261-0/+1
* Switch from servo/angle to the mozangle crateSimon Sapin2018-03-121-1/+1
* remove mozbrowser codePaul Rouget2018-02-131-1/+0
* Replace NonZero<*{const,mut} _> with std::ptr::NonNullSimon Sapin2018-01-221-1/+0
* Remove gecko-media dependencyFernando Jiménez Moreno2018-01-191-3/+0
* implement valid week stringtigercosmos2017-12-171-0/+1
* Make script depend on gecko-mediaAnthony Ramine2017-11-141-0/+3
* Auto merge of #18262 - KiChjang:value-sanitization, r=noxbors-servo2017-11-091-0/+3
|\
| * Implement string stripping utilities from the Infra specKeith Yeung2017-11-081-0/+3
* | Renamed js crate to mozjsAlan Jeffrey2017-11-081-2/+2
|/
* Make the unrooted_must_root conditional on a default Cargo feature.Simon Sapin2017-11-021-0/+1
* Replace rust-encoding with encoding-rsSimon Sapin2017-11-011-1/+0
* Use encoding-rs instead of rust-encoding for CSS parsingSimon Sapin2017-10-311-0/+1
* Bump bitflags to 1.0 in every servo crateBastien Orivel2017-10-301-2/+1
* Backed out changeset e64e659c077d: servo PR #18809 and revendor for reftest f...Gecko Backout2017-10-191-1/+2
* Auto merge of #18809 - Eijebong:bitflags, r=noxbors-servo2017-10-191-2/+1
|\
| * Update bitflags to 1.0 in every servo crateBastien Orivel2017-10-191-2/+1
* | Stop relying on linking details of std’s default allocatorSimon Sapin2017-10-191-0/+1
|/
* Replace all uses of the `heapsize` crate with `malloc_size_of`.Nicholas Nethercote2017-10-181-2/+2
* Make usage of core_intrinsics optionalSimon Sapin2017-10-161-1/+1
* Make usage of unstable feature on_unimplemented optional.Simon Sapin2017-10-161-1/+1
* Remove usage of unstable features const_ptr_null and const_ptr_null_mutSimon Sapin2017-10-161-2/+0
* Replace uses of libcore with libstd in components/scriptSimon Sapin2017-10-161-1/+0
* Move remaining uses of NonZero to our nonzero crateSimon Sapin2017-10-161-1/+0
* Replace NonZero<*mut JSObject> with a wrapper to enable local trait impls.Simon Sapin2017-10-161-0/+1
* Remove use of unstable box syntax.Simon Sapin2017-10-161-1/+0
* Remove usage of unstable feature try_fromSimon Sapin2017-10-121-1/+0
* Remove usage of unstable feature ascii_ctypesSimon Sapin2017-10-111-1/+0
* Rename LayoutJS<T> to LayoutDom<T>Anthony Ramine2017-09-261-1/+1
* Rename dom::bindings::js to dom::bindings::rootAnthony Ramine2017-09-261-1/+1
* Remove unused 'untagged_unions' feature gateMatt Brubeck2017-09-221-1/+0
* Auto merge of #18579 - mbrubeck:features, r=KiChjangbors-servo2017-09-211-2/+0
|\
| * Remove unused 'unboxed_closures' feature flagMatt Brubeck2017-09-201-1/+0
| * Remove unnecessary 'stmt_expr_attributes' feature flagMatt Brubeck2017-09-201-1/+0
* | Auto merge of #18059 - sendilkumarn:mito, r=noxbors-servo2017-09-211-0/+1
|\ \
| * | moving to oncecellsendilkumarn2017-09-091-0/+1
* | | Auto merge of #18533 - servo:TASKS, r=SimonSapinbors-servo2017-09-181-0/+3
|\ \ \ | |_|/ |/| |
| * | Introduce a task! macro and use it for internal pause stepsAnthony Ramine2017-09-181-1/+3
| * | Move Task to its own moduleAnthony Ramine2017-09-181-0/+1
| |/
* / Upgrade to rustc 1.22.0-nightly (277476c4f 2017-09-16)Simon Sapin2017-09-171-0/+2
|/