mirror of
https://github.com/servo/servo
synced 2026-05-05 06:32:13 +02:00
update pipeline url after redirections
This commit is contained in:
@@ -79,4 +79,6 @@ pub enum ScriptMsg {
|
||||
ActivateDocument(PipelineId),
|
||||
/// Set the document state for a pipeline (used by screenshot / reftests)
|
||||
SetDocumentState(PipelineId, DocumentState),
|
||||
/// Update the pipeline Url, which can change after redirections.
|
||||
SetFinalUrl(PipelineId, Url),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user