Bug 632837 - bustage [r=me]
authorVivien Nicolas <21@vingtetun.org>
Fri, 11 Feb 2011 21:20:55 +0100
changeset 67378 b4270e4b624ecbb35f5dc79f50e29f54b8530348
parent 67377 1c6a37151d8a0fcdd6ec3fb9a558bec7cfc54cd8
child 67379 c563e5bea9e0656df08c898ec1bc9bc5e2a41b89
push id1
push userroot
push dateTue, 26 Apr 2011 22:38:44 +0000
treeherdermozilla-beta@bfdb6e623a36 [default view] [failures only]
perfherder[talos] [build metrics] [platform microbench] (compared to previous push)
reviewersme
bugs632837
Bug 632837 - bustage [r=me]
mobile/chrome/content/OfflineApps.js
mobile/chrome/jar.mn
--- a/mobile/chrome/content/OfflineApps.js
+++ b/mobile/chrome/content/OfflineApps.js
@@ -17,17 +17,17 @@ var OfflineApps = {
         // all pages can use offline capabilities, no need to ask the user
         return;
       }
     } catch(e) {
       // this pref isn't set by default, ignore failures
     }
 
     let host = currentURI.asciiHost;
-    let notificationID = "offline-app-requested-" host;
+    let notificationID = "offline-app-requested-" + host;
     let notificationBox = Browser.getNotificationBox();
 
     let notification = notificationBox.getNotificationWithValue(notificationID);
     let strings = Strings.browser;
     if (notification) {
       notification.documents.push(aRequest);
     } else {
       let buttons = [{
--- a/mobile/chrome/jar.mn
+++ b/mobile/chrome/jar.mn
@@ -24,16 +24,17 @@ chrome.jar:
 * content/common-ui.js                 (content/common-ui.js)
   content/AlertsHelper.js              (content/AlertsHelper.js)
   content/AppMenu.js                   (content/AppMenu.js)
   content/AwesomePanel.js              (content/AwesomePanel.js)
   content/BookmarkHelper.js            (content/BookmarkHelper.js)
   content/BookmarkPopup.js             (content/BookmarkPopup.js)
 * content/ContextCommands.js           (content/ContextCommands.js)
   content/MenuListHelperUI.js          (content/MenuListHelperUI.js)
+  content/OfflineApps.js               (content/OfflineApps.js)
   content/SelectHelperUI.js            (content/SelectHelperUI.js)
   content/SharingUI.js                 (content/SharingUI.js)
 * content/content.js                   (content/content.js)
   content/commandUtil.js               (content/commandUtil.js)
 * content/bindings.xml                 (content/bindings.xml)
   content/tabs.xml                     (content/tabs.xml)
   content/bindings/checkbox.xml        (content/bindings/checkbox.xml)
   content/bindings/browser.xml         (content/bindings/browser.xml)