aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/globalscope.rs
Commit message (Expand)AuthorAgeFilesLines
* 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
* serviceworker: make job queue unique per originGregory Terzian2020-05-211-0/+78
* check http_state in determine_request_referrerAlexandrov Sergey2020-05-191-0/+13
* Share single gpu_id_hub among all threads in a processKunal Mohan2020-05-151-5/+7
* implemented CreateImageBitmap function for Canvas image sourceJayalakshmiV2020-04-291-1/+70
* Use mozjs exposed function to generate SourceTextCYBAI2020-03-311-8/+3
* Update SpiderMonkeyAnthony Ramine2020-03-061-7/+12
* Auto merge of #25869 - iulianR:issue-23057-tinifiledialogs, r=jdmbors-servo2020-02-291-0/+20
|\
| * Move tinyfiledialog out of script into embedder.gatowololo2020-02-271-0/+9
| * Factored out permission_state_invocation_results API to GlobalScopegatowololo2020-02-271-0/+11
* | Fixing some style related issues in WebGPU.Istvan Miklos2020-02-271-53/+3
|/
* Auto merge of #25740 - gterzian:per_fetch_filemanager_handle, r=Manishearthbors-servo2020-02-251-2/+1
|\
| * add a fetch token for blob urlsGregory Terzian2020-02-211-2/+1
* | implement broadcastchannelGregory Terzian2020-02-251-3/+278
* | leak message ports in dom, until they are closedGregory Terzian2020-02-221-105/+125