mirror of
https://github.com/servo/servo.git
synced 2025-07-24 15:50:21 +01:00
remove the ability to request for the title
This commit is contained in:
parent
82f65f6eb3
commit
88686690e5
7 changed files with 5 additions and 59 deletions
|
@ -747,9 +747,6 @@ pub enum ConstellationMsg {
|
|||
/// Request that the constellation send the current focused top-level browsing context id,
|
||||
/// over a provided channel.
|
||||
GetFocusTopLevelBrowsingContext(IpcSender<Option<TopLevelBrowsingContextId>>),
|
||||
/// Requests that the constellation inform the compositor of the title of the pipeline
|
||||
/// immediately.
|
||||
GetPipelineTitle(PipelineId),
|
||||
/// Request to load the initial page.
|
||||
InitLoadUrl(ServoUrl),
|
||||
/// Query the constellation to see if the current compositor output is stable
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue