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
Перейти к файлу
Andrew Creskey 603b880e70 Bug 1592797 - Fix MediaKeys linker error exposed with different optimization flags r=edgar
Seeing this linker error when building with optimization flags -O2 and others:
.../mozilla-central/dom/media/eme/mediadrm/MediaDrmCDMProxy.cpp:297: error: undefined reference to 'void mozilla::dom::MediaKeys::ResolvePromiseWithResult<bool>(unsigned int, bool const&)'

This patch moves the template definition from dom/media/eme/MediaKeys.cpp to dom/media/eme/MediaKeys.h

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

--HG--
extra : moz-landing-system : lando
2019-11-14 14:06:12 +00:00
.cargo Bug 1590167 - Add Rust implementation of hyphenation (mapped_hyph) and hook up in place of libhyphen. r=heycam 2019-11-14 14:07:23 +00:00
.vscode Bug 1594520 - Change directory before running mach in .vscode/tasks.json on Windows. r=jya 2019-11-14 10:35:12 +00:00
accessible Bug 1543575 - add fission specific accessibility tests. r=Jamie 2019-11-14 14:53:49 +00:00
browser Bug 1591007 - Save Changes in Manage Data dialog in preferences doesn't close the dialog, r=Gijs 2019-11-14 15:30:27 +00:00
build Bug 1564097 - Set HOST_LINKER when host OS is Windows too. r=glandium 2019-11-13 11:48:25 +00:00
caps Backed out changeset 14d6dd504f86 (bug 1534339) for causing Bug 1595179. CLOSED TREE 2019-11-14 14:59:16 +02: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 1595805 - Disable LTO on macosx fuzzy builds r=froydnj 2019-11-12 16:41:23 +00:00
devtools Bug 1594743 - ensure that the keyboard audit does not interfere with other audit types. r=nchevobbe 2019-11-12 15:05:42 +00:00
docshell Bug 1596077 - Use browsingContext to do LoadURI() in nsSHistory r=smaug 2019-11-14 08:08:21 +00:00
dom Bug 1592797 - Fix MediaKeys linker error exposed with different optimization flags r=edgar 2019-11-14 14:06:12 +00:00
editor Bug 1591417: part 4) Adapt `InsertTextIntoTextNodeWithTransaction` to pass adjusted range to `TopLevelEditSubActionDataRef.DidInsertText`. r=masayuki 2019-11-13 09:16:06 +00:00
extensions Bug 1594584 - Marionette test for autoconfig. r=whimboo,kmag 2019-11-12 18:18:49 +00:00
gfx Bug 1575008 - WebGPU implementation basis r=baku,bzbarsky 2019-11-14 04:59:56 +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 13 changesets (bug 1530402, bug 1533156) for multiple failures e.g columnrule-linestyles.html and test_composite.html. CLOSED TREE 2019-11-14 03:46:37 +02:00
intl Bug 1590167 - Add Rust implementation of hyphenation (mapped_hyph) and hook up in place of libhyphen. r=heycam 2019-11-14 14:07:23 +00:00
ipc Bug 1589809 - [macOS] Use OS_ACTIVITY_MODE=disable for child processes r=spohl 2019-11-09 00:27:48 +00:00
js Bug 1594054 - Move ExecutableAllocator from JitRuntime to JitZone. r=jonco,erahm 2019-11-14 10:20:02 +00:00
layout Bug 1590167 - Add Rust implementation of hyphenation (mapped_hyph) and hook up in place of libhyphen. r=heycam 2019-11-14 14:07:23 +00:00
media Bug 1562642 - add missing license in media/webrtc/signaling/src/sdp/ r=drno 2019-11-11 21:42:41 +00:00
memory Bug 1539133 - Explicitly say not being able to mmap is likely OOM. r=decoder,glandium 2019-11-12 00:04:46 +00:00
mfbt Bug 1590907 - Remove obsolete macro MOZ_HAVE_BITSCAN64. r=froydnj 2019-11-12 21:59:25 +00:00
mobile Bug 1581161 - Removed GeckoResponse and reworked Text Selection API. r=geckoview-reviewers,snorp,esawin 2019-11-14 16:02:04 +00:00
modules Bug 1576390 - Remove the prefs gfx.core-animation.enabled and gfx.compositor.glcontext.opaque, and all the code needed to support it. r=mattwoodrow,spohl 2019-11-13 19:07:37 +00:00
mozglue Backed out changeset 4cf8f3f89042 (bug 1594998) for xpcshell failures at test_crash_rust_panic.js on a CLOSED TREE. 2019-11-14 03:52:52 +02:00
netwerk Bug 1589447 - Add network id change event on Linux and Android, r=kershaw,valentin 2019-11-14 13:37:50 +00: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 1594981 - update Core::DOM* and Core::Storage* bugzilla product and component meta data in moz.build files after reorganization in bug 1594717. r=annevk 2019-11-08 12:17:57 +00:00
python Bug 1562642 - add missing license in python/mozrelease/mozrelease r=catlee 2019-11-13 16:00:24 +00:00
remote Bug 1595528 - [remote] Add local Chromium folder to ignore list. r=remote-protocol-reviewers,maja_zf 2019-11-12 21:19:11 +00:00
security Backed out changeset cbd4aa02eba9 (bug 1592007) for failures on browser_startup_mainthreadio.js UPGRADE_NSS_RELEASE . CLOSED TREE 2019-11-14 04:24:57 +02:00
services Bug 1594929 - Remove invalidateCertificate from FxAccountsKeys.jsm. r=rfkelly 2019-11-12 04:05:28 +00:00
servo Bug 1596391 - Fix silly boolean logic mistake. r=bustage a=dluca 2019-11-14 15:17:25 +01: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 1596276 - Switch Linux coverage opt builds to use GCC 7. r=froydnj 2019-11-14 15:52:26 +00:00
testing Bug 1168606 - Added test case for IDBObjectStore.delete while iterating a cursor. r=asuth 2019-11-14 15:51:16 +00:00
third_party Bug 1590167 - Add Rust implementation of hyphenation (mapped_hyph) and hook up in place of libhyphen. r=heycam 2019-11-14 14:07:23 +00:00
toolkit Backed out 2 changesets (bug 1585410) for causing xpcshell failures in test_TelemetryController.js CLOSED TREE 2019-11-14 18:40:04 +02:00
tools Bug 1562642 - license.yml: refresh the list of excludes r=ahal 2019-11-14 15:10:12 +00:00
uriloader Bug 1589895 - Add default JavaScript MIME type for .mjs used for ES modules. r=bzbarsky 2019-11-13 19:12:02 +00:00
view Bug 1586144 - Introduce an API to set the dynamic toolbar maximum height in GeckoView. r=geckoview-reviewers,tnikkel,snorp 2019-11-14 05:59:47 +00:00
widget Bug 1592189 - Remove SpecialColorKeyword enum and merge into SystemColor r=emilio 2019-11-14 00:17:23 +00:00
xpcom Bug 1596244 - Report a fake leak instead of crashing if NSS fails to shut down. r=froydnj,keeler 2019-11-14 14:51:53 +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 Bug 1575008 - WebGPU implementation basis r=baku,bzbarsky 2019-11-14 04:59:56 +00: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 1592141, rename .xul test files in toolkit/ to .xhtml r=mossop 2019-11-11 19:14:34 +00:00
.flake8 Bug 1583353 - [manifestparser] Support manifests in the 'pathprefix' filter, r=egao 2019-11-08 18:58:09 +00:00
.gdbinit
.gdbinit_python
.git-blame-ignore-revs
.gitattributes
.gitignore
.hg-annotate-ignore-revs
.hg-format-source
.hgignore Bug 1595528 - [remote] Add local Chromium folder to ignore list. r=remote-protocol-reviewers,maja_zf 2019-11-12 21:19:11 +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
.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
AUTHORS
CLOBBER Bug 1583269 - Part 5: Updating ICU requires a clobber. r=jwalden 2019-10-19 01:40:06 +00:00
Cargo.lock Bug 1590167 - Add Rust implementation of hyphenation (mapped_hyph) and hook up in place of libhyphen. r=heycam 2019-11-14 14:07:23 +00:00
Cargo.toml Bug 1575008 - WebGPU implementation basis r=baku,bzbarsky 2019-11-14 04:59:56 +00:00
GNUmakefile
LEGAL
LICENSE
Makefile.in Bug 1540276: Migrate authenticode signing to autograph r=Callek,mshal 2019-09-30 13:57:32 +00:00
README.txt
aclocal.m4
build.gradle Bug 1580356 - Remove Fennec (Firefox for Android). r=snorp,mshal 2019-10-04 20:55:11 +00: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
configure.in
configure.py
gradle.properties
gradlew
gradlew.bat
mach Bug 1592855 - run mach vendor python with python3 r=ahal 2019-11-05 15:29:44 +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
settings.gradle Backed out 2 changesets (bug 1585661) for causing lint failures. CLOSED TREE 2019-11-14 17:50:28 +02:00
substitute-local-geckoview.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.]

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.