update version specific comments

This commit is contained in:
Piro / SHIMODA Hiroshi 2012-01-14 01:15:12 +09:00
parent 80322b3074
commit 23e3457530
11 changed files with 11 additions and 13 deletions

View File

@ -14,7 +14,7 @@ License.
The Original Code is the Tree Style Tab. The Original Code is the Tree Style Tab.
The Initial Developer of the Original Code is SHIMODA Hiroshi. The Initial Developer of the Original Code is SHIMODA Hiroshi.
Portions created by the Initial Developer are Copyright (C) 2007-2011 Portions created by the Initial Developer are Copyright (C) 2007-2012
the Initial Developer. All Rights Reserved. the Initial Developer. All Rights Reserved.
Contributor(s): SHIMODA Hiroshi <piro.outsider.reflex@gmail.com> Contributor(s): SHIMODA Hiroshi <piro.outsider.reflex@gmail.com>

View File

@ -186,7 +186,7 @@ toolbar.treestyletab-tabbar-toolbar[treestyletab-mode="vertical"]
} }
/* leftside vertical tab bar (for Firefox 4 or later) */ /* leftside vertical tab bar */
tabs.tabbrowser-tabs[treestyletab-tabbar-position="left"][treestyletab-invert-scrollbar="true"] tabs.tabbrowser-tabs[treestyletab-tabbar-position="left"][treestyletab-invert-scrollbar="true"]
.tabbrowser-arrowscrollbox .tabbrowser-arrowscrollbox
@ -445,7 +445,7 @@ toolbar.treestyletab-tabbar-toolbar-ready:not([nowindowdrag="true"]),
visibility: collapse !important; visibility: collapse !important;
} }
/* pinned tabs on Firefox 4.0 */ /* pinned tabs */
.tabbrowser-tabs[treestyletab-mode="vertical"] { .tabbrowser-tabs[treestyletab-mode="vertical"] {
-moz-margin-start: 0 !important; -moz-margin-start: 0 !important;
} }

View File

@ -430,7 +430,6 @@ var TreeStyleTabWindowHelper = {
!(tabbar.compareDocumentPosition(newTabButton) & nsIDOMNode.DOCUMENT_POSITION_CONTAINED_BY)) !(tabbar.compareDocumentPosition(newTabButton) & nsIDOMNode.DOCUMENT_POSITION_CONTAINED_BY))
newTabButton.parentNode.addEventListener('click', this.service, true); newTabButton.parentNode.addEventListener('click', this.service, true);
// for Firefox 4.0 or later
this.service.updateAllTabsButton(gBrowser); this.service.updateAllTabsButton(gBrowser);
var event = document.createEvent('Events'); var event = document.createEvent('Events');
@ -453,7 +452,6 @@ var TreeStyleTabWindowHelper = {
!(tabbar.compareDocumentPosition(newTabButton) & Ci.nsIDOMNode.DOCUMENT_POSITION_CONTAINED_BY)) !(tabbar.compareDocumentPosition(newTabButton) & Ci.nsIDOMNode.DOCUMENT_POSITION_CONTAINED_BY))
newTabButton.parentNode.removeEventListener('click', this.service, true); newTabButton.parentNode.removeEventListener('click', this.service, true);
// Firefox 4.0 or later (restore original position)
var allTabsButton = document.getElementById('alltabs-button'); var allTabsButton = document.getElementById('alltabs-button');
if (allTabsButton && allTabsButton.hasChildNodes()) if (allTabsButton && allTabsButton.hasChildNodes())
allTabsButton.firstChild.setAttribute('position', 'after_end'); allTabsButton.firstChild.setAttribute('position', 'after_end');

View File

@ -14,7 +14,7 @@ License.
The Original Code is the Tree Style Tab. The Original Code is the Tree Style Tab.
The Initial Developer of the Original Code is SHIMODA Hiroshi. The Initial Developer of the Original Code is SHIMODA Hiroshi.
Portions created by the Initial Developer are Copyright (C) 2007-2011 Portions created by the Initial Developer are Copyright (C) 2007-2012
the Initial Developer. All Rights Reserved. the Initial Developer. All Rights Reserved.
Contributor(s): SHIMODA Hiroshi <piro.outsider.reflex@gmail.com> Contributor(s): SHIMODA Hiroshi <piro.outsider.reflex@gmail.com>

View File

