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
sotaro 00fa00cad3 Bug 1544642 - Do not bind SurfaceTexture of video to gl context if it is used by WebGL r=nical
GeckoSurfaceTexture could bind to only one GL context at once. With WebRender, GeckoSurfaceTexture is soon bounded to sharedGL on render thread. It caused the problem if GeckoSurfaceTexture is rendered to WebGL. It could happen only for video's GeckoSurfaceTexture. To avoid the problem, the GeckoSurfaceTexture is bound to gl context when it is actually rendered on WebRender.

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

--HG--
extra : moz-landing-system : lando
2019-04-26 07:48:54 +00:00
.cargo Bug 1546439: Bump Cranelift to 538a0662bf90a1daa9921c10f34827ace134abf1; r=lth 2019-04-23 17:37:34 +02:00
.vscode Bug 1543529 - Stop recommending VSCode plugin "Babel ES6/ES7" r=jya 2019-04-11 03:31:54 +00:00
accessible Bug 1546697 - followup: Fix a typo introduced in the last commit. r=a11y-orange 2019-04-26 02:29:04 +02:00
browser Bug 1533533 - add spacing after comma in panelUI.inc.xul on a CLOSED TREE 2019-04-26 09:57:53 +03:00
build Bug 1540082 - add an aarch64-cross clang build; r=nalexander 2019-04-22 22:11:12 +00:00
caps Bug 1519636 - Reformat recent changes to the Google coding style r=Ehsan 2019-04-22 16:35:03 +00:00
chrome Bug 1546329 - Remove dead skins code. r=bzbarsky 2019-04-25 14:00:06 +02:00
config Bug 1541068 - add Rust compilation directories to GARBAGE_DIRS; r=nalexander 2019-04-09 18:59:19 +00:00
db
devtools Bug 1543093 - Fix RTL for DevTools in Browser Toolbox;r=nchevobbe 2019-04-25 18:53:32 +00:00
docshell Bug 1546697 - Use a consistent style for enum classes in layout. r=dholbert 2019-04-25 23:03:04 +00:00
dom Bug 1546454 - Don't create frameloader for partially destroyed docshell. r=qdot 2019-04-25 16:07:39 +00:00
editor Bug 1546577 - Make overloads of CanCut(), CanCopy(), CanDelete() and CanPaste() which return bool instead of nsresult r=m_kato 2019-04-25 07:14:39 +00:00
extensions Bug 1545822 - Clean up some whitespace in XPIDL files. r=froydnj 2019-04-21 01:47:00 +00:00
gfx Bug 1544642 - Do not bind SurfaceTexture of video to gl context if it is used by WebGL r=nical 2019-04-26 07:48:54 +00:00
gradle/wrapper
hal Bug 1534395 - Rename TabChild to BrowserChild. r=nika 2019-04-09 17:39:01 -05:00
image Bug 1547138 - IntrinsicSize shouldn't use nsStyleCoord. r=dholbert 2019-04-25 23:48:14 +00:00
intl Bug 1544118 - Move nsINode::localize to use DocumentL10n::TranslateFragment. r=smaug 2019-04-24 10:35:37 +00:00
ipc Backed out 5 changesets (bug 1534712, bug 1545758) for test_ext_webrequest_upload.html failures CLOSED TREE 2019-04-25 12:36:51 +03:00
js Bug 1541404 part 16 - Implement pushScriptNameArg, emit_JSOP_STRING, emit_JSOP_SYMBOL. r=tcampbell 2019-04-25 09:55:20 +00:00
layout Bug 1529892 - Move the clearing of a pending visual scroll update to the end of the paint. r=kats 2019-04-26 05:14:00 +00:00
media Bug 1545279 - Update cubeb from upstream to 3570749. r=padenot 2019-04-25 09:22:35 +00:00
memory Bug 1052579 - Add ability to query ArenaID to mozjemalloc_ptr_info r=glandium 2019-04-23 12:39:58 +00:00
mfbt Bug 1546697 - EnumeratedArray should have a copy assignment operator. r=froydnj 2019-04-25 16:40:47 +00:00
mobile Bug 1546889 - Refresh Settings layout if default browser was changed while in background; r=petru 2019-04-25 13:59:49 +00:00
modules Bug 1540576 - Enable Shader disk cache on Android r=nical 2019-04-26 07:21:37 +00:00
mozglue Bug 1546587 - Convert TestZip to a gtest. r=froydnj 2019-04-25 23:41:50 +00:00
netwerk Bug 1444503 - Remove the IPC::Principal r=ckerschb,nika 2019-04-25 14:18:11 +00:00
nsprpub
other-licenses Backed out 4 changesets (bug 1458385) for nightly updates fail. a=backout 2019-04-10 21:09:46 +03:00
parser Bug 1544322 - Part 2.1 - Remove the [type] attribute for one-liner <script> tags loading files in /tests/SimpleTest/ in everything except for dom/ r=bzbarsky 2019-04-16 03:50:44 +00:00
python Bug 1542826 - Add BSD-3-Clause license to about:license and whitelist sha1 which uses it. r=froydnj,mhoye 2019-04-25 19:29:07 +00:00
remote bug 1546945: remote: disable browser_cdp.js browser-chrome test on debug; r=ochameau 2019-04-25 18:27:05 +00:00
security Bug 1515465 - Enable EV Treatment for eMudhra Technologies Limited root certificates r=keeler 2019-04-25 17:46:16 +00:00
services Bug 1512451 - Read OneCRL blocklist from security-states/onecrl r=jcj,mgoodwin,glasserc 2019-04-24 14:52:13 +00:00
servo Bug 1536688 - Allow animating the 'all' property from Web Animations; r=emilio 2019-04-26 00:47:40 +00:00
startupcache Bug 1543970 - give up removing the startup cache file from the previous profile location after 6 years, r=froydnj 2019-04-12 14:07:40 +00:00
storage Bug 1545200 - Squelch spurious synchronous operation warnings in Connection::operationSupported. r=mak 2019-04-17 19:10:28 +00:00
taskcluster Bug 1540082 - add an aarch64-cross clang build; r=nalexander 2019-04-22 22:11:12 +00:00
testing Bug 1547074 - [raptor] Rename measure.js and benchmark-relay.js. r=rwood 2019-04-26 05:13:42 +00:00
third_party Bug 1542826 - Re-vendor rust dependencies. r=froydnj 2019-04-25 19:28:59 +00:00
toolkit Backed out changeset c5d2d999a8ab (bug 1541450) for XPCShell failures in toolkit/components/cleardata/tests/unit/test_certs.js 2019-04-26 05:22:24 +03:00
tools Bug 1250737 - Update android mozharness 'chunked' handling, for jittest; r=bc 2019-04-25 21:17:59 +00:00
uriloader Bug 1546913 - Remove GetLoadInfo callsites r=ckerschb 2019-04-25 12:16:35 +00:00
view Bug 1545342 - part 3: Move remaining public enum of nsIPresShell to mozilla namespace in mozilla/PresShellForwards.h and make them enum class r=smaug 2019-04-25 05:04:23 +00:00
widget Bug 1319838 - [Linux/Wayland/HiDPI] Use cairo_surface_set_device_scale() on HiDPI displays, r=lsalzman 2019-04-23 14:46:57 +00:00
xpcom Bug 1503657 - Implement Fluent DOMOverlays in C++. r=smaug,Pike 2019-04-24 05:05:11 +00:00
xpfe/appshell Backed out changeset a72c9df6c09a (bug 1527287) for build bustages at BrowserElementParent.cpp. CLOSED TREE 2019-04-25 03:15:59 +03:00
.arcconfig
.clang-format Bug 1542146 - Use the new option StatementMacros from clang-format-8 r=andi 2019-04-05 21:41:57 +00:00
.clang-format-ignore Bug 1533481 - Part 9: Update Gecko to Unicode 12. r=jfkthame! 2019-04-04 12:46:18 +03:00
.cron.yml Bug 1352113: Re-use builds from push graph in nightly graphs; r=Callek 2019-03-27 19:42:46 +00:00
.eslintignore Bug 1527075 - stop linting intl/l10n/ in m-c given it's linted in github r=Gijs,jaws 2019-04-15 16:43:02 +00:00
.eslintrc.js Bug 1541025 - testing/ manual ESLint no-throw-literal fixes. r=jmaher 2019-04-02 13:42:22 +00:00
.flake8 Bug 1541086: Remove the embedding code and update the bug components for widget::headless. r=myk r=bdahl 2019-04-02 09:07:54 -07:00
.gdbinit
.gdbinit_python
.git-blame-ignore-revs
.gitignore Bug 1516337 - Part 1: Dedupe sha2 and related dependencies r=froydnj 2019-04-08 23:17:50 +03:00
.hg-annotate-ignore-revs
.hg-format-source
.hgignore Bug 1516337 - Part 1: Dedupe sha2 and related dependencies r=froydnj 2019-04-08 23:17:50 +03:00
.hgtags
.lldbinit
.mailmap
.taskcluster.yml Bug 1488313: [taskgraph] Don't notify sherrifs on cron decision task failures on try; r=dustin 2019-03-27 19:38:05 +00:00
.trackerignore
.yamllint
.ycm_extra_conf.py
aclocal.m4
AUTHORS
build.gradle Bug 1544076 - [1.1] Add lifecycle library dependency. r=nalexander,snorp 2019-04-24 17:51:32 +00:00
Cargo.lock Bug 1542826 - Expose a mozconfig flag to build the WR debugger feature. r=gw,froydnj 2019-04-25 19:31:16 +00:00
Cargo.toml Bug 1546439: Bump Cranelift to 538a0662bf90a1daa9921c10f34827ace134abf1; r=lth 2019-04-23 17:37:34 +02:00
client.mk
client.py
CLOBBER Bug 1533481 - Part 10: Updating ICU requires a clobber. r=jwalden! 2019-04-04 12:46:32 +03:00
configure.in
configure.py
GNUmakefile
gradle.properties
gradlew
gradlew.bat
LEGAL
LICENSE
mach
Makefile.in Bug 1537574 - Use mozbuild's backend-out-of-date logic for RecursiveMake; r=firefox-build-system-reviewers,chmanchester 2019-04-10 22:14:27 +00:00
moz.build
moz.configure Bug 1543323 - On Android, only build gtest tests archive on x86_64 builds; r=glandium 2019-04-12 00:17:45 +00:00
mozilla-config.h.in
old-configure.in Bug 1518551 - Remove the 'MOZ_TOOLKIT_SEARCH' build config constant, because it's unused; we always enable the search service. r=florian 2019-04-24 08:52:32 +00:00
package-lock.json Bug 1536589 - Update ESLint and associated modules. r=mossop 2019-04-08 20:06:38 +00:00
package.json Bug 1536589 - Update ESLint and associated modules. r=mossop 2019-04-08 20:06:38 +00:00
README.txt
settings.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.