Tim Taubert
cfb9ef62bb
Bug 829568 - part 1 followup - correct a little typo in a comment r=me DONTBUILD
2013-02-25 22:40:41 +01:00
Ehsan Akhgari
7463c24540
Bug 832325 - Finish the initialization of nsSessionStartup correctly if permanent PB is turned on; r=ttaubert
2013-02-23 01:45:37 -05:00
Ryan VanderMeulen
1b1d4736df
Merge m-c to inbound.
2013-02-22 12:45:21 -05:00
Tim Taubert
6b1b91433d
Bug 841717 - Fix the first test (browser_248970_b_perwindowpb.js) and make it use the TestRunner; r=yoric
2013-02-21 16:16:48 +01:00
Tim Taubert
3bbb3dbc16
Bug 830656 - Don't report errors when wipe() tries to remove non-existant session files; r=yoric
2013-02-19 19:34:25 +01:00
Tim Taubert
b9b04bd0ce
Bug 842513 - Specify character sets for sample files and data URLs used in tests; r=felipe
2013-02-19 19:32:29 +01:00
Gavin Sharp
0185984451
Remove some unnecessary preprocessing, no bug
...
--HG--
extra : rebase_source : b8bfed7a5b55652fd8a9b3bf3c601accb8b2022f
2013-02-17 17:49:25 -08:00
Tim Taubert
e68d5f3063
Bug 829568 - part 3 - restore the initial session in case the user opens a non-private window; r=felipe
2013-02-18 18:57:48 +01:00
Tim Taubert
35784e5146
Bug 829568 - part 2 - back up the initial session when starting up with a private window; r=felipe
2013-02-15 13:20:48 +01:00
Tim Taubert
00aaabad70
Bug 829568 - part 1 - don't save (invalid) states without any windows; r=felipe
2013-02-15 12:28:00 +01:00
Ryan VanderMeulen
292b4f3c5f
Merge m-c to inbound.
2013-02-11 13:51:32 -05:00
Mike Hommey
94d34b6513
Bug 755724 - Move browser application in a subdirectory. r=jimm
2013-02-11 14:10:16 +01:00
Florian Quèze
5d11ad7c19
Bug 838552 - nsSessionStartup.js' debug code is noisy, r=Yoric.
2013-02-10 23:08:32 +01:00
Jim Mathies
8759ba05ed
Bug 839793 - TelemetryTimestamps.jsm imported using the wrong path. r=glandium
2013-02-09 12:28:38 -06:00
Marco Castelluccio
c311a835f2
Bug 838821 - Don't use file.exists() when not necessary (browser/components). r=gavin
2013-02-08 11:34:47 -05:00
David Rajchenbach-Teller
8d3f6a3221
Bug 836912 - Measure Jank in Session Restore collection and serialization. r=ttaubert
2013-02-05 11:40:48 -05:00
Tim Taubert
3f10682513
merge m-c to fx-team
2013-02-04 20:12:29 +01:00
Tim Taubert
d3ba19999f
Bug 712763 - Backout changes from bug 669272 to keep original window order when restoring a session; r=felipe
2013-02-01 13:12:47 -05:00
Tim Taubert
93765e872d
Bug 726275 - Shift-click on back/forward button doesn't load page; r=gavin
2013-02-01 10:19:34 -05:00
Ehsan Akhgari
32d278987e
Bug 817477 - Remove support for global private browsing mode; r=jdm,glandium
...
--HG--
rename : browser/app/profile/extensions/testpilot@labs.mozilla.com/modules/setup.js.in => browser/app/profile/extensions/testpilot@labs.mozilla.com/modules/setup.js
rename : browser/app/profile/extensions/testpilot@labs.mozilla.com/modules/tasks.js.in => browser/app/profile/extensions/testpilot@labs.mozilla.com/modules/tasks.js
2013-01-29 13:12:13 -05:00
Dave Townsend
6c649be569
Bug 793928: Switch users of the promise library to the new location and move tests files. r=gavin
...
--HG--
rename : toolkit/addon-sdk/test/Makefile.in => addon-sdk/test/Makefile.in
rename : toolkit/addon-sdk/test/unit/head.js => addon-sdk/test/unit/head.js
rename : toolkit/addon-sdk/test/unit/test_promise.js => addon-sdk/test/unit/test_promise.js
rename : toolkit/addon-sdk/test/unit/xpcshell.ini => addon-sdk/test/unit/xpcshell.ini
2013-02-01 11:43:15 -08:00
Tim Taubert
715635ad32
Bug 797263 - Intermittent browser_586068-reload.js | Test timed out r=yoric
2013-01-24 14:59:16 +01:00
Olli Pettay
18534b4fb8
Bug 825544: backout Bug 825544, Bug 825544, Bug 765192 and Bug 808035 to bring back the old .location=val behavior, r=bz
2013-01-15 13:46:35 +02:00
Michael Kraft
9277a212b9
Bug 824107 - Session Data lost on startup if nsISessionStartup.sessionType is referenced before async load complete. r=dteller
2013-01-06 22:24:15 -05:00
Andres Hernandez
a95b2346b2
Bug 822093 - Make browser_819510_perwindowpb.js wait for the sessionstore data to update before performing tests on it. r=jdm
2012-12-28 16:22:52 -06:00
Andres Hernandez
c7a1a08aa2
Bug 819510 - Quitting from a Private Browsing window makes Restore Previous Session fail once. r=ttaubert
2012-12-19 16:52:30 -06:00
ithinc
d8bcd6337c
Bug 824480 - Replace |tab == gBrowser.selectedTab| with tab.selected. r=dao
2012-12-25 00:08:22 +08:00
Ehsan Akhgari
c823bfce6a
Bug 823732 - Remove the usage of the global PB service from nsSessionStartup.js in per-window PB builds; r=jdm
2012-12-20 17:50:35 -05:00
Ed Morley
e37969e6b1
Merge mozilla-central to mozilla-inbound
2012-12-21 11:41:08 +00:00
Ed Morley
664839a742
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
2012-12-20 21:05:33 +00:00
Ehsan Akhgari
9de37fb804
Fix the sessionstore test Makefile in global PB builds; no bug
...
DONTBUILD since this is NPOTB
2012-12-20 14:07:22 -05:00
Cameron McCormack
b0db402ed9
Bug 822548 - Fix a bunch of JS warnings on startup. r=dao
2012-12-19 09:27:56 +11:00
Andres Hernandez
96c047fe8e
Bug 821178 - Port browser_248970_a.js and browser_248970_b.js to the per-window PB APIs. r=jdm
...
--HG--
rename : browser/components/sessionstore/test/browser_248970_b.js => browser/components/sessionstore/test/browser_248970_b_perwindowpb.js
2012-12-17 17:19:06 -06:00
Ehsan Akhgari
a60bea2d34
Remove dead code which accesses the private browsing service from browser_597071.js, no bug
2012-12-20 15:26:12 -05:00
David Rajchenbach-Teller
bf9e5fa6d4
Bug 532150 - Test main thread fallback for session file. r=Felipe
2012-12-19 20:04:53 -05:00
David Rajchenbach-Teller
07967936e4
Bug 532150 - Don't read and write the session file off the main thread. r=Felipe
2012-12-19 20:04:26 -05:00
Ed Morley
a4511f44f0
Backout e28f0f4b25a4 (bug 819510) for causing bug 822093
2012-12-17 12:43:55 +00:00
Ehsan Akhgari
c51600f223
Backed out 2 changesets (bug 532150) for test failure
...
Backed out changeset 57bbbda0dedd (bug 532150)
Backed out changeset 5cab33f5bfbd (bug 532150)
2012-12-15 12:08:04 -05:00
David Rajchenbach-Teller
8057248eae
Bug 532150 - Testing main thread fallback for session file; r=felipe
...
--HG--
extra : rebase_source : fe825601fc013fce66aaa619dece0980f6f03ff5
2012-12-15 10:45:13 -05:00
David Rajchenbach-Teller
f3770967d9
Bug 532150 - Reading and writing session file off the main thread; r=felipe
...
--HG--
extra : rebase_source : f9ceb62680c932621b876a39f007e74a4f4e4c40
2012-12-15 10:44:07 -05:00
Bellindira Castillo [:bellindira]
24568640ee
Bug 819510 - Quitting from a Private Browsing window makes Restore Previous Session fail once; r=ttaubert
2012-12-14 14:06:45 -06:00
Ehsan Akhgari
5926e0e97f
Bug 821178 - Part 0: Remove browser_248970_{a,b}.js in per-window PB builds
2012-12-13 01:04:11 -05:00
Ehsan Akhgari
9300225bfd
Bug 817292 - Bump the timeout for browser_480148.js; r=edmorley
2012-12-06 14:45:18 -05:00
Ehsan Akhgari
7cc52ca87d
Bug 817931 - Don't restore the contents of the last closed window into a newly opened window if it's a private window; r=ttaubert
...
DONTBUILD since this is NPOTB for global PB builds
2012-12-04 00:18:26 -05:00
Andres Hernandez
e4d9e7447d
Bug 817472 - Port browser_394759_privatebrowsing.js to the new per-window PB APIs; r=ehsan
...
DONTBUILD because this is NPOTB for global PB builds
--HG--
rename : browser/components/sessionstore/test/browser_394759_privatebrowsing.js => browser/components/sessionstore/test/browser_394759_perwindowpb.js
2012-12-03 16:51:16 -06:00
Andres Hernandez
465c72cd26
Bug 816524 - Do not store information about closed private windows; r=ttaubert
2012-11-30 15:43:38 -06:00
Josh Matthews
a1401f5b6d
Backed out changeset 0902b7e89928 (bug 816524)
2012-12-03 17:01:15 -05:00
Mario Alvarado [:marioalv]
0ab4323350
Bug 813215 - Port browser_354894.js to the per-window PB APIs; r=ehsan
...
DONTBUILD because this is NPOTB in gloabl PB builds
--HG--
rename : browser/components/sessionstore/test/browser_354894.js => browser/components/sessionstore/test/browser_354894_perwindowpb.js
2012-11-29 01:02:06 -06:00
Andres Hernandez
f2eec374d9
Bug 816524 - Do not store information about closed private windows; r=ttaubert
...
DONTBUILD since this is NPOTB for global PB builds
2012-11-30 15:43:38 -06:00
Seth Fowler
c42d3467d8
Bug 812241 - Remove disabled test warnings. r=khuey
2012-11-20 16:13:04 -08:00