Commit Graph

237 Commits

Author SHA1 Message Date
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
Jim Mathies
1a791fcee3 Bug 732124 - Fix for crt link errors with VC11 - build glue using both the static and the dynamic runtime lib, and link accordingly for various components. r=ted 2012-05-21 16:31:03 -05: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
Myk Melez
748d83f64a bug 725408 - implement WebappRT launcher/shell; r=bsmedberg 2012-04-17 07:11:53 -07: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
Josh Matthews
e1f7b00e6a Bug 729261 - Set private browsing attribute on windows that exist after transition into PB mode. r=ehsan 2012-02-21 16:01:05 -05: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
Josh Matthews
3e186eff70 Bug 723018 - Toggle the private browsing attribute of all root docshells when triggering private browsing mode. r=ehsan 2012-02-06 14:21:11 -05:00
Panagiotis Koutsourakis
835036b234 Bug 702388 - Convert Makefiles to use |TEST_DIRS += foo| r=khuey
Files named Makefile.in containing the expression

DIRS += <foo>
or
DIRS = <foo>

inside the conditional expression

ifdef ENABLE_TESTS
...
endif

are changed to

TEST_DIRS += tests

outside any conditional expression.

The files

./layout/Makefile.in
./layout/Makefile.in
./layout/style/Makefile.in
./rdf/Makefile.in
./security/manager/Makefile.in
./content/Makefile.in
./content/smil/Makefile.in
./content/xul/templates/Makefile.in
./content/xul/content/Makefile.in
./content/base/Makefile.in
./content/media/Makefile.in
./parser/htmlparser/Makefile.in
./dom/sms/Makefile.in
./js/jsd/Makefile.in
./js/xpconnect/Makefile.in
./widget/Makefile.in
./widget/windows/Makefile.in
./Makefile.in
./startupcache/Makefile.in
./storage/Makefile.in
./gfx/Makefile.in
./intl/strres/Makefile.in
./intl/uconv/Makefile.in
./intl/unicharutil/Makefile.in
./intl/lwbrk/Makefile.in
./embedding/Makefile.in
./modules/libjar/Makefile.in
./modules/libpref/Makefile.in
./build/Makefile.in
./build/win32/Makefile.in
./xpcom/Makefile.in
./extensions/spellcheck/hunspell/Makefile.in
./extensions/cookie/Makefile.in
./netwerk/Makefile.in
./netwerk/streamconv/Makefile.in
./editor/txmgr/Makefile.in
./toolkit/mozapps/shared/Makefile.in
./toolkit/mozapps/update/Makefile.in
./toolkit/library/Makefile.in
./toolkit/library/Makefile.in
./toolkit/crashreporter/Makefile.in
./toolkit/components/perf/Makefile.in
./toolkit/components/perf/Makefile.in
./toolkit/components/feeds/Makefile.in
./toolkit/components/url-classifier/Makefile.in

contain the string

ifdef ENABLE_TESTS

