Gijs Kruitbosch
40e2cd9e5d
Bug 928640 - middle click open recent tabs and restore all tabs broken, r=jaws
2013-10-20 22:06:24 +02:00
Jared Wein
96ace1adc3
Bug 926928 - Pull out the code that builds the 'Recently Closed Tabs' and 'Recently Closed Windows' to a separate module. r=Gijs
...
--HG--
extra : rebase_source : a0bf9a5894fc8d2b2b6fb69fe390edb3cc4c4ede
2013-10-14 14:33:17 -04:00
Georgiana Chelu
1ceb67f0f2
Bug 910167 - Remove remaining uses of nsISessionStore in browser/base/. r=dao
2013-08-29 08:58:29 +02:00
Jared Wein
fde331f15a
Bug 887515 - Replace multiple tab closing prompt with a menuitem to restore multiple tabs. r=ttaubert
...
--HG--
extra : rebase_source : 743b8bb459802675e38ef2ab8e8cee2c41b90f90
2013-07-17 18:48:39 -04:00
Marco Bonardo
f1c441c538
Bug 877748 - Make it possible to open the Library with a given hierarchy
...
r=mano
2013-06-25 13:59:25 -04:00
Ryan VanderMeulen
11569f273b
Merge m-c to fx-team.
2013-05-13 16:33:59 -04:00
Mike Conley
e2b0608670
Bug 871594 - Replace references to BookmarksMenuButton with BookmarkingUI in browser-places.js. r=trivial.
2013-05-13 13:20:10 -04:00
Mike Conley
91070af6e4
Bug 871322 - Fix broken customizing mode after removing the bookmark menu button. r=mak.
2013-05-13 11:58:09 -04:00
Tim Taubert
ca94cc8a40
Bug 866444 - Use get/setIcon to restore tab icons and remove 'image' from xulAttributes; r=yoric
2013-05-13 11:09:03 +02:00
Mike Conley
720319bcd4
Bug 867343 - Back out star button UI changes. r=mak.
2013-05-10 11:19:48 -04:00
Marco Bonardo
d6fbc55a13
Bug 748894 - Move the bookmark star button outside of the location bar.
...
r=Mano
2013-04-23 16:06:17 +02:00
Raymond Lee
0412f5e14b
Bug 834543 - Part 2: Update use of setCharsetForURI. r=mak
2013-03-22 01:06:53 +08:00
Marco Bonardo
4f925597b9
Bug 826409 - Remove onBeforeDeleteURI and onBeforeItemRemoved notifications.
...
r=Mano sr=gavin
2013-02-06 20:48:56 +01:00
William Chen
f34fa488f4
Bug 617532 - Implement UndoManager. r=ehsan
2013-01-03 22:54:26 -08:00
Peter Simonyi
500d4b5b3c
Bug 777926 - Use URL or title from history for bookmarking error pages. r=Mano
2012-12-19 16:11:19 -05:00
Mike Conley
3ccadec3e1
Bug 822244 - Use the Downloads View in Places if it's preffed on. r=mak.
2012-12-20 09:54:49 -05:00
Ehsan Akhgari
f59bb94d2a
Bug 819274 - Disable the Restore Previous Session command for private windows in per-window PB builds; r=dao
2012-12-09 23:13:50 -05:00
Josh Matthews
f07cac3737
Bug 723005 - Remove all checks for global privacy status in history-related code, and add them to callers when appropriate. r=mak sr=gavin
2012-02-18 01:40:10 -05:00
Gregory Szorc
f458898f12
Bug 785225 - Part 2: Minimize Engines singleton usage; r=rnewman
...
Weave.Engines is no longer exported. Service now exposes an
EngineManager instance, which is the new recommended way to get at the
engine manager. Service was updated to reference the internal instance.
2012-08-29 14:43:40 -07:00
Dão Gottwald
0d8fc08142
Bug 767813 - Set the consumeoutsideclicks attribute on panels instead of calling popupBoxObject.setConsumeRollupEvent. r=enndeakin
2012-06-24 22:30:59 +02:00
Ryan VanderMeulen
84292006a9
Backout e8a507a0a1a8 (bug 767813) due to mochitest-browser-chrome orange.
2012-06-24 16:27:20 -04:00
Dão Gottwald
907d3a4738
Bug 767813 - Set the consumeoutsideclicks attribute on panels instead of calling popupBoxObject.setConsumeRollupEvent. r=enndeakin
2012-06-24 19:44:04 +02:00
Ryan VanderMeulen
d2dae13c09
Backout 70e3a2c8c6b4 (Bug 767133) due to mochitest-other orange.
2012-06-22 18:12:54 -04:00
Dão Gottwald
bdeaa55387
Bug 767133 - Add slide-in animation for arrow panels. r=enndeakin ui-r=shorlander
...
--HG--
extra : rebase_source : ab38e90e42a6bf45c4152b4960db8f4a8ba14ec0
2012-06-22 22:13:21 +02:00
Raymond Lee
58983e2e74
Bug 724821 - Firefox menu bar becomes disabled after toggling toolbars while 'Customize Toolbars' dialog open. r=mak77
2012-05-31 14:45:28 +02:00
Gervase Markham
82ff7027aa
Bug 716478 - update licence to MPL 2.
2012-05-21 12:12:37 +01:00
Raymond Lee
fb8f2d2331
Bug 753308 - Call openUILink with named parameters. r=dao
2012-05-12 17:00:48 +02:00
Marco Bonardo
3b4530759b
Bug 737841 - Part 3: remove no more useful redirectsMode query option.
...
r=dietrich rs=gavin
--HG--
rename : toolkit/components/places/tests/queries/test_redirectsMode.js => toolkit/components/places/tests/queries/test_redirects.js
2012-04-07 01:17:53 +02:00
OHZEKI Tetsuharu
79626124b2
Bug 575955 - Replace internal usage of old transactions shim, add a new toolkit test. r=mak
...
--HG--
rename : browser/components/places/tests/unit/test_placesTxn.js => toolkit/components/places/tests/unit/test_placesTxn.js
rename : browser/components/places/tests/unit/test_txnGUIDs.js => toolkit/components/places/tests/unit/test_txnGUIDs.js
2012-02-28 18:40:38 -05:00
Marco Bonardo
7c4000a995
Bug 726440 - The star panel should not replace the header with itself each time it's opened.
...
r=dietrich
2012-02-24 11:11:17 +01:00
OHZEKI Tetsuharu
61d3b82ba7
Bug 727826 - Use JSON.parse instead of eval to parse JSON. r=mak
2012-02-20 23:29:20 -05:00
Tim Taubert
3034f95b20
Bug 455553 - Part 3 - about:newtab integration; r=fryn,gavin
2012-01-25 23:43:27 +01:00
Jan Bambach
16da8f10c3
Bug 707677 - Use defaultPrevented instead of the deprecated getPreventDefault() in front-end code. r=dao
2011-12-08 10:21:32 +01:00
Marco Bonardo
9f39880bda
Bug 702081 - Add back the folder picker to bookmarks dialog missing it.
...
r=dietrich
2011-11-15 20:42:27 +01:00
Marco Bonardo
497654b074
Bug 700348 - fix showBookmarkDialog warnings.
...
r=dietrich
2011-11-11 22:39:26 +01:00
Marco Bonardo
1a6fda01c6
Bug 692120 - The star button doesn't need to observe bookmarks changes till bookmarks service is alive.
...
r=dietrich
2011-10-27 11:11:45 +02:00
Marco Bonardo
f7acf28c3d
Bug 696159 - Remove some deprecated Places code.
...
r=dietrich sr=rstrong
2011-10-27 11:11:43 +02:00
Dão Gottwald
05d44416f9
Bug 690227 - Back out bug 455694 (tab drag/detach animations). a=dolske a=legneato
2011-10-26 17:46:58 -07:00
Marco Bonardo
6575f7da72
Merge last green changeset from mozilla-inbound to mozilla-central
2011-07-27 12:12:25 +02:00
Frank Yan
fcc5d334f0
Bug 455694 - Animate tab reordering & detaching: Places changes. r=mak
2011-07-26 22:26:13 -07:00
Han Chang
6135d9b650
Bug 640629 - Move timer declaration instances to prevent premature garbage collection from occuring and wiping out the timer instances before they get a chance to fire. r=jdm,gavin
2011-07-05 21:40:00 -04:00
Geoff Lankow
aad5947a89
Bug 663771 - HistoryMenu.toggleTabsFromOtherComputers doesn't account for other uses of the HistoryMenu class; r=mak77
2011-06-18 20:59:03 +12:00
Steffen Wilberg
231604f2bf
Bug 625322: Reorder some items in the History menu. r=dao
2011-04-30 18:40:22 +02:00
Dão Gottwald
705f0058fe
Add front-end workaround for: Bug 640158 - Clicking star button changes toolbar's icon size from "small" to "large". r=mak
2011-03-23 12:38:46 +01:00
Richard Newman
f67ad13bfa
Bug 636828: check for aURI in nsINavBookmarkObserver handler. r=mak, a=johnath
2011-02-25 18:07:25 -08:00
Hiroyuki Ikezoe
ab4cf8367d
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
fc7134a058
Bug 633638 - Need a way to cancel PlacesUtils::asyncGetBookmarkIds requests.
...
r=mak a=blocker
2011-02-15 12:39:21 +01:00
Marco Bonardo
7d920d8376
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
9599eaad37
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)
f8ba541efc
Bug 630265 - Bookmarks menu broken in non browser windows. r=mak. a=blocker.
2011-01-31 22:04:03 +02:00