author | Henry Chang <hchang@mozilla.com> |
Tue, 14 Jan 2014 18:16:57 +0800 | |
changeset 181702 | ea922926949b51abb6746c0fbf6c95b0facdb729 |
parent 181701 | 19de0a02e246e9678ad48bbe94e74144cc765c27 |
child 181703 | 92418aa51582433a0e00d84edee9a539989856db |
push id | 3343 |
push user | ffxbld |
push date | Mon, 17 Mar 2014 21:55:32 +0000 |
treeherder | mozilla-beta@2f7d3415f79f [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | vchang |
bugs | 811635 |
milestone | 29.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
--- a/dom/messages/SystemMessagePermissionsChecker.jsm +++ b/dom/messages/SystemMessagePermissionsChecker.jsm @@ -108,16 +108,17 @@ this.SystemMessagePermissionsTable = { "nfc-manager": [] }, "nfc-manager-send-file": { "nfc-manager": [] }, "nfc-powerlevel-change": { "settings": ["read", "write"] }, + "wifip2p-pairing-request": { }, }; this.SystemMessagePermissionsChecker = { /** * Return all the needed permission names for the given system message. * @param string aSysMsgName * The system messsage name. * @returns object