Skip to content
This repository has been archived by the owner on Aug 4, 2022. It is now read-only.

Commit

Permalink
Backout a2b4067cb7f8, due to talos bustage
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Finkle committed Mar 29, 2012
1 parent e314868 commit 1dd9697
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 75 deletions.
2 changes: 0 additions & 2 deletions mobile/android/chrome/content/browser.js
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,6 @@ var BrowserApp = {
CharacterEncoding.init();
SearchEngines.init();
ActivityObserver.init();
WebappsUI.init();

// Init LoginManager
Cc["@mozilla.org/login-manager;1"].getService(Ci.nsILoginManager);
Expand Down Expand Up @@ -416,7 +415,6 @@ var BrowserApp = {
ConsoleAPI.uninit();
CharacterEncoding.uninit();
SearchEngines.uninit();
WebappsUI.uninit();
},

// This function returns false during periods where the browser displayed document is
Expand Down
1 change: 0 additions & 1 deletion mobile/android/chrome/content/browser.xul
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
<script type="application/javascript" src="chrome://browser/content/downloads.js"/>
<script type="application/javascript" src="chrome://browser/content/exceptions.js"/>
<script type="application/javascript" src="chrome://browser/content/sanitize.js"/>
<script type="application/javascript" src="chrome://browser/content/webapps.js"/>

<deck id="browsers" flex="1"/>

Expand Down
64 changes: 0 additions & 64 deletions mobile/android/chrome/content/webapps.js

This file was deleted.

3 changes: 1 addition & 2 deletions mobile/android/chrome/jar.mn
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ chrome.jar:
* content/downloads.js (content/downloads.js)
content/netError.xhtml (content/netError.xhtml)
content/SelectHelper.js (content/SelectHelper.js)
content/webapps.js (content/webapps.js)


% override chrome://global/content/config.xul chrome://browser/content/config.xhtml
% override chrome://global/content/netError.xhtml chrome://browser/content/netError.xhtml
% override chrome://mozapps/content/extensions/extensions.xul chrome://browser/content/aboutAddons.xhtml
6 changes: 3 additions & 3 deletions mobile/android/installer/package-manifest.in
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,6 @@
@BINPATH@/components/directory.xpt
@BINPATH@/components/docshell.xpt
@BINPATH@/components/dom.xpt
@BINPATH@/components/dom_apps.xpt
@BINPATH@/components/dom_base.xpt
@BINPATH@/components/dom_battery.xpt
@BINPATH@/components/dom_canvas.xpt
Expand Down Expand Up @@ -285,6 +284,7 @@
@BINPATH@/components/xuldoc.xpt
@BINPATH@/components/xultmpl.xpt
@BINPATH@/components/zipwriter.xpt
@BINPATH@/components/openwebapps.xpt

; JavaScript components
@BINPATH@/components/ConsoleAPI.manifest
Expand Down Expand Up @@ -340,6 +340,7 @@
@BINPATH@/components/amContentHandler.js
@BINPATH@/components/amWebInstallListener.js
@BINPATH@/components/nsBlocklistService.js
@BINPATH@/components/OpenWebapps.manifest

#ifdef MOZ_UPDATER
@BINPATH@/components/nsUpdateService.manifest
Expand Down Expand Up @@ -412,8 +413,6 @@
#endif
@BINPATH@/components/TelemetryPing.js
@BINPATH@/components/TelemetryPing.manifest
@BINPATH@/components/Webapps.js
@BINPATH@/components/Webapps.manifest

; Modules
@BINPATH@/modules/*
Expand Down Expand Up @@ -616,6 +615,7 @@ bin/components/@DLL_PREFIX@nkgnomevfs@DLL_SUFFIX@
@BINPATH@/components/PromptService.js
@BINPATH@/components/SessionStore.js
@BINPATH@/components/Sidebar.js
@BINPATH@/components/OpenWebapps.js
#ifdef MOZ_SAFE_BROWSING
@BINPATH@/components/SafeBrowsing.js
#endif
Expand Down
3 changes: 0 additions & 3 deletions mobile/android/locales/en-US/chrome/browser.properties
Original file line number Diff line number Diff line change
Expand Up @@ -225,9 +225,6 @@ timer.start=%S: timer started
# %1$S=name of timer, %2$S=number of milliseconds
timer.end=%1$S: %2$Sms

#Webapps
webapps.installTitle=Install Application

# Click to play plugins
clickToPlayPlugins.message=This page contains plugin content. Would you like to play it?
clickToPlayPlugins.yes=Yes
Expand Down
7 changes: 7 additions & 0 deletions mobile/android/locales/en-US/chrome/webapps.dtd
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<!ENTITY webapps.title.placeholder "Enter a title">
<!ENTITY webapps.permissions "Allow access:">
<!ENTITY webapps.perm.geolocation "Location-aware browsing">
<!ENTITY webapps.perm.offline "Offline data storage">
<!ENTITY webapps.perm.notifications "Desktop notifications">
<!ENTITY webapps.perm.requestedHint "(requested)">
<!ENTITY webapps.add-homescreen "Add to home screen">
1 change: 1 addition & 0 deletions mobile/android/locales/jar.mn
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@
locale/@AB_CD@/browser/sync.dtd (%chrome/sync.dtd)
locale/@AB_CD@/browser/sync.properties (%chrome/sync.properties)
locale/@AB_CD@/browser/prompt.dtd (%chrome/prompt.dtd)
locale/@AB_CD@/browser/webapps.dtd (%chrome/webapps.dtd)
locale/@AB_CD@/browser/feedback.dtd (%chrome/feedback.dtd)
locale/@AB_CD@/browser/phishing.dtd (%chrome/phishing.dtd)

0 comments on commit 1dd9697

Please sign in to comment.