зеркало из https://github.com/mozilla/pjs.git
Bug 413433 - "session restore restores text zoom instead of full zoom" [p=zeniko@gmail.com (Simon B��nzli) r=dietrich a1.9=beltzner]
This commit is contained in:
Родитель
b8471b669f
Коммит
3a64a5c7e1
|
@ -865,8 +865,6 @@ SessionStoreService.prototype = {
|
|||
tabData.index = 1;
|
||||
}
|
||||
|
||||
tabData.zoom = browser.markupDocumentViewer.textZoom;
|
||||
|
||||
var disallow = [];
|
||||
for (var i = 0; i < CAPABILITIES.length; i++)
|
||||
if (!browser.docShell["allow" + CAPABILITIES[i]])
|
||||
|
@ -1502,8 +1500,6 @@ SessionStoreService.prototype = {
|
|||
tab.__SS_extdata = tabData.extData;
|
||||
}
|
||||
|
||||
browser.markupDocumentViewer.textZoom = parseFloat(tabData.zoom || 1);
|
||||
|
||||
for (var i = 0; i < tabData.entries.length; i++) {
|
||||
history.addEntry(this._deserializeHistoryEntry(tabData.entries[i], aIdMap), true);
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче