Tooru Fujisawa
098dfb76f1
Bug 1207491 - Part 8: Remove use of expression closure from browser/components/nsBrowserContentHandler.js. r=Gijs
...
--HG--
extra : commitid : 5CX2WdhD19B
extra : rebase_source : 133660c5783223baba434fa6261f9894799d8201
2015-09-23 18:36:21 +09:00
Jared Wein
70099b93ec
Bug 1140495 - Remove support for windowed preferences. r=ttaubert
...
--HG--
extra : rebase_source : 2b29244f4813593171b436f551735dfcc13d6474
2015-09-02 12:12:55 -04:00
Jared Wein
9c7a1d51ad
Bug 1177246 - Implement metrics for OS search query parsing. r=gfritzsche
...
--HG--
extra : rebase_source : d177d42711a5058e9051903f1687efcb8115af03
2015-08-26 13:28:13 -04:00
Florian Quèze
3b370060f6
Bug 1177443 - Add 'system' purpose for searches coming from outside Firefox, r=MattN.
2015-08-12 16:57:43 +02:00
Jared Wein
0a490a2395
Bug 1185012 - followup, update the URL used for the first-run-on-windows10 page. r=MattN
2015-07-21 22:47:32 -04:00
Jared Wein
9bb07216b6
Bug 1185012 - Display a message to a Firefox user the first time they open Firefox in Windows 10. r=MattN
2015-07-17 18:02:05 -04:00
Justin Dolske
d78e47a8b5
Bug 1184737 - Windows 10 search rewrite should handle more results. r=jaws
2015-07-17 13:24:25 -07:00
Justin Dolske
9ddcd2a3b5
Bug 1182308 - Windows 10 search rewrite should handle more Bing domains. r=jaws
2015-07-16 17:29:32 -07:00
Justin Dolske
a434b7a0a4
Bug 1177237 - Implement OS query parsing and user search choice. r=jaws
2015-07-06 18:11:05 -07:00
Gijs Kruitbosch
f23ad95097
Bug 1175653 - followup: fix Set instantiation to fix mulet bustage, rs=bustage
...
--HG--
extra : commitid : 40qFzXJzTIu
extra : rebase_source : 2bc619775e09f0e28dc13bf8229f7a3b7b1032c5
2015-07-03 17:16:19 +01:00
Gijs Kruitbosch
4eb74802e9
Bug 1175653 - followup review comments: remove URI_INHERITS_SECURITY_CONTEXT check, r=dveditz
...
--HG--
extra : commitid : 4wWlgYZR4SJ
2015-07-03 16:00:21 +01:00
Gijs Kruitbosch
ac56089194
Bug 1175653 - only allow local schemes for the chrome commandline flag, r=dveditz
...
--HG--
extra : commitid : 32wP3sFeiCW
extra : rebase_source : b7ee68a92f7893c94dc03e10b95be6b7962f2cec
extra : amend_source : 69dcc12d37343969821b8e52436482810fbe91ea
2015-06-25 13:25:56 -07:00
Gijs Kruitbosch
7fcc460681
Bug 1165321 - focus existing window if Firefox is already open in tablet mode, r=jaws
...
--HG--
extra : commitid : E96QcAy8k5s
extra : rebase_source : b79523b4d46f8b4a91015bab28226f3bae014794
2015-06-19 16:52:44 +01:00
Masatoshi Kimura
734970163c
Bug 1172724 - Use the "openas" verb to select the default HTTP handler on Windows 10. r=jaws, jimm
2015-06-19 08:16:52 +09:00
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