зеркало из https://github.com/mozilla/pjs.git
Catch up with core changes, Passing flag so URI can be fixed to 3rd-party service uri.
This commit is contained in:
Родитель
aeb28ab6cc
Коммит
1b30d94759
|
@ -639,7 +639,7 @@ function MiniNavShutdown()
|
|||
|
||||
function loadURI(uri)
|
||||
{
|
||||
gBrowser.webNavigation.loadURI(uri, nsIWebNavigation.LOAD_FLAGS_NONE, null, null, null);
|
||||
gBrowser.webNavigation.loadURI(uri, nsIWebNavigation.LOAD_FLAGS_ALLOW_THIRD_PARTY_FIXUP, null, null, null);
|
||||
}
|
||||
|
||||
function BrowserHome()
|
||||
|
@ -823,11 +823,11 @@ function urlbar() {
|
|||
|
||||
/* Reset the text size */
|
||||
function BrowserResetZoomPlus() {
|
||||
gBrowser.selectedBrowser.markupDocumentViewer.textZoom+= .25;
|
||||
gBrowser.selectedBrowser.markupDocumentViewer.textZoom+= .1;
|
||||
}
|
||||
|
||||
function BrowserResetZoomMinus() {
|
||||
gBrowser.selectedBrowser.markupDocumentViewer.textZoom-= .25;
|
||||
gBrowser.selectedBrowser.markupDocumentViewer.textZoom-= .1;
|
||||
}
|
||||
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче