Read-only Git mirror of the Mercurial gecko repositories at https://hg.mozilla.org. How to contribute: https://firefox-source-docs.mozilla.org/contributing/contribution_quickref.html
Go to file
joshua stein 0108b2b792 Bug 1580271: defer to xdg-open when opening files on OpenBSD r=gcp
g_app_info_get_default_for_type() will fail on OpenBSD's veiled
filesystem since we most likely don't have direct access to the binaries
that are registered as defaults for this type.  Fake it up by just
executing xdg-open via gio-launch-desktop (which we do have access to)
and letting it figure out which program to execute for this MIME type.

This has the side-effect of ignoring/losing MIME types associations
registered in firefox prefs only.

Differential Revision: https://phabricator.services.mozilla.com/D51388

--HG--
extra : moz-landing-system : lando
2019-11-07 17:08:57 +00:00
.cargo Backed out changeset cbec8a55a1bb (bug 1575008) for build bustages (Bof). CLOSED TREE 2019-11-05 23:22:40 +02:00
.vscode Bug 1583388 - Recommend the Firefox debugger VSCode plugin. r=jlast 2019-09-26 22:01:19 +00:00
accessible Bug 1593396: If the content of an embed or object element changes to be web content, recreate as an OuterDocAccessible. r=MarcoZ 2019-11-08 05:49:46 +00:00
browser Bug 1584839 - Move OpenBSD pledge promises to files r=gcp 2019-11-07 09:52:18 +00:00
build Bug 1593703 - disable clang based static-analysis for build-linux64-base-toolchains-clang/*. r=froydnj 2019-11-06 18:29:09 +00:00
caps Bug 1592701 - Remove usage of GetURI in nsGlobalWindowInner r=ckerschb 2019-11-07 13:42:37 +00:00
chrome Bug 1585156 - Remove useless inclusions of nsIDOMWindow.h and nsIDOMWindowUtils.h r=smaug 2019-09-30 22:06:47 +00:00
config Bug 1586100 - Only depend on js/src/export when it is available. r=dmajor 2019-11-06 13:16:40 +00:00
devtools Backed out changeset 22df7ed1b3c4 (bug 1593846) for causing debugger failures CLOSED TREE 2019-11-08 06:16:34 +02:00
docshell Bug 1594166 - Enable DocumentChannel for ftp, file and blob. r=nika 2019-11-07 19:01:43 +00:00
dom Bug 1580271: enhance sandbox on OpenBSD with unveil() r=gcp 2019-11-08 07:31:09 +00:00
editor Bug 1593920 - Clean up HTMLEditor::TabInTable() with taking WidgetKeyboardEvent* and returning EditActionResult r=m_kato 2019-11-07 02:59:51 +00:00
extensions Bug 1583142 - Remove third-party "persistent-storage" prompting support r=baku 2019-11-07 14:29:02 +00:00
gfx Bug 1580268: Sandbox GPU process on OpenBSD with pledge() r=gcp 2019-11-07 09:56:07 +00:00
gradle/wrapper
hal Bug 1585156 - Remove useless inclusions of nsIDOMWindow.h and nsIDOMWindowUtils.h r=smaug 2019-09-30 22:06:47 +00:00
image Backed out 5 changesets (bug 1552176) for causing multiple build bustages CLOSED TREE 2019-11-02 23:20:28 +02:00
intl Backed out changeset ec5a8a6a37d4 (bug 1594874) for causing Linux build bustages CLOSED TREE 2019-11-08 03:51:10 +02:00
ipc Bug 1581240 - Return a Promise from windowUtils.setCompositionRecording() r=nika 2019-11-07 22:34:25 +00:00
js Bug 1591145 - Remove Document.GetAnonymousElementByAttribute r=webidl,baku 2019-11-07 21:36:15 +00:00
layout Bug 1594843 - Clamp the maximum padding between decoration line segments and glyphs when applying text-decoration-skip-ink. r=dholbert 2019-11-07 22:01:58 +00:00
media Bug 1590151 - Update cubeb-coreaudio-rs to cd954ca. r=padenot 2019-11-07 16:41:44 +00:00
memory Bug 1594598 - Use uint8_t* to avoid a bunch of casts. r=glandium 2019-11-06 23:56:48 +00:00
mfbt Bug 1594267 - Make OutOfLinePoisoner::poison be MOZ_NEVER_INLINE r=froydnj 2019-11-06 14:10:15 +00:00
mobile Bug 1578942 - suspendTimeouts on inner window while GeckoSession is inactive; r=snorp,bzbarsky 2019-11-07 18:23:49 +00:00
modules Bug 1594907 - Fix some duplicate URL segments in firefox-source-docs, r=sylvestre 2019-11-07 23:07:20 +00:00
mozglue Backed out 3 changesets (bug 1572337, bug 1594015) for causing linting failures and build bustages CLOSED TREE 2019-11-07 16:37:00 +02:00
netwerk Backed out 3 changesets (bug 1572337, bug 1594015) for causing linting failures and build bustages CLOSED TREE 2019-11-07 16:37:00 +02:00
nsprpub Bug 1591887 - NSPR_4_24_BETA1. r=jcj 2019-10-28 18:35:18 +00:00
other-licenses Bug 1578489 - New Windows installer icon. r=agashlin 2019-09-23 22:00:43 +00:00
parser Bug 1593222: part 12) Rename "nsNodeUtils.*" to "MutationObservers.*". r=smaug 2019-11-06 09:08:06 +00:00
python Bug 1594907 - Fix some duplicate URL segments in firefox-source-docs, r=sylvestre 2019-11-07 23:07:20 +00:00
remote Bug 1594871 - Disable the racy sub-test. r=whimboo 2019-11-07 16:14:25 -05:00
security Bug 1575735 - Explicitly check key strength of TLS channel by setting authKeyBits earlier in SSL_AuthCertificate r=keeler 2019-11-07 22:13:43 +00:00
services Bug 1591312 - Revert to using BrowserID to generate OAuth tokens. r=markh 2019-11-08 06:28:54 +00:00
servo Bug 1593865 - Simplify code for keeping alive shared memory until all sheets go away. r=jwatt 2019-11-07 11:19:23 +00:00
startupcache Bug 1587112 - Make asserts in StartupCache::LoadArchive explicit r=njn 2019-10-22 03:15:18 +00:00
storage Bug 1576593 - P2 - Change the way for tunneling quota information to SQLite; r=janv 2019-10-25 12:02:10 +00:00
taskcluster Bug 1594907 - Fix some duplicate URL segments in firefox-source-docs, r=sylvestre 2019-11-07 23:07:20 +00:00
testing Bug 1588602: Remove this intermittent crash expectation since bug 1586593 has landed. r=jib 2019-11-07 23:02:38 +00:00
third_party Bug 1508320 - upgrade vendored psutil package to 5.6.3 r=ahal,gbrown 2019-11-07 22:04:45 +00:00
toolkit Bug 1580271: defer to xdg-open when opening files on OpenBSD r=gcp 2019-11-07 17:08:57 +00:00
tools Bug 1591312 - Revert to using BrowserID to generate OAuth tokens. r=markh 2019-11-08 06:28:54 +00:00
uriloader Backed out 5 changesets (bug 1552176) for causing multiple build bustages CLOSED TREE 2019-11-02 23:20:28 +02:00
view Bug 1519636 - Reformat recent changes to the Google coding style r=Ehsan 2019-10-06 18:29:55 +00:00
widget Bug 1589642 - Use gfxPlatformGtk instead of GDK_IS_X11_DISPLAY(gdk_display_get_default() to check current dispay type, r=jhorak 2019-11-07 14:28:55 +00:00
xpcom Bug 1594730 - fix silly bug for the background event target; r=KrisWright 2019-11-07 16:04:45 +00:00
xpfe/appshell Bug 1470510 - Rename nsXULWindow and nsIXULWindow to AppWindow and nsIAppWindow. r=smaug 2019-11-05 17:56:28 +00:00
.arcconfig
.clang-format
.clang-format-ignore Backed out changeset cbec8a55a1bb (bug 1575008) for build bustages (Bof). CLOSED TREE 2019-11-05 23:22:40 +02:00
.cron.yml Bug 1590150 - Turn off ESR60 cron jobs. r=tomprince 2019-10-22 21:21:49 +00:00
.eslintignore Bug 1589333 - Enable ESLint for all of devtools/client/shared/ (manual changes). r=Standard8,jdescottes 2019-11-04 18:05:14 +00:00
.eslintrc.js Bug 1593119 - Remove dom/xbl and the MOZ_XBL build option r=bzbarsky 2019-11-07 00:35:32 +00:00
.flake8 Bug 1520463 - Raptor python unit tests: add support for python 3 r=ahal 2019-10-21 20:26:15 +00:00
.gdbinit
.gdbinit_python
.git-blame-ignore-revs
.gitattributes
.gitignore
.hg-annotate-ignore-revs
.hg-format-source
.hgignore Bug 1575089 - Add a new Talos test that measures warm startup time with a number of real-world WebExtensions installed. r=rwood 2019-08-31 06:58:00 +00:00
.hgtags No bug - Tagging mozilla-central d42c22627c8dee9e9286fd5d7bbc3d02afbfad44 with FIREFOX_NIGHTLY_71_END a=release DONTBUILD CLOSED TREE 2019-10-21 17:57:42 +00:00
.lldbinit
.mailmap
.prettierignore
.prettierrc Bug 1578564 - Workaround a prettier warning so that we can run it on html/xhtml files. r=vporof 2019-09-04 06:59:03 +00:00
.taskcluster.yml Bug 1589706: [firefox-ci] Use AWS Provider-based decision worker; r=Callek 2019-10-24 00:54:12 +00:00
.trackerignore
.yamllint
.ycm_extra_conf.py
aclocal.m4
AUTHORS
build.gradle Bug 1580356 - Remove Fennec (Firefox for Android). r=snorp,mshal 2019-10-04 20:55:11 +00:00
Cargo.lock Bug 1590151 - Update Cargo.lock to fix broken SM builds. r=eijebong CLOSED TREE 2019-11-07 15:23:47 -05:00
Cargo.toml Backed out changeset cbec8a55a1bb (bug 1575008) for build bustages (Bof). CLOSED TREE 2019-11-05 23:22:40 +02:00
client.mk
client.py Bug 1559975 - fix python2 and python3 linter errors for client.py r=ahal 2019-09-11 21:06:34 +00:00
CLOBBER Bug 1583269 - Part 5: Updating ICU requires a clobber. r=jwalden 2019-10-19 01:40:06 +00:00
configure.in
configure.py
GNUmakefile
gradle.properties
gradlew
gradlew.bat
LEGAL
LICENSE
mach Bug 1592855 - run mach vendor python with python3 r=ahal 2019-11-05 15:29:44 +00:00
Makefile.in Bug 1540276: Migrate authenticode signing to autograph r=Callek,mshal 2019-09-30 13:57:32 +00:00
moz.build Bug 1580028 - Always merge PGO profile data in the run task; r=firefox-build-system-reviewers,chmanchester 2019-09-10 21:56:15 +00:00
moz.configure Backed out changeset ed90ca2fb5a8 (bug 1585370) for toolchain bustages. CLOSED TREE 2019-10-12 06:29:06 +03:00
mozilla-config.h.in
old-configure.in Bug 1593474 - Require NSPR 4.23 in old-configure.in r=kaie 2019-11-04 23:41:44 +00:00
package-lock.json
package.json
README.txt
settings.gradle Bug 1580356 - Remove Fennec (Firefox for Android). r=snorp,mshal 2019-10-04 20:55:11 +00:00
substitute-local-geckoview.gradle
test.mozbuild

An explanation of the Mozilla Source Code Directory Structure and links to
project pages with documentation can be found at:

    https://developer.mozilla.org/en/Mozilla_Source_Code_Directory_Structure

For information on how to build Mozilla from the source code, see:

    https://developer.mozilla.org/en/docs/Build_Documentation

To have your bug fix / feature added to Mozilla, you should create a patch and
submit it to Bugzilla (https://bugzilla.mozilla.org). Instructions are at:

    https://developer.mozilla.org/en/docs/Creating_a_patch
    https://developer.mozilla.org/en/docs/Getting_your_patch_in_the_tree

If you have a question about developing Mozilla, and can't find the solution
on https://developer.mozilla.org, you can try asking your question in a
mozilla.* Usenet group, or on IRC at irc.mozilla.org. [The Mozilla news groups
are accessible on Google Groups, or news.mozilla.org with a NNTP reader.]

Nightly development builds can be downloaded from:

    https://archive.mozilla.org/pub/firefox/nightly/latest-mozilla-central/
            - or -
    https://www.mozilla.org/firefox/channel/desktop/#nightly

Keep in mind that nightly builds, which are used by Mozilla developers for
testing, may be buggy.