author | Sebastian Hengst <archaeopteryx@coole-files.de> |
Tue, 02 Sep 2014 19:13:05 +0200 | |
changeset 203415 | 4b56ee08673cbfc7f6ad88c5b73d19395b74d842 |
parent 203414 | 128ee74ae45d4c7bbb4d02d8bd59b8a5d5487250 |
child 203416 | a2bdb4249448077674cdc3bb022d43e9ed1f19d1 |
push id | 27425 |
push user | ryanvm@gmail.com |
push date | Wed, 03 Sep 2014 20:38:59 +0000 |
treeherder | mozilla-central@acbdce59da2f [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | Gijs |
bugs | 1061618 |
milestone | 35.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
|
browser/components/preferences/in-content/advanced.js | file | annotate | diff | comparison | revisions |
--- a/browser/components/preferences/in-content/advanced.js +++ b/browser/components/preferences/in-content/advanced.js @@ -57,29 +57,29 @@ var gAdvancedPane = { setEventListener("connectionSettings", "command", gAdvancedPane.showConnections); setEventListener("clearCacheButton", "command", gAdvancedPane.clearCache); setEventListener("clearOfflineAppCacheButton", "command", gAdvancedPane.clearOfflineAppCache); setEventListener("offlineNotifyExceptions", "command", gAdvancedPane.showOfflineExceptions); - setEventListener("offlineNotifyExceptions", "command", function (event) { - gAdvancedPane.offlineAppSelected(event); }) + setEventListener("offlineAppsList", "select", + gAdvancedPane.offlineAppSelected); let bundlePrefs = document.getElementById("bundlePreferences"); document.getElementById("offlineAppsList") .style.height = bundlePrefs.getString("offlineAppsList.height"); setEventListener("offlineAppsListRemove", "command", gAdvancedPane.removeOfflineApp); #ifdef MOZ_UPDATER setEventListener("updateRadioGroup", "command", gAdvancedPane.updateWritePrefs); -#endif setEventListener("showUpdateHistory", "command", gAdvancedPane.showUpdates); +#endif setEventListener("viewCertificatesButton", "command", gAdvancedPane.showCertificates); setEventListener("viewSecurityDevicesButton", "command", gAdvancedPane.showSecurityDevices); }, /** * Stores the identity of the current tab in preferences so that the selected