Commit Graph

250 Commits

Author SHA1 Message Date
Mehdi Mulani
54289858df Bug 601955 - Pinning/unpinning app tab should trigger session state save. r=zpao a=blocking-2.0 2011-01-14 18:38:25 -08:00
Taras Glek
38f30d5f65 Bug 522375: fix non-libxul builds + testcase nits from gavin. a=bustage,tests 2011-01-14 13:29:25 -08:00
Taras Glek
cbffc495c3 Bug 522375 - built-in startup time measurement r=vlad a=Mossop 2011-01-13 12:18:51 -08:00
Hiroyuki Ikezoe
492aab9d25 Bug 597634 - Reset to a blank state for each test instead of relying on previous state in browser_522545.js [r=zpao, a=test] 2011-01-04 10:40:46 -08:00
Paul O’Shannessy
bf04e8fee2 Bug 615394 - Session Restore should notify when it is beginning and ending a restore [r=dietrich, a=blocking2.0:betaN+] 2010-12-27 16:22:47 -05:00
Paul O’Shannessy
bdf8505bad Bug 618151 - Overwriting state can lead to unrestored tabs [r=dietrich, a=blocking2.0:betaN+] 2010-12-27 16:22:47 -05:00
Paul O’Shannessy
49ab509b3f Bug 617175 - deleteTabValue doesn't use early access [r=dietrich, a=blocking2.0:betaN+] 2010-12-27 16:22:47 -05:00
Paul O’Shannessy
b9eae758fd Bug 597315 Part 2 (session restore) - Frameset history does not work properly when restoring a tab [r=dietrich, a=blocking2.0:betaN+] 2010-12-27 16:22:47 -05:00
Phil Ringnalda
31c4b29d67 Bug 597634 - Remove an obvious yet unlikely possible reason for intermittent apparently network-related failure in browser_522545.js, r=zpao, a=test 2010-12-19 23:37:56 -08:00
Paul O’Shannessy
25aad5e898 Bug 607016 - If a tab is never restored, attributes (eg. hidden) aren't updated correctly [r=dietrich, a=blocking-2.0:final+] 2010-12-06 10:08:26 -08:00
Paul O’Shannessy
0c95309252 Backout revision ef0adaaa2e53. a=orange 2010-12-03 14:57:00 -08:00
Paul O’Shannessy
89f8382eb9 Backout revision f15120d5a96e (bug 607016). a=orange 2010-12-03 14:52:57 -08:00
Paul O’Shannessy
16c92f1d23 Fix typo in test for bug 586068. No bug. a=test
This wasn't causing any issues since it would still result in a single window with a blank tab, but better to fix it anyway.
2010-12-03 13:39:11 -08:00
Paul O’Shannessy
a98e6c6b81 Bug 614708 - Calling setTabValue too early causes correct values to be ignored when access early [r=dietrich, a=blocks a blocker] 2010-12-03 13:39:11 -08:00
Paul O’Shannessy
034a7d0055 Bug 607016 - If a tab is never restored, attributes (eg. hidden) aren't updated correctly [r=dietrich, a=blocking-2.0:final+] 2010-12-03 13:39:11 -08:00
Paul O’Shannessy
b21471c406 Bug 614089 - SSTabRestored should be fired for each tab [r=dietrich, a=blocks a blocker] 2010-12-03 13:39:11 -08:00
Markus Stange
fbad3a2646 Bug 594002 - Make the window wide enough in session restore test browser_480148.js. r=zpao, a=test-only 2010-11-24 10:50:53 +01:00
Dan Witte
4725048bd9 Bug 599253 - TEST-UNEXPECTED-FAIL | browser_586068-cascaded_restore.js | Test timed out. Possible fix for intermittent orange. r=zpao, a=test-only 2010-11-16 09:37:09 -08:00
Paul O’Shannessy
50d16e80b9 Bug 606936 - userTypedValue sticks around after session restore (favicon and star button missing) [r=dietrich, a=blocking2.0:final+] 2010-11-12 13:48:19 -08:00
Paul O’Shannessy
efca389758 Bug 589246 - Closed window state getting corrupted when closing and reopening last browser window without exiting browser [r=dietrich, a=blocking2.0:betaN] 2010-11-09 10:00:30 -08:00
Markus Stange
b6d32860a2 Backed out changeset 0acf72149fc9 (bug 594002) because of browser_480148.js failures on Linux. 2010-11-06 14:38:24 +01:00
Markus Stange
f5a8cb264b Bug 594002 - Make the window wide enough in session restore test browser_480148.js. r=zpao, a=test-only 2010-11-05 17:04:27 +01:00
Paul O’Shannessy
18d269964b Bug 581593 - about:sessionrestore forgets session data during upgrade to Firefox 4 [r=dietrich, a=blocking2.0:final]
--HG--
extra : rebase_source : d4cd3ed9b8ba1c2221917da03c38052ee033e25e
2010-10-26 11:55:10 -07:00
Paul O’Shannessy
40cffa9445 Test for bug 590268 [r=dietrich, a=blocking2.0:betaN]
--HG--
extra : rebase_source : bdb65c1bb9162d38ff0d3c084ae15a50ad357cb2
2010-10-26 11:55:10 -07:00
Sindre Dammann
1ae6f7fb08 Bug 579868 - Restoring A Normal Closed Tab that was once a App Tab causes it to turn back into a App tab when restored [r=zpao, a=blocking2.0:betaN] 2010-10-22 17:13:37 -07:00
Paul O'Shannessy
fada7157ed Bug 599253 - Extend timeout for browser_586068-cascaded_restore.js [r+a-2.0=dolske] 2010-10-19 15:58:56 -07:00
Paul O’Shannessy
a275991727 Bug 602555 - Refactor CSR code [r=dietrich, a=dolske]
Also fixes bug 601024 (Still need to reload twice to reload page) & hopefully bug 600007.

