зеркало из https://github.com/mozilla/pjs.git
Fixes 87289 - context menu bustage fix - r=gagan@netscape.com, sr=alecf@netscape.com, a=chofmann
This commit is contained in:
Родитель
625d507df2
Коммит
df9e817cc1
|
@ -677,10 +677,9 @@ nsContextMenu.prototype = {
|
||||||
// Construct nsIURL.
|
// Construct nsIURL.
|
||||||
var ioService = Components.classes["@mozilla.org/network/io-service;1"]
|
var ioService = Components.classes["@mozilla.org/network/io-service;1"]
|
||||||
.getService(Components.interfaces.nsIIOService);
|
.getService(Components.interfaces.nsIIOService);
|
||||||
var uriToAdd = ioService.newURI(base, null);
|
var baseURI = ioService.newURI(base, null);
|
||||||
// Resolve
|
|
||||||
var result = baseURL.resolve( url );
|
return ioService.newURI(baseURI.resolve(url), null);
|
||||||
return result;
|
|
||||||
},
|
},
|
||||||
// Save specified URL in user-selected file.
|
// Save specified URL in user-selected file.
|
||||||
savePage : function ( url, doNotValidate ) {
|
savePage : function ( url, doNotValidate ) {
|
||||||
|
|
Загрузка…
Ссылка в новой задаче