aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/network_listener.rs
Commit message (Expand)AuthorAgeFilesLines
* Propagate `CanGc` arguments through callers in constructors (#35541)Auguste Baum2025-02-201-1/+1
* script: add skeleton implementation of `FontFace` API (#35262)Mukilan Thiyagarajan2025-02-191-3/+3
* script: Limit public exports. (#34915)Josh Matthews2025-01-101-10/+10
* script: Unsilence all main thread `TaskQueue` errors (#34849)Martin Robinson2025-01-071-7/+3
* script: Move `TaskManager` to `GlobalScope` (#34827)Martin Robinson2025-01-041-9/+4
* script: Eliminate code duplication in the task queue (#34798)Martin Robinson2025-01-011-2/+1
* CanGc fixes from EventTarget::fire_event (#33985)tanishka2024-10-231-2/+8
* fix clippy warning in components/script (#33878)lwz232024-10-171-1/+1
* net: Start reducing number of IPCs channels used for fetch with a `FetchThrea...Martin Robinson2024-10-161-1/+6
* clippy: Fix redundant field names warnings (#31793)Oluwatobi Sofela2024-03-201-1/+1
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-5/+7
* #24468 Performance::queue_entries return the index of the added performance e...Shinichi Morimoto2019-12-131-1/+1
* Let resources timing entries be added to performance entry buffer.gatowololo2019-06-111-1/+1
* Create resource timing entry for sync network fetchpylbrecht2019-05-081-6/+16
* refactored performance timing to align with updated specddh2018-11-201-1/+40
* Update MPL license to https (part 3)Jan Andre Ikenmeyer2018-11-191-1/+1
* Reorder importsPyfisch2018-11-061-1/+1
* Sort `use` statementsSimon Sapin2018-11-061-2/+2
* `cargo fix --edition`Simon Sapin2018-11-061-3/+3
* Introduce TaskOnceAnthony Ramine2017-09-201-7/+6
* Rename Task to TaskBoxAnthony Ramine2017-09-201-3/+3
* Move Task to its own moduleAnthony Ramine2017-09-181-1/+1
* Rename Runnable to TaskAnthony Ramine2017-09-161-13/+17
* Separate the async bluetooth handling from networking code.Ms2ger2016-12-211-8/+0
* Properly implement TaskSource for NetworkingTaskSourceKeith Yeung2016-11-111-5/+5
* Webbluetooth Async behaviourAttila Dusnoki2016-11-081-0/+8
* Remove AsyncResponseListener.Ms2ger2016-11-021-9/+1
* Reorder `use` statementsUK9922016-09-091-1/+1
* Move boxing to runnable initializationConnor Brewster2016-07-131-2/+2
* Make all task source runnables cancellableConnor Brewster2016-07-131-9/+6
* Make network listener runnable cancellableConnor Brewster2016-07-081-4/+14
* Test fixes; update for changes in specManish Goregaokar2016-06-101-3/+3
* Hook XHR up to fetchManish Goregaokar2016-06-101-1/+9
* Abstractify the Listener abstractions furtherManish Goregaokar2016-06-101-10/+17
* refactors entities from script_thread into script_runtimeRahul Sharma2016-04-061-2/+3
* task -> threadrohan.prinja2016-01-101-2/+2
* Make AsyncResponseListener methods take `&mut self`.Eli Friedman2015-10-151-2/+2
* sorted the extern crate, mod & use declarationsRavi Shankar2015-09-241-1/+1
* Time distribution across script event categories.benshu2015-08-281-1/+2
* sort all usesJohann Tuffe2015-08-201-1/+1
* Fix existing syntactics nits.Josh Matthews2015-08-161-1/+1
* Splitting ScriptMsg into various enums; r=jdmRavi Shankar2015-08-151-2/+2
* script: Fix test failures.Patrick Walton2015-07-311-2/+4
* script: Make the resource task communication use IPC channels.Patrick Walton2015-07-311-9/+5
* net: Use a thread for each `AsyncResponseTarget` to avoid having to sendPatrick Walton2015-07-311-7/+11
* Create easy common interface for off-thread network listeners, and remove the...Josh Matthews2015-04-161-0/+48