mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
Send servo version in mozbrowser error.
Also moved servo version to util for usage by the --version flag and for sending the version to browser.html with mozbrowsererror
This commit is contained in:
parent
f2d798232f
commit
ed678cb7f1
4 changed files with 9 additions and 1 deletions
|
@ -61,6 +61,7 @@ dictionary BrowserElementErrorEventDetail {
|
|||
DOMString type;
|
||||
DOMString description;
|
||||
DOMString report;
|
||||
DOMString version;
|
||||
};
|
||||
|
||||
dictionary BrowserElementLocationChangeEventDetail {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue