Commit Graph

998 Commits

Author SHA1 Message Date
Ryan VanderMeulen
64adcb9649 Backed out changeset 6efabfb144b1 (bug 940617) for mochitest-bc failures. 2013-12-02 15:16:55 -05:00
Peiyong Lin
c0f5890ad4 Bug 944073 - Replace Components.returnCode with Components.Exception in SessionStore.jsm. r=Yoric 2013-12-02 13:04:51 -05:00
Peiyong Lin
12c7db7f52 Bug 940617 - "Recently closed tabs" list should exclude tabs with about: URIs as the only history entry. r=ttaubert 2013-12-02 13:04:13 -05:00
Tim Taubert
3793a9f20a Bug 942622 - Invalidate TabStateCache when .userTypedValue changes r=yoric,dao
From 087412c836ecf1412325942e20c1fd9559d8f20a Mon Sep 17 00:00:00 2001
2013-11-25 21:01:43 +01:00
David Rajchenbach-Teller
f7a8bd76ff Bug 942063 - Telemetry for the size of sessionstore.js. r=smacleod 2013-11-26 14:44:42 -05:00
Tim Taubert
f08a40ab70 Bug 942673 - Fix intermittent browser_pageStyle.js failures r=yoric
From 4697072cd7fbf92715f0b903cdba49b36b91f3a4 Mon Sep 17 00:00:00 2001
2013-11-25 17:42:14 +01:00
Gijs Kruitbosch
0664638a55 Bug 942464 - make middle-click recently closed tabs work in Australis menu panel, too, r=ttaubert 2013-11-25 17:45:07 +01:00
Phil Ringnalda
4de147d201 Merge m-c to f-t 2013-11-24 17:52:09 -08:00
Tim Taubert
fd8ddfc8c0 merge m-c to inbound on a CLOSED TREE 2013-11-24 23:25:44 +01:00
Tim Taubert
a20ec187a0 Bug 930967 - Follow-up to remove timeout parameter from promiseContentMessage() r=me
From 136ae500fc770d921e6b9063fbc760b472b088ba Mon Sep 17 00:00:00 2001
2013-11-23 15:30:25 +01:00
Tim Taubert
ab5853c0f8 Bug 930967 - Follow-up to fix mistake in test suite that lead to intermittent failures r=me
From 7531ffe0cfebf5296b063538922c12fb83bfb8f7 Mon Sep 17 00:00:00 2001
2013-11-23 09:08:26 +01:00
Bill McCloskey
3d84c7f9ea Bug 940804 - Make session store tests use SSTabRestored when appropriate (r=ttaubert) 2013-11-23 12:13:15 -08:00
Bill McCloskey
de66a0d956 Bug 940777 - Always trigger SSTabRestored after restore is finished (r=ttaubert) 2013-11-23 12:13:10 -08:00
Bill McCloskey
80a3c315ce Bug 940777 - Simplify about:blank handling in session restore (r=ttaubert) 2013-11-23 12:13:06 -08:00
Bill McCloskey
43d138783a Bug 940777 - Fixup indexing in session restore (r=ttaubert) 2013-11-23 12:08:41 -08:00
Tim Taubert
bee2a93d63 Bug 867097 - Remove superfluous __SS_tabStillLoading property r=yoric
From 97efb5c74073c21963adb86513f2d1254bd7b844 Mon Sep 17 00:00:00 2001
2013-11-22 11:44:34 +01:00
Tim Taubert
530705ac8a Bug 942126 - Don't collect tab data for closing tabs in the background r=yoric
From 53f7a0c39d727bcbea3bf98f97e5f64d41623439 Mon Sep 17 00:00:00 2001
2013-11-24 14:58:40 +01:00
Tim Taubert
98a96fd9f4 Bug 942513 - Fix intermittent browser_sessionStorage.js failures by flushing r=yoric 2013-11-24 11:22:09 +01:00
Tim Taubert
51ffa358dd Bug 930967 - Add tests for broadcasting sessionstore data r=yoric,billm,smacleod
From 31c74a1bd1244404b5a98348b1b4ca4e3698afce Mon Sep 17 00:00:00 2001
2013-10-25 12:02:25 +02:00
Tim Taubert
bf8a79c051 Bug 930967 - Add broadcasting for sessionstore data r=yoric,billm,smacleod
From 2f772870c7cfb39a4a30c30f1ea75b026385b06c Mon Sep 17 00:00:00 2001
2013-10-27 15:30:56 +01:00
Tim Taubert
370cc94987 Bug 919060 - Make browser_625016.js wait for another saveState() call if the window is untracked r=smacleod
From 76e6452a6b370fdce5147e9d467e28e8e8350b50 Mon Sep 17 00:00:00 2001
2013-11-21 17:16:13 +01:00
Steven MacLeod
9917bd81e1 Bug 918024 - Remove the synchronous fallback for reading in Session Store initialization. r=Yoric, f=ttaubert 2013-11-19 14:57:46 -05:00
Mike Hommey
9fe772e7fd Bug 939044 - Rename remaining MODULE definitions to XPIDL_MODULE. r=mshal 2013-11-19 11:47:43 +09:00
Tim Taubert
0b71bb9d56 Bug 938093 - Swap TabStateCache contents when docShells are swapped r=billm
From ca18aa2560b9380aa67ccfb6b90f4bbe8d38fc57 Mon Sep 17 00:00:00 2001
2013-11-13 12:43:27 +01:00
Tim Taubert
6b89b04d32 Bug 938084 - Drop pending collections when docShells are swapped r=billm
From c9f166092e28ede16159c7e067df5b307a68f145 Mon Sep 17 00:00:00 2001
2013-11-13 12:16:46 +01:00
Tim Taubert
096d5da258 Bug 938071 - Fix typo in TabState.onSwapDocShells() r=billm
From efc26aa604f2770e3255bab13312a8e77dcea484 Mon Sep 17 00:00:00 2001
2013-11-13 11:30:03 +01:00
Steven MacLeod
ed0f7fc2bc Bug 899213 - Introduce a Session Store API for global data. r=ttaubert 2013-11-15 21:47:00 -05:00
Bill McCloskey
c936cdc7dd Bug 930269 - Create SessionHistory.restore (r=smacleod) 2013-11-12 15:02:53 -08:00
Bill McCloskey
d930fb07c8 Bug 930269 - Rename SessionHistory.read (r=smacleod) 2013-11-12 15:02:46 -08:00
Bill McCloskey
e0da28b881 Bug 930269 - Move saving of tab attributes (r=smacleod) 2013-11-12 15:02:39 -08:00
Bill McCloskey
33f9ceb267 Bug 930269 - Rename SessionStore.restoreHistoryPrecursor (r=smacleod) 2013-11-12 15:02:34 -08:00
Bill McCloskey
49d12cfd43 Bug 930269 - Rename SessionStore.restoreTab (r=smacleod) 2013-11-12 15:02:26 -08:00
Bill McCloskey
18e2a31258 Bug 930269 - Clean up SessionStore.restoreHistory (r=smacleod) 2013-11-12 15:02:20 -08:00
Tim Taubert
a7d9da507a Bug 934206 - Disable browser_248970_b_perwindowpb.js for leaking r=ehsan
From 77547f79a335d3e84c717ea8757f59f06007900b Mon Sep 17 00:00:00 2001
2013-11-02 16:56:26 +01:00
Tim Taubert
35960eba28 Bug 936911 - Export TabState.onSwapDocShells() in TabState.jsm r=billm
From adcf642ed40bccc0b6fed3232bcc733228d7b7da Mon Sep 17 00:00:00 2001
2013-11-10 18:53:03 +01:00
Tim Taubert
d586724ee0 Bug 919060 - Add some debug code to browser_625016.js to investigate intermittent failures r=test-only 2013-11-08 17:59:49 +01:00
Tim Taubert
d7a3025bea Bug 930901 - Rename _SessionFile to SessionFile r=billm
From 88d1ec2f1c54fe85b5a79292562762f1e616310e Mon Sep 17 00:00:00 2001

