Mike Hommey 
								
							 
						 
						
							
							
							
							
								
							
							
								77e457a86d 
								
							 
						 
						
							
							
								
								Bug 1141441 - Make the -remote option return an error code. r=bsmedberg  
							
							
							
						 
						
							2015-03-24 09:10:34 +09:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Nicholas Nethercote 
								
							 
						 
						
							
							
							
							
								
							
							
								c24a781566 
								
							 
						 
						
							
							
								
								Bug 1080302 (part 2) - Convert all mentions of -foo options to --foo options in comments, help messages and error messages. r=glandium.  
							
							
							
						 
						
							2014-10-23 17:35:27 -07:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Mike Hommey 
								
							 
						 
						
							
							
							
							
								
							
							
								740cec5575 
								
							 
						 
						
							
							
								
								Bug 1080319 - Remove the -remote option. r=bsmedberg  
							
							... 
							
							
							
							The -remote option has existed essentially forever, but its usefulness is
questionable:
- It requires a running instance to be any useful, so any script actually
  using it should first do -remote 'ping()' and handle the response properly.
- It is not cross-application. The remote service dispatches the -remote
  commands to the command line handler, and, for example, desktop b2g builds
  don't have handlers for -remote (although thunderbird and seamonkey do).
- It is not a cross-platform option, which leads to the following point:
- There are other command line ways to do the same thing (at least in
  Firefox), without having to jump through hoops with -remote 'ping()',
  because there are command line options to do those same things on non-X11
  platforms.
For the latter, in Firefox case:
- -remote 'openURL(url)' can be replaced with firefox url
- -remote 'openURL(url,new-tab)' can be replaced with firefox -new-tab url
- -remote 'openURL(url,new-window)' can be replaced with firefox -new-window
  url
- -remote 'openfile(file,...)' is the same as -remote 'openurl(file,...) so,
  can be replaced as above
- -remote 'xfedocommand(openbrowser)' is inherited from the mozilla suite and
   doesn't make much sense, but can be replaced with firefox -new-window
The interesting part is that without changing nsBrowserContentHandler.js,
-remote still works, meaning that if people really feel strongly about
-remote, they'll still be able to write an addon to bring it back. This also
means this patch actually doesn't remove -remote for applications other than
Firefox that do support it, although -remote 'ping()' doesn't work as
expected. However, other -remote commands will now work even without a
running instance. 
							
						 
						
							2014-10-14 07:19:52 +09:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Birunthan Mohanathas 
								
							 
						 
						
							
							
							
							
								
							
							
								63531ea0d2 
								
							 
						 
						
							
							
								
								Bug 1048622 - Fix 'assignment to undefined variable' warnings in nsBrowserContentHandler.js. r=gavin  
							
							
							
						 
						
							2014-08-05 06:47:17 -07:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Ryan Freebern 
								
							 
						 
						
							
							
							
							
								
							
							
								9efcccd4c7 
								
							 
						 
						
							
							
								
								Bug 1030779 - Add -private-window to command-line help output. r=jdm  
							
							
							
						 
						
							2014-07-02 10:58:00 -04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Birunthan Mohanathas 
								
							 
						 
						
							
							
							
							
								
							
							
								abe8351274 
								
							 
						 
						
							
							
								
								Bug 960600 - Allow an optional URL to be specified with -private-window. r=ehsan  
							
							
							
						 
						
							2014-01-17 07:29:00 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Christian Legnitto 
								
							 
						 
						
							
							
							
							
								
							
							
								a7ce12665b 
								
							 
						 
						
							
							
								
								Bug 935377 - Firefox should fix common scheme typos, r=dolske  
							
							
							
						 
						
							2014-01-12 12:02:27 -08:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Gavin Sharp 
								
							 
						 
						
							
							
							
							
								
							
							
								b814783cbf 
								
							 
						 
						
							
							
								
								Bug 957902: back out changeset aeef01e3a52a (bug 950405), disabling the temporary whatsnew page for en-US Nightly users  
							
							
							
						 
						
							2014-01-08 19:01:29 -08:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Gavin Sharp 
								
							 
						 
						
							
							
							
							
								
							
							
								c471ec25c8 
								
							 
						 
						
							
							
								
								Bug 950405: add a temporary whatsnew page on Nightly for Australis survey, r=Unfocused  
							
							
							
						 
						
							2013-12-14 16:10:52 -08:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Steven MacLeod 
								
							 
						 
						
							
							
							
							
								
							
							
								dc5f6ef696 
								
							 
						 
						
							
							
								
								Bug 918024 - Remove the synchronous fallback for reading in Session Store initialization. r=Yoric, f=ttaubert  
							
							
							
						 
						
							2013-11-19 14:57:46 -05:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Tim Taubert 
								
							 
						 
						
							
							
							
							
								
							
							
								43df2515e7 
								
							 
						 
						
							
							
								
								Bug 754344 - Make in-content prefs navigation look like about:addons r=jaws  
							
							... 
							
							
							
							From 8e5ce19d039052d06c099a87c2c315353bc589cf Mon Sep 17 00:00:00 2001 
							
						 
						
							2013-11-05 13:21:28 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Gavin Sharp 
								
							 
						 
						
							
							
							
							
								
							
							
								c1bc4b958c 
								
							 
						 
						
							
							
								
								Bug 703377: remove now-unused pref override functionality, r=dolske  
							
							... 
							
							
							
							--HG--
