зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1316736 - Clean up RDM typos. r=ochameau
MozReview-Commit-ID: 4waiXuzrQDE --HG-- extra : rebase_source : 1c5e6e7d61a6236ff6b008d9ad53a34de2f467db
This commit is contained in:
Родитель
fdf8b95340
Коммит
27d8eb9d66
|
@ -565,7 +565,7 @@ TabTarget.prototype = {
|
|||
// Responsive design do a crazy dance around tabs and triggers
|
||||
// remotenesschange events. But we should ignore them as at the end
|
||||
// the content doesn't change its remoteness.
|
||||
if (this._tab.isReponsiveDesignMode) {
|
||||
if (this._tab.isResponsiveDesignMode) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
@ -52,7 +52,7 @@ function swapToInnerBrowser({ tab, containerURL, getInnerBrowser }) {
|
|||
return {
|
||||
|
||||
start: Task.async(function* () {
|
||||
tab.isReponsiveDesignMode = true;
|
||||
tab.isResponsiveDesignMode = true;
|
||||
|
||||
// Freeze navigation temporarily to avoid "blinking" in the location bar.
|
||||
freezeNavigationState(tab);
|
||||
|
@ -153,7 +153,7 @@ function swapToInnerBrowser({ tab, containerURL, getInnerBrowser }) {
|
|||
// have lost focus. Activate the frame to restore expected focus.
|
||||
tab.linkedBrowser.frameLoader.activateRemoteFrame();
|
||||
|
||||
delete tab.isReponsiveDesignMode;
|
||||
delete tab.isResponsiveDesignMode;
|
||||
},
|
||||
|
||||
};
|
||||
|
|
|
@ -430,7 +430,7 @@ MessageManagerTunnel.prototype = {
|
|||
"InlineSpellChecker:",
|
||||
// Messages sent from pageinfo.js
|
||||
"PageInfo:",
|
||||
// Messsage sent from printUtils.js
|
||||
// Messages sent from printUtils.js
|
||||
"Printing:",
|
||||
// Messages sent from browser-social.js
|
||||
"Social:",
|
||||
|
@ -450,7 +450,7 @@ MessageManagerTunnel.prototype = {
|
|||
"Finder:",
|
||||
// Messages sent to pageinfo.js
|
||||
"PageInfo:",
|
||||
// Messsage sent from printUtils.js
|
||||
// Messages sent to printUtils.js
|
||||
"Printing:",
|
||||
// Messages sent to browser-social.js
|
||||
"Social:",
|
||||
|
|
Загрузка…
Ссылка в новой задаче