aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/script_thread.rs
Commit message (Expand)AuthorAgeFilesLines
* clippy: Allow `too_many_arguments` for all functions (#31962)komuhangi2024-04-011-0/+2
* clippy: Fix a few problems in `components/scripts` (#31959)Rosemary Ajayi2024-04-011-2/+2
* fix: remove unused imports in components/script (#31943)Azhar Ismagulova2024-03-291-1/+0
* clippy: Fix needless_lifetimes warnings (#31933)Oluwatobi Sofela2024-03-291-1/+1
* clippy: Fix option_as_ref_deref warnings (#31936)Oluwatobi Sofela2024-03-291-2/+1
* clippy: Fix manual_map warnings (#31922)Oluwatobi Sofela2024-03-281-4/+4
* clippy: Fix all errors in `components/script` (#31911)Azhar Ismagulova2024-03-281-1/+1
* clippy: Fix single_match warnings (#31876)Oluwatobi Sofela2024-03-261-24/+22
* fixes dereferencing on an immutable reference (#31864)Aarya Khandelwal2024-03-261-1/+1
* changed `match` to 'matches!' (#31850)Aarya Khandelwal2024-03-251-4/+1
* clippy: Fix `explicit_auto_deref` warnings in `components/script` (#31837)Oluwatobi Sofela2024-03-231-2/+2
* Rework “visible” to “throttled” in constellation + script + composito...Delan Azabani2024-03-221-22/+21
* Fixed the .clone() warnings. (#31819)Aarya Khandelwal2024-03-221-2/+2
* clippy: Fix redundant field names warnings (#31793)Oluwatobi Sofela2024-03-201-18/+18
* clippy: Fix unneeded return statement warnings (#31776)Oluwatobi Sofela2024-03-201-1/+0
* clippy: Fix dereferenced warnings (#31770)Oluwatobi Sofela2024-03-201-2/+2
* clippy: Fix clippy Problems in components/scripts (#31759)Rosemary Ajayi2024-03-191-68/+56
* clippy: Fix many warnings in `components/script` (#31717)Richard Dushime2024-03-191-9/+9
* script: Do not run layout in a thread (#31346)Martin Robinson2024-02-231-151/+125
* Implement non-XR Gamepad discovery and input (#31200)Daniel Adams2024-02-171-2/+20
* rustdoc: Fix many rustdoc errors (#31147)Martin Robinson2024-01-221-3/+3
* script: Start replacing `time` with `std::time` and `chrono` (#30639)Auguste Baum2024-01-161-24/+22
* Replace script_plugins with a clippy like rustc driver (named crown) (#30508)Samson2023-12-011-4/+4
* constellation: clean up logging of pipelines and browsing contexts (#30657)Delan Azabani2023-11-141-2/+2
* fix handle_wgpu_msg crash (#30479)Samson2023-10-031-0/+1
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-92/+88
* remove `extern crate` (#30311)Samson2023-09-081-1/+2
* constellation: crash to a new “sad tab” error page (#30290)Delan Azabani2023-09-061-1/+3
* Remove unused import `EventLoopWaker` (#30110)Oriol Brufau2023-08-171-1/+1
* Remove `EventLoopWaker` from Constellation (#30101)Atbrakhi2023-08-151-6/+1
* Use mozjs tracing infrastructure (#29918)Samson2023-08-101-2/+2
* No tracing of nop traceable fields (#29926)Samson2023-08-041-7/+45
* Enter realms when creating special same-origin iframes.Josh Matthews2023-05-201-0/+1
* Enter realms when processing pre-sequential events.Josh Matthews2023-05-201-1/+9
* Enter realms more consistently during the script event loop.Josh Matthews2023-05-201-3/+21
* Make GlobalScope.get_cx a static method.Josh Matthews2023-05-201-2/+2
* Auto merge of #29693 - mrobinson:cleanup-options, r=mukilanbors-servo2023-05-031-41/+14
|\
| * Clean up arguments passed to ScriptThreadMartin Robinson2023-05-011-41/+14
* | Fix flakiness in animation testsMartin Robinson2023-05-021-3/+4
|/
* fix(script): request animation ticks if `Animations::pending_events` is not e...yvt2023-02-101-1/+1
* fix(script): update animation timeline before processing pending eventsyvt2023-02-101-2/+2
* refactor(script): `navigate_or_reload_child_browsing_context` should only han...yvt2021-08-031-6/+2
* Auto merge of #28546 - yvt:feat-cow-infra, r=jdmbors-servo2021-08-011-3/+0
|\
| * feat(script): remove the call to `JS_SetWrapObjectCallbacks`yvt2021-07-111-3/+0
* | feat: shorten thread namesyvt2021-07-191-1/+1
|/
* fmtteymour-aldridge2021-02-051-11/+2
* Remove unused arguments from methods.teymour-aldridge2021-02-051-4/+1
* Fix errorsteymour-aldridge2021-02-051-24/+32
* Fix `document.characterSet` not reflecting byte order marks.Andreu Botella2020-12-311-4/+2
* Add creation url and Secure ContextsJonathan Kingston2020-11-251-0/+14