mirror of
https://github.com/servo/servo.git
synced 2025-08-07 14:35:33 +01:00
base: Finish rename of TopLevelBrowsingContextId
to WebViewId
(#35896)
The `WebViewId` name is a lot more descriptive these days to the casual reader, so I think we can go ahead and finish the rename. Signed-off-by: Martin Robinson <mrobinson@igalia.com>
This commit is contained in:
parent
81fe4bbb1e
commit
2464d0937f
22 changed files with 416 additions and 570 deletions
|
@ -5,7 +5,7 @@
|
|||
use std::cmp::PartialEq;
|
||||
use std::fmt;
|
||||
|
||||
use base::id::{BrowsingContextId, HistoryStateId, PipelineId, TopLevelBrowsingContextId};
|
||||
use base::id::{BrowsingContextId, HistoryStateId, PipelineId, WebViewId};
|
||||
use euclid::Size2D;
|
||||
use log::debug;
|
||||
use script_traits::LoadData;
|
||||
|
@ -115,7 +115,7 @@ pub struct SessionHistoryChange {
|
|||
pub browsing_context_id: BrowsingContextId,
|
||||
|
||||
/// The top-level browsing context ancestor.
|
||||
pub top_level_browsing_context_id: TopLevelBrowsingContextId,
|
||||
pub webview_id: WebViewId,
|
||||
|
||||
/// The pipeline for the document being loaded.
|
||||
pub new_pipeline_id: PipelineId,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue