aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/globalscope.rs
Commit message (Expand)AuthorAgeFilesLines
...
* script: Stop using `time` in DOM timers (#33262)Martin Robinson2024-08-301-4/+4
* clippy: Fix missing indentation in comments and remove on unecessary cast (#3...danik2922024-08-131-2/+2
* Initial structuredClone implementation (#32960)Taym Haddadi2024-08-081-2/+30
* script: Properly handle removed iframes in `GlobalScope::get_referrer` (#32782)newmoneybigbucks2024-08-071-8/+12
* Implement WebXR Gamepads Module (#32860)Daniel Adams2024-08-031-16/+23
* enhance: Add support for `unsafe-eval` and `wasm-unsafe-eval` (#32893)Chocolate Pie2024-08-011-4/+44
* Gamepad: Implement GamepadHapticActuator (#32046)Daniel Adams2024-07-201-4/+9
* DevTools: Display console messages and errors (#32727)eri2024-07-091-3/+9
* Fix more clippy (#32740)石蕊 (Pi-Cla)2024-07-091-1/+1
* DevTools: Replace camel case variable names (#32726)eri2024-07-081-12/+12
* webgpu: Remove mutex around Identities (#32682)派卡 (pi-cla)2024-07-031-4/+3
* Proper GPUDevice cleanup (#32520)Samson2024-06-201-7/+25
* webgpu: Implement device lost (#32354)Samson2024-06-171-8/+18
* webgpu: Move errorscopes to WGPU thread (#32304)Samson2024-05-221-8/+3
* Move non-gfx things out of `gfx_traits` and create a `base` crate (#32296)Martin Robinson2024-05-171-4/+4
* webgpu: Refactor webgpu crate (#32255)Samson2024-05-081-2/+1
* Fixe some clippy warnings (#32131)komuhangi2024-04-291-2/+2
* clippy: Fix `explicit_auto_deref` warnings in `components/script` (#32113)Oluwatobi Sofela2024-04-191-2/+2
* clippy: fix warnings in components/script (#32023)Azhar Ismagulova2024-04-091-1/+1
* Gamepad: Remove GamepadList and fix dropped connection event on startup (#31684)Daniel Adams2024-04-081-35/+24
* clippy: Fix `vec_box` warnings in `components/script` (#31986)Oluwatobi Sofela2024-04-031-0/+12
* clippy: Allow `too_many_arguments` for existing functions (#31974)eri2024-04-021-0/+1
* clippy: Fix let_and_return warnings (#31964)Oluwatobi Sofela2024-04-011-3/+2
* clippy: Fix needless_borrow warnings in components/script (#31928)Azhar Ismagulova2024-03-291-3/+3
* clippy: remove unneeded return statements (#31923)Azhar Ismagulova2024-03-281-1/+1
* fix redundant closures in component/script/dom (#31917)Ekta Siwach2024-03-281-1/+1
* clippy: Fix clone-on-copy warnings (#31877)Oluwatobi Sofela2024-03-261-24/+21
* fixed the `unneeded return` statement warnings. (#31863)Aarya Khandelwal2024-03-261-2/+2
* fixes dereferencing on an immutable reference (#31864)Aarya Khandelwal2024-03-261-17/+17
* clippy: Fix `explicit_auto_deref` warnings in `components/script` (#31837)Oluwatobi Sofela2024-03-231-5/+5
* clippy: Fix `unnecessary_cast` warnings in `components/script` (#31823)Oluwatobi Sofela2024-03-221-3/+3
* Fixed the .clone() warnings. (#31819)Aarya Khandelwal2024-03-221-20/+12
* clippy: Fix needless borrow warnings (#31813)Oluwatobi Sofela2024-03-211-19/+17
* clippy: Fix redundant field names warnings (#31793)Oluwatobi Sofela2024-03-201-2/+2
* Implement console.count/countReset (#31635)Smitty2024-03-171-0/+25
* Gamepad: Align closer to spec and implement missing slots (#31385)Daniel Adams2024-03-121-27/+46
* Implement non-XR Gamepad discovery and input (#31200)Daniel Adams2024-02-171-2/+132
* rustdoc: Fix many rustdoc errors (#31147)Martin Robinson2024-01-221-8/+8
* script: Start replacing `time` with `std::time` and `chrono` (#30639)Auguste Baum2024-01-161-9/+5
* Replace script_plugins with a clippy like rustc driver (named crown) (#30508)Samson2023-12-011-3/+3
* Use Foo_Binding instead of FooBinding for namespace modules (#30447)Samson2023-09-301-1/+1
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-64/+62
* Use MozTools 4 and update mozjs (#30326)Samson2023-09-111-1/+1
* No tracing of nop traceable fields (#29926)Samson2023-08-041-32/+52
* Remove unused argument from AlreadyInRealm::assert.Josh Matthews2023-05-201-1/+1
* Remove global argument from Promise::new_in_current_realm.Josh Matthews2023-05-201-1/+1
* Make GlobalScope.get_cx a static method.Josh Matthews2023-05-201-7/+7
* script: fix BorrowError in (new Blob).slice(0,0).text()Delan Azabani2023-03-011-6/+9
* Format.Josh Matthews2022-11-231-2/+7
* Changes for spidermomkey upgrade.Josh Matthews2022-11-231-2/+9