aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* remove `extern crate` (#30311)Samson2023-09-081-22/+1
* Use std::cell::OnceCell and remove mitochondria dependency (#30207)Martin Robinson2023-08-251-0/+1
* No tracing of nop traceable fields (#29926)Samson2023-08-041-1/+8
* Eliminate duplicate Layout DOM wrappersMartin Robinson2023-05-051-20/+2
* apply pylbrecht/servo/named.window.getter (closes #27952)Delan Azabani2023-03-231-0/+2
* Fix warnings.Josh Matthews2022-04-011-2/+0
* Fix three trivial warnings.Dominic Cooney2021-05-231-1/+0
* Update toolchain to nightly-2021-05-18Dominic Cooney2021-05-221-1/+1
* Upgrade to rustc 1.52.0-nightly (a8486b64b 2021-02-24)Simon Sapin2021-02-251-0/+1
* Update mozjs.Josh Matthews2021-02-181-0/+1
* serviceworker: make job queue unique per originGregory Terzian2020-05-211-2/+0
* Move most animation processing to scriptMartin Robinson2020-05-121-0/+1
* Start having animations conform to the HTML specMartin Robinson2020-05-051-0/+1
* Replace a `transmute` with `.to_ne_bytes()` + constructorSimon Sapin2020-04-151-1/+0
* Remove use of soon-to-be-deprecated unstable featureSimon Sapin2020-04-151-1/+0
* Remove unused `#![feature(…)]` attributesSimon Sapin2020-04-151-1/+0
* allow for a service worker manager per originGregory Terzian2020-04-051-2/+2
* Merge RawLayoutElementHelpers into LayoutElementHelpersAnthony Ramine2020-03-311-1/+1
* 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
|\ \ | |/ |/|