--HG--
extra : rebase_source : 1e6023e74a0f6387f4888e7bb26c76b567dc52db
2010-10-14 12:36:00 -07:00
Michael Kraft
d8a740cc15 Bug 600545 - getBrowserState() (and saved session state) incorrect with app tabs and browser.sessionstore.resume_from_crash = false [r=zpao, a=blocking2.0:final]
--HG--
extra : rebase_source : 34f6380284ae51f6afb5fae7f6fd94a2990ad2ae
2010-10-14 12:36:00 -07:00
Blake Kaplan
29e85b9844 Merge mozilla-central into tracemonkey 2010-10-13 17:54:54 -07:00
Johnny Stenback
e9755cda81 Bug 580128. Remove .wrappedJSObject gets that don't work with the new wrappers. r=mrbkap@gmail.com 2010-10-10 15:48:39 -07:00
Paul O’Shannessy
b1f1367491 Bug 600531 - Reload(F5)/Ctrl+Reload(F5) and reload button does not work after session restore [r=dietrich, a=blocking-b7] 2010-09-30 12:35:34 -07:00
Paul O’Shannessy
c9c86efa3c Bug 597757 - Reloading throttled tab doesn't work correctly [r=dietrich, a=blocking-b7] 2010-09-28 11:54:39 -07:00
Paul O’Shannessy
7c420f714b Backed out changeset c6034ebf7109 (bug 597757) for orange. a=me 2010-09-27 12:18:12 -07:00
Paul O’Shannessy
97a3606b2a Bug 597757 - Reloading throttled tab doesn't work correctly [r=dietrich, a=blocking-b7] 2010-09-27 11:10:59 -07:00
Paul O’Shannessy
97d2dac871 Bug 597933 - "Cascade page loads when restoring" does not work properly in certain case. [r=dietrich, a=blocking-b7]
--HG--
extra : rebase_source : d7892d55ecc4dfec4c2e47aaaf862224637402f3
2010-09-23 20:20:57 -07:00
Paul O’Shannessy
14543737d4 Bustage fix, a=bustage 2010-09-21 15:25:33 -07:00
Paul O’Shannessy
282c374265 Bug 597071 - Only add last closed window to open windows at shutdown [r=dietrich a=blocks a blocker]
--HG--
extra : rebase_source : f8ab716c3988b7bfa56e1bedcea537d123557851
2010-09-21 14:56:52 -07:00
Paul O’Shannessy
f1e29f9564 Bug 586068 - Cascade page loads when restoring [r=dietrich, a=blocking] 2010-09-17 15:02:28 -07:00
Phil Ringnalda
a4d9ae4976 Bug 597054 - Try to get rid of intermittent timeouts in browser_522545.js on slow slaves doing Windows debug by doubling the timeout, rs=zpao, a=orange 2010-10-11 18:49:58 -07:00
Phil Ringnalda
bd2a2925f0 Bug 544601 - Double the timeout in browser_480148.js to survive on slow Windows slaves, r=zpao, a=orange 2010-10-09 20:23:36 -07:00
Dão Gottwald
56ca5f82e3 Bug 544601 - remove weak reference cruft from this test. a=testfix 2010-09-11 16:15:45 +02:00
Joel Maher
3b1fb9d8ce Bug 592859 Update browser chrome tests to only use chrome paths for mochitest to prep for android support r=ctalbert a=NPOTB 2010-09-10 10:20:38 -07:00
Kyle Huey
a846b63dba Bug 583863: Refactor <input> implementation to deal with files that aren't on the disk. r=sicking a=blocking-fennec
--HG--
extra : rebase_source : 2b3605042aea4e4c8273cdad5ec7f05af15959cc
2010-09-05 14:00:05 -04:00
Kyle Huey
73e9690f8f Backed out changeset af1365b24066 2010-09-05 11:32:57 -04:00
Kyle Huey
bde906120c Bug 583863: Refactor <input> implementation to deal with files that are not on the disk. r=sicking a=blocking-fennec 2010-09-05 09:09:04 -04:00
Dan Witte
d18b01d14c Bug 586211 - Restore hidden tabs after visible ones. r=zpao, a=beta5+ 2010-08-27 08:12:02 -07:00
Dão Gottwald
f35fb535e2 Backed out changeset 860c490eb849 (merge) a=backout 2010-08-24 16:01:38 +02:00
Dão Gottwald
9e009cb758 Backed out changeset 860c490eb849 2010-08-24 15:59:35 +02:00
Dão Gottwald
4d980b0259 Bug 580512 - App tabs should outlive normal sessions. r=dietrich, vlad 2010-08-13 14:40:19 +02:00
Gavin Sharp
b63973f030 Bug 477322: remove "Start new Session" button on about:sessionrestore. r=zpao, ui-r=faaborg 2010-06-16 15:51:04 -04:00