servo/components/devtools
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
..
actors Bug 1172897 - Rename Tab Actor to BrowsingContextActor 2018-09-23 22:16:53 +02:00
actor.rs Format components devtools and devtools_traits #21373 2018-09-02 20:29:47 +08:00
Cargo.toml Replace mpsc with crossbeam/servo channel, update ipc-channel 2018-09-12 13:33:32 +08:00
lib.rs Bug 1172897 - Rename Tab Actor to BrowsingContextActor 2018-09-23 22:16:53 +02:00
protocol.rs Format components devtools and devtools_traits #21373 2018-09-02 20:29:47 +08:00