mirror of
https://github.com/servo/servo.git
synced 2025-08-02 20:20:14 +01:00
Auto merge of #6044 - Ms2ger:cleanup, r=jdm
<!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/6044) <!-- Reviewable:end -->
This commit is contained in:
commit
7bda431e61
14 changed files with 80 additions and 54 deletions
|
@ -260,7 +260,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