servo/components/devtools
Josh Matthews 7c48644cad Support navigating browsing contexts in the devtools.
Break the association between pipelines and browsing context actors.
Now there is one browsing context actor per actual browsing context,
and individual actors keep track of known pipelines as necessary.
There is also one console/performance/timeline/inspector/etc. actor
per browsing context.

This also centralizes more information in the browsing context actor.
Rather than duplicating state for the active pipeline in actors that
need to use it, each actor now remembers the name of its associated
browsing context actor and obtains that state whenever it's necessary.
2020-04-26 18:11:23 -04:00
..
actors Support navigating browsing contexts in the devtools. 2020-04-26 18:11:23 -04:00
actor.rs Update MPL license to https (part 4) 2018-11-19 14:47:27 +01:00
Cargo.toml Update ipc-channel and crossbeam-channel. 2020-02-20 11:15:13 -05:00
lib.rs Support navigating browsing contexts in the devtools. 2020-04-26 18:11:23 -04:00
protocol.rs Fix some warnings in future Rust nightlies 2020-01-02 19:22:03 +01:00