extra : transplant_source : %C1%B65%07%B60XS%AB%DD%EF7Hx%A5%8Cz%11%04%97 
							
						 
						
							2011-11-17 13:41:04 -08:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Dão Gottwald 
								
							 
						 
						
							
							
							
							
								
							
							
								50d99510cf 
								
							 
						 
						
							
							
								
								Backed out changeset f029edccac09  
							
							
							
						 
						
							2013-03-18 16:46:17 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Josh Matthews 
								
							 
						 
						
							
							
							
							
								
							
							
								1a96454dca 
								
							 
						 
						
							
							
								
								Bug 847971 - Make openURL select recent windows that match the current privacy state. r=dolske  
							
							... 
							
							
							
							--HG--
rename : browser/modules/RecentWindow.jsm => toolkit/modules/RecentWindow.jsm 
							
						 
						
							2013-03-14 17:41:52 -04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Josh Matthews 
								
							 
						 
						
							
							
							
							
								
							
							
								4dbd55e435 
								
							 
						 
						
							
							
								
								Bug 843247 - Allow external links to be opened in private windows in perma-private mode. r=ehsan  
							
							
							
						 
						
							2013-02-26 18:15:57 -05:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Ehsan Akhgari 
								
							 
						 
						
							
							
							
							
								
							
							
								565d0479c3 
								
							 
						 
						
							
							
								
								Bug 817477 - Remove support for global private browsing mode; r=jdm,glandium  
							
							... 
							
							
							
							--HG--
rename : browser/app/profile/extensions/testpilot@labs.mozilla.com/modules/setup.js.in => browser/app/profile/extensions/testpilot@labs.mozilla.com/modules/setup.js
rename : browser/app/profile/extensions/testpilot@labs.mozilla.com/modules/tasks.js.in => browser/app/profile/extensions/testpilot@labs.mozilla.com/modules/tasks.js 
							
						 
						
							2013-01-29 13:12:13 -05:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Ehsan Akhgari 
								
							 
						 
						
							
							
							
							
								
							
							
								b308923d95 
								
							 
						 
						
							
							
								
								Bug 830652 - Consume the -private-window command line argument in per-window PB builds; r=dolske  
							
							
							
						 
						
							2013-01-15 20:27:27 -05:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Ehsan Akhgari 
								
							 
						 
						
							
							
							
							
								
							
							
								5562b4e463 
								
							 
						 
						
							
							
								
								Backed out changeset d9bff5217809 (bug 830652) on the suspicion that it has broken Marionette  
							
							
							
						 
						
							2013-01-15 19:30:18 -05:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Ehsan Akhgari 
								
							 
						 
						
							
							
							
							
								
							
							
								8db189e696 
								
							 
						 
						
							
							
								
								Bug 830652 - Consume the -private-window command line argument in per-window PB builds; r=dolske  
							
							
							
						 
						
							2013-01-15 18:40:16 -05:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Ehsan Akhgari 
								
							 
						 
						
							
							
							
							
								
							
							
								8ab3c4794c 
								
							 
						 
						
							
							
								
								Bug 829180 - Never open externally opened links in a private window; r=gavin  
							
							
							
						 
						
							2013-01-10 23:25:56 -05:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Andres Hernandez 
								
							 
						 
						
							
							
							
							
								
							
							
								f67282a3de 
								
							 
						 
						
							
							
								
								Bug 722993 - WindowsJumpLists.jsm uses global Private Browsing state to make decisions; f=jdm, r=ehsan  
							
							
							
						 
						
							2012-11-20 19:31:35 -06:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Ehsan Akhgari 
								
							 
						 
						
							
							
							
							
								
							
							
								1decd83639 
								
							 
						 
						
							
							
								
								Bug 802274 - Part 2: Show about:privatebrowsing when starting Firefox with the -private flag in both global and per-window private browsing mode; r=jdm,gavin  
							
							
							
						 
						
							2012-11-12 12:26:53 -05:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Kyle Huey 
								
							 
						 
						
							
							
							
							
								
							
							
								0469a02b25 
								
							 
						 
						
							
							
								
								Bug 798491: Add an option to stick all chrome JSMs/JS components in the same compartment. r=mrbkap,philikon  
							
							... 
							
							
							
							--HG--
