mirror of
https://github.com/servo/servo.git
synced 2025-08-04 21:20:23 +01:00
Add support for selecting which frame is requesting a navigation.
This allows iframes to navigate their own history.
This commit is contained in:
parent
1092ca1019
commit
3fb3e66ada
3 changed files with 16 additions and 11 deletions
|
@ -203,7 +203,7 @@ pub enum Msg {
|
|||
FrameRect(PipelineId, SubpageId, Rect<f32>),
|
||||
LoadUrl(PipelineId, LoadData),
|
||||
ScriptLoadedURLInIFrame(Url, PipelineId, SubpageId, Option<SubpageId>, IFrameSandboxState),
|
||||
Navigate(NavigationDirection),
|
||||
Navigate(Option<(PipelineId, SubpageId)>, NavigationDirection),
|
||||
PainterReady(PipelineId),
|
||||
ResizedWindow(WindowSizeData),
|
||||
KeyEvent(Key, KeyState, KeyModifiers),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue