Commit graph

34 commits

Author SHA1 Message Date
Dão Gottwald
179cf8d577 Bug 996053 - make nsISessionStore's setTabValue, setWindowValue and setGlobalValue take arbitrary JS values but throw for non-strings, for consistency with SessionStore.jsm. r=ttaubert
--HG--
extra : rebase_source : 6fc3457960da44e27be89ff89bbc9398ec87375a
2014-06-18 20:12:19 +02:00
Tim Taubert
ea3f47855d Bug 952092 - Get rid of post data in SessionStore r=smacleod
From 243232f7d2522e82622c031923271ed76ffdc42a Mon Sep 17 00:00:00 2001
2014-01-14 18:21:48 +01:00
Jared Wein
828a0acf8e Bug 931891 - [Australis] Backed out bug 887515 and the followups (bug 896291, 909662, 896896). r=ttaubert
--HG--
extra : rebase_source : f6568e83e23c036f21270e0f133ee06b192b1f9e
2013-12-13 16:55:49 -05:00
Jared Wein
d049d3bf34 Backed out changeset 1566f020e34e (bug 931891) for timing out some mochitest-bc tests on a CLOSED TREE
--HG--
extra : rebase_source : 423f491a0bedebfd9350167340d6f65d275a64cd
2013-12-13 15:57:31 -05:00
Jared Wein
d1bf402a34 Bug 931891 - [Australis] Backed out bug 887515 and the followups (bug 896291, 909662, 896896). r=ttaubert 2013-12-13 14:27:56 -05:00
Steven MacLeod
04ed628242 Bug 899213 - Introduce a Session Store API for global data. r=ttaubert 2013-11-15 21:47:00 -05:00
Ryan VanderMeulen
c4745b3b08 Backed out changeset 9d9e289013de (bug 899213) due to various regressions caused by it. 2013-09-05 15:39:56 -04:00
Steven MacLeod
aae4b8822c Bug 899213 - Add an API for working with global session data, and switch Scratchpad over to it. r=ttaubert
Also fixes tests broken by changing scratchpad to global session data.
2013-08-27 14:57:51 -04:00
Tim Taubert
16e45525b3 Bug 898308 - Clean up SessionStore initialization; f=smacleod, r=dao 2013-07-27 07:40:07 +02:00
Steven MacLeod
8b8e6fd89d Bug 881049 - Switch SessionStore to Promise.jsm; r=ttaubert
X-Git-Commit-ID: 39b42be125f8b40a52350ed7cf9c39082356118f
2013-07-25 21:50:15 +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
Tim Taubert
94ec7ae1dc Bug 664324 - [session restore cleanup] Remove trailing whitespace; r=zpao 2012-05-25 23:39:22 +02:00
Gervase Markham
82ff7027aa Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
Dão Gottwald
40ebd639b4 Bug 623893 - Middle clicking the back / forward buttons doesn't go back / forward. a=dietrich a=b
--HG--
extra : rebase_source : b76ae5b2408bb0d65e01ba0eb8ab78acdb735185
2011-01-10 20:01:47 +01:00
Paul O’Shannessy
9e6a44eb5b Bug 588482 - Restore Session on-demand at startup [r=dao, r=dietrich, a=blocking-b6+] 2010-09-10 10:57:28 -07:00
Paul O’Shannessy
0069d36438 Bug 387859 - sessionstore should use native json to parse session data [r=zeniko] 2010-06-09 13:55:45 -07:00
Dão Gottwald
56eb3f1112 Bug 517708 - use gBrowser instead of getBrowser() in session restore code. r=zeniko 2009-09-19 21:38:58 +02:00
Michael Kraft
4468f2c7e7 Bug 491577 - fix idl comment. sr=mconnor 2009-08-13 09:52:22 +02:00
Michael Kraft
04aea8deaf Bug 491577 - add API for deleting a single closed window. r=zeniko, sr=dietrich 2009-08-11 10:28:42 +02:00
Paul O'Shannessy
ed3c88e2bb Bug 394759 - Add undo close window feature. r=zeniko,dietrich,ehsan 2009-04-22 23:50:30 -07:00
Michael Kraft
5670e0305e Bug 461634 - new API: allow to delete a single closed tab. r=zeniko, sr=dietrich 2009-04-06 13:50:45 +02:00
Simon Bunzli
762ea9bde6 Bug 456465 - return the reopened tab from undoCloseTab (both the API and the browser.js method), r=dietrich 2008-09-28 10:08:09 +03:30
Simon Bünzli
2fc2f9aa25 Bug 449596 - "remove the browser.sessionstore.enabled pref" (remove the (buggy) note from API comments) 2008-08-20 00:48:36 -05:00
Simon Bünzli
f408cb7be3 Bug 415941 – nsISessionStore documentation: clarify the meaning of "window". r=mano 2008-08-13 08:30:14 +02:00
reed@reedloden.com
b82f4c4fc8 Bug 393716 - "Add single tab save/restore to session store API" [p=zeniko@gmail.com (Simon Bünzli) r=dietrich a1.9=schrep] 2008-02-07 01:31:56 -08:00
reed@reedloden.com
3180d6d832 Bug 405753 - "nsIDictionary leftover forward declaration in nsISessionStore.idl" [p=zeniko@gmail.com (Simon Bünzli) r=dietrich a1.9=damons] 2007-12-12 05:23:14 -08:00
gerv%gerv.net
caae487a24 Bug 236613: change to MPL/LGPL/GPL tri-license. 2006-12-11 09:45:41 +00:00
gavin%gavinsharp.com
7fcd6ffec1 Bug 344640: [SessionStore] API for saving/restoring sessions, patch by Simon B�nzli <zeniko@gmail.com>, r=mconnor, sr=shaver 2006-08-26 16:15:33 +00:00
dietrich%mozilla.com
159e64a564 Bug 342700 Make undo close tab more discoverable (r=mconnor, r=gavin) 2006-07-06 00:57:36 +00:00
dietrich%mozilla.com
4537607352 Bug 332774 Create API allowing extensions to hook into the session-restore service (r=mconnor) 2006-07-05 20:56:05 +00:00
dietrich%mozilla.com
528785f0f4 Bug 342169 Disable "Undo Close Tab" if no tabs to restore (r=mconnor) 2006-06-28 20:44:35 +00:00
dietrich%mozilla.com
9afd1237bb Bug 254021: Ability to open accidentally closed tabs (r=mconnor) 2006-06-20 07:30:00 +00:00
dietrich%mozilla.com
cbc645349a Split session restore into 2 services (337320), r=mconnor 2006-06-18 00:42:08 +00:00
mconnor%steelgryphon.com
0919e5ec0b bug 328159 - Wire up session data service, patch by Dietrich Ayala (dietrich@mozilla.com), r=me 2006-04-27 04:34:27 +00:00