gecko/mobile/android
Mike Hommey eeff387869 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
..
app Bug 1072417 - Remove the browser.tabs.remote pref and turn everything it controls on by default. r=felipe 2014-09-29 16:11:08 -05:00
base Bug 1081606: Don't call toArray with zero-size arrays. r=rnewman 2014-10-12 02:52:38 +01:00
branding Backout bug 1053252, no need for different package name (r=backout) 2014-09-10 16:06:10 +01:00
chrome Bug 1071831 - Pause media playback when launching external app. r=wesj 2014-10-09 18:30:22 +02:00
components Bug 1074505 - Use a distinct error message for blocked downloads. r=wesj 2014-10-08 11:21:02 -07:00
config Bug 1058565 - Update sccache to 7c87f05. r=mshal 2014-08-29 03:28:09 +09:00
extensions
fonts Bug 1063868 - Allow exclusion of fonts from constrained APKs. r=nalexander 2014-09-09 11:57:55 -07:00
geckoview_library Bug 1040945 - Part 1: Install Android native libraries directly into lib/ANDROID_CPU_ARCH. r=glandium 2014-09-04 20:11:09 -07:00
installer Bug 1080319 - Remove the -remote option. r=bsmedberg 2014-10-14 07:19:52 +09:00
locales Bug 1074505 - Use a distinct error message for blocked downloads. r=wesj 2014-10-08 11:21:02 -07:00
modules bug 1074026: ensure APK package name exists; uninstall app correctly; r=wesj 2014-10-11 18:32:27 -07:00
search Bug 1081397: Finalise large numbers of fields. r=rnewman 2014-10-11 00:17:01 +01:00
services Bug 1044794 - Part 2: disable Sync share handler when share overlay is enabled. r=rnewman,nalexander 2014-08-24 17:02:35 -07:00
stumbler Bug 1081597: Refactor some branches. r=rnewman 2014-10-12 01:41:42 +01:00
tests Bug 1076438 - Add tracking ID to SuggestedSites API. r=lucasr 2014-10-02 09:48:50 -07:00
themes/core Bug 1079565 - Removed prefix from -moz-calc usage in /mobile. r=margarete 2014-10-09 09:53:00 +02:00
thirdparty Bug 1081209 - Integrate dspec on non-official builds (r=nalexander) 2014-10-10 18:32:24 +01:00
app.mozbuild Bug 1063414 - Make DIRS relative to the file they were added from. r=gps 2014-10-02 09:14:07 +09:00
build.mk
confvars.sh Bug 1081249 - Enable search activity on all channels. r=rnewman 2014-10-10 14:50:36 -04:00
debug_sign_tool.py
defs.mk
LICENSE
Makefile.in
moz.build Bug 1062221 - Change how DIRS and TEST_DIRS are handled. r=gps 2014-10-02 09:14:07 +09:00