[Pkg-mozext-commits] [tabmixplus] 66/73: Fix all typos after Webstorm spellcheck - modules

David Prévot taffit at moszumanska.debian.org
Mon May 9 02:30:57 UTC 2016


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository tabmixplus.

commit 06d05086dd9decd212c96b958ea6ef5d0bfb8800
Author: onemen <tabmix.onemen at gmail.com>
Date:   Sun Apr 24 16:47:37 2016 +0300

    Fix all typos after Webstorm spellcheck - modules
---
 modules/AsyncUtils.jsm                    |  2 +-
 modules/ContentClick.jsm                  | 10 ++--
 modules/DownloadLastDir.jsm               |  2 +-
 modules/DynamicRules.jsm                  | 18 +++---
 modules/LinkNodeUtils.jsm                 |  2 +-
 modules/MergeWindows.jsm                  | 30 +++++-----
 modules/Places.jsm                        |  2 +-
 modules/Services.jsm                      |  1 +
 modules/Shortcuts.jsm                     |  8 +--
 modules/SingleWindowModeUtils.jsm         |  6 +-
 modules/TabGroupsMigrator.jsm             |  9 +--
 modules/extensions/AddonManager.jsm       |  4 +-
 modules/extensions/CompatibilityCheck.jsm | 93 ++++++++++++++++---------------
 modules/extensions/TabGroupsManager.jsm   |  4 +-
 modules/log.jsm                           |  8 +--
 15 files changed, 102 insertions(+), 97 deletions(-)

