mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
update pipeline url after redirections
This commit is contained in:
parent
ea4206e362
commit
268e285439
7 changed files with 37 additions and 0 deletions
|
@ -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),
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue