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
Перейти к файлу
Petru Lingurar 4b11eb4490 Bug 1480421 - Crash reporter not working prior to Android O r=jchen
Summary:
When running on pre Oreo devices CrashReportingService (a JobIntentService)
is started as a regular Service.
Return super.onStartCommand(..) to make sure onHandleWork() would be caled.

Reviewers: sdaswani, VladBaicu, jchen

Reviewed By: jchen

Bug #: 1480421

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

--HG--
extra : rebase_source : 78d83fca65b000a10e2f8b522c8ee57cd364a829
extra : histedit_source : 71a48d23421fec60ded4c0c45c8cafb8927196ab
2018-08-11 11:52:17 +03:00
.cargo
.vscode
accessible Bug 1481924 - added GevkoView accessibility tests for scrolling. r=eeejay, jchen 2018-08-10 13:13:35 -04:00
browser Bug 1481754 - Use inheritance for menu fonts. r=mstriemer 2018-08-09 09:38:19 +02:00
build Bug 1481693 - Teach node.configure to prefer .mozbuild node to PATH, r=gps 2018-08-10 19:57:59 -07:00
caps Bug 1446940 part 5. Stop getting docshells from windows via getInterface in dom/editor/etc code. r=kmag 2018-08-01 13:07:11 -04:00
chrome Backed out changeset 85fd8d212397 (bug 1479544) for windows build bustages CLOSED TREE 2018-08-03 19:24:41 +03:00
config Bug 1474028 - Add a way to exclude libraries from the default build. r=ted 2018-08-10 12:07:29 -07:00
db
devtools Bug 1482406 - Update Debugger Frontend v81. r=dwalsh 2018-08-10 23:30:16 -04:00
docshell Bug 1480641 - Remove nsITextScroll; r=nika 2018-08-07 17:28:16 -07:00
dom Backed out changeset 485fdf8e37e8 (bug 1453153) for clipboard failures on test_findbar.xul CLOSED TREE 2018-08-11 03:21:43 +03:00
editor Bug 1478604 - Fix RepaintSelectionRunner so that it does something for non-presShell impls. r=masayuki 2018-08-07 12:55:21 +00:00
embedding
extensions Bug 1479857 - Use pref for Autoconfig on release, off by default r=kmag 2018-08-09 14:57:42 +00:00
gfx Bug 1482109 - Fix unified build related issues. r=rhunt 2018-08-10 17:15:23 +02:00
gradle/wrapper
hal Bug 1480177 Lowercase includes to fix MinGW Build Errors r=froydnj 2018-07-30 22:43:24 -05:00
image Bug 1474900: Assert there are no pending locks when destroying the image proxy. r=tnikkel 2018-08-07 12:54:15 +02:00
intl Bug 1482002 - add nsCaseInsensitiveStringComparator default constructor r=bz 2018-08-09 14:37:30 +10:00
ipc Bug 1480131 - AntiTrackingCommon::IsFirstPartyStorageAccessGrantFor() should not grant permission to sub-sub-iframe channels; r=ehsan 2018-08-10 14:59:33 -04:00
js Bug 1481247: Don't compare pointers twice in MacroAssembler::compareStrings. r=tcampbell 2018-08-10 05:43:44 -07:00
layout Merge inbound to mozilla-central. a=merge 2018-08-10 12:17:09 +03:00
media Merge mozilla-central to autoland. a=merge CLOSED TREE 2018-08-07 01:11:21 +03:00
memory Bug 1482330 - Upgrade to Android NDK r17b and API level 16 (JB). r=snorp 2018-08-11 09:47:41 +09:00
mfbt Bug 1481005 - Explicitly delete dtor of AlignmentFinder::Alinger to avoid MSVC warning breaking debug builds. r=froydnj 2018-08-07 17:58:39 +00:00
mobile Bug 1480421 - Crash reporter not working prior to Android O r=jchen 2018-08-11 11:52:17 +03:00
modules Backed out changeset 485fdf8e37e8 (bug 1453153) for clipboard failures on test_findbar.xul CLOSED TREE 2018-08-11 03:21:43 +03:00
mozglue Bug 1481719 - Disable profile-instr-out-of-date warnings explicitly rather than allowing all warnings where they appear. r=dmajor 2018-08-09 06:07:33 +09:00
netwerk Bug 1480131 - AntiTrackingCommon::IsFirstPartyStorageAccessGrantFor() should not grant permission to sub-sub-iframe channels; r=ehsan 2018-08-10 14:59:33 -04:00
nsprpub
other-licenses
parser Bug 1369941: Replace single integers N in fuzzy() and fuzzy-if() with 0-N ranges. r=dholbert 2018-08-09 20:10:21 +00:00
python Bug 1481693 - Implement no_system_changes for moz_bootstrap, r=gps 2018-08-10 19:58:03 -07:00
security Bug 1470914 - land NSS 01d970fe9048 UPGRADE_NSS_RELEASE, r=me 2018-08-10 10:13:05 +02:00
services Merge inbound to mozilla-central. a=merge 2018-08-09 13:02:05 +03:00
servo Bug 1481866: Swap order of values in 'overflow' shorthand property. r=emilio 2018-08-10 02:20:53 +00:00
startupcache
storage Backed out changeset 1e9ecba54e7b (bug 1348273) for failing on widget/tests/test_bug1123480.xul 2018-08-04 12:39:40 +03:00
taskcluster Merge mozilla-central to mozilla-inbound. a=merge CLOSED TREE 2018-08-11 01:01:18 +03:00
testing Backed out changeset 485fdf8e37e8 (bug 1453153) for clipboard failures on test_findbar.xul CLOSED TREE 2018-08-11 03:21:43 +03:00
third_party Bug 1482043 - Avoid starting the benchmark twice with the same client. r=jmaher 2018-08-10 03:26:18 +00:00
toolkit Bug 1481754 - Use inheritance for menu fonts. r=mstriemer 2018-08-09 09:38:19 +02:00
tools Bug 1456078 - Upgrade ESLint to version 5.3.0, and eslint-plugin-html to 4.0.5. r=mossop 2018-08-07 14:46:19 +00:00
uriloader Bug 1446940 part 5. Stop getting docshells from windows via getInterface in dom/editor/etc code. r=kmag 2018-08-01 13:07:11 -04:00
view
widget Bug 1482109 - Use the generic memory pressure observer in PuppetWidget. r=sotaro 2018-08-10 17:15:18 +02:00
xpcom Bug 1399789 - nsSubstringSplitter/nsCSubstringSplitter is not defined anymore; r=erahm 2018-08-09 14:18:22 +02:00
xpfe/appshell Bug 1479570. Get Add a getter to get a docshell from nsIWindowlessBrowser. r=kmag 2018-08-03 00:05:07 +00:00
.arcconfig
.clang-format
.clang-format-ignore
.cron.yml
.eslintignore
.eslintrc.js
.flake8
.gdbinit
.gdbinit_python
.gitignore
.hgignore
.hgtags
.lldbinit Bug 1481555: Use lldb's python API to summarise nsAtoms. r=froydnj 2018-08-08 15:11:22 +00:00
.mailmap
.taskcluster.yml
.yamllint
.ycm_extra_conf.py
AUTHORS
CLOBBER Bug 1433158 followup: touch CLOBBER file to avoid bustage from libvpx update. rs=jya 2018-08-10 13:18:06 -07:00
Cargo.lock Bug 1445451 - vendor rkv; r=froydnj 2018-08-09 19:42:17 +00:00
Cargo.toml
GNUmakefile
LEGAL
LICENSE
Makefile.in Backed out changeset 7a3882f27aa3 (bug 1341525) for failing win Sa builds on a CLOSED TREE 2018-08-02 02:26:13 +03:00
Pipfile
Pipfile.lock
README.txt
aclocal.m4
build.gradle Backed out changeset d3978309484a (bug 1480920) For Android build bustages CLOSED TREE 2018-08-09 23:59:05 +03:00
client.mk
client.py
configure.in
configure.py
gradle.properties
gradlew
mach
moz.build
moz.configure Bug 1480771 - Take CLOBBER into account when deciding whether to re-run configure. r=gps,firefox-build-system-reviewers 2018-08-06 21:38:43 +00:00
mozilla-config.h.in
old-configure.in Bug 1472254 - Backed out changeset 69259eedc1e6 as the final fix has landed. r=dmajor 2018-08-10 18:42:10 +09:00
package-lock.json Bug 1456078 - Upgrade ESLint to version 5.3.0, and eslint-plugin-html to 4.0.5. r=mossop 2018-08-07 14:46:19 +00:00
package.json Bug 1456078 - Upgrade ESLint to version 5.3.0, and eslint-plugin-html to 4.0.5. r=mossop 2018-08-07 14:46:19 +00:00
settings.gradle
test.mozbuild

README.txt

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.]

You can download nightly development builds from the Mozilla FTP server.
Keep in mind that nightly builds, which are used by Mozilla developers for
testing, may be buggy. Firefox nightlies, for example, can be found at:

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