mirror of
https://github.com/servo/servo.git
synced 2025-08-10 07:55:33 +01:00
[Browser API] implement mozbrowsericonchange event
This commit is contained in:
parent
27e104aa1a
commit
5263a4c4c9
8 changed files with 154 additions and 25 deletions
|
@ -24,6 +24,12 @@ callback BrowserElementNextPaintEventCallback = void ();
|
|||
interface BrowserElement {
|
||||
};
|
||||
|
||||
dictionary BrowserElementIconChangeEventDetail {
|
||||
DOMString rel;
|
||||
DOMString href;
|
||||
DOMString sizes;
|
||||
};
|
||||
|
||||
BrowserElement implements BrowserElementCommon;
|
||||
BrowserElement implements BrowserElementPrivileged;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue