servo/components/devtools/actors
codehag 86b78629c3 Bug 1172897 - Rename Tab Actor to BrowsingContextActor
As part of [Bug 1172987](https://bugzilla.mozilla.org/show_bug.cgi?id=1172897) we renamed TabActor, as the actor does not represent tabs (as in a browser tab), it instead represents a browsing context as defined by the the [HTML standard](https://html.spec.whatwg.org/multipage/browsers.html#windows). In a later PR I will mirror the structure we have on devtools to have a targets folder, which contains all target types. At the moment it looks like servo only represents workers and browsing contexts.
2018-09-23 22:16:53 +02:00
..
browsing_context.rs Bug 1172897 - Rename Tab Actor to BrowsingContextActor 2018-09-23 22:16:53 +02:00
console.rs Format components devtools and devtools_traits #21373 2018-09-02 20:29:47 +08:00
framerate.rs Format components devtools and devtools_traits #21373 2018-09-02 20:29:47 +08:00
inspector.rs Format components devtools and devtools_traits #21373 2018-09-02 20:29:47 +08:00
memory.rs Format components devtools and devtools_traits #21373 2018-09-02 20:29:47 +08:00
network_event.rs Format components devtools and devtools_traits #21373 2018-09-02 20:29:47 +08:00
object.rs Format components devtools and devtools_traits #21373 2018-09-02 20:29:47 +08:00
performance.rs Format components devtools and devtools_traits #21373 2018-09-02 20:29:47 +08:00
profiler.rs Format components devtools and devtools_traits #21373 2018-09-02 20:29:47 +08:00
root.rs Bug 1172897 - Rename Tab Actor to BrowsingContextActor 2018-09-23 22:16:53 +02:00
thread.rs Format components devtools and devtools_traits #21373 2018-09-02 20:29:47 +08:00
timeline.rs Format components devtools and devtools_traits #21373 2018-09-02 20:29:47 +08:00
worker.rs Format components devtools and devtools_traits #21373 2018-09-02 20:29:47 +08:00