but have some other statement inside (e.g. TOOL_DIRS += <foo> etc) and
they remain unchanged by this patch.
2012-02-04 17:32:24 +00: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
Gregory Szorc
ee16899cec Bug 698248 - Remove unused FORCE_USE_PIC variable; r=khuey 2011-11-01 15:45:23 -07:00
Gavin Sharp
c2a5edf91f Bug 695322: fix browser_privatebrowsing_searchbar.js to clean up after itself and succeed when run individually, r=ehsan 2011-10-20 10:41:36 -04:00
Michael Wu
0fe7772ece Bug 675553 - Switch from PRBool to bool on a CLOSED TREE , r=bsmedberg,khuey,bz,cjones 2011-09-28 23:19:26 -07:00
Marco Bonardo
211024ddb3 Bug 680550 - Handle removeAllPages more sanely in tests.
r=dietrich
2011-08-23 14:34:15 +02:00
arno renevier
9565f2d67d Bug 680883 - unneeded nsIPluginHost QueryInterface in sanitize.js and nsPrivateBrowsingService.js; r=ehsan 2011-08-22 14:29:20 -04:00
Matheus Kerschbaum
878aefe66c Bug 669040 part 1: Remove build-system and toolkit dependency on mork and morkreader. r=mak 2011-08-06 17:24:52 +02:00
Tim Taubert
3d325c5770 Bug 651643 - Private browsing service executes transition even when no mode switch required; r=ehsan,zpao 2011-08-04 03:49:38 +02:00
Steffen Wilberg
0eb6a1d2b8 Bug 611568: Move File > Import to the Library. ui-r=faaborg, r=dao 2011-06-27 21:32:53 +02:00
Dão Gottwald
ac25c337e8 Bug 658738 - remove event listeners in browser chrome tests 2011-06-07 16:45:26 +02:00
Joel Maher
39ca77fbd2 Bug 616999. Xpcshell manifest support; manifest files. r=ted, a=test-only 2011-05-20 11:54:01 -04:00
Dão Gottwald
d42faf8cd9 Bug 487059 - clearUserPref shouldn't throw if a pref doesn't have a default or user value. r+sr=bsedberg 2011-04-17 21:53:25 +02:00
Benjamin Smedberg
5e3d2dd2b5 Bug 617539 - Remove nsIPluginHost_MOZILLA_2_0_BRANCH, nsIPluginInstanceOwner_MOZILLA_2_0_BRANCH, and nsIPluginInstance_MOZILLA_2_0_BRANCH; r=jst 2011-04-11 16:00:30 -04:00
Shawn Wilsher
22f3c8fd9a Bug 645086 - Stop using [deprecated] Storage methods (nsPrivateBrowsingService.js)
r=ehsan
2011-03-31 10:19:31 -07:00
Ehsan Akhgari
098f612338 Bug 631973 - Opening Firefox in permanent private browsing mode opens an additional window with the home page; r=gavin 2011-03-28 16:29:22 -04:00
Serge Gautherie
74427f5cae Bug 632893 - Remove useless Cc/Ci/Cr/Cu/Components.*/Services.jsm from Firefox tests; (Dv1) /components/privatebrowsing/test/*.
r=ehsan (a=test-only).
2011-02-24 09:08:56 +01:00
Dan Witte
baca763074 Bug 625497 - Clear Adobe Flash Cookies (LSOs) when "Forget This Site" is selected. r=ehsan, a=final+ 2011-02-08 14:16:09 -08:00
Ehsan Akhgari
c4dc3dfbca Bug 594478 - IndexedDB needs to be hooked up with "Forget about this site"; r=jonas,bent a=blocking-final+ 2011-01-10 19:09:56 -05:00
Ehsan Akhgari
6f9d4b537d Bug 600982 - Clear DOM storage entries for a domain when using the Forget about this site feature; r=honza a=blocking-final+ 2010-12-09 20:06:23 -05:00
Ehsan Akhgari
399c24fb74 Bug 587925 - Increase the test timeout; a=orange-fix DONTBUILD 2010-12-07 12:39:54 -05:00
Ehsan Akhgari
adb4475139 Bug 607482 - Part 2: Adjust the test so that the code doesn't need to unset the attribute asynchronously; r=dao a=gavin 2010-11-14 03:22:21 -05:00
Ehsan Akhgari
fc8e26a93a Bug 607482 - When in Private Mode, opening a new window causes FF button to flash orange and then turn purple; r=dao a=dietrich 2010-10-29 12:30:52 -04:00
Ehsan Akhgari
ec1c019f48 Backed out changeset 364409371144 because of the orange 2010-11-18 18:35:04 -05:00
Ehsan Akhgari
d6225261ec Bug 607482 - When in Private Mode, opening a new window causes FF button to flash orange and then turn purple; r=dao a=dietrich 2010-10-29 12:30:52 -04:00
Ehsan Akhgari
a3ce01169e Bug 611089 - The private browsing service can leak windows; r=gavin a=blocking-betaN+ 2010-11-10 15:22:39 -05:00