Commit Graph

382 Commits

Author SHA1 Message Date
Mario Alvarado [:marioalv]
8b35655b62 Bug 806688 - Port browser_privatebrowsing_localStorage_before_after.js to the new per-window PB APIs; r=ehsan 2012-11-20 10:57:02 -06:00
Josh Matthews
7fba27a12d Bug 722850 - Part 2: Query the private browsing status of channels used to manipulate cookies. r=mconnor 2012-02-08 13:37:07 -05:00
Bellindira Castillo [:bellindira]
6b3840a6fa Bug 806701 - Port browser_privatebrowsing_windowtitle.js to the new per-window PB APIs; r=ehsan 2012-11-15 19:07:55 -06:00
Mario Alvarado [:marioalv]
8a2b10cc05 Bug 806695 - Port browser_privatebrowsing_protocolhandler.js to the new per-window PB APIs; r=ehsan 2012-11-15 16:21:12 -06:00
Andres Hernandez
b7eb978275 Bug 806700 - Port browser_privatebrowsing_urlbarfocus.js to the new per-window PB APIs; r=ehsan 2012-11-14 18:13:31 -06:00
Bellindira Castillo [:bellindira]
2c49f7a464 Bug 806691 - Port browser_privatebrowsing_openLocationLastURL.js to the new per-window PB APIs; r=ehsan 2012-11-14 18:19:00 -06:00
Mario Alvarado [:marioalv]
09fe5829ce Bug 806694 - Port browser_privatebrowsing_popupblocker.js to the new per-window PB APIs; r=ehsan 2012-11-14 04:21:30 -06:00
Josh Matthews
e77a3bf92a Bug 723005 - Remove all checks for global privacy status in history-related code, and add them to callers when appropriate. r=mak sr=gavin 2012-02-18 01:40:10 -05:00
Bellindira Castillo [:bellindira]
cb7df7e4f7 Bug 806690 - Port browser_privatebrowsing_openlocation.js to the new per-window PB APIs; r=ehsan 2012-11-13 19:00:14 -06:00
Ehsan Akhgari
b03ff892fe Fix the typo in the makefile, no bug 2012-11-13 18:07:42 -08:00
Mario Alvarado [:marioalv]
3558f245b1 Bug 806703 - Port browser_privatebrowsing_zoomrestore.js to the new per-window PB APIs 2012-11-13 15:02:23 -06:00
Bellindira Castillo [:bellindira]
e1296b0175 Bug 806686 - Port browser_privatebrowsing_geoprompt.js to the new per-window PB APIs; r=ehsan 2012-11-12 21:18:22 -06:00
Bellindira Castillo [:bellindira]
6ee8617cca Bug 806687 - Port browser_privatebrowsing_localStorage.js to the new per-window PB APIs; r=ehsan 2012-11-12 11:39:58 -06:00
Andres Hernandez
0c658dc438 Bug 806685 - Port browser_privatebrowsing_downloadLastDir.js and its friends to the new per-window PB APIs; r=ehsan 2012-11-12 21:20:32 -06:00
Ehsan Akhgari
f338d6efc2 Bug 806698 - Port browser_privatebrowsing_theming.js to the new per-window PB APIs; r=jdm 2012-11-08 15:32:24 -05:00
Ehsan Akhgari
fcb0e7b2cd Bug 806689 - Port browser_privatebrowsing_opendir.js to the new per-window PB APIs; r=jdm 2012-11-07 21:16:13 -05:00
Andres Hernandez
0fbc0c0f91 Bug 806683 - Port browser_privatebrowsing_crh.js to the new per-window PB APIs r=jdm 2012-11-07 14:37:56 -06:00
Ehsan Akhgari
f392c7532c Bug 806682 - Port browser_privatebrowsing_cookieacceptdialog.js to the new per-window PB APIs; r=jdm 2012-11-06 13:41:20 -05:00
Ehsan Akhgari
7b2c49eeb4 Bug 806681 - Port browser_privatebrowsing_certexceptionsui.js to the new per-window PB APIs; r=jdm 2012-11-06 13:41:09 -05:00
Neil Rashbrook
2c2100dc8b Bug 664695 Improve signature of nsIConsoleService::GetMessageArray r=bsmedberg r=msucan 2012-11-03 10:59:29 +00:00
Ryan VanderMeulen
6475737e98 Backout 06b998c1100d (bug 664695) due to mochitest-other orange. 2012-11-02 17:12:22 -04:00
Neil Rashbrook
34eea29bb2 Bug 664695 Improve signature of nsIConsoleService::GetMessageArray r=bsmedberg 2012-11-02 20:07:50 +00:00
Ehsan Akhgari
6493776b1e Bug 806697 - Move browser_privatebrowsing_sslsite_transition.js to the obsolete directory; r=jdm 2012-10-31 00:25:00 -04:00
Josh Matthews
0dadc924c1 Bug 723002 - Determine privacy status from provided nsILoadContext in ContentPrefService. r=ehsan 2012-06-30 07:50:07 -07:00
Josh Matthews
c5acc3845e Bug 769283 - Add a separate HTTP auth cache for private channels. r=mayhemer 2012-10-29 16:20:03 -04:00
Saurabh Anand
11582666b7 Bug 722995 - Part 2: Make DownloadLastDir.jsm use per-window privacy status instead of global service. r=ehsan 2012-07-21 11:24:41 +05:30
Saurabh Anand
80d233c3ed Bug 722995 - Part 1: Convert test_privatebrowsing_downloadLastDir.js, test_privatebrowsing_downloadLastDir_c.js, test_DownloadLastDir.js, and test_DownloadLastDirWithCPS.js to mochitest. r=ehsan 2012-07-21 11:20:24 +05:30
Ehsan Akhgari
f30ee7fd07 Bug 722978 - Port the certificate exception UI to the new per-window private browsing API; r=jdm 2012-10-12 23:38:19 -04:00
Ehsan Akhgari
84e4f7db05 Bug 801237 - Make browser_privatebrowsing_viewsource.js use "private-browsing-transition-complete" instead of using a progress listener; r=jdm 2012-10-12 11:25:47 -04:00
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