mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 06:11:37 +00:00
Comment fix for Bug 348419
This commit is contained in:
parent
78cad2a2a6
commit
13095d56f3
@ -461,7 +461,7 @@ function getIDFromResourceURI(aURI)
|
||||
|
||||
function openURL(aURL)
|
||||
{
|
||||
# If we're not a browser, use the external protocol service to load the URI.
|
||||
# If we're not Firefox, use the external protocol service to load the URI.
|
||||
#ifndef MOZ_PHOENIX
|
||||
var uri = Components.classes["@mozilla.org/network/io-service;1"]
|
||||
.getService(nsIIOService).newURI(aURL, null, null);
|
||||
@ -606,7 +606,7 @@ function Startup()
|
||||
if (window.arguments[0] == "updates-only") {
|
||||
gUpdatesOnly = true;
|
||||
#ifdef MOZ_PHOENIX
|
||||
// If we are a browser when updating on startup don't display context
|
||||
// If we are Firefox when updating on startup don't display context
|
||||
// menuitems that can open a browser window.
|
||||
gUpdateContextMenus = gUpdateContextMenusNoBrowser;
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user