--HG--
rename : browser/components/sessionstore/src/_SessionFile.jsm => browser/components/sessionstore/src/SessionFile.jsm
2013-10-25 11:52:42 +02:00
Tim Taubert
62471d3a8f Bug 930901 - Introduce Utils.jsm r=billm
From 83def9699a103352bed7a49ec69d9e6cceb85e0b Mon Sep 17 00:00:00 2001
2013-10-25 11:03:09 +02:00
Tim Taubert
a25357fe0e Bug 930901 - Move TabState and TabAttributes to their own JSMs r=billm
From c3c8358214e4dbf1a5cc6149ea51cf3d55fdf3dd Mon Sep 17 00:00:00 2001
2013-10-25 10:06:14 +02:00
Phil Ringnalda
c5b1fe5214 Back out 6e895ec63744 (bug 930202) for frequent 10.7 debug timeouts 2013-11-03 21:42:10 -08:00
Bill McCloskey
a75589ced7 Bug 930202 - New session restore tests (r=ttaubert) 2013-11-03 16:03:14 -08:00
Bill McCloskey
728dede9f9 Bug 930202 - Fix aliasing issue in session restore (r=ttaubert) 2013-11-03 16:03:08 -08:00
Bill McCloskey
04e5e36a92 Bug 930202 - Cancel pending session collections when restoring (r=ttaubert) 2013-11-03 16:03:01 -08:00
Bill McCloskey
5bb0247567 Bug 933587 - Fix undefined Ci reference in session store (r=markh) 2013-11-03 16:02:53 -08:00
Olli Pettay
86fbe7b7e1 Bug 933226, less likely OOM when running browser_480148.js, r=mccr8, a=ryanvm CLOSED TREE 2013-10-31 21:49:26 +02:00
Bill McCloskey
e75a66c0eb Bug 919835 - Make session data collection work with multiple processes (r=ttaubert,Yoric) 2013-10-29 08:44:25 -07:00
Ed Morley
16bd3dad2c Bug 922427 - Disable browser_491168.js until bug 930202 hopefully fixes the intermittent failures
--HG--
extra : transplant_source : %F0K%9B%28%F6%9A/%3B%045%E4%07K%90%95%8C%18%7C%81%06
2013-10-28 15:39:02 +00:00
Tim Taubert
478cc95532 Bug 928335 - Disable 'Restore Last Session' menuitem after restoring the last session; r=dao 2013-10-22 08:20:15 +02:00
Amod Narvekar
bfdd7fcb0b Bug 758138 - Current pref value is read before registering the observer. r=ttaubert 2013-10-24 09:54:57 +02:00
Carsten "Tomcat" Book
5b11b4cbda Merge mozilla-inbound to Mozilla-Central 2013-10-24 07:05:29 +02:00