Commit Graph

189 Commits

Author SHA1 Message Date
Hiroyuki Ikezoe
e8b26e5d3c Bug 620789 - Intermittent failure in browser_bug581253.js. Fix an edge case where bookmark is added during onload.
r=mak a=dietrich
2011-02-18 14:54:14 +01:00
Hiroyuki Ikezoe
8658e69633 Bug 633638 - Need a way to cancel PlacesUtils::asyncGetBookmarkIds requests.
r=mak a=blocker
2011-02-15 12:39:21 +01:00
Marco Bonardo
28773a8a4b Bug 632411 - Huge context menu pops up when right click after selected text in sidebar web page.
r=mano a=blocker
2011-02-10 14:17:54 +01:00
Serge Gautherie
68fab89463 Bug 627146 - Bookmark panel doesn't open in the correct direction in rtl; (Bv1) Remove the comment too.
r=enndeakin (a=comment-only).
DONTBUILD
2011-02-09 21:18:48 +01:00
Asaf Romano (Mano)
285c7f5600 Bug 630265 - Bookmarks menu broken in non browser windows. r=mak. a=blocker. 2011-01-31 22:04:03 +02:00
Asaf Romano
f5a0fb447e Bug 562998 - Selecting commands from a bookmarks context menu while the window isn't active does nothing.
r=mak a=blocker
2011-01-28 17:46:51 +01:00
Marco Bonardo
8c018386fb Bug 588011 - "Bookmark All Tabs" should ignore App Tabs.
Includes fix for Bug 607227 - Remove "Bookmark all Tabs" from the bookmarks menu.
r=dao ui-r=faaborg a=blocker
2011-01-28 17:46:49 +01:00
Mounir Lamouri
5d220371bc Bug 627146 - Bookmark panel doesn't open in the correct direction in rtl. r=enndeakin a=blocking-blocker 2011-01-24 12:16:21 +01:00
Marco Bonardo
309ce70e5b Backed out changeset dd398fdba56f due to permaorange 2011-01-22 02:44:33 +01:00
Asaf Romano (Mano)
7581f75759 Bug 562998 - Selecting commands from a bookmarks context menu while the window isn't active does nothing. r=mak. a=blocker. 2011-01-22 02:39:39 +02:00
Alice0775 White
a3f0a85c0f Bug 622571. Firefox menu no longer works after Ctrl+Clicking a bookmark. r=dao a=blocking-betaN 2011-01-19 19:21:50 -08:00
Blair McBride
3e65ef8aa6 Bug 624734 - Star UI has no tooltip until bookmarked page is visited, r=mak, a=blocking
--HG--
extra : rebase_source : 2b0e88b87c0e678313609ac04b7356c0684a43b6
2011-01-13 16:28:20 +13:00
Dão Gottwald
4358ed7b2d Bug 620683 - Don't hide the star button during state updates. r=mak a=gavin 2010-12-28 14:29:15 +01:00
Marco Bonardo
b4ed4f429b Bug 618998 - Star UI is checking for about:blank before the real visited page.
r=sdwilsh a=sdwilsh
2010-12-14 09:58:58 -08:00
Shawn Wilsher
2ed7d826a8 Merge mozilla-central into Places 2010-12-06 09:48:54 -08:00
Neil Deakin
a94c8d8386 Bug 606343, part 3, use centered arrow panel for bookmarks and identity panel, r=dao, a=blocking 2010-12-05 17:10:45 -05:00
Margaret Leibovic
d6aad66496 Bug 597557, use arrow panel for bookmarks and identity panel, r=dao, a=blocking 2010-12-05 17:10:45 -05:00
Marco Bonardo
5aea7e4ffc Exception... "Component returned failure code: 0x80004003 (NS_ERROR_INVALID_POINTER) [nsIURI.equals]" in PSB_updateState.
r=sdwilsh a=sdwilsh
2010-11-30 11:14:24 +01:00
Marco Bonardo
7d33573bea Bug 614790 - Bookmarks roots init could be locking with the first visit addition.
r=sdwilsh a=blocking
2010-11-29 18:33:26 +01:00
Marco Bonardo
6de8b4c912 Bug 613477 - Make the primary Star UI async.
r=sdwilsh ui-r=limi a=blocking
2010-11-22 20:34:57 +01:00
Shawn Wilsher
878becc3e3 Bug 607309 - Modify nsINavBookmarkObserver::onItemAdded to include the URI
r=mak
sr=mconnor
a=blocking
2010-10-26 17:20:53 -05:00
Neil Deakin
2eeca289de Bug 527749 - Drag events out of order; r=smaug,dao a=blocking-betaN+ 2010-12-03 11:19:55 -05:00
Asaf Romano
c2c09b60d1 Bug 581253 - Cannot remove a bookmark with a tag via 'Edit this bookmark' menu. r=mak a=blocking 2010-10-14 10:46:32 +02:00
Marco Bonardo
fa72c60a02 Bug 592900 - Update the bookmarks menu from the nav toolbar to match changes in the Firefox menu. r=dolske a=blocking 2010-10-06 14:16:05 +02:00
Dietrich Ayala
a4849f97a5 Bug 574688 - replace the status bar with the addon bar (r=mano, a=blocking-beta7) 2010-09-16 13:09:27 +07:00
Dietrich Ayala
6cfe2c2030 Backout of bug 574688 due to test failure, a=backout. 2010-09-16 15:40:32 +07:00
Dietrich Ayala
a2df4c31c5 Bug 574688 - replace the status bar with the addon bar (r=mano, a=blocking-beta7) 2010-09-16 13:09:27 +07:00
Paul O’Shannessy
f83d4e45c1 Bug 588482 - Restore Session on-demand at startup [r=dao, r=dietrich, a=blocking-b6+] 2010-09-10 10:57:28 -07:00
Philipp von Weitershausen
3f7ac4ad2f Bug 590613 - Sync UI: Avoid accessing Weave.Service (= importing service.js), r=mconnor a=gavin 2010-09-08 03:37:46 +02:00
Dão Gottwald
211321ca49 Bug 589163 - Fix duplicate ids in browser.xul, make ids for appmenu items more consistent and add missing split-menuitem-item classes. r=gavin 2010-08-21 07:14:45 +02:00
Dão Gottwald
17a545868b Bug 588340 - Flatten fake hierarchy in the "Move to Group" context menu. ui-r=faaborg r=mano
--HG--
extra : rebase_source : 8dc72fe2be6f329edefc825e4baacc0014fbec0d
2010-08-19 22:23:18 +02:00
Edward Lee
7f341af8ce Bug 582116 - Provide a way to show certain tabs and get visible tabs [r=dao a=beltzner]
Add showOnlyTheseTabs and visibleTabs to tabbrowser and update various uses such as tab selection. Test that tabs get hidden/shown when using this API and tab selection only deal with visible tabs while making sure there's always a visible tab.
2010-07-29 16:39:57 -07:00
Paul O’Shannessy
4c836ac9c0 Bug 571897 (Sync UI) - Part 4: about:sync-tabs [r=dolske] 2010-08-02 16:37:56 -07:00
Dão Gottwald
f7d3ed83ed Bug 581654 - Fix places in browser-places.js that use for each...in to loop over arrays. r=mak
--HG--
extra : rebase_source : a247af92a67ed44f605a21486759e8c7c779dffc
2010-07-27 01:04:13 +02:00
Dão Gottwald
6b20cad565 Bug 581653 - Remove XPCOM cruft from StarUI. r=mak
--HG--
extra : rebase_source : fbbb7640edc47a9d55ee2f7b9056beedb7ae9f39
2010-07-27 01:02:06 +02:00
Marco Bonardo
8f64c96f88 Bug 574511 - Make bookmarks button customize-able. r=dao 2010-07-09 12:44:01 -07:00
Dão Gottwald
cfbb1c97fe Bug 388880 - Don't initialize the bookmarks toolbar item when it's hidden. r=gavin 2010-07-16 21:03:04 +02:00
Marco Bonardo
cadd86f1ea Bug 575896 - Reset bookmarks toolbar view during customization. r=dao 2010-07-15 22:38:05 +02:00
Marco Bonardo
73f22a10cc Bug 575218 - More robust check for personal-bookmarks visibility. r=gavin 2010-06-29 00:04:01 +02:00
Marco Bonardo
8e472969ce Bug 574443 - Commands and drag & drop stop working when bookmarks menu button moves across toolbars. r=dietrich 2010-06-24 16:47:10 -07:00
Marco Bonardo
66f564f6e6 Bug 544817 - Create Bookmarks Widget with placement dependent on Bookmarks Bar status. r=dao 2010-06-24 10:08:43 -07:00
Marco Bonardo
aa27c99d1d Bug 571752 - Add History to the Firefox button menu. r=dao 2010-06-16 12:00:31 +02:00
Asaf Romano
8a11227280 Bug 528884 - Remove places' menu and toolbar bindings. r=mak 2010-05-05 15:28:04 +02:00
Marco Bonardo
606136a23c Bug 556739 - followup to address a missing change and app module usage. 2010-04-18 16:06:01 +02:00
Dão Gottwald
700ebc0ae8 Bug 544762 - Implement menuitem-with-favicon class in toolkit and use it in appropriate places. ui-r=faaborg, r=gavin 2010-03-24 10:17:40 +01:00
Dão Gottwald
31b8df3d9e Bug 550682 - avoid extra getService calls in browser-places.js and browser-fullZoom.js. r=gavin 2010-03-09 08:49:46 +01:00
Asaf Romano
d66bedf608 Bug 520659 - Lazily build places trees when possible. r=mak. 2010-02-25 20:30:09 +02:00
Marco Bonardo
0db0952fb7 Bug 544047 - Remove Places dependency on nsDragAndDrop.js. Use the new drag and drop API everywhere. r=mano 2010-02-23 16:20:36 +01:00
Gabriele Best
18cf4a87a5 Bug 436758 - Show tooltip and URL in status bar when hovering over a link inside "Recently Closed Tabs/Windows", r=mak77 2009-12-04 01:01:00 -08:00
Gabriele Best
7e990a7d15 Bug 476838 - Missing tooltip and statusbar text on "Open <siteURI>" in live bookmarks, r=mak 2009-11-14 13:44:17 +01:00