extra : rebase_source : 98337b6a8c07d05e8c961a452dd05a7d75c3c60b 
							
						 
						
							2012-10-31 09:13:28 -07:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Vicamo Yang 
								
							 
						 
						
							
							
							
							
								
							
							
								a78b5b38c7 
								
							 
						 
						
							
							
								
								Backout 67cb43bb8865: Breaks B2G Marionette  
							
							
							
						 
						
							2012-10-31 16:35:11 +08:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Kyle Huey 
								
							 
						 
						
							
							
							
							
								
							
							
								9a3674d80a 
								
							 
						 
						
							
							
								
								Bug 798491: Add an option to stick all chrome JSMs/JS components in the same compartment. r=mrbkap,philikon  
							
							
							
						 
						
							2012-10-30 12:28:11 -07:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Ed Morley 
								
							 
						 
						
							
							
							
							
								
							
							
								4144129728 
								
							 
						 
						
							
							
								
								Backout a145ded68994, e0cf397089ec & 1545e91c658e (bug 798491) for bustage on a CLOSED TREE  
							
							
							
						 
						
							2012-10-30 17:02:31 +00:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Kyle Huey 
								
							 
						 
						
							
							
							
							
								
							
							
								50b5d3f681 
								
							 
						 
						
							
							
								
								Bug 798491: Add an option to stick all chrome JSMs/JS components in the same compartment. r=mrbkap,philikon  
							
							
							
						 
						
							2012-10-30 08:26:12 -07:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Marco Bonardo 
								
							 
						 
						
							
							
							
							
								
							
							
								7aeb35d403 
								
							 
						 
						
							
							
								
								Bug 749477 - Stop abusing about:home localStorage from browser code.  
							
							... 
							
							
							
							r=fryn 
							
						 
						
							2012-09-12 12:02:03 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Marco Bonardo 
								
							 
						 
						
							
							
							
							
								
							
							
								db05fdca4d 
								
							 
						 
						
							
							
								
								Backout a933e3c0ec0f (bug 749477) for causing a new random failure in m-oth  
							
							
							
						 
						
							2012-09-12 21:26:38 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Marco Bonardo 
								
							 
						 
						
							
							
							
							
								
							
							
								0c661928eb 
								
							 
						 
						
							
							
								
								Bug 749477 - Stop abusing about:home localStorage from browser code.  
							
							... 
							
							
							
							r=fryn 
							
						 
						
							2012-09-12 12:02:03 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Jonas Sicking 
								
							 
						 
						
							
							
							
							
								
							
							
								abf244acdd 
								
							 
						 
						
							
							
								
								Bug 774585: Fix browser code and tests to be aware of app principals. r=mounir  
							
							
							
						 
						
							2012-07-21 00:29:40 -07:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Justin Dolske 
								
							 
						 
						
							
							
							
							
								
							
							
								4a375890b9 
								
							 
						 
						
							
							
								
								Bug 731926 - Refactor init/shutdown functions in browser.js (rename some functions). r=gavin  
							
							
							
						 
						
							2012-06-15 12:09:48 -07:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Alice0775 White 
								
							 
						 
						
							
							
							
							
								
							
							
								bb09f3deb8 
								
							 
						 
						
							
							
								
								Bug 682944 - Prevent snippets with iframes from breaking about:home. r=gavin  
							
							
							
						 
						
							2012-06-13 15:44:28 -07:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Gervase Markham 
								
							 
						 
						
							
							
							
							
								
							
							
								82ff7027aa 
								
							 
						 
						
							
							
								
								Bug 716478 - update licence to MPL 2.  
							
							
							
						 
						
							2012-05-21 12:12:37 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Tim Taubert 
								
							 
						 
						
							
							
							
							
								
							
							
								293158a1a7 
								
							 
						 
						
							
							
								
								Backed out changeset 7a5807d68ddc (bug 682944)  
							
							
							
						 
						
							2012-05-15 08:17:05 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Frank Yan 
								
							 
						 
						
							
							
							
							
								
							
							
								e4f485a6a8 
								
							 
						 
						
							
							
								
								Bug 682944 - Prevent snippets with iframes from breaking about:home. r=gavin  
							
							
							
						 
						
							2012-04-24 13:43:38 -04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Devan Sayles 
								
							 
						 
						
							
							
							
							
								
							
							
								1588bcb0ed 
								
							 
						 
						
							
							
								
								Bug 735471 - Add a pref to switch between window'd preferences and in-content preferences. r=jaws,bmcbride  
							
							
							
						 
						
							2012-05-08 19:31:51 -07:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Gavin Sharp 
								
							 
						 
						
							
							
							
							
								
							
							
								46e59eb863 
								
							 
						 
						
							
							
								
								Bug 739793: add old version to post-update whatsnew URL to allow differentiating various upgrade scenarios, r=mak  
							
							... 
							
							
							
							--HG--
