Bug 1316736 - Clean up RDM typos. r=ochameau

MozReview-Commit-ID: 4waiXuzrQDE

--HG--
extra : rebase_source : 1c5e6e7d61a6236ff6b008d9ad53a34de2f467db
This commit is contained in:
J. Ryan Stinnett 2016-11-09 18:38:28 -06:00
Родитель fdf8b95340
Коммит 27d8eb9d66
3 изменённых файлов: 5 добавлений и 5 удалений

Просмотреть файл

@ -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:",