| Commit message (Expand) | Author | Age | Files | Lines |
* | script: Limit public exports. (#34915) | Josh Matthews | 2025-01-10 | 1 | -2/+2 |
* | script: Use `enum`s for event loop senders and receivers (#34896) | Martin Robinson | 2025-01-08 | 1 | -72/+3 |
* | script: Eliminate code duplication in the task queue (#34798) | Martin Robinson | 2025-01-01 | 1 | -2/+2 |
* | script: Refactor channels in `ScriptThread` into receivers and senders (#34776) | Martin Robinson | 2024-12-26 | 1 | -2/+2 |
* | script: Make timers per-process (#34581) | Martin Robinson | 2024-12-24 | 1 | -9/+16 |
* | CanGc fixes in components/script/dom (#33891) | tanishka | 2024-10-17 | 1 | -2/+2 |
* | clippy: Rename various methods and members to conform to naming guidelines (#... | Martin Robinson | 2024-10-10 | 1 | -5/+3 |
* | Make CanGc derive Copy and Clone (#33407) | Taym Haddadi | 2024-09-12 | 1 | -2/+2 |
* | Propagate `CanGc` from `Document::new()` (#33386) | Andriy Sultanov | 2024-09-09 | 1 | -2/+3 |
* | script: Start rework to better match the specification HTML event loop (#31505) | Gregory Terzian | 2024-05-13 | 1 | -1/+1 |
* | Fix some clippy warnings in `components/gfx` and `components/script` (#32215) | Pi-Cla | 2024-05-02 | 1 | -8/+8 |
* | clippy: Fix manual_map warnings (#31922) | Oluwatobi Sofela | 2024-03-28 | 1 | -4/+3 |
* | clippy: fix some warnings in components/script (#31865) | Ekta Siwach | 2024-03-26 | 1 | -1/+1 |
* | Strict import formatting (grouping and granularity) (#30325) | Samson | 2023-09-11 | 1 | -2/+3 |
* | remove `extern crate` (#30311) | Samson | 2023-09-08 | 1 | -1/+1 |
* | No tracing of nop traceable fields (#29926) | Samson | 2023-08-04 | 1 | -0/+2 |
* | Enter realms more consistently during the script event loop. | Josh Matthews | 2023-05-20 | 1 | -0/+2 |
* | add a control chan to workers, use to signal shutdown | Gregory Terzian | 2020-06-03 | 1 | -2/+9 |
* | re-structure blob, structured serialization | Gregory Terzian | 2019-12-11 | 1 | -1/+1 |
* | impl timer-task-source, dedicated time-out mechanism for service-worker | Gregory Terzian | 2019-11-19 | 1 | -15/+6 |
* | continue messageport, transferable, postmessage options | Gregory Terzian | 2019-10-19 | 1 | -0/+3 |
* | begin messageport, transferable objects, impl | Keith Yeung | 2019-10-19 | 1 | -1/+1 |
* | Update MPL license to https (part 3) | Jan Andre Ikenmeyer | 2018-11-19 | 1 | -1/+1 |
* | Update crossbeam-channel to 0.3 | Bastien Orivel | 2018-11-18 | 1 | -14/+16 |
* | `cargo fix --edition-idioms` | Simon Sapin | 2018-11-08 | 1 | -2/+2 |
* | Reorder imports | Pyfisch | 2018-11-06 | 1 | -1/+1 |
* | Sort `use` statements | Simon Sapin | 2018-11-06 | 1 | -2/+2 |
* | `cargo fix --edition` | Simon Sapin | 2018-11-06 | 1 | -9/+9 |
* | Format script component | chansuke | 2018-09-19 | 1 | -14/+23 |
* | Replace mpsc with crossbeam/servo channel, update ipc-channel | Simon Sapin | 2018-09-12 | 1 | -34/+20 |
* | introduce a generic worker event-loop | Gregory Terzian | 2018-08-31 | 1 | -2/+92 |
* | introduce task-queues, and throttling the performance-timeline task-source, i... | Gregory Terzian | 2018-08-31 | 1 | -18/+23 |
* | Remove use of unstable box syntax. | Simon Sapin | 2017-10-16 | 1 | -4/+4 |
* | order derivable traits lists | Clément DAVID | 2017-08-23 | 1 | -2/+2 |
* | Rename `Reflectable` to `DomObject`. | Corey Farwell | 2016-12-08 | 1 | -6/+6 |
* | Add a JSTraceable bound on ScriptChan | Anthony Ramine | 2016-12-06 | 1 | -2/+3 |
* | implement related sw interface and register method | Rahul Sharma | 2016-06-02 | 1 | -0/+65 |