extra : transplant_source : %94%F1O%DEK%D0n%F3%F5%07%7D%20%C7%E2%C6%3C%922%01%DB 
							
						 
						
							2012-03-28 09:56:56 -07:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Robert Strong 
								
							 
						 
						
							
							
							
							
								
							
							
								885df8ebbc 
								
							 
						 
						
							
							
								
								Bug 491947 - Disable DDE shell integration. r=jmathies  
							
							
							
						 
						
							2012-03-26 12:45:29 -07:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Frank Yan 
								
							 
						 
						
							
							
							
							
								
							
							
								ad5dbd581e 
								
							 
						 
						
							
							
								
								Bug 711157 - about:home Visual Refresh & Launcher. r=mak ui-r=shorlander  
							
							... 
							
							
							
							--HG--
rename : browser/base/content/aboutHome.css => browser/base/content/abouthome/aboutHome.css
rename : browser/base/content/aboutHome.js => browser/base/content/abouthome/aboutHome.js
rename : browser/base/content/aboutHome.xhtml => browser/base/content/abouthome/aboutHome.xhtml
rename : browser/base/content/aboutHome-snippet1.png => browser/base/content/abouthome/snippet1.png
rename : browser/base/content/aboutHome-snippet2.png => browser/base/content/abouthome/snippet2.png 
							
						 
						
							2012-03-14 16:10:12 -07:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Dão Gottwald 
								
							 
						 
						
							
							
							
							
								
							
							
								cd6c2a6c1b 
								
							 
						 
						
							
							
								
								Bug 728932 - needHomepageOverride should use nsIXULAppInfo::platformVersion instead of nsIHttpProtocolHandler::misc. r=gavin  
							
							
							
						 
						
							2012-02-21 04:26:51 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Margaret Leibovic 
								
							 
						 
						
							
							
							
							
								
							
							
								b35b1a3a59 
								
							 
						 
						
							
							
								
								Bug 691524 - Remove support for browser.startup.page == 2 and deprecate lastPageVisited. r=mak, sr=gavin  
							
							
							
						 
						
							2011-10-03 15:57:19 -07:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Margaret Leibovic 
								
							 
						 
						
							
							
							
							
								
							
							
								90fa56aa26 
								
							 
						 
						
							
							
								
								Bug 691579 - Get rid of broken multiple homepage code in startPage() r=gavin  
							
							
							
						 
						
							2011-10-03 16:28:13 -07:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									arno renevier 
								
							 
						 
						
							
							
							
							
								
							
							
								94dd98221c 
								
							 
						 
						
							
							
								
								Bug 665003 - browser/components/nsBrowserContentHandler.js contains unecessary const; r=gavin  
							
							... 
							
							
							
							--HG--
extra : rebase_source : 7415b9de1233a34f8c7197ed9be8f5003c50586c 
							
						 
						
							2011-06-17 22:36:46 +02:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Pascal Chevrel 
								
							 
						 
						
							
							
							
							
								
							
							
								bc6d7f94b5 
								
							 
						 
						
							
							
								
								Bug 619069 - Command line options --new-tab and --new-window not documented; r=gavin.sharp  
							
							
							
						 
						
							2011-01-14 07:33:00 -05:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Ehsan Akhgari 
								
							 
						 
						
							
							
							
							
								
							
							
								cccdef8b2f 
								
							 
						 
						
							
							
								
								Backout the latest cedar merge wholesale until I test the correctness of the merge locally.  This commit takes the tree state back to changeset 8d3f6093c425 (the last known good changeset before the merge)  
							
							
							
						 
						
							2011-04-01 12:23:48 -04:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Pascal Chevrel 
								
							 
						 
						
							
							
							
							
								
							
							
								d6ea08bcf8 
								
							 
						 
						
							
							
								
								Bug 619069 - Command line options --new-tab and --new-window not documented; r=gavin.sharp  
							
							
							
						 
						
							2011-01-14 07:33:00 -05:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Marco Bonardo 
								
							 
						 
						
							
							
							
							
								
							
							
								e129297652 
								
							 
						 
						
							
							
								
								Bug 603674 - User-modifiable preference for base URL of snippets service in about:home.  
							
							... 
							
							
							
							r=gavin a=blocking 
							
						 
						
							2010-11-08 15:03:42 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Ehsan Akhgari 
								
							 
						 
						
							
							
							
							
								
							
							
								7bb26ec0ad 
								
							 
						 
						
							
							
								
								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 
								
							 
						 
						
							
							
							
							
								
							
							
								667aa064de 
								
							 
						 
						
							
							
								
								Backed out changeset b08b684644a1 (bug 568816) because of Ts regression on Windows  
							
							
							
						 
						
							2010-10-03 22:18:18 -04:00