mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
auto merge of #5457 : deokjinkim/servo/navigator_appversion, r=jdm
In my mistake, I close PR for this commit. I'm sorry for inconvenience. @jdm 's comment The test expectations for /tests/wpt/web-platform-tests/html/dom/interfaces.html and /tests/wpt/web-platform-tests/workers/interfaces.workers.js will need to be updated - http://mxr.mozilla.org/servo/search?string=appversion According to your guide, I revised commit. Is this your intention? r? @jdm cc @yichoi
This commit is contained in:
commit
225d7d2ece
7 changed files with 14 additions and 16 deletions
|
@ -19,7 +19,7 @@ Navigator implements NavigatorID;
|
|||
interface NavigatorID {
|
||||
readonly attribute DOMString appCodeName; // constant "Mozilla"
|
||||
readonly attribute DOMString appName;
|
||||
//readonly attribute DOMString appVersion;
|
||||
readonly attribute DOMString appVersion;
|
||||
readonly attribute DOMString platform;
|
||||
readonly attribute DOMString product; // constant "Gecko"
|
||||
boolean taintEnabled(); // constant false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue