Add descriptions for new secret preferences

This commit is contained in:
Piro / YUKI Hiroshi 2013-08-21 23:19:43 +09:00
parent 45add3cb5d
commit dec4d773d5

View File

@ -395,6 +395,11 @@ pref("extensions.treestyletab.dropLinksOnTab.behavior", 0);
* 1 | 512 = Open as a new tree, as a flat group.
*/
pref("extensions.treestyletab.openGroupBookmark.behavior", 2304); /* 0 | 256 | 2048 */
/**
* Group tabs opened by this feature will be created with "temporary" state
* so they will be closed automatically if they are become needless.
* To stay them open, set this to false.
*/
pref("extensions.treestyletab.openGroupBookmark.temporaryGroup", true);
/**
* How to treat tabs dropped to the Bookmarks menu or Bookmarks toolbar.
@ -618,6 +623,11 @@ pref("extensions.multipletab.show.multipletab-selection-item-createSubtree", tru
* the first selected tab becomes the parent.
*/
pref("extensions.treestyletab.createSubtree.underParent", true);
/**
* Group tabs opened by this feature will be created with "temporary" state
* so they will be closed automatically if they are become needless.
* To stay them open, set this to false.
*/
pref("extensions.treestyletab.createSubtree.underParent.temporaryGroup", true);
/**