Ehsan Akhgari
c284f83c30
Bug 799664 - Disable xpcshell tests in per-window PB builds for now; r=jdm
2012-10-09 16:46:53 -04:00
Ehsan Akhgari
57e618e05b
Bug 799526 - Split the private browsing browser-chrome test suite into three buckets to make it easier to transition to per-window private browsing; r=jdm
2012-10-09 09:27:44 -04:00
Ed Morley
0ab800be6e
Backout 6e26bb277c64 (bug 799780), cb395ed2de20 (bug 799664), cd5679486c7b (bug 799526) for causing frequent failures in browser_bug400731.js
2012-10-11 15:00:05 +01:00
Ehsan Akhgari
64ed7c4a64
Bug 799664 - Disable xpcshell tests in per-window PB builds for now; r=jdm
2012-10-09 16:46:53 -04:00
Ehsan Akhgari
6485c8ba17
Bug 799526 - Split the private browsing browser-chrome test suite into three buckets to make it easier to transition to per-window private browsing; r=jdm
2012-10-09 09:27:44 -04:00
Ehsan Akhgari
cca3c0c988
Bug 799229 - Move the ForgetAboutSite modules to toolkit; r=Mossop
2012-10-08 16:48:11 -04:00
Ehsan Akhgari
46ecde5c63
Bug 799126 - Rename ClearRecentHistory to ForgetAboutSite; r=jdm
2012-10-08 11:55:41 -04:00
Ehsan Akhgari
b8d5d66e67
Bug 798516 - Remove support for gPrivateBrowsingUI.privateWindow; r=jdm
...
This patch replaces the privateWindow API with the toolkit
PrivateBrowsingUtils.isWindowPrivate API, which is better in the sense
that it is chrome/content agnostic and is not browser/ specific.
2012-10-05 19:25:52 -04:00
Josh Matthews
ddc698df44
Bug 794602 - Make nsWebBrowserPersist::SaveURIInternal use channels with valid privacy statuses. r=bz,mfinkle,smaug,ehsan,jwalker,roc,unfocused
2012-10-04 15:07:51 -04:00
Ryan VanderMeulen
1fd22c60bb
Backout e5269e137290, (bug 794606), e94dbc151121 (bug 794602), and 0ea0cfc7f6f4 (bug 792821) due to mochitest-other orange on a CLOSED TREE.
2012-10-04 19:34:19 -04:00
Josh Matthews
92d64e2b43
Bug 794602 - Make nsWebBrowserPersist::SaveURIInternal use channels with valid privacy statuses. r=bz,mfinkle,smaug,ehsan,jwalker,roc,unfocused
2012-10-04 15:07:51 -04:00
Ehsan Akhgari
4b3e52c721
Bug 774963 - Remove removeDataFromDomain from nsIPrivateBrowsingService, and put it in its own JS module, ClearRecentHistory; r=jdm
2012-10-03 11:29:10 -04:00
Josh Matthews
a6d9debc97
Bug 795065 - Add privacy status to nsDownload. r=mak sr=bz
2012-10-03 13:10:20 -04:00
Mike Hommey
0f9f294ea0
Bug 774032 bonus - Use @DEPTH@ and @relativesrcdir@ in Makefile.in. r=ted
2012-08-04 20:26:44 +02:00
Mounir Lamouri
23ed98c399
Bug 775817 - Update [most] tests to use the new permission manager api. r=sicking
2012-07-23 11:08:07 -07:00
Ryan VanderMeulen
5aad407d72
Merge m-c to inbound.
2012-07-21 14:32:18 -04:00
Ryan VanderMeulen
0645bb7f23
Backout 53d053772879, e68d8406541e, 1a18d1d71ddf, 705c22e17976, 73f73097fb1a, and 8b28f53415fe (bug 722995) due to frequent linux32 mochitest-other orange.
2012-07-21 14:29:50 -04:00
Saurabh Anand
c2f6aeb463
Bug 722995 - Part 5: Make the tests compatible to the code changes, r=ehsan
2012-07-21 11:24:41 +05:30
Saurabh Anand
02b0eafa78
Bug 722995 - Part 4: Convert test_DownloadLastDirWithCPS.js to mochitest, r=ehsan
2012-07-21 11:23:29 +05:30
Saurabh Anand
6d83ab6e00
Bug 722995 - Part 3: Convert test_DownloadLastDir.js to mochitest, r=ehsan
2012-07-21 11:22:30 +05:30
Saurabh Anand
7415366fd7
Bug 722995 - Part 2: Convert test_privatebrowsing_downloadLastDir_c.js to mochitest, r=ehsan
2012-07-21 11:21:30 +05:30
Saurabh Anand
31c63531be
Bug 722995 - Part 1: Convert test_privatebrowsing_downloadLastDir.js to mochitest, r=ehsan
2012-07-21 11:20:24 +05:30
Jonas Sicking
6acb4a29bc
Bug 774585: Fix browser code and tests to be aware of app principals. r=mounir
2012-07-21 00:29:40 -07:00
Andres Hernandez
4ff0574f2e
Bug 769435 - Convert test_openLocationLastURL.js from a xpcshell test to a mochitest r=ehsan
2012-07-18 10:44:51 -06:00
Nathan Froyd
f7054dc678
Bug 370750 - consolidate mochitest files installation; r=glandium
...
With assistance on the patch from Ms2ger, Waldo, and Mossop.
2012-07-03 16:49:02 -04:00
Dão Gottwald
2d336b92c8
Bug 277079 - "Close other tabs" should always warn about closing multiple tabs. r=ttaubert
2012-07-03 21:44:01 +02:00
Saurabh Anand
6fd6df4957
Bug 722988 - openLocationLastURL.jsm uses global Private Browsing state to make decisions; r=ehsan
2012-06-28 03:11:24 +05:30
Ryan VanderMeulen
4c71ae6d9a
Revert c39d36167b99 due to a horribly munged backout.
2012-06-10 19:44:50 -04:00
Ryan VanderMeulen
202bd53a55
Backout the bug 754202 backout due to orange.
2012-06-10 19:37:47 -04:00
Saurabh Anand
797d4f17f7
Bug 748477 - Switch chrome privateWindow getter to check currentTab and remove setter; r=ehsan
2012-06-08 07:11:40 +05:30
Josh Matthews
5ffeace492
Bug 722857 - Basic sanity test for before/after private browsing DOM storage implementation. r=honzab
2012-05-26 09:38:06 +01:00
Ed Morley
13b349afcd
Backout 70cde80fa095 & 5a903d496ab0 (bug 722857) for crashes in 646184.html
2012-05-25 12:51:32 +01:00
Josh Matthews
e03b95d50f
Bug 722857 - Basic sanity test for before/after private browsing DOM storage implementation. r=honzab
2012-05-25 12:20:58 +01:00
Josh Matthews
20e546898e
Bug 722845 - Part 1.5: Make PB docshell notification test more deterministic in the face of uncertain GC behaviour. r=ehsan
2012-05-24 16:31:54 +01:00
Raymond Lee
84fc29c83f
Bug 728626 - Non-Firefox tests should not use 'about:robots' which is Firefox specific. r=ttaubert
2012-05-22 09:25:49 +08:00
Gervase Markham
cb6a072c2a
Bug 716478 - update licence to MPL 2.
2012-05-21 12:12:37 +01:00
Ehsan Akhgari
214bef7411
Bug 749187 - Ensure new tabs and windows opened in private browsing mode have docshells set accordingly; r=gavin
2012-04-26 14:35:19 -04:00
Paolo Amadini
c253abc4f4
Bug 739213 - Kill AddPageWithDetails. r=mak
2012-05-14 20:42:29 +02:00
Raymond Lee
b594b1509c
Bug 730840 - Use getBrowserURL() in Firefox tests to ease porting them. r=dao
2012-04-27 09:44:53 +08:00
Paolo Amadini
422317d20e
Bug 695829 - Add telemetry metrics for private browsing transitions. r=ehsan
2012-04-27 15:05:20 +02:00
Ehsan Akhgari
ffc2b24eca
Test case for bug 725210; r=jdm
2012-04-03 15:16:16 -04:00
Ehsan Akhgari
3885f89212
Bug 723353 - Add browser.js APIs for per-window Private Browsing; r=gavin,jdm
2012-03-22 22:02:00 -04:00
Paolo Amadini
51e64aeffd
Bug 711193 - Turn on "Don't load tabs until selected" by default. r=zpao
2012-02-23 11:30:23 +01:00
Geoff Lankow
2e3f95225f
Bug 718255 - Merge nsIPrefBranch2 with nsIPrefBranch - Part D, remove uses of nsIPrefBranch2 in browser/ and mobile/ ; r=bsmedberg
2012-01-17 14:34:51 +13:00
Paolo Amadini
5fc5b17349
Bug 718484 - Merge browser_privatebrowsing_beforeunload_enter.js and browser_privatebrowsing_beforeunload_exit.js; r=ehsan
2012-01-16 20:43:40 +01:00
Josh Matthews
17a8b80765
Bug 715700 - Test to check that localStorage across multiple windows remains in sync while in private browsing mode. r=mayhemer
2012-01-20 04:04:25 -05:00
Rafael Ávila de Espíndola
89763dc2ad
Bug 715582 - Send quit-application in browser/components/privatebrowsing/test/unit. r=mak.
2012-01-05 16:39:24 -05:00
Cameron McCormack
6633b9a247
Bug 703176 - Ensure all browser chrome mochitests do fail when uncaught JS exceptions occur. (v1.1) r=jmaher
2011-12-02 23:25:03 +11:00
Ed Morley
6e731c995a
Backout 4997c6f8b24d (bug 616542) for causing locally run mochitest-browser-chrome test runs to fail
2011-11-05 18:35:59 +00:00
Rail Aliiev
b2aeac5a65
Bug 616542 - Shorten file path length of mochitest; r=ted
2011-11-04 21:13:42 +00:00