Skip to content

Commit

Permalink
Backed out changeset 463fa756b43b (bug 886110) for causing various re…
Browse files Browse the repository at this point in the history
…gressions.
  • Loading branch information
rvandermeulen committed Mar 21, 2014
1 parent db9a36a commit 97331b8
Show file tree
Hide file tree
Showing 7 changed files with 321 additions and 405 deletions.
2 changes: 1 addition & 1 deletion dom/permission/tests/test_wifi-manage.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
perm: ["wifi-manage"],
needParentPerm: true,
obj: "mozWifiManager",
webidl: "MozWifiManager",
idl: "nsIDOMWifiManager",
verifier: verifier.toSource(),
},
]
Expand Down
8 changes: 0 additions & 8 deletions dom/tests/mochitest/general/test_interfaces.html
Original file line number Diff line number Diff line change
Expand Up @@ -685,16 +685,8 @@
{name: "MozVoicemailEvent", b2g: true, pref: "dom.voicemail.enabled"},
// IMPORTANT: Do not change this list without review from a DOM peer!
{name: "MozWakeLock", b2g: true, pref: "dom.wakelock.enabled"},
// IMPORTANT: Do not change this list without review from a DOM peer!
{name: "MozWifiConnection", b2g: true, permission: "wifi-manage"},
// IMPORTANT: Do not change this list without review from a DOM peer!
{name: "MozWifiConnectionInfo", b2g: true, permission: "wifi-manage"},
// IMPORTANT: Do not change this list without review from a DOM peer!
{name: "MozWifiConnectionInfoEvent", b2g: true},
// IMPORTANT: Do not change this list without review from a DOM peer!
{name: "MozWifiManager", b2g: true, permission: "wifi-manage"},
// IMPORTANT: Do not change this list without review from a DOM peer!
{name: "MozWifiNetwork", b2g: true, permission: "wifi-manage"},
// IMPORTANT: Do not change this list without review from a DOM peer!
{name: "MozWifiStatusChangeEvent", b2g: true},
// IMPORTANT: Do not change this list without review from a DOM peer!
Expand Down
237 changes: 0 additions & 237 deletions dom/webidl/MozWifiManager.webidl

This file was deleted.

1 change: 0 additions & 1 deletion dom/webidl/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -556,7 +556,6 @@ if CONFIG['MOZ_WIDGET_TOOLKIT'] == 'gonk':
WEBIDL_FILES += [
'MozSpeakerManager.webidl',
'MozWifiConnectionInfoEvent.webidl',
'MozWifiManager.webidl',
'MozWifiP2pManager.webidl',
'MozWifiP2pStatusChangeEvent.webidl',
'MozWifiStatusChangeEvent.webidl',
Expand Down
Loading

0 comments on commit 97331b8

Please sign in to comment.