diff --git a/modules/AsyncUtils.jsm b/modules/AsyncUtils.jsm
index 258f728..f4e3d9b 100644
--- a/modules/AsyncUtils.jsm
+++ b/modules/AsyncUtils.jsm
@@ -12,7 +12,7 @@ XPCOMUtils.defineLazyModuleGetter(this, "Promise",
 XPCOMUtils.defineLazyModuleGetter(this, "TabmixSvc",
                                   "resource://tabmixplus/Services.jsm");
 this.AsyncUtils = {
-  /* PromiseUtils.defer exsit since Firefox 39 */
+  /* PromiseUtils.defer exist since Firefox 39 */
   defer: function() {
     return new Deferred();
   },
diff --git a/modules/ContentClick.jsm b/modules/ContentClick.jsm
index c4a09e8..f036757 100644
--- a/modules/ContentClick.jsm
+++ b/modules/ContentClick.jsm
@@ -105,7 +105,7 @@ ContentClickInternal = {
       this.tabmix_contentAreaClick.apply(this, arguments);
 
       // we add preventDefault in our content.js when 'where' is not the
-      // 'default', original ContentClick.contentAreaClick handle all casses
+      // 'default', original ContentClick.contentAreaClick handle all cases
       // except when 'where' equals 'current'
       if (!json.tabmixContentClick || !json.href || json.bookmark) {
         return;
@@ -388,7 +388,7 @@ ContentClickInternal = {
     }
 
     // check this after we check for suppressTabsOnFileDownload
-    // for the case the link have a matche in our list
+    // for the case the link have a match in our list
     if (typeof event.tabmix_openLinkWithHistory == "boolean")
       return ["current at 9"];
 
@@ -589,7 +589,7 @@ ContentClickInternal = {
       let where = this._window.whereToOpenLink(aEvent);
       aEvent.__where = where == "tabshifted" ? "tabshifted" : "tab";
       // in Firefox 17.0-20.0 we can't pass aEvent.__where to handleLinkClick
-      // add 4th argumens with where value
+      // add 4th arguments with where value
       this._window.handleLinkClick(aEvent, aEvent.__hrefFromOnClick || href, linkNode, {where: aEvent.__where});
       aEvent.stopPropagation();
       aEvent.preventDefault();
@@ -865,7 +865,7 @@ ContentClickInternal = {
   },
 
   /**
-   * @brief Open links in new tabs when tab is lock or preference is to always opne tab from links.
+   * @brief Open links in new tabs when tab is lock or preference is to always open tab from links.
    *
    * @returns null if the caller need to handled the click,
               true to load link in new tab
@@ -1047,7 +1047,7 @@ ContentClickInternal = {
   *
   * @param target    The target link.
   * @param curpage   The current page url
-  * @returns         true when curpage and target are in diffrent domains
+  * @returns         true when curpage and target are in different domains
   *
   */
   isLinkToExternalDomain: function TMP_isLinkToExternalDomain(curpage, target) {
diff --git a/modules/DownloadLastDir.jsm b/modules/DownloadLastDir.jsm
index a9846ca..d118df8 100644
--- a/modules/DownloadLastDir.jsm
+++ b/modules/DownloadLastDir.jsm
@@ -22,7 +22,7 @@ this.TabmixDownloadLastDir = {
     this._initialized = true;
 
     // original DownloadLastDir.jsm query Ci.nsILoadContext on this.window,
-    // it faile if we already closed the tab that initialized the download
+    // it fails if we already closed the tab that initialized the download
     // with TypeError: can't access dead object
     let descriptor = {
       get: function() {
diff --git a/modules/DynamicRules.jsm b/modules/DynamicRules.jsm
index 5b2d4f9..9b63a32 100644
--- a/modules/DynamicRules.jsm
+++ b/modules/DynamicRules.jsm
@@ -34,7 +34,7 @@ const EXTRAPREFS = ["squaredTabsStyle"];
 
 this.DynamicRules = {
 
-  // hold templets for our css rules
+  // hold templates for our css rules
   cssTemplates: {},
 
   // hold the current state for each style according to its preference
@@ -83,7 +83,7 @@ this.DynamicRules = {
   },
 
   registerMutationObserver: function(window) {
-    function tabsMotate(aMutations) {
+    function tabsMutate(aMutations) {
       for (let mutation of aMutations) {
         if (mutation.attributeName == "orient") {
           this.orient = mutation.target.orient;
@@ -92,7 +92,7 @@ this.DynamicRules = {
         }
       }
     }
-    let Observer = new window.MutationObserver(tabsMotate.bind(this));
+    let Observer = new window.MutationObserver(tabsMutate.bind(this));
     Observer.observe(window.gBrowser.tabContainer, {attributes: true});
     window.addEventListener("unload", function unload() {
       window.removeEventListener("unload", unload);
@@ -313,7 +313,7 @@ this.DynamicRules = {
    *  we get here in these cases
    *      - when we initialize this service
    *      - when user changed text or background color
-   *      - when user disable/enable the sytle
+   *      - when user disable/enable the style
    */
   registerSheet: function(name) {
     let enabled = TabmixSvc.prefBranch.getBoolPref(name);
@@ -338,10 +338,10 @@ this.DynamicRules = {
   },
 
   unregisterSheet: function(name) {
-    let styleShhet = this.registered[name] || null;
-    if (styleShhet &&
-        SSS.sheetRegistered(styleShhet, TYPE))
-      SSS.unregisterSheet(styleShhet, TYPE);
+    let styleSheet = this.registered[name] || null;
+    if (styleSheet &&
+        SSS.sheetRegistered(styleSheet, TYPE))
+      SSS.unregisterSheet(styleSheet, TYPE);
   },
 
   get defaultPrefs() {
@@ -357,7 +357,7 @@ this.DynamicRules = {
   validatePrefValue: function(ruleName) {
     // styles format: italic:boolean, bold:boolean, underline:boolean,
     //                text:boolean, textColor:string, textOpacity:string,
-    //                bg:boolean, bgColor:string, bgOpacity:striung
+    //                bg:boolean, bgColor:string, bgOpacity:string
     // if we don't catch the problem here it can break the rest of tabmix startup
     var defaultPrefValues = TabmixSvc.JSON.parse(this.defaultPrefs[ruleName]);
     if (!Prefs.prefHasUserValue(ruleName))
diff --git a/modules/LinkNodeUtils.jsm b/modules/LinkNodeUtils.jsm
index 81292c3..49e115c 100644
--- a/modules/LinkNodeUtils.jsm
+++ b/modules/LinkNodeUtils.jsm
@@ -93,7 +93,7 @@ function getTargetAttr(targetAttr, focusedWindow) {
 }
 
 /**
- * @brief check if traget attribute exist and point to frame in the document
+ * @brief check if target attribute exist and point to frame in the document
  *        frame pool
  */
 function targetIsFrame(targetAttr, focusedWindow) {
diff --git a/modules/MergeWindows.jsm b/modules/MergeWindows.jsm
index 7a7382a..4548fd9 100644
--- a/modules/MergeWindows.jsm
+++ b/modules/MergeWindows.jsm
@@ -15,9 +15,9 @@ XPCOMUtils.defineLazyModuleGetter(this, "PrivateBrowsingUtils",
 // extension for Mozilla Firefox.                                   //
 // version 0.5.1                                                    //
 // The Initial Developer of the Original Code is Twanno.            //
-// Modfied for TMP by CPU                                           //
+// Modified for TMP by CPU                                           //
 //                                                                  //
-// Convert to module and modfied by onemen                          //
+// Convert to module and modified by onemen                          //
 //                                                                  //
 //////////////////////////////////////////////////////////////////////
 this.MergeWindows = {
@@ -26,7 +26,7 @@ this.MergeWindows = {
     return (this.prefs = Services.prefs.getBranch("extensions.tabmix."));
   },
 
-  // merge several windows to one window, or only selected tabs to previous focussed window,
+  // merge several windows to one window, or only selected tabs to previous focused window,
   // or only current window with previous window
   mergeWindows: function _mergeWindows(aWindow) {
     var tabbrowser = aWindow.gBrowser;
@@ -55,8 +55,8 @@ this.MergeWindows = {
     }
   },
 
-  // merge current window into previously focussed window, unless it was popup
-  // in that case merge previously focussed window into current window
+  // merge current window into previously focused window, unless it was popup
+  // in that case merge previously focused window into current window
   mergeTwoWindows: function TMP_mergeTwoWindows(aTargetWindow, aWindow, aTabs, aOptions) {
     let tabbrowser = aWindow.gBrowser;
     let canClose = aOptions.tabsSelected && tabbrowser.tabs.length > aTabs.length &&
@@ -80,7 +80,7 @@ this.MergeWindows = {
       [aTargetWindow, aTabs] = [aWindow, aTargetWindow.gBrowser.tabs];
     }
     this.swapTabs(aTargetWindow, aTabs);
-    // _endRemoveTab set _windowIsClosing if the last tab moved to a diffrenent window
+    // _endRemoveTab set _windowIsClosing if the last tab moved to a different window
     if (canClose && !tabbrowser._windowIsClosing)
       aWindow.close();
   },
@@ -150,7 +150,7 @@ this.MergeWindows = {
       // after merge select currently selected tab or first merged tab
       let selectedTab = currentWindow.gBrowser.selectedTab;
       let tab = tabs.indexOf(selectedTab) > -1 ? selectedTab : tabs[0];
-      tab.setAttribute("_TMP_selectAfterMerege", true);
+      tab.setAttribute("_TMP_selectAfterMerge", true);
     }
 
     var tabbrowser = aWindow.gBrowser;
@@ -167,8 +167,8 @@ this.MergeWindows = {
       let newBrowser = newTab.linkedBrowser;
       newBrowser.stop();
       void newBrowser.docShell;
-      if (tab.hasAttribute("_TMP_selectAfterMerege")) {
-        tab.removeAttribute("_TMP_selectAfterMerege");
+      if (tab.hasAttribute("_TMP_selectAfterMerge")) {
+        tab.removeAttribute("_TMP_selectAfterMerge");
         tabToSelect = newTab;
       }
       if (isPopup) {
@@ -184,8 +184,8 @@ this.MergeWindows = {
         }
         this.moveTabsFromPopups(newTab, tab, openerWindow, tabbrowser);
       } else {
-        // we don't keep tab attributs: visited, tabmix_selectedID
-        // see in Tabmix.copyTabData list of attributs we copy to the new tab
+        // we don't keep tab attributes: visited, tabmix_selectedID
+        // see in Tabmix.copyTabData list of attributes we copy to the new tab
         tabbrowser.swapBrowsersAndCloseOther(newTab, tab);
       }
     }
@@ -221,7 +221,7 @@ this.MergeWindows = {
    *        in both groups, don't specify the private property.
    *
    *        set skipPopup property to true when the preference is not
-   *        to merge popus.
+   *        to merge popups.
    *
    *        set multiple property to true to get all suitable windows
    *
@@ -272,8 +272,8 @@ this.MergeWindows = {
     if (aOptions.multiple)
       return {windows: windows.concat(popUps), normalWindowsCount: normalWindowsCount};
 
-    let traget = windows[0] || popUps[0] || null;
-    return {windows: traget ? [traget] : [], normalWindowsCount: normalWindowsCount};
+    let target = windows[0] || popUps[0] || null;
+    return {windows: target ? [target] : [], normalWindowsCount: normalWindowsCount};
   },
 
   notify: function TMP_mergeNotify(aWindow, privateNotMatch) {
@@ -294,7 +294,7 @@ this.MergeWindows = {
   },
 
   warnBeforeClosingWindow: function(aWindow) {
-    // prompt a warning before closing a window with left ovar tabs
+    // prompt a warning before closing a window with left over tabs
     var canClose = this.prefs.getBoolPref("closeOnSelect");
     if (!canClose)
       return false;
diff --git a/modules/Places.jsm b/modules/Places.jsm
index eb6f417..09c04ed 100644
--- a/modules/Places.jsm
+++ b/modules/Places.jsm
@@ -143,7 +143,7 @@ PlacesUtilsInternal = {
         'push({id: aNodes[i].itemId, uri: aNodes[i].uri,'
       ).toCode();
 
-      // we enter getURLsForContainerNode into PlacesUIUtils to prevent leakes from PlacesUtils
+      // we enter getURLsForContainerNode into PlacesUIUtils to prevent leaks from PlacesUtils
       Tabmix.changeCode(PlacesUtils, "PlacesUtils.getURLsForContainerNode")._replace(
         '{uri: child.uri,',
         '{id: child.itemId, uri: child.uri,', {flags: "g"}
diff --git a/modules/Services.jsm b/modules/Services.jsm
index c6e07c6..9c772a0 100644
--- a/modules/Services.jsm
+++ b/modules/Services.jsm
@@ -304,6 +304,7 @@ XPCOMUtils.defineLazyGetter(TabmixSvc, "isPaleMoon", function() {
 });
 
 XPCOMUtils.defineLazyGetter(TabmixSvc, "isPaleMoonID", function() {
+  // noinspection SpellCheckingInspection
   return Services.appinfo.ID == "{8de7fcbb-c55c-4fbe-bfc5-fc555c87dbc4}";
 });
 
diff --git a/modules/Shortcuts.jsm b/modules/Shortcuts.jsm
index 394c1eb..6bf02b4 100644
--- a/modules/Shortcuts.jsm
+++ b/modules/Shortcuts.jsm
@@ -283,14 +283,14 @@ this.Shortcuts = {
       let _default = keyData.default || "";
       let currentValue = onOpen ? _default : keyData.value;
       let newValue = shortcuts[key] || _default;
-      let updatBlockState = keyData.sessionKey && !/^d&/.test(newValue) &&
+      let updateBlockState = keyData.sessionKey && !/^d&/.test(newValue) &&
           (onOpen ? disableSessionKeys :
           disableSessionKeys != keyData.blocked);
       if (keyData.sessionKey)
         keyData.blocked = disableSessionKeys;
       // on start report disabled by default shortcut as changed so _updateKey
       // can move these shortcuts to removedShortcuts
-      if (currentValue != newValue || updatBlockState ||
+      if (currentValue != newValue || updateBlockState ||
           onOpen && /^d&/.test(_default)) {
         keyData.value = newValue;
         changedKeys[key] = keyData;
@@ -350,7 +350,7 @@ this.Shortcuts = {
       return new RegExp(mod).test(modifiers);
     }).join(",");
 
-    // make sure that key and keycod are valid
+    // make sure that key and keycode are valid
     key.key = key.key.toUpperCase();
     if (key.key == " ")
       [key.key, key.keycode] = ["", "VK_SPACE"];
@@ -449,7 +449,7 @@ KeyConfig = {
 
     this.prefs = Services.prefs.getBranch("keyconfig.main.");
     let shortcuts = Shortcuts._getShortcutsPref();
-    // sync non defualt shortcuts
+    // sync non default shortcuts
     if (Object.keys(shortcuts).length > 0)
       this.syncToKeyConfig(shortcuts);
     else {
diff --git a/modules/SingleWindowModeUtils.jsm b/modules/SingleWindowModeUtils.jsm
index b101969..7e8292d 100644
--- a/modules/SingleWindowModeUtils.jsm
+++ b/modules/SingleWindowModeUtils.jsm
@@ -105,8 +105,8 @@ this.SingleWindowModeUtils = {
     if (uriToLoad instanceof Ci.nsISupportsArray) {
       let count = uriToLoad.Count();
       for (let i = 0; i < count; i++) {
-        let urisstring = uriToLoad.GetElementAt(i).QueryInterface(Ci.nsISupportsString);
-        urls.push(urisstring.data);
+        let uriString = uriToLoad.GetElementAt(i).QueryInterface(Ci.nsISupportsString);
+        urls.push(uriString.data);
       }
     } else if (uriToLoad instanceof newWindow.XULElement || uriToLoad instanceof Ci.nsIDOMXULElement) {
       // some extension try to swap a tab to new window
@@ -177,7 +177,7 @@ this.SingleWindowModeUtils = {
     }
     existingWindow.setTimeout(function() {
       try {
-        // restore window dimensions, to prevent flickring in the next restart
+        // restore window dimensions, to prevent flickering in the next restart
         var win = newWindow.document.documentElement;
         if (typeof newWindow.__winRect == "object") {
           for (let attr of Object.keys(newWindow.__winRect)) {
diff --git a/modules/TabGroupsMigrator.jsm b/modules/TabGroupsMigrator.jsm
index 083b94f..970e1df 100644
--- a/modules/TabGroupsMigrator.jsm
+++ b/modules/TabGroupsMigrator.jsm
@@ -226,8 +226,8 @@ this.TabmixGroupsMigrator = {
       if (windowGroupMap) {
         let anonGroupCount = 0;
         let windowGroups = [... windowGroupMap.values()].sort(TabGroupsMigrator._groupSorter);
-        let singleanonGroup = windowGroups[0].anonGroupID && windowGroups.length == 1;
-        if (singleanonGroup) {
+        let singleAnonGroup = windowGroups[0].anonGroupID && windowGroups.length == 1;
+        if (singleAnonGroup) {
           windowGroups[0].tabGroupsMigrationTitle = winTitle;
         } else {
           for (let group of windowGroups) {
@@ -268,7 +268,8 @@ this.TabmixGroupsMigrator = {
     });
   },
 
-  createtSessionsFolder: function() {
+  // create SessionsFolder: function() {
+  createSessionsFolder: function() {
     let BM = PlacesUtils.bookmarks;
     return BM.insert({
       parentGuid: BM.menuGuid,
@@ -280,7 +281,7 @@ this.TabmixGroupsMigrator = {
   },
 
   getSessionsFolder: function(folder) {
-    return this.promiseItemId(folder).catch(this.createtSessionsFolder.bind(this));
+    return this.promiseItemId(folder).catch(this.createSessionsFolder.bind(this));
   },
 
   bookmarkAllGroupsFromState: function(groupData, guid, name) {
diff --git a/modules/extensions/AddonManager.jsm b/modules/extensions/AddonManager.jsm
index 833dad7..446bddd 100644
--- a/modules/extensions/AddonManager.jsm
+++ b/modules/extensions/AddonManager.jsm
@@ -76,8 +76,10 @@ var PrivateTab = {
   }
 };
 
+// noinspection SpellCheckingInspection
+const SMID = "{1280606b-2510-4fe0-97ef-9b5a22eafe30}";
 var SessionManager = {
-  id: "{1280606b-2510-4fe0-97ef-9b5a22eafe30}",
+  id: SMID,
   init: function() {
     this._saveTabmixPrefs();
     TabmixSvc.sessionManagerAddonInstalled = true;
diff --git a/modules/extensions/CompatibilityCheck.jsm b/modules/extensions/CompatibilityCheck.jsm
index 8a8e357..052736a 100644
--- a/modules/extensions/CompatibilityCheck.jsm
+++ b/modules/extensions/CompatibilityCheck.jsm
@@ -179,56 +179,57 @@ CompatibilityCheck.prototype = {
 
   /* eslint dot-notation: 0 */
   getList: function TMP_EX_getList() {
-    var guid_list = {};
     /*
      *  The following extensions are integrated or incompatible with Tab Mix Plus
      *
      *  Add extensions ID in lowercase.
      */
-    guid_list['{00bdd586-51fb-4b06-9c23-af2fb7609bf3}'] = true; //   Basics
-    guid_list['{b98719b3-76d6-4bec-aeed-3ab542b23bd7}'] = true; //   BlankLast
-    guid_list['{47921160-3085-4023-a145-8ec466babfba}'] = true; //   Click2Tab
-    guid_list['{b0f9cad2-ebae-4685-b518-d3d9b41ea183}'] = true; //   Close Tab On Double Click
-    guid_list['ctc at clav.mozdev.org'] = true; //   CTC
-    guid_list['{61ed2a9a-39eb-4aaf-bd14-06dfbe8880c3}'] = true; //   Duplicate Tab
-    guid_list['flowtabs'] = true; //   Flowing Tabs
-    guid_list['{cd2b821e-19f9-40a7-ac5c-08d6c197fc43}'] = true; //   FLST
-    guid_list['{68e5dd30-a659-4987-99f9-eaf21f9d4140}'] = true; //   LastTab
-    guid_list['minit at dorando'] = true; //   MiniT
-    guid_list['minit-drag'] = true; //   miniT-drag
-    guid_list['minit-tabscroll at dorando'] = true; //   miniT-tabscroll
-    guid_list['new-tab-button-on-tab-bar at mikegoodspeed.com'] = true; //   new tab button on tab bar
-    guid_list['{66e978cd-981f-47df-ac42-e3cf417c1467}'] = true; //   new tab homepage
-    guid_list['newtaburl at sogame.cat'] = true; //   NewTabURL
-    guid_list['{4b2867d9-2973-42f3-bd9b-5ad30127c444}'] = true; //   Petite Tabbrowser Extensions
-    guid_list['{888d99e7-e8b5-46a3-851e-1ec45da1e644}'] = true; //   ReloadEvery
-    guid_list['{aede9b05-c23c-479b-a90e-9146ed62d377}'] = true; //   Reload Tab On Double-Click
-    guid_list['{492aa940-beaa-11d8-9669-0800200c9a66}'] = true; //   Scrollable Tabs
-    guid_list['{eb922232-fd76-4eb0-bd5a-c1cba4238343}'] = true; //   Single Window
-    guid_list['{149c6cc6-ec62-4ebd-b719-3c2e867930c7}'] = true; //   Stack style tabs
-    guid_list['supert at studio17.wordpress.com'] = true; //   superT
-    guid_list['tabbin'] = true; //   Tab Bin
-    guid_list['{43520b8f-4107-4351-ac64-9bcc5eea24b9}'] = true; //   Tab Clicking Options
-    guid_list['{bea6d1a7-882d-425f-bc75-944e0063ff3b}'] = true; //   Tab Mix [original one]
-    guid_list['tabtowindow at sogame.cat'] = true; //   Tab to window
-    guid_list['tabx at clav.mozdev.org'] = true; //   Tab X
-    guid_list['{0b0b0da8-08ba-4bc6-987c-6bc9f4d8a81e}'] = true; //   Tabbrowser Extensions
-    guid_list['{9b9d2aaa-ae26-4447-a7a1-633a32b19ddd}'] = true; //   Tabbrowser Preferences
-    guid_list['tabdrag'] = true; //   tabdrag-for-tablib
-    guid_list['tabfx at chaosware.net'] = true; //   TabFX
-    guid_list['tabsopenrelative at jomel.me.uk'] = true; //   Tabs open ralative
-    guid_list['tablib'] = true; //   tablib
-    guid_list['{328bbe91-cb86-40b0-a3fd-2b39969f9faa}'] = true; //   Undo Close Tab
-    guid_list['undoclosetab at dorando'] = true; //   Undo Close Tab
-    guid_list['{99ec6690-8bb1-11da-a72b-0800200c9a66}'] = true; //   Unread Tabs
-    // updated 2009-08-01
-    guid_list['undoclosedtabsbutton at supernova00.biz'] = true; //   Undo closed button
-    guid_list['remove-new-tab-button at forerunnerdesigns.com'] = true;//   Remove new tab button
-    guid_list['last-tab-close-button at victor.sacharin'] = true; //   Last tab close button
-    // 2010-09-15
-    guid_list['tabutils at ithinc.cn'] = true; //   Tab Utilities
-    // 2012-05-23
-    guid_list['tab-width at design-noir.de'] = true; //   Custom Tab Width
-    return guid_list;
+    // noinspection SpellCheckingInspection
+    return {
+      '{00bdd586-51fb-4b06-9c23-af2fb7609bf3}': true, //   Basics
+      '{b98719b3-76d6-4bec-aeed-3ab542b23bd7}': true, //   BlankLast
+      '{47921160-3085-4023-a145-8ec466babfba}': true, //   Click2Tab
+      '{b0f9cad2-ebae-4685-b518-d3d9b41ea183}': true, //   Close Tab On Double Click
+      'ctc at clav.mozdev.org': true, //   CTC
+      '{61ed2a9a-39eb-4aaf-bd14-06dfbe8880c3}': true, //   Duplicate Tab
+      'flowtabs': true, //   Flowing Tabs
+      '{cd2b821e-19f9-40a7-ac5c-08d6c197fc43}': true, //   FLST
+      '{68e5dd30-a659-4987-99f9-eaf21f9d4140}': true, //   LastTab
+      'minit at dorando': true, //   MiniT
+      'minit-drag': true, //   miniT-drag
+      'minit-tabscroll at dorando': true, //   miniT-tabscroll
+      'new-tab-button-on-tab-bar at mikegoodspeed.com': true, //   new tab button on tab bar
+      '{66e978cd-981f-47df-ac42-e3cf417c1467}': true, //   new tab homepage
+      'newtaburl at sogame.cat': true, //   NewTabURL
+      '{4b2867d9-2973-42f3-bd9b-5ad30127c444}': true, //   Petite Tabbrowser Extensions
+      '{888d99e7-e8b5-46a3-851e-1ec45da1e644}': true, //   ReloadEvery
+      '{aede9b05-c23c-479b-a90e-9146ed62d377}': true, //   Reload Tab On Double-Click
+      '{492aa940-beaa-11d8-9669-0800200c9a66}': true, //   Scrollable Tabs
+      '{eb922232-fd76-4eb0-bd5a-c1cba4238343}': true, //   Single Window
+      '{149c6cc6-ec62-4ebd-b719-3c2e867930c7}': true, //   Stack style tabs
+      'supert at studio17.wordpress.com': true, //   superT
+      'tabbin': true, //   Tab Bin
+      '{43520b8f-4107-4351-ac64-9bcc5eea24b9}': true, //   Tab Clicking Options
+      '{bea6d1a7-882d-425f-bc75-944e0063ff3b}': true, //   Tab Mix [original one]
+      'tabtowindow at sogame.cat': true, //   Tab to window
+      'tabx at clav.mozdev.org': true, //   Tab X
+      '{0b0b0da8-08ba-4bc6-987c-6bc9f4d8a81e}': true, //   Tabbrowser Extensions
+      '{9b9d2aaa-ae26-4447-a7a1-633a32b19ddd}': true, //   Tabbrowser Preferences
+      'tabdrag': true, //   tabdrag-for-tablib
+      'tabfx at chaosware.net': true, //   TabFX
+      'tabsopenrelative at jomel.me.uk': true, //   Tabs open ralative
+      'tablib': true, //   tablib
+      '{328bbe91-cb86-40b0-a3fd-2b39969f9faa}': true, //   Undo Close Tab
+      'undoclosetab at dorando': true, //   Undo Close Tab
+      '{99ec6690-8bb1-11da-a72b-0800200c9a66}': true, //   Unread Tabs
+      // updated 2009-08-01
+      'undoclosedtabsbutton at supernova00.biz': true, //   Undo closed button
+      'remove-new-tab-button at forerunnerdesigns.com': true, //   Remove new tab button
+      'last-tab-close-button at victor.sacharin': true, //   Last tab close button
+      // 2010-09-15
+      'tabutils at ithinc.cn': true, //   Tab Utilities
+      // 2012-05-23
+      'tab-width at design-noir.de': true, //   Custom Tab Width
+    };
   }
 };
diff --git a/modules/extensions/TabGroupsManager.jsm b/modules/extensions/TabGroupsManager.jsm
index 7e87c07..c212b70 100644
--- a/modules/extensions/TabGroupsManager.jsm
+++ b/modules/extensions/TabGroupsManager.jsm
@@ -74,7 +74,7 @@ this.TMP_TabGroupsManager = {
     };
 
     this.changeCode(sessionManager, "TabmixSessionManager.loadOneWindow")._replace(
-      // get saved group data and repalce ids with new one
+      // get saved group data and replace ids with new one
       'var lastSelectedIndex = restoreSelect ? this.getIntValue(rdfNodeWindow, "selectedIndex") : 0;',
       '$&' +
       '  var [_restoreSelect, _lastSelectedIndex] = [restoreSelect, lastSelectedIndex];' +
@@ -122,7 +122,7 @@ this.TMP_TabGroupsManager = {
 
   // for TabGroupsManager use - don't change function name
   tabmixSessionsManager: function() {
-    // this here reffer to the top browser window
+    // this here refers to the top browser window
     if (!this.Tabmix.isFirstWindow || this.Tabmix._afterTabduplicated) {
       return false;
     }
diff --git a/modules/log.jsm b/modules/log.jsm
index f5c7f52..660b725 100644
--- a/modules/log.jsm
+++ b/modules/log.jsm
@@ -250,12 +250,12 @@ options = {
         fileName = decodeURI(fileName).replace(re, "");
         let index = line.indexOf(_char);
         let name = line.slice(0, index).split("(").shift();
-        let formated = '  File "' + fileName + '", line ' + lineNumber;
+        let formatted = '  File "' + fileName + '", line ' + lineNumber;
         if (colNumber)
-          formated += ', col ' + colNumber;
+          formatted += ', col ' + colNumber;
         if (name)
-          formated += ', in ' + name.replace("/<", "");
-        lines.push(formated);
+          formatted += ', in ' + name.replace("/<", "");
+        lines.push(formatted);
       }
     });
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/tabmixplus.git



More information about the Pkg-mozext-commits mailing list