aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* Implement `DataTransfer` and related interfaces (#34205)Gae242024-11-251-0/+1
* Generate a trait abstracting over all known DOM interfaces (#34357)Josh Matthews2024-11-241-0/+2
* Support persisting unminified external stylesheets (#33919)Taym Haddadi2024-10-301-0/+2
* Properly track `rel` keywords for `<a>`/`<area>`/`<form>` elements (#33462)Simon Wülker2024-09-231-1/+1
* Initial support for `<link rel="prefetch">` (#33345)Simon Wülker2024-09-091-0/+2
* Use global exports from derives (#33169)Samson2024-08-251-0/+7
* enhance: Add support for `unsafe-eval` and `wasm-unsafe-eval` (#32893)Chocolate Pie2024-08-011-0/+2
* Fix more clippy (#32740)石蕊 (Pi-Cla)2024-07-091-1/+1
* Address issues uncovered by rust-1.78 beta (#32130)Martin Robinson2024-04-221-1/+0
* crown: Do not warn about crown for rustdoc or clippy (#31805)Martin Robinson2024-03-211-2/+4
* Compile Servo with the latest version of rust stable (#30831)Martin Robinson2023-12-061-2/+0
* Replace script_plugins with a clippy like rustc driver (named crown) (#30508)Samson2023-12-011-11/+4
* Remove usage of `drain_filter` (#30742)Martin Robinson2023-11-171-1/+0
* Remove Servo `window.trap()` extension (#30743)Martin Robinson2023-11-171-1/+0
* 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