Commit Graph

735 Commits

Author SHA1 Message Date
Marco Castelluccio
090f7bdcfa 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
84fbd821c3 Bug 836912 - Measure Jank in Session Restore collection and serialization. r=ttaubert 2013-02-05 11:40:48 -05:00
Tim Taubert
454a8e381c merge m-c to fx-team 2013-02-04 20:12:29 +01:00
Tim Taubert
a828f602bf 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
37da3e348a Bug 726275 - Shift-click on back/forward button doesn't load page; r=gavin 2013-02-01 10:19:34 -05:00
Ehsan Akhgari
84c4ac3c75 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
Tim Taubert
641ce36af0 Bug 797263 - Intermittent browser_586068-reload.js | Test timed out r=yoric 2013-01-24 14:59:16 +01:00
Dave Townsend
f1c830614d 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
Olli Pettay
46d4422369 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
4ef9923a60 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
5e6ad72e0a 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
8519a8afbe 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
2ecd0fb296 Bug 824480 - Replace |tab == gBrowser.selectedTab| with tab.selected. r=dao 2012-12-25 00:08:22 +08:00
Ehsan Akhgari
f7a9193209 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
5728642a43 Merge mozilla-central to mozilla-inbound 2012-12-21 11:41:08 +00:00
Ed Morley
33a812216e Merge last PGO-green changeset of mozilla-inbound to mozilla-central 2012-12-20 21:05:33 +00:00
Ehsan Akhgari
2b4f5bd840 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
a86c49ceeb Bug 822548 - Fix a bunch of JS warnings on startup. r=dao 2012-12-19 09:27:56 +11:00
Andres Hernandez
56f6e4df5e 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
9d834018d5 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
027da3eed4 Bug 532150 - Test main thread fallback for session file. r=Felipe 2012-12-19 20:04:53 -05:00
David Rajchenbach-Teller
dbb7f17c4f 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
5b57fb177d Backout e28f0f4b25a4 (bug 819510) for causing bug 822093 2012-12-17 12:43:55 +00:00
Ehsan Akhgari
e46027a5e7 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
4a908e480d 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
aa1b9ce194 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]
390968f75a 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
27e47ce8cf 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
91e28db920 Bug 817292 - Bump the timeout for browser_480148.js; r=edmorley 2012-12-06 14:45:18 -05:00
Ehsan Akhgari
52bd8156e1 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
4c9d018859 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
cc9ec615fc Bug 816524 - Do not store information about closed private windows; r=ttaubert 2012-11-30 15:43:38 -06:00
Josh Matthews
16091527e1 Backed out changeset 0902b7e89928 (bug 816524) 2012-12-03 17:01:15 -05:00
Mario Alvarado [:marioalv]
646b62cd4f 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
9d1fead04c 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
630ed49838 Bug 812241 - Remove disabled test warnings. r=khuey 2012-11-20 16:13:04 -08:00
Andres Hernandez
e06a536117 Bug 722985 - nsSessionStore makes many decisions based on global Private Browsing state; r=ehsan,ttaubert
--HG--
extra : rebase_source : 396ac92ad54f8cddc07a4570e5d5da309dd2073e
2012-11-13 16:26:00 -06:00
David Rajchenbach-Teller
19e30fff74 Bug 794091 - Write SessionStore with OS.File. r=ttaubert 2012-11-08 14:35:01 -05:00
Phil Ringnalda
6c724342b3 Back out 5ebd6549bf93 and 73287cb2dc6a (bug 794091) on suspicion of breaking Win64 PGO builds 2012-11-08 20:43:18 -08:00
David Rajchenbach-Teller
ca59916aa6 Bug 794091 - Write SessionStore with OS.File. r=ttaubert 2012-11-08 14:35:01 -05:00
Vladimir Vukicevic
ba3594b8bc b=809123; disable broken browser_586068-reload.js test; r=ttaubert 2012-11-08 10:14:04 -05:00
Oonishi Atsushi
15d6988b4f Bug 808035 - Skip session history on loading initial <about:blank>. r=ttaubert 2012-11-07 18:04:23 -05:00
Kyle Huey
1482122303 Bug 798491: Add an option to stick all chrome JSMs/JS components in the same compartment. r=mrbkap,philikon
--HG--
extra : rebase_source : 98337b6a8c07d05e8c961a452dd05a7d75c3c60b
2012-10-31 09:13:28 -07:00
Vicamo Yang
8297cdabd6 Backout 67cb43bb8865: Breaks B2G Marionette 2012-10-31 16:35:11 +08:00
Kyle Huey
bdf47895bb Bug 798491: Add an option to stick all chrome JSMs/JS components in the same compartment. r=mrbkap,philikon 2012-10-30 12:28:11 -07:00
Ed Morley
777eed8444 Backout a145ded68994, e0cf397089ec & 1545e91c658e (bug 798491) for bustage on a CLOSED TREE 2012-10-30 17:02:31 +00:00
Kyle Huey
aa1997a51a Bug 798491: Add an option to stick all chrome JSMs/JS components in the same compartment. r=mrbkap,philikon 2012-10-30 08:26:12 -07:00
Andres Hernandez
cb594e9b92 Bug 799784 - Replace usages of nsIPrivateBrowsingService.autoStarted with PrivateBrowsingUtils.permanentPrivateBrowsing; r=ehsan 2012-10-24 14:21:33 -06:00
Phil Ringnalda
a3387e5927 Back out b8214dfa2924 (bug 794091) for talos hangs 2012-10-23 07:34:20 -07:00
David Rajchenbach-Teller
63e5a8c12f Bug 794091 - Write SessionStore with OS.File. r=ttaubert 2012-10-23 08:10:53 -04:00