mirror of
https://github.com/servo/servo.git
synced 2025-07-30 10:40:27 +01:00
Update devtools page titles.
This commit is contained in:
parent
b53ce5c79a
commit
02ce6188aa
4 changed files with 48 additions and 0 deletions
|
@ -97,6 +97,9 @@ pub enum ScriptToDevtoolsControlMsg {
|
|||
|
||||
/// Report a page error for the given pipeline
|
||||
ReportPageError(PipelineId, PageError),
|
||||
|
||||
/// Report a page title change
|
||||
TitleChanged(PipelineId, String),
|
||||
}
|
||||
|
||||
/// Serialized JS return values
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue