mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Dispatch load events for cross origin iframes. Resolves #6672.
This commit is contained in:
parent
2a125b5613
commit
c23cbd4163
23 changed files with 470 additions and 66 deletions
|
@ -277,6 +277,8 @@ pub enum ScriptMsg {
|
|||
GLContextAttributes,
|
||||
IpcSender<Result<(IpcSender<CanvasMsg>, usize), String>>),
|
||||
/// Dispatched after the DOM load event has fired on a document
|
||||
/// Causes a `load` event to be dispatched to any enclosing frame context element
|
||||
/// for the given pipeline.
|
||||
DOMLoad(PipelineId),
|
||||
Failure(Failure),
|
||||
/// Notifies the constellation that this frame has received focus.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue