mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Remove insaccessible history states
This commit is contained in:
parent
087bd20b6d
commit
c08ad45681
6 changed files with 70 additions and 12 deletions
|
@ -368,6 +368,8 @@ pub enum CoreResourceMsg {
|
|||
GetHistoryState(HistoryStateId, IpcSender<Option<Vec<u8>>>),
|
||||
/// Set a history state for a given history state id
|
||||
SetHistoryState(HistoryStateId, Vec<u8>),
|
||||
/// Removes history states for the given ids
|
||||
RemoveHistoryStates(Vec<HistoryStateId>),
|
||||
/// Synchronization message solely for knowing the state of the ResourceChannelManager loop
|
||||
Synchronize(IpcSender<()>),
|
||||
/// Send the network sender in constellation to CoreResourceThread
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue