mirror of
https://github.com/servo/servo
synced 2026-04-30 19:37:43 +02:00
Use spec-aligned process for resolving history handling during navigation (#34747)
Makes use of the is_initial_about_blank property on Document in order to determine whether the navigation should create a history entry, or replace the current history entry. Signed-off-by: Shane Handley <shanehandley@fastmail.com>
This commit is contained in:
@@ -57,6 +57,7 @@ impl XMLDocument {
|
||||
None,
|
||||
None,
|
||||
Default::default(),
|
||||
false,
|
||||
),
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user