aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/globalscope.rs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add creation url and Secure ContextsJonathan Kingston2020-11-251-0/+28
* ran mach tidySudarsan2020-08-281-2/+1
* Update mozjs to 0.14.1Sudarsan2020-08-281-3/+1
* Change ErrorScopeId type to NonZeroU64Kunal Mohan2020-08-031-2/+2
* Refactor and improve GPUErrorScopesKunal Mohan2020-07-301-15/+6
* Ensure scripts compiled off-thread can import modules.Josh Matthews2020-07-221-42/+40
* Added off thread compilationAbhishekSharma1022020-07-211-44/+55
* Auto merge of #27026 - CYBAI:dynamic-module, r=jdmbors-servo2020-07-191-23/+83
|\
| * Use JS_GetScriptPrivate to get a mutated return valueCYBAI2020-07-191-3/+6
| * Handle script private reference hooks properlyCYBAI2020-07-181-2/+2
| * Set private reference for classic scriptCYBAI2020-07-181-26/+67
| * Move from direct `Evaluate` to `compile then execute` for classic scriptCYBAI2020-07-181-6/+14
| * checkpoint - dynamic load inside of a module and classic script works.Josh Matthews2020-07-181-2/+10
* | Ensure GPUDevice cleanup in GlobalScopeKunal Mohan2020-07-171-0/+4
* | Implement Async Error reporting for WebGPU and update wgpu-coreKunal Mohan2020-07-161-0/+34
|/
* Auto merge of #27088 - jdm:group, r=ferjmbors-servo2020-07-071-0/+19
|\
| * Implement Console grouping APIs.Josh Matthews2020-07-061-0/+19
* | Update referrer computationUtsav Oza2020-07-021-2/+2
* | ensure clean shutdown of all threads running JSGregory Terzian2020-06-301-8/+34
|/
* Fix invalid use of ReferrerUrlMatthias Deiml2020-06-171-1/+1
* Make url for "client" referrer mandatoryMatthias Deiml2020-06-171-1/+39
* Implement GPUSwapChain and GPUCanvasContext and interface with WebrenderKunal Mohan2020-06-131-0/+1
* integrate readablestream with fetch and blobGregory Terzian2020-06-041-32/+243
* properly shutdown dedicated workers when the owning scope shuts-downGregory Terzian2020-06-031-1/+10
* add a control chan to workers, use to signal shutdownGregory Terzian2020-06-031-4/+30
* add mechanism to join on service- and dedicated-worker threadsGregory Terzian2020-05-291-4/+21