Myk Melez
|
0e8cb8852d
|
bug 725408 - implement WebappRT launcher/shell; r=bsmedberg
|
2012-04-17 07:11:53 -07:00 |
|
Ehsan Akhgari
|
0da2e8cd95
|
Test case for bug 725210; r=jdm
|
2012-04-03 15:16:16 -04:00 |
|
Ehsan Akhgari
|
11ef6b458f
|
Bug 723353 - Add browser.js APIs for per-window Private Browsing; r=gavin,jdm
|
2012-03-22 22:02:00 -04:00 |
|
Josh Matthews
|
24afabfccb
|
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
|
5b68485189
|
Bug 711193 - Turn on "Don't load tabs until selected" by default. r=zpao
--HG--
extra : rebase_source : 7f3d38e4ad52f6e54512ea899466224fe836f762
|
2012-02-23 11:30:23 +01:00 |
|
Geoff Lankow
|
775acbaa1a
|
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
|
5be3a7d8d0
|
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
|
791aa57b19
|
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
|
61825b9635
|
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
|
4c5d85b248
|
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
|
636a05ccbd
|
Bug 715582 - Send quit-application in browser/components/privatebrowsing/test/unit. r=mak.
|
2012-01-05 16:39:24 -05:00 |
|
Cameron McCormack
|
a1b27ed895
|
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
|
f9737cefa1
|
Bug 698248 - Remove unused FORCE_USE_PIC variable; r=khuey
|
2011-11-01 15:45:23 -07:00 |
|
Gavin Sharp
|
9c6049e3eb
|
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
|
d8e503c38b
|
Bug 675553 - Switch from PRBool to bool on a CLOSED TREE , r=bsmedberg,khuey,bz,cjones
--HG--
rename : tools/trace-malloc/bloatblame.c => tools/trace-malloc/bloatblame.cpp
|
2011-09-28 23:19:26 -07:00 |
|
Marco Bonardo
|
fd2c793a9a
|
Bug 680550 - Handle removeAllPages more sanely in tests.
r=dietrich
|
2011-08-23 14:34:15 +02:00 |
|
arno renevier
|
78a5c2d061
|
Bug 680883 - unneeded nsIPluginHost QueryInterface in sanitize.js and nsPrivateBrowsingService.js; r=ehsan
|
2011-08-22 14:29:20 -04:00 |
|
Matheus Kerschbaum
|
5692e9c245
|
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
|
2c846a49c3
|
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
|
db27faeeee
|
Bug 611568: Move File > Import to the Library. ui-r=faaborg, r=dao
|
2011-06-27 21:32:53 +02:00 |
|
Dão Gottwald
|
4e4ac318f3
|
Bug 658738 - remove event listeners in browser chrome tests
|
2011-06-07 16:45:26 +02:00 |
|
Joel Maher
|
6993636556
|
Bug 616999. Xpcshell manifest support; manifest files. r=ted, a=test-only
|
2011-05-20 11:54:01 -04:00 |
|
Dão Gottwald
|
4ac8291c1d
|
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
|
6620f620d9
|
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
|
a34ac49a4d
|
Bug 645086 - Stop using [deprecated] Storage methods (nsPrivateBrowsingService.js)
r=ehsan
|
2011-03-31 10:19:31 -07:00 |
|
Ehsan Akhgari
|
1a363fa042
|
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
|
2eda9c5b66
|
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
|
05033498e9
|
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
|
1049cda97b
|
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
|
894d245435
|
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
|
670fb9c0ba
|
Bug 587925 - Increase the test timeout; a=orange-fix DONTBUILD
|
2010-12-07 12:39:54 -05:00 |
|
Ehsan Akhgari
|
15aeb1860e
|
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
|
30d484f1a8
|
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
|
fa11f878bf
|
Backed out changeset 364409371144 because of the orange
|
2010-11-18 18:35:04 -05:00 |
|
Ehsan Akhgari
|
56f296ce48
|
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
|
f46466e5d9
|
Bug 611089 - The private browsing service can leak windows; r=gavin a=blocking-betaN+
|
2010-11-10 15:22:39 -05:00 |
|
Bill Gianopoulos
|
e17d82592e
|
Bug 585370 - Remove uses of appMenuButton.label. r=dao a=NPOTB
|
2010-11-07 13:55:14 +01:00 |
|
Ehsan Akhgari
|
e523201689
|
Backed out changeset 119ed9cbd3c6 because of browser-chrome orange
|
2010-11-04 18:20:42 -04:00 |
|
Ehsan Akhgari
|
b4a1f47e36
|
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
|
bd17fdff80
|
Bug 601253 - Ignore -private-toggle on the command line if permanent private browsing is on; r=dolske,gavin a=bsmedberg
|
2010-10-02 12:12:08 -04:00 |
|
Ehsan Akhgari
|
30f9cfbf68
|
Bug 588655 - Part 1: Add a privatebrowsingmode="permanent" attribute to browser.xul's document element for permanent private browsing sessions; r=dao a=blocking-final+
|
2010-09-22 17:22:41 -04:00 |
|
Ehsan Akhgari
|
ba7e507269
|
Bug 551540 followup - Use the correct capturing parameter when removing the event listener; r,a=me
|
2010-10-22 16:52:56 -04:00 |
|
Ehsan Akhgari
|
6eef9be2c8
|
Bug 551540 followup - Handle the event in capturing phase, and click on the center of the cells; r=me a=orange-fix
|
2010-10-21 22:21:20 -04:00 |
|
Ehsan Akhgari
|
1238d17e7b
|
Bug 551540 followup - Wait for the Organizer window to be closed before proceeding; r=dolske a=orange-fix
|
2010-10-14 15:38:56 -04:00 |
|
Ehsan Akhgari
|
ba2a6cec0e
|
Backed out changeset 3ba3801c9a14 because of test orange
|
2010-10-20 18:20:51 -04:00 |
|
Ehsan Akhgari
|
915b7c2e3a
|
Bug 551540 followup - Fix the JS error, and wait for the Organizer window to be closed before proceeding; r=dolske a=orange-fix(hopefully)
|
2010-10-20 17:05:18 -04:00 |
|
Ehsan Akhgari
|
f337ca7fda
|
Bug 603632 - Reduce the dependency between browser-chrome private browsing tests; r=dolske a=NPOTB
|
2010-10-12 18:30:41 -04:00 |
|
Ehsan Akhgari
|
da43dbb38f
|
Bug 597029 - timeout in browser_privatebrowsing_forgetthissite.js; r=dolske a=NPOTB
|
2010-10-12 18:00:34 -04:00 |
|
Ehsan Akhgari
|
03894bd5c2
|
Bug 568816 - Switching out of privacy mode fails when privacy mode is enabled via the command line option 'privacy-toggle'; r=zpao,dolske,jimm sr=rstrong a=blocking-beta7+
--HG--
rename : browser/components/privatebrowsing/test/unit/test_0-privatebrowsing.js => browser/components/privatebrowsing/test/unit/do_test_0-privatebrowsing.js
rename : browser/components/privatebrowsing/test/unit/test_0-privatebrowsing.js => browser/components/privatebrowsing/test/unit/test_0-privatebrowsingwrapper.js
|
2010-10-02 11:53:37 -04:00 |
|
Ehsan Akhgari
|
ff11ef48ac
|
Backed out changeset b08b684644a1 (bug 568816) because of Ts regression on Windows
|
2010-10-03 22:18:18 -04:00 |
|