@ -14,7 +14,7 @@ License.
The Original Code is the Tree Style Tab. The Original Code is the Tree Style Tab.
The Initial Developer of the Original Code is SHIMODA Hiroshi. The Initial Developer of the Original Code is SHIMODA Hiroshi.
Portions created by the Initial Developer are Copyright (C) 2007-2011 Portions created by the Initial Developer are Copyright (C) 2007-2012
the Initial Developer. All Rights Reserved. the Initial Developer. All Rights Reserved.
Contributor(s): SHIMODA Hiroshi <piro.outsider.reflex@gmail.com> Contributor(s): SHIMODA Hiroshi <piro.outsider.reflex@gmail.com>

View File

@ -14,7 +14,7 @@
* The Original Code is the Tree Style Tab. * The Original Code is the Tree Style Tab.
* *
* The Initial Developer of the Original Code is SHIMODA Hiroshi. * The Initial Developer of the Original Code is SHIMODA Hiroshi.
* Portions created by the Initial Developer are Copyright (C) 2010-2011 * Portions created by the Initial Developer are Copyright (C) 2010-2012
* the Initial Developer. All Rights Reserved. * the Initial Developer. All Rights Reserved.
* *
* Contributor(s): SHIMODA Hiroshi <piro.outsider.reflex@gmail.com> * Contributor(s): SHIMODA Hiroshi <piro.outsider.reflex@gmail.com>

View File

@ -14,7 +14,7 @@
* The Original Code is the Tree Style Tab. * The Original Code is the Tree Style Tab.
* *
* The Initial Developer of the Original Code is SHIMODA Hiroshi. * The Initial Developer of the Original Code is SHIMODA Hiroshi.
* Portions created by the Initial Developer are Copyright (C) 2010-2011 * Portions created by the Initial Developer are Copyright (C) 2010-2012
* the Initial Developer. All Rights Reserved. * the Initial Developer. All Rights Reserved.
* *
* Contributor(s): SHIMODA Hiroshi <piro.outsider.reflex@gmail.com> * Contributor(s): SHIMODA Hiroshi <piro.outsider.reflex@gmail.com>

View File

@ -14,7 +14,7 @@
* The Original Code is the Tree Style Tab. * The Original Code is the Tree Style Tab.
* *
* The Initial Developer of the Original Code is SHIMODA Hiroshi. * The Initial Developer of the Original Code is SHIMODA Hiroshi.
* Portions created by the Initial Developer are Copyright (C) 2010-2011 * Portions created by the Initial Developer are Copyright (C) 2010-2012
* the Initial Developer. All Rights Reserved. * the Initial Developer. All Rights Reserved.
* *
* Contributor(s): SHIMODA Hiroshi <piro.outsider.reflex@gmail.com> * Contributor(s): SHIMODA Hiroshi <piro.outsider.reflex@gmail.com>

View File

@ -14,7 +14,7 @@
* The Original Code is the Tree Style Tab. * The Original Code is the Tree Style Tab.
* *
* The Initial Developer of the Original Code is SHIMODA Hiroshi. * The Initial Developer of the Original Code is SHIMODA Hiroshi.
* Portions created by the Initial Developer are Copyright (C) 2011 * Portions created by the Initial Developer are Copyright (C) 2012
* the Initial Developer. All Rights Reserved. * the Initial Developer. All Rights Reserved.
* *
* Contributor(s): SHIMODA Hiroshi <piro.outsider.reflex@gmail.com> * Contributor(s): SHIMODA Hiroshi <piro.outsider.reflex@gmail.com>

View File

@ -14,7 +14,7 @@ License.
The Original Code is the Tree Style Tab. The Original Code is the Tree Style Tab.
The Initial Developer of the Original Code is SHIMODA Hiroshi. The Initial Developer of the Original Code is SHIMODA Hiroshi.
Portions created by the Initial Developer are Copyright (C) 2007-2011 Portions created by the Initial Developer are Copyright (C) 2007-2012
the Initial Developer. All Rights Reserved. the Initial Developer. All Rights Reserved.
Contributor(s): SHIMODA Hiroshi <piro.outsider.reflex@gmail.com> Contributor(s): SHIMODA Hiroshi <piro.outsider.reflex@gmail.com>

View File

@ -14,7 +14,7 @@ License.
The Original Code is the SidebarStyleTab. The Original Code is the SidebarStyleTab.
The Initial Developer of the Original Code is SHIMODA Hiroshi. The Initial Developer of the Original Code is SHIMODA Hiroshi.
Portions created by the Initial Developer are Copyright (C) 2010 Portions created by the Initial Developer are Copyright (C) 2010-2012
the Initial Developer. All Rights Reserved. the Initial Developer. All Rights Reserved.
Contributor(s): Philipp von Weitershausen <philipp@weitershausen.de> Contributor(s): Philipp von Weitershausen <philipp@weitershausen.de>