servo/components/devtools/actors
eri 5eb8813448
DevTools: Implement watcher actor (#32509)
* feat: base for watcher

* feat: some more watcher tests

* feat: implement getWatcher

* refactor: clean up getWatcher

* feat: implement watchTargets

* feat: implement watchResources

* feat: very messy watchTargets fix

* refactor: clean browsing context

* feat: target configuration

* refactor: start cleanup

* refactor: more doc coments

* refactor: clean browsing context
2024-06-21 16:06:55 +00:00
..
browsing_context.rs DevTools: Implement watcher actor (#32509) 2024-06-21 16:06:55 +00:00
configuration.rs DevTools: Implement watcher actor (#32509) 2024-06-21 16:06:55 +00:00
console.rs Move non-gfx things out of gfx_traits and create a base crate (#32296) 2024-05-17 12:28:58 +00:00
device.rs DevTools: Implement watcher actor (#32509) 2024-06-21 16:06:55 +00:00
emulation.rs clippy: Fix several warnings in components/devtools (#31501) 2024-03-05 18:19:04 +00:00
framerate.rs Move non-gfx things out of gfx_traits and create a base crate (#32296) 2024-05-17 12:28:58 +00:00
inspector.rs Move non-gfx things out of gfx_traits and create a base crate (#32296) 2024-05-17 12:28:58 +00:00
memory.rs Strict import formatting (grouping and granularity) (#30325) 2023-09-11 19:16:54 +00:00
network_event.rs clippy fixes regarding clone_from (#32482) 2024-06-12 17:09:56 +00:00
object.rs clippy: Fix several warnings in components/devtools (#31501) 2024-03-05 18:19:04 +00:00
performance.rs clippy: Fix several warnings in components/devtools (#31501) 2024-03-05 18:19:04 +00:00
preference.rs Devtools device description: improve how Servo is advertised in Firefox's about:debugging (fixes #27528) (#32227) 2024-05-08 04:12:18 +00:00
process.rs DevTools: Implement watcher actor (#32509) 2024-06-21 16:06:55 +00:00
profiler.rs clippy: Fix several warnings in components/devtools (#31501) 2024-03-05 18:19:04 +00:00
root.rs DevTools: Implement watcher actor (#32509) 2024-06-21 16:06:55 +00:00
stylesheets.rs clippy: Fix several warnings in components/devtools (#31501) 2024-03-05 18:19:04 +00:00
tab.rs DevTools: Implement watcher actor (#32509) 2024-06-21 16:06:55 +00:00
thread.rs clippy: Fix several warnings in components/devtools (#31501) 2024-03-05 18:19:04 +00:00
timeline.rs Move non-gfx things out of gfx_traits and create a base crate (#32296) 2024-05-17 12:28:58 +00:00
watcher.rs DevTools: Implement watcher actor (#32509) 2024-06-21 16:06:55 +00:00
worker.rs Move non-gfx things out of gfx_traits and create a base crate (#32296) 2024-05-17 12:28:58 +00:00