aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* Move generated bindings to script_bindings (#36323)Josh Matthews2025-04-041-3/+1
* Animation: Aggregate Animated Image Info to Document (#36141)TIN TUN AUNG2025-03-281-0/+1
* Add `Path2D` (#35783)Lukas Lihotzki2025-03-261-0/+2
* Use new stylo crate renames (#35898)Nico Burns2025-03-121-1/+1
* Add an about:memory page (#35728)webbeef2025-03-071-0/+1
* script: Add `CanvasContext` trait (#35448)Samson2025-02-211-0/+1
* Update `pixels::unmultiply_inplace` to support RB swap and use it in canvas_s...Euclid Ye2025-02-061-1/+0
* script: Do not set up an IPC route for every image load (#35041)Martin Robinson2025-01-251-1/+0
* script: Feature-gate all crown support. (#35055)Josh Matthews2025-01-181-2/+2
* script: Move navigation fetching to the `ScriptThread` (#34919)Martin Robinson2025-01-101-0/+1
* script: Limit public exports. (#34915)Josh Matthews2025-01-101-16/+21
* Elide lifetimes where possible after rustup (#34824)Martin Robinson2025-01-031-1/+0
* Upgrade rustc to 1.83 (#34793)Nico Burns2025-01-011-0/+1
* script: Remove unecessary `warn(deprecated)` directives (#34807)Martin Robinson2024-12-311-35/+0
* script: Refactor channels in `ScriptThread` into receivers and senders (#34776)Martin Robinson2024-12-261-0/+3
* script: Cache the `<iframe>` list per-Document (#34702)Martin Robinson2024-12-201-0/+2
* Rewrite From/TryFrom conversions on generated types to avoid future orphan ru...Josh Matthews2024-12-111-0/+2
* script: Update the rendering when receiving IPC messages instead of just refl...Martin Robinson2024-12-091-0/+2
* Add XPath parser/evaluator (#34463)Ville Lindholm2024-12-081-0/+1
* 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