mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
add reload keyboard shortcut
rename the preference to shell.builtin-key-shortcuts.enabled
This commit is contained in:
parent
053c2aee0a
commit
909f0da3c2
9 changed files with 57 additions and 4 deletions
|
@ -193,6 +193,8 @@ pub enum ConstellationControlMsg {
|
|||
FramedContentChanged(PipelineId, SubpageId),
|
||||
/// Report an error from a CSS parser for the given pipeline
|
||||
ReportCSSError(PipelineId, String, usize, usize, String),
|
||||
/// Reload the given page.
|
||||
Reload(PipelineId),
|
||||
}
|
||||
|
||||
/// Used to determine if a script has any pending asynchronous activity.
|
||||
|
@ -553,4 +555,6 @@ pub enum ConstellationMsg {
|
|||
TickAnimation(PipelineId, AnimationTickType),
|
||||
/// Dispatch a webdriver command
|
||||
WebDriverCommand(WebDriverCommandMsg),
|
||||
/// Reload the current page.
|
||||
Reload,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue