aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/websocket.rs
Commit message (Expand)AuthorAgeFilesLines
* Update FetchTaskTarget to propagate CSP violations. (#36409)Tim van der Lippe10 days1-0/+21
* Move `ScriptToConstellationMsg` to `constellation_traits` (#36364)Martin Robinson2025-04-051-1/+1
* Check all ancestor navigable trustworthiness for mixed content (#36157)Sebastian C2025-04-051-0/+1
* Update rustfmt to the 2024 style edition (#35764)Simon Wülker2025-03-031-8/+10
* Update to rust 1.85 (#35628)Simon Wülker2025-02-241-2/+2
* implemented feture and tests (#35309)Domenico Rizzo2025-02-101-2/+9
* Add support for Upgrade request to a potentially trustworthy URL. (#34986)Shubham Gupta2025-02-051-0/+1
* Move various reflector types and traits to script_bindings (#35279)Josh Matthews2025-02-041-1/+1
* Include `WebViewId` into EmbedderMsg variants where possible (#35211)Delan Azabani2025-01-301-1/+1
* script: Limit public exports. (#34915)Josh Matthews2025-01-101-14/+14
* script: Unsilence all main thread `TaskQueue` errors (#34849)Martin Robinson2025-01-071-17/+19
* script: Move `TaskManager` to `GlobalScope` (#34827)Martin Robinson2025-01-041-29/+10
* script: Eliminate code duplication in the task queue (#34798)Martin Robinson2025-01-011-23/+14
* Convert http&https to ws&wss in websocket constructor (#34735)batu_hoang2024-12-221-9/+26
* Generate a trait abstracting over all known DOM interfaces (#34357)Josh Matthews2024-11-241-1/+1
* cangc fixes in several files + event.rs + rtcpeerconnection.rs (#34002)chickenleaf2024-10-251-1/+3
* CanGc fixes from EventTarget::fire_event (#33985)tanishka2024-10-231-2/+2
* More files with CanGc fixes (#33892)chickenleaf2024-10-181-0/+1
* Use `ROUTER::add_typed_route` instead of `ROUTER::add_route` everywhere (#33866)Simon Wülker2024-10-181-3/+3
* More CanGc fixes (#33888)chickenleaf2024-10-171-0/+1
* Various CanGc fixes in components/script/dom (#33706)webbeef2024-10-081-2/+5
* script: Include constructors and static methods in generated DOM traits (#33665)Josh Matthews2024-10-081-50/+49
* Start marking functions that can transitively trigger a GC (#33144)Josh Matthews2024-08-221-2/+5
* clipping: Fix some warnings in `components/script/dom` (#31799)Rosemary Ajayi2024-03-211-2/+2
* clippy: Fix redundant field names warnings (#31793)Oluwatobi Sofela2024-03-201-7/+7
* clippy: Fix many warnings in `components/script` (#31717)Richard Dushime2024-03-191-2/+2
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-17/+19
* No tracing of nop traceable fields (#29926)Samson2023-08-041-0/+2
* Rename reflect_dom_object2.Josh Matthews2023-05-311-2/+2
* Formatting.Josh Matthews2023-05-281-1/+5
* Support arbitrary protos when wrapping DOM objects with constructors.Josh Matthews2023-05-281-4/+6
* Make GlobalScope.get_cx a static method.Josh Matthews2023-05-201-2/+2
* Auto merge of #26983 - jdm:websocket-panic, r=noxbors-servo2020-06-221-14/+6
|\
| * dom: Silently ignore failures to queue websocket tasks.Josh Matthews2020-06-191-14/+6
* | Make url for "client" referrer mandatoryMatthias Deiml2020-06-171-3/+2
|/
* Add trait DomObjectWrap to provide WRAP functionYUAN LYU2020-03-201-6/+1
* Modify `script` to prevent further violations of snake_caseKunal Mohan2020-01-181-0/+1
* re-structure blob, structured serializationGregory Terzian2019-12-111-2/+3
* begin messageport, transferable objects, implKeith Yeung2019-10-191-0/+1
* Modify *::get_cx methods to return a safe JSContext instead of a raw onemarmeladema2019-07-241-7/+7
* Fixes #23408Alex Johnson2019-05-261-37/+36
* Update to SpiderMonkey 66.Josh Matthews2019-05-101-2/+2
* set referrer in window.load_urlRussell Cousineau2019-04-191-2/+3
* Implementing the builder pattern for RequestInitLucas Fantacuci2019-04-101-7/+5
* Provide the source window as part of postMessage events.Josh Matthews2019-01-071-0/+1
* Rustfmt has changed its default style :/Simon Sapin2018-12-281-8/+6
* Update MPL license to https (part 3)Jan Andre Ikenmeyer2018-11-191-1/+1
* Reorder importsPyfisch2018-11-061-6/+6
* Format remaining filesPyfisch2018-11-061-2/+3
* Sort `use` statementsSimon Sapin2018-11-061-5/+5