aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* Move PendingRestyle to the style_layout_interface crateAnthony Ramine2020-03-281-1/+1
* Update SpiderMonkeyAnthony Ramine2020-03-061-0/+1
* Introduce a new type MaybeUnreflectedDom<T> (fixes #25701)Anthony Ramine2020-02-171-0/+1
* rename compartment to realmKunal Mohan2020-01-241-2/+2
* Modify `script` to prevent further violations of snake_caseKunal Mohan2020-01-181-1/+0
* Scaffold module scriptCYBAI2020-01-031-0/+2
* script: Ensure JS engine is initialized and deinitialized on the same thread.Josh Matthews2019-11-261-0/+1
* Use `#![register_tool]` instead of `#![register_attr]`Simon Sapin2019-11-151-4/+2
* Use `#![register_attr(…)]` instead of `Registry::register_attribute`Simon Sapin2019-11-151-0/+4
* Addresses issues raised in #24465; removes redundancy in set_bitmap_dimensionsBailey Blankenship2019-11-101-0/+1
* Remove use of on_unimplementedSimon Sapin2019-11-081-1/+0
* Upgrade to rustc 1.40.0-nightly (246be7e1a 2019-10-25)Simon Sapin2019-10-261-1/+31
* Move items at the root of the script crate to a moduleSimon Sapin2019-10-261-66/+3
* Moved CanvasState out of canvasrenderingcontextHanif Bin Ariffin2019-10-251-0/+1
* Remove uses of mem::uninitializedSimon Sapin2019-07-171-2/+4
* Upgrade to rustc 1.37.0-nightly (088b98730 2019-07-03)Josh Matthews2019-07-051-1/+0
* Remove `default-except-unstable`Simon Sapin2019-07-011-2/+2
* Fix some new warningsSimon Sapin2019-06-221-1/+0
* Auto merge of #23253 - BartGitHub:refactor-promise-compartment, r=jdmbors-servo2019-04-291-0/+1
|\
| * Add proof that code is executed in compartmentAron Zwaan2019-04-241-0/+1
* | Move StylesheetSetRef to scriptFernando Jiménez Moreno2019-04-261-0/+1
* | First bits of shadow dom layoutFernando Jiménez Moreno2019-04-261-1/+4
|/
* Make use of RefCell::try_borrow_unguardedAnthony Ramine2019-04-121-0/+1
* Implement CDATASection interface and createCDATASection methodGeorge Roman2019-03-141-1/+1
* Remove most RootedReference usesAnthony Ramine2019-03-101-0/+1
* Upgrade to rustc 1.34.0-nightly (0ea22717a 2019-03-02)Simon Sapin2019-03-031-1/+0
* Fix servo build.Emilio Cobos Álvarez2019-02-101-0/+1
* Implement HTMLMediaElement poster attributeFernando Jiménez Moreno2019-01-111-0/+1
* Rustfmt has changed its default style :/Simon Sapin2018-12-281-4/+1
* Auto merge of #22225 - servo:webgl, r=emiliobors-servo2018-11-211-0/+2
|\
| * Call prepare_pixels on the WebGL threadAnthony Ramine2018-11-201-0/+2
* | Auto merge of #22231 - servo:warn, r=SimonSapinbors-servo2018-11-201-2/+0
|\ \ | |/ |/|
| * Fix unused import warning in new Rust NightlySimon Sapin2018-11-201-2/+0
* | Update MPL license to https (part 3)Jan Andre Ikenmeyer2018-11-191-1/+1
|/
* Update crossbeam-channel to 0.3Bastien Orivel2018-11-181-2/+2
* Unify the task source and task canceller APIAgustin Chiappe Berrini2018-11-141-0/+1
* `cargo fix --edition-idioms`Simon Sapin2018-11-081-67/+0
* Sort `use` statementsSimon Sapin2018-11-061-1/+1
* `cargo fix --edition`Simon Sapin2018-11-061-12/+12
* Rename mozjs to js in script through Cargo rather than `extern crate`Simon Sapin2018-11-061-2/+2
* Update hyper to 0.12Bastien Orivel2018-11-011-2/+3
* Auto merge of #21881 - pyfisch:keyboard-types, r=paulrougetbors-servo2018-10-171-0/+1
|\
| * Use keyboard-types cratePyfisch2018-10-071-0/+1
* | Auto merge of #21877 - servo:webgl, r=jdmbors-servo2018-10-091-0/+1
|\ \
| * | Merge some byte swap/premultiply functions in their own crateAnthony Ramine2018-10-061-0/+1
| |/
* / dom: htmlmediaelement: add initial player bitsVíctor Manuel Jáquez Leal2018-10-081-1/+0
|/
* script: Optionally store backtraces when throwing DOM exceptions.Josh Matthews2018-10-011-1/+1
* webgl: Add feature to store backtraces for each WebGL API call for easier deb...Josh Matthews2018-10-011-0/+2
* Format script componentchansuke2018-09-191-13/+21
* Replace mpsc with crossbeam/servo channel, update ipc-channelSimon Sapin2018-09-121-1/+0