mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Fix some overlong lines.
This commit is contained in:
parent
40a91d6227
commit
d84c3e7a30
7 changed files with 30 additions and 13 deletions
|
@ -262,7 +262,8 @@ pub enum MozBrowserEvent {
|
|||
AsyncScroll,
|
||||
/// Sent when window.close() is called within a browser <iframe>.
|
||||
Close,
|
||||
/// Sent when a browser <iframe> tries to open a context menu. This allows handling <menuitem> element available within the browser <iframe>'s content.
|
||||
/// Sent when a browser <iframe> tries to open a context menu. This allows
|
||||
/// handling <menuitem> element available within the browser <iframe>'s content.
|
||||
ContextMenu,
|
||||
/// Sent when an error occurred while trying to load content within a browser <iframe>.
|
||||
Error,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue