mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
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. |
||
---|---|---|
.. | ||
browsing_context.rs | ||
console.rs | ||
framerate.rs | ||
inspector.rs | ||
memory.rs | ||
network_event.rs | ||
object.rs | ||
performance.rs | ||
profiler.rs | ||
root.rs | ||
thread.rs | ||
timeline.rs | ||
worker.rs |