Raymond Lee
|
c0cb58bdc8
|
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
|
025f49633e
|
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
|
82ff7027aa
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
Ehsan Akhgari
|
3b3d834fe2
|
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
|
c3b59eb94a
|
Bug 739213 - Kill AddPageWithDetails. r=mak
|
2012-05-14 20:42:29 +02:00 |
Raymond Lee
|
0913ad8c54
|
Bug 730840 - Use getBrowserURL() in Firefox tests to ease porting them. r=dao
|
2012-04-27 09:44:53 +08:00 |
Paolo Amadini
|
17462c6890
|
Bug 695829 - Add telemetry metrics for private browsing transitions. r=ehsan
--HG--
rename : browser/components/privatebrowsing/test/unit/test_privatebrowsing_autostart.js => browser/components/privatebrowsing/test/unit/test_privatebrowsing_telemetry.js
rename : browser/components/privatebrowsing/test/unit/test_privatebrowsingwrapper_autostart.js => browser/components/privatebrowsing/test/unit/test_privatebrowsingwrapper_telemetry.js
|
2012-04-27 15:05:20 +02:00 |
Myk Melez
|
2eea1475c4
|
bug 725408 - implement WebappRT launcher/shell; r=bsmedberg
|
2012-04-17 07:11:53 -07:00 |
Ehsan Akhgari
|
ede99c49ab
|
Test case for bug 725210; r=jdm
|
2012-04-03 15:16:16 -04:00 |
Ehsan Akhgari
|
178893c1ce
|
Bug 723353 - Add browser.js APIs for per-window Private Browsing; r=gavin,jdm
|
2012-03-22 22:02:00 -04:00 |
Josh Matthews
|
7a27e393c7
|
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
|
5fc1550e78
|
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
|
8c5fdd1d03
|
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
|
45fca45fdd
|
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
|
9c7dfb9706
|
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
|
59ca1ede30
|
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
|
c6b2a1ff71
|
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
|
63f4e22c89
|
Bug 715582 - Send quit-application in browser/components/privatebrowsing/test/unit. r=mak.
|
2012-01-05 16:39:24 -05:00 |
Cameron McCormack
|
53cc0ba3ac
|
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
|
1a1f7b30ae
|
Bug 698248 - Remove unused FORCE_USE_PIC variable; r=khuey
|
2011-11-01 15:45:23 -07:00 |
Gavin Sharp
|
16b4f42b4e
|
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
|
d2b70213ac
|
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
|
8ad28d0ee6
|
Bug 680550 - Handle removeAllPages more sanely in tests.
r=dietrich
|
2011-08-23 14:34:15 +02:00 |
arno renevier
|
24449bb83a
|
Bug 680883 - unneeded nsIPluginHost QueryInterface in sanitize.js and nsPrivateBrowsingService.js; r=ehsan
|
2011-08-22 14:29:20 -04:00 |
Matheus Kerschbaum
|
df5d3eff0b
|
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
|
61f4f29417
|
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
|
bc8b9fe0a4
|
Bug 611568: Move File > Import to the Library. ui-r=faaborg, r=dao
|
2011-06-27 21:32:53 +02:00 |
Dão Gottwald
|
e0abfe934e
|
Bug 658738 - remove event listeners in browser chrome tests
|
2011-06-07 16:45:26 +02:00 |
Joel Maher
|
193c66083d
|
Bug 616999. Xpcshell manifest support; manifest files. r=ted, a=test-only
|
2011-05-20 11:54:01 -04:00 |
Dão Gottwald
|
9291640652
|
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
|
1b9d968e1c
|
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
|
1a4dc821ff
|
Bug 645086 - Stop using [deprecated] Storage methods (nsPrivateBrowsingService.js)
r=ehsan
|
2011-03-31 10:19:31 -07:00 |
Ehsan Akhgari
|
686298d11f
|
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
|
03ff4aff40
|
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
|
ce4d2779cf
|
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
|
ef16112f6e
|
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
|
a4c8b00d12
|
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
|
f3ec2013d1
|
Bug 587925 - Increase the test timeout; a=orange-fix DONTBUILD
|
2010-12-07 12:39:54 -05:00 |
Ehsan Akhgari
|
d45c12ebf9
|
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
|
3a68c61c57
|
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
|
c2619a6c84
|
Backed out changeset 364409371144 because of the orange
|
2010-11-18 18:35:04 -05:00 |
Ehsan Akhgari
|
5cf93bd0f3
|
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
|
b0591e0b6d
|
Bug 611089 - The private browsing service can leak windows; r=gavin a=blocking-betaN+
|
2010-11-10 15:22:39 -05:00 |
Bill Gianopoulos
|
d47a146d9a
|
Bug 585370 - Remove uses of appMenuButton.label. r=dao a=NPOTB
|
2010-11-07 13:55:14 +01:00 |
Ehsan Akhgari
|
dfa311df81
|
Backed out changeset 119ed9cbd3c6 because of browser-chrome orange
|
2010-11-04 18:20:42 -04:00 |
Ehsan Akhgari
|
94296c5dc6
|
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
|
30d74d6e09
|
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
|
fcdfc79255
|
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
|
d75c9cfc94
|
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
|
ff528d3b27
|
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 |