bug 300412 - add "Bookmark all Tabs" menu option to bookmarks menu, improves discoverability of bookmark tab groups per usability testing. patch by Grace Shih <gsshih@gmail.com> r=ben@mozilla.org

This commit is contained in:
ben@bengoodger.com
2005-08-12 00:42:16 +00:00
parent 567a55d381
commit b51c5f12f6
12 changed files with 108 additions and 51 deletions

View File

@@ -300,6 +300,7 @@ var MigrationWizard = {
items.removeChild(items.firstChild);
var bundle = document.getElementById("bundle");
var brandBundle = document.getElementById("brandBundle");
var itemID;
for (var i = 0; i < 16; ++i) {
var itemID = (this._itemsFlags >> i) & 0x1 ? Math.pow(2, i) : 0;