Commit Graph

342 Commits

Author SHA1 Message Date
Dietrich Ayala
abe5982dd8 Bug 411930 - Crash reporter sends wrong URL when crashing during pageload (r=zpao) 2009-10-28 11:30:33 -07:00
Marco Bonardo
afd7af88aa further change to browser_394759_privatebrowsing.js, let's make it wait for new sessionstore.js 2009-10-28 20:04:32 +01:00
Marco Bonardo
d9a067440c Add more debug infos to randomly failing sessionstore tests. Plus trivial cleanups. 2009-10-28 17:22:52 +01:00
Dão Gottwald
93c87f96f3 Bug 524533 - mozGetFileNameArray length out param should be optional. r=sicking 2009-10-28 08:01:22 +01:00
Jonas Sicking
17edc7e1dc Bug 523771: Support the 'multiple' attribute on <input type=file>. r=benjamn sr=jst 2009-10-24 21:13:30 -07:00
Marco Bonardo
4194ff16df Bug 518970 - New experimental rewrite of browser_394759_privatebrowsing.js (constant random failure) 2009-10-17 14:37:42 +02:00
Marco Bonardo
96c6c22e2e Backout experimental changes to randomly failing sessionstore browser tests (uneffective) 2009-10-17 14:37:35 +02:00
Paul O’Shannessy
f697fa7558 Bug 519099 - Location bar stops working and does not allow any input. Restarts does not help. r=zeniko 2009-10-16 12:18:48 -07:00
Marco Bonardo
d7d35e3dac Experimental changes to randomly failing sessionstore browser tests (will backout if noting changes) 2009-10-16 15:19:51 +02:00
Dão Gottwald
d9f27bea07 Bug 468053 - treat gBrowser.addTab(null) and gBrowser.addTab("about:blank") equally. r=mano 2009-10-14 14:50:52 +02:00
Marco Bonardo
b41b3ad11e Bug 507784 - Some session restore tests don't correctly remove event listeners, part2. r=trivial-cleanup 2009-10-14 13:56:50 +02:00
Marco Bonardo
0dc7e18a7b Bug 507784 - Some session restore tests don't correctly remove event listeners. r=trivial-cleanup 2009-10-13 15:31:53 +02:00
Marco Bonardo
0c99e021e5 forgot one usecapture change, sorry. 2009-10-10 14:10:49 +02:00
Marco Bonardo
5d10169035 sync browser_394759_privatebrowsing.js with browser_394759.js and add a couple infos to try debugging failure. 2009-10-10 14:08:38 +02:00
Marco Bonardo
2cbc880644 Bug 518970 - Sporadic timeout in browser_394759_privatebrowsing.js, r=zpao 2009-10-09 20:17:13 +02:00
Paul O’Shannessy
526603ac88 Bug 514816 - Reenable tests from bug 459906, bug 461743, and bug 464620. r=zeniko 2009-10-04 23:54:26 -07:00
Marco Bonardo
d0c159e1aa Bug 498339 - hopefully fix browser_394759.js intermittent failure and timeout, r=zpao 2009-10-08 02:46:09 +02:00
Dão Gottwald
c574c94e2f Bug 517708 - use gBrowser instead of getBrowser() in session restore code. r=zeniko 2009-09-19 21:38:58 +02:00
Dão Gottwald
434476b8a5 tests cleanup 2009-09-18 13:52:28 +02:00
Dão Gottwald
823ba3d3e3 tests cleanup 2009-09-16 12:21:19 +02:00
Dão Gottwald
dfaaa87fe2 use gBrowser instead of getBrowser() in browser chrome tests 2009-09-14 01:18:19 +02:00
Paul O’Shannessy
27b42e2c3b Bug 497730 - Restore session from crash while loading multiple tabs opens multiple about:blanks, r=zeniko 2009-09-10 15:57:01 -07:00
Paul O’Shannessy
a67554858c Test for bug 514751 - malformed URI exception during session restore, r=dietrich 2009-09-09 21:23:29 -07:00
Paul O’Shannessy
e19de9919f Wallpaper for bug 514751 - malformed URI exception during session restore, r=dietrich 2009-09-08 16:41:32 -07:00
Reed Loden
f879babd02 Disable tests for 459906, 463205, and 464620 (take two). 2009-09-05 00:39:29 -05:00
Reed Loden
1070d1e8eb Disable tests for 459906, 463205, and 464620. 2009-09-05 00:29:58 -05:00
Simon Bünzli
fce409433d Tests for bugs 459906, 461743, 463205, and 464620 [r=dietrich] 2009-09-04 21:03:43 -05:00
Paul O’Shannessy
d80fec6ac6 Bug 479397 - this.windowToFocus.content null in nsSessionStore.js, r=zeniko 2009-08-28 13:05:06 -07:00
Misak Khachatryan
4d81b1ebbe Bug 512635 - Fix some logic in undoCloseWindow. r=zeniko 2009-08-26 18:25:59 +02:00
Shawn Wilsher
d3bf3c626b Bug 509668 - mochitest-browser-chrome: browser_248970_a.js fails intermittently, r=dietrich 2009-08-24 10:23:17 -07:00
Ryan Flint
bc9630f877 Bug 499123 - Coalesce browser about: pages. r=dietrich/gavin
--HG--
rename : docshell/base/nsAboutRedirector.cpp => browser/components/about/AboutRedirector.cpp
rename : docshell/base/nsAboutRedirector.h => browser/components/about/AboutRedirector.h
2009-08-20 02:24:10 -04:00
Dão Gottwald
53b2094d7f Bug 509625 - nsSessionStore.js should deal with browsers rather than tabpanels. r=zeniko 2009-08-14 23:16:11 +02:00
Michael Kraft
1c1ce2f83e Bug 491577 - fix idl comment. sr=mconnor 2009-08-13 09:52:22 +02:00
Dão Gottwald
afb1ec07c5 fix broken browser_491577.js 2009-08-11 11:57:47 +02:00
Michael Kraft
eb6f1c2e3e Bug 491577 - add API for deleting a single closed window. r=zeniko, sr=dietrich 2009-08-11 10:28:42 +02:00
Shawn Wilsher
a4b9f5ba43 Bug 485976 - Move writing sessionstore.js off the main thread
This makes session restore perform the write and fsync of sessionstore.js
execute on a background thread using NetUtil.asyncCopy.
r=dietrich
2009-08-10 15:15:20 -07:00
Boris Zbarsky
cff6a5cfe1 Bug 508819. Stop relying on getElementById returning anonymous nodes. r=gavin,dietrich,davidb 2009-08-10 10:54:22 -04:00
Dão Gottwald
cc08681d32 Bug 507883 - addCookieToHash() creates a useless object that will be clobbered right away. r=zeniko 2009-08-02 18:31:24 +02:00
L. David Baron
c28f3d6e31 Merge backout of changeset 6a5f22ccbe0e (no bug) to see if it is the cause of the mozilla-browser-chrome orange (bug 507605 and bug 507698) CLOSED TREE 2009-07-31 19:37:44 -07:00
L. David Baron
544a53faaa Backed out changeset 6a5f22ccbe0e (no bug) to see if it is the cause of the mozilla-browser-chrome orange (bug 507605 and bug 507698) 2009-07-31 19:37:14 -07:00
Dão Gottwald
33c3327109 Bug 507587 - Warning: reference to undefined property jscookies[cookie.host]. r=zeniko 2009-07-31 14:39:22 +02:00
Dão Gottwald
e4a08d3489 Fix sessionstore tests that fail to remove their event listeners. No bug. 2009-07-31 11:20:42 +02:00
Nils Maier
d3bbbdf0b5 Bug 354894 - Session restore doesn't work if process hasn't exited. r=zeniko,dao sr=vlad 2009-07-31 06:57:57 +02:00
Marco Bonardo
2bfec9f475 Bug 494749 - mochitest-browser-chrome: browser_490040.js times out intermittently, refactoring of the test, r=dietrich 2009-07-29 23:50:42 +02:00
Ehsan Akhgari
be9c3c52d6 Bug 495495 - Entering Private Browsing mode prohibits keyboard focus on URL location bar; r=mconnor,zeniko 2009-06-01 21:30:02 +04:30
Simon Bünzli
c923c32c53 Bug 477564 - Session restore hangs/not responding with high CPU on large form with many checkboxes r=dietrich
Cap the maximum number of XPATHs generated
2009-07-24 11:39:22 -04:00
Dan Witte
40b97c2191 followup fix for bug 423132 (revert passing |this| as a parameter to forEach). 2009-07-16 20:53:43 -07:00
Dan Witte
ba6b491419 Bug 423132 - speed up sessionstore cookie bits. r=dietrich, sr=mconnor 2009-07-15 17:57:29 -07:00
Dão Gottwald
7d821d6e95 Bug 485841 - Get rid of some timeouts and avoid boxObject where appropriate in tabbrowser, part 1. r=enn 2009-07-10 09:02:12 +02:00
Dão Gottwald
ac490d3470 Backed out changeset 3b6affa995be 2009-07-09 22:05:23 +02:00
Dão Gottwald
b9fdd0c7d0 Bug 485841 - Get rid of some timeouts and avoid boxObject where appropriate in tabbrowser. r=enn 2009-07-09 20:59:02 +02:00
Doug Turner
c56708705b Bug 484488 - MakeFullWindow support for windows mobile. r=olli.pettay, sr=vlad 2009-07-08 09:13:13 -07:00
Doug Turner
55fdfb6010 Backing about 484488. 2009-07-05 22:24:56 -07:00
Doug Turner
78afc48ace Bug 484488 - MakeFullWindow support for windows mobile. r=olli.pettay, sr=vlad 2009-07-01 12:01:11 -07:00
Paul O’Shannessy
c9d578ace8 Bug 493823 - One test from browser_394759 not being run, r=zeniko 2009-06-15 10:40:49 -07:00
Michael Kraft
bee927e616 Bug 491168 - Allow SessionStore to save/restore referrer field. r=zeniko 2009-06-19 09:37:08 +02:00
Paul O’Shannessy
e4e7c605b7 Bug 494749 - mochitest-browser-chrome: browser_490040.js times out intermittently, r=zeniko 2009-06-13 00:23:44 -07:00
Boris Zbarsky
9aa406ba85 Backed out changeset 171da87539a4 due to persistent failure of the browser_420786.js test on Linux.
--HG--
extra : rebase_source : 85a483ec9afca4bf536c64da8620ddbfb6352e4f
2009-06-01 17:03:41 -04:00
Ehsan Akhgari
d3a50429b6 Bug 495495 - Entering Private Browsing mode prohibits keyboard focus on URL location bar; r=mconnor,zeniko 2009-06-01 21:30:02 +04:30
Simon Bünzli
52f394a95b Bug 493467 - preserve allowDNSPrefetch and allowAuth and test for completeness r=dietrich a=beltzner 2009-05-27 13:52:01 -04:00
honzab.moz@firemni.cz
f49e64a688 Bug 494543 - Can't add items to Dell.com shopping cart (r=dietrich and others) 2009-05-27 10:31:32 -07:00
Paul O’Shannessy
ee34709934 Bug 490040 - Reattaching a lone tab into another window causes an empty window to be added to Recently Closed Windows, r=zeniko 2009-05-22 11:01:04 -07:00
Honza Bambas
b4f9d96681 Bug 455070 - Make sessionStorage object conform the WHATWG spec, r+sr=jst 2009-05-21 00:27:31 +02:00
Honza Bambas
c97cbced9b Backed out changeset b2e48c0aa965 2009-05-20 22:30:21 +02:00
Honza Bambas
d683c85eb5 Bug 455070 - Make sessionStorage object conform the WHATWG spec, r+sr=jst 2009-05-20 20:19:38 +02:00
Johnathan Nightingale
eeac6d3610 Don't clear session when "clear on shutdown" is set if we're actually just doing a restart. b=487219 r=zeniko 2009-05-20 09:27:25 -04:00
Honza Bambas
3a406782bd Backed out changeset ef25b4175b78 2009-05-20 10:37:31 +02:00
Honza Bambas
f019692628 Bug 455070 - Make sessionStorage object conform the WHATWG spec, r+sr=jst 2009-05-20 10:23:41 +02:00
Dão Gottwald
1fc9aeeb77 Backed out changeset af8ea3e887d8 2009-05-16 12:16:38 +02:00
Paul O’Shannessy
042e230c20 Bug 490040 - Reattaching a lone tab into another window causes an empty window to be added to Recently Closed Windows, r=zeniko 2009-05-14 15:52:51 -07:00
Ehsan Akhgari
1a0c64fa3e Bug 482334 - Entering "always on" mode of Private Browsing should not show last session; r=zeniko ui-r=mconnor 2009-05-02 09:47:22 +04:30
Simon Bünzli
b41d4c0594 Bug 488930 - SessionStore can lose track of a window. r=zpao/dietrich 2009-04-30 18:44:07 +02:00
Boris Zbarsky
20d9df0224 Backed out changeset aa38257f6744, since the tests are not the problem 2009-04-23 09:11:03 -04:00
Boris Zbarsky
8bfaa7d21e Disable the tests for bug 394759 to see whether they're causing other test bustage. 2009-04-23 08:56:32 -04:00
Dão Gottwald
3e3934762c further fixes for tests from bug 394759 2009-04-23 12:08:53 +02:00
Dão Gottwald
c63d2b005f fix what seems to be a typo in browser_394759_privatebrowsing.js 2009-04-23 12:00:40 +02:00
Paul O'Shannessy
a7d1de272b Bug 394759 - Add undo close window feature. r=zeniko,dietrich,ehsan 2009-04-22 23:50:30 -07:00
Simon Bünzli
8884906925 Bug 489021 - Strict Warning: reference to undefined property aIdMap.used[id]. r=dietrich 2009-04-22 17:59:48 +02:00
Joe Drew
147c648b10 Bug 486461 - center checkboxes in "Restore" column in about:sessionrestore. r=dao 2009-04-18 09:06:19 +02:00
Simon Bünzli
af2bedf326 Bug 488238 - don't display the page when there's nothing to restore. r=dietrich 2009-04-16 10:19:39 +02:00
Simon Bünzli
b442b596be Bug 485482 - Session Restore should handle invalid XPaths better. r=dietrich 2009-04-11 10:49:17 +02:00
Michael Kohler
af4dd1e7b2 Bug 485088 - use clearUserPref to set a userPref to default value in Session Restore tests. r=zeniko 2009-04-11 10:43:59 +02:00
Dão Gottwald
2b158c4a2f Bug 487059 - clearUserPref shouldn't throw if a pref doesn't have a default or user value. r+sr=bsedberg 2009-04-10 10:24:24 +02:00
Simon Bünzli
8463d99647 Bug 485563 - eval doesn't handle \u2028 (LINE SEPARATOR) and \u2029 the same as JSON.parse. r=dietrich 2009-04-09 08:48:46 +02:00
Boris Zbarsky
c95b955ea0 Backed out changeset 0233d2bb8a07 (bug 485563) on suspicion of causing intermittent leak orange. 2009-04-09 11:56:47 -04:00
Simon Bünzli
420d7b916f Bug 485563 - eval doesn't handle \u2028 (LINE SEPARATOR) and \u2029 the same as JSON.parse. r=dietrich 2009-04-09 08:48:46 +02:00
Michael Kraft
082ed7c5f7 Bug 461634 - new API: allow to delete a single closed tab. r=zeniko, sr=dietrich 2009-04-06 13:50:45 +02:00
Mike Connor
a42848cb0f Bug 483566 - When clearing visited pages on shutdown, saved data is saved or lost depending on shutdown method. r=dietrich 2009-04-04 21:28:25 +02:00
Gavin Sharp
62fe4f4e83 Bug 483330: use new domWindowUtils getter to avoid flushing layout when getting scroll position during session store data collection, r=zeniko 2009-03-30 14:32:19 -04:00
Mike Beltzner
4e667e2089 Bug 476477: improve wording of the about:sessionrestore page, r=gavin, ui-r=faaborg,madhava, a=mconnor 2009-03-20 00:33:49 -04:00
Dão Gottwald
a7bd0f0a07 Bug 483403 - Temporarily disable tabstrip smooth scrolling when restoring a window. r=dietrich/zeniko 2009-03-18 09:46:47 +01:00
Michael Kohler
1476cb9106 Bug 480893 - Session Restore, start new session does not follow startup page option. r=zeniko 2009-03-16 12:55:56 +01:00
Dão Gottwald
5af8d6102f enable browser_420786.js, disable browser_480148.js 2009-03-15 14:33:30 +01:00
Dão Gottwald
9d620b44cb Backed out changeset a8173e5fd041 2009-03-14 22:00:18 +01:00
Michael Kohler
2ff77c5247 Bug 480893 - Session Restore, start new session does not follow startup page option. r=zeniko 2009-03-14 20:52:37 +01:00
Paul O'Shannessy
80c2bb8d6d Bug 480148 - Restore visible tabs first when restoring session. r=zeniko, dietrich 2009-03-14 09:48:48 +01:00
Simon Bünzli
cd782dd3da Bug 476928 - Slow closing of tabs when entering Private Browsing mode. r=dietrich 2009-03-14 09:46:59 +01:00
Dão Gottwald
2a4db0c5d3 Bug 482975 - disable browser_477657.js 2009-03-12 16:57:55 +01:00
Simon Bünzli
6cfe2c2b0c Bug 477657 - saner default handling for _closedTabs and sizemode. r=dietrich 2009-03-11 13:24:55 +01:00
Ehsan Akhgari
3e5c7433e6 Backout changeset 9ab865986f27 for bug 481786 in order to get a ui-review on that 2009-03-09 08:25:58 +03:30
Ehsan Akhgari
ed3e8a5706 Bug 481786 - Current session data is getting lost when starting Firefox in "Always On" mode; r=zeniko 2009-03-08 18:23:13 +03:30
zeniko@gmail.com
b38577ac79 Bug 395488 - Session restore restores blank windows if Firefox was shut down too quickly (re-land, with bug 462973 patch, r=dietrich) 2009-03-06 09:58:06 -08:00
Mike Connor
f8bf480247 bug 481090 - Session restore should not special-case closed windows on Mac, r=dietrich 2009-03-03 10:15:45 -08:00
Dão Gottwald
5e74b7b990 Backed out changeset 6fa6667b903f 2009-03-02 23:54:03 +01:00
Simon Bünzli
143552ff64 Bug 477657 - saner default handling for _closedTabs and sizemode. r=dietrich 2009-03-01 12:30:32 +01:00
Dietrich Ayala
48985ab557 Backout bug 395488 for bug 462973 2009-02-27 15:09:26 -08:00
Simon Bünzli
fc3b583de2 Bug 476994 - issues with about:sessionrestore treeview implementation. r=neil 2009-02-22 09:49:45 +01:00
Simon Bünzli
819312ff7d Bug 479005 - nsSessionStore.js, the observe function shadows var ix with let ix, also forward refs ix. r=brendan 2009-02-22 09:48:23 +01:00
Simon Bünzli
d3f63fa486 Bug 476928 - Slow closing of tabs with the given testcase when entering Private Browsing mode. r=dietrich 2009-02-22 09:47:31 +01:00
Simon Bünzli
cce5b3295c Bug 479627 - Allow SessionStart to work if true JSON strings are returned by _readStateFile() call. r=dietrich 2009-02-22 09:46:40 +01:00
Simon Bünzli
67254bb5bc Bug 447951 - Gmail displays wrong/previous URL on session restore after heavy usage (50 hash changes). r=dietrich 2009-02-19 14:09:54 +01:00
Natch
559ee9f8c5 Bug 476463 - Cookies set onunload of page are retained on exit/enter of PB mode; r=ehsan,mconnor 2009-02-15 10:51:52 +03:30
Simon Bünzli
6c43d6f080 Bug 476161 - Session restore incorrectly restores state of some Google Reader elements. r=dietrich 2009-02-07 12:56:34 +01:00
Simon Bünzli
55174b4447 Bug 464199 - Forget About this Site doesn't forget about recently closed tabs. r=gavin.sharp 2009-01-22 19:01:44 -08:00
Simon Bünzli
d888095598 Bug 466937 - [r=dietrich] 2008-12-14 23:14:10 -08:00
Simon Bünzli
504db7acb5 Bug 465223 - "window values aren't cleared when the window is overwritten" [r=dietrich] 2008-12-14 23:05:41 -08:00
Simon Bünzli
579036a8f5 Bug 463964 - "Session restore should restore minimized state" [r=dietrich] 2008-12-14 22:58:48 -08:00
Simon Bünzli
c095124efa Bug 468168 - Session restore: click restore twice, it restores all tabs twice. r=dietrich 2008-12-08 13:53:59 +01:00
Simon Bünzli
deffd82acb Bug 465215 - tab values can get synchronized. r=dietrich 2008-12-07 15:20:33 +01:00
Simon Bünzli
d6ccc09a24 Bug 462863 - about:sessionrestore shouldn't display authentication requests for favicons. r=dietrich 2008-12-07 14:31:13 +01:00
zeniko@gmail.com
dc6bb35407 Bug 464620 - prevent dataloss from incorrectly restored sessions (r=dietrich, a=beltzner) 2008-11-18 10:48:46 -08:00
Simon Bünzli
eb4d0618fe bug 463206: SessionStore does not always correctly restore text data; r=dietrich, a1.9.1b2=beltzner 2008-11-14 14:03:36 -08:00
Ehsan Akhgari
a63d8fc782 Bug 462986 - Fix private browsing tests to pass on tinderbox (session store test); r=zeniko (NPODB) 2008-11-09 16:46:26 +03:30
Ehsan Akhgari
d69e40f7a2 Bug 462986 - Fix private browsing tests to pass on tinderbox (session store test); r=zeniko 2008-11-08 02:21:57 +03:30
Ehsan Akhgari
38588c6f10 Bug 463188 - Restore user's session at startup if they quit Firefox during Private Browsing mode; r=zeniko ui-r=faaborg a1.9.1b2=mconnor 2008-11-07 23:16:42 +03:30
zeniko@gmail.com
acb7b35636 Bug 407110 - sessionstore should use native json (r=dietrich) 2008-11-05 15:52:45 -08:00
Dave Townsend
422bd2dd5b Backed out changeset 4df50933e7cb from bug 462973 to investigate Ts
regression.
2008-11-07 10:55:45 +00:00
Dave Townsend
652f3b348c Backed out changeset 4df50933e7cb from bug 462973 to investigate Ts
regression.
2008-11-07 10:55:25 +00:00
Dave Townsend
5d630e75eb Backed out changeset 10c21d116e5d from bug 407110 to investigate Ts
regression.
2008-11-07 10:15:03 +00:00
Dave Townsend
89151a360c Backed out changeset 10c21d116e5d from bug 407110 to investigate Ts
regression.
2008-11-07 10:14:51 +00:00
zeniko@gmail.com
80e27bbde0 Bug 462973 - 50ms increase in Ts 2008-11-02 am (r=dietrich) 2008-11-05 15:58:13 -08:00
zeniko@gmail.com
bfe3d608ee Bug 407110 - sessionstore should use native json (r=dietrich) 2008-11-05 15:52:45 -08:00
Dave Townsend
a583cf0f42 Backed out changeset fbae114d6133 from bug 462986 due to test failures 2008-11-04 12:03:23 +00:00
Ehsan Akhgari
a2feb074ae Bug 462986 - Fix private browsing tests to pass on tinderbox (session store test); r=zeniko 2008-11-04 12:58:07 +03:30
Simon Bünzli
cf6eb08d72 Bug 462794 - Browser chrome tests for sessionstore closes the browser window; r=dietrich 2008-11-04 11:48:39 +03:30
Shawn Wilsher
dd545b71eb Comment out test failure. Filed bug 462986 for it. 2008-11-04 00:13:48 -05:00
Ehsan Akhgari
99e40e800f Bug 248970 - Private Browsing mode (global toggle for saving/caching everything) [sessionstore part]; r=zeniko 2008-11-04 02:52:21 +03:30
Simon Bunzli
34129bc9a6 Bug 395488 - Session restore restores blank windows if Firefox was shut down too quickly; r=dietrich 2008-11-02 19:35:12 +01:00
Simon Bunzli
905f2aacaf Bug 462702 - speed up the test for bug 448741; r=dietrich 2008-11-02 19:31:45 +01:00
Serge Gautherie
90328efb9d Bug 462541 - browser_339445.js crashes on my computer; (Av1) Nit: missing ';'; r=zeniko 2008-11-01 01:09:25 +01:00
Simon Bünzli
97f23c6dae Bug 459567 - reuse the Session Restore page's window for restoring the session; r=dietrich 2008-10-30 12:46:43 +03:30
Simon Bünzli
b07c066a1a Bug 459950 - Polish about:sessionrestore; r=l10n, ui-r=faaborg 2008-10-30 12:40:48 +03:30
Markus Stange
055f5b9bfb Bug 459751 - about:sessionrestore switches button placement, r=zeniko 2008-10-29 15:22:10 +01:00
Dave Townsend
74c5d65028 Bug 460334: sessionstore-windows-restored fires too early. r=zeniko 2008-10-29 08:40:12 +00:00
Simon Bunzli
a61e3edeee Bug 427186 - Session store shouldn't clobber its data file after failed restore; r=dietrich 2008-10-29 06:23:44 +01:00
Simon Bünzli
940ba0f4d1 Bug 459593 - ignore browser.sessionstore.max_resumed_crashes in Safe Mode, r=dietrich 2008-10-26 20:35:01 +03:30
Blake Kaplan
5e1c8eca6f Bug 459906 - Avoid weird XPConnect wrapping behavior in setTimeout. r=zeniko 2008-10-22 13:29:14 -07:00
Simon Bunzli
8cdc349908 Bug 459651 - possible to wind up with about:sessionrestore listing about:sessionrestore as your session to restore; r=dietrich 2008-10-14 07:02:28 +02:00
Simon Bunzli
d020be5c46 Bug 345898 - Add error handling to getClosedTabCount; r=dietrich 2008-10-12 17:08:58 +02:00
Simon Bünzli
c24be5cf7c Bug 459041 - jar: URLs break sss_serializeSessionStorage (and thus SessionStore) 2008-10-12 00:02:55 +03:30