4575edb472218bd00da4fbfe6ce7735ebb6630c7: Bug 1448762 - P2. Ignore sctc invalid entries. r?kinetik
draft
Jean-Yves Avenard <jyavenard@mozilla.com> - Wed, 28 Mar 2018 19:36:27 +0200 - rev 773887
Push
104345 by bmo:jyavenard@mozilla.com at Wed, 28 Mar 2018 17:36:48 +0000
Bug 1448762 - P2. Ignore sctc invalid entries. r?kinetik
Some file have a valid stco (Chunk Offset Box) while having an invalid stsc (Sample To Chunk Box). Those entries in stsc all have the same first_chunk value.
stagefright would skip over all those entries and ultimately would end up using the stco only which in this case would be sufficient to properly retrieve the sample table.
We implement the same behaviour in the rust parser.
While searching on the problem, I found that a particular encoding tool used to create those files which was corrected about 3 years ago.
Seeing that Chrome, quicktime and other players play it, as well as firefox prior 58, we allow to play this particular invalid file.
MozReview-Commit-ID: 4MvVfnpKAqh
a7b0ede9394e3c959084610b608c0819b83d00d6: Bug 1448762 - P1. Handle Descriptor of type 80. r?kinetik
draft
Jean-Yves Avenard <jyavenard@mozilla.com> - Wed, 28 Mar 2018 19:28:52 +0200 - rev 773886
Push
104345 by bmo:jyavenard@mozilla.com at Wed, 28 Mar 2018 17:36:48 +0000
Bug 1448762 - P1. Handle Descriptor of type 80. r?kinetik
Some content present a descriptor of type 80 whose content is made of 0x80 too. Just skip over those when they are the last descriptor and don't error with EOF.
MozReview-Commit-ID: Gvl1IenxiA0
4d7b27d2ed704c22c51a22bcc8e896a29d86b171: Bug 1449612 - [marionette] Log server socket port in case of remote protocol server failed to start.
draft
Henrik Skupin <mail@hskupin.info> - Wed, 28 Mar 2018 19:17:46 +0200 - rev 773885
Push
104344 by bmo:hskupin@gmail.com at Wed, 28 Mar 2018 17:32:14 +0000
Bug 1449612 - [marionette] Log server socket port in case of remote protocol server failed to start.
Raises a custom exception in case of a failure in binding to the
server socket. It includes the port number, and removes the
unhelpful output of the internally raised exception.
MozReview-Commit-ID: AD1leBlWXLR
b9acf1d48e03b810327561ab8d2be6c42ac33f5b: Bug 1449624 - Make single-locale repacks use correct locale. r?Build
draft
Nick Alexander <nalexander@mozilla.com> - Tue, 20 Mar 2018 17:00:38 -0700 - rev 773884
Push
104343 by nalexander@mozilla.com at Wed, 28 Mar 2018 17:28:05 +0000
Bug 1449624 - Make single-locale repacks use correct locale. r?Build
This was an oversight in the landing of
Bug 1443208. We need to set
AB_CD explicitly for the invoked target.
MozReview-Commit-ID: 29lQXYiOf6a
fa0f8a61a814e247b907f6950ce5892ed40f9cf2: Bug 1449532 - Part II, Use Web Animation API to animate video control transition
draft
Timothy Guan-tin Chien <timdream@gmail.com> - Wed, 28 Mar 2018 22:23:41 +0800 - rev 773883
Push
104342 by timdream@gmail.com at Wed, 28 Mar 2018 17:27:31 +0000
Bug 1449532 - Part II, Use Web Animation API to animate video control transition
Web Animation API should give us deterministic timing when the transition ends or aborts.
Additional clean-up:
- Make sure hidden status is always set/get from the hidden property,
instead of the hidden attribute.
- Remove unused isControlBarHidden property.
- controlsSpacer no longer has a background color (removed in
bug 1374007),
therefore it no longer needs a transition.
MozReview-Commit-ID: DB2cgQcUEXi
ffe501aeb1c663f857d3e91a6b470a74b4e428d0: Bug 1449641 - Always use mDrawTarget when merging the buffered region into the window DrawTarget. r?sotaro
draft
Markus Stange <mstange@themasta.com> - Wed, 28 Mar 2018 13:23:35 -0400 - rev 773882
Push
104341 by bmo:mstange@themasta.com at Wed, 28 Mar 2018 17:25:10 +0000
Bug 1449641 - Always use mDrawTarget when merging the buffered region into the window DrawTarget. r?sotaro
If we have a non-null mTarget, we already set mDrawTarget to mTarget. So "mTarget ? mTarget : mDrawTarget" will always evaluate to mDrawTarget.
MozReview-Commit-ID: BlGYEdlL50Q
cbfe1edfa963039cacef0fa2c78223ea8b853b1c: Bug 1449532 - Part II, Use Web Animation API to animate video control transition
draft
Timothy Guan-tin Chien <timdream@gmail.com> - Wed, 28 Mar 2018 22:23:41 +0800 - rev 773881
Push
104340 by timdream@gmail.com at Wed, 28 Mar 2018 17:24:00 +0000
Bug 1449532 - Part II, Use Web Animation API to animate video control transition
Web Animation API should give us deterministic timing when the transition ends or aborts.
Additional clean-up:
- Make sure hidden status is always set/get from the hidden property,
instead of the hidden attribute.
- Remove unused isControlBarHidden property.
- controlsSpacer no longer has a background color (removed in
bug 1374007),
therefore it no longer needs a transition.
MozReview-Commit-ID: DB2cgQcUEXi
15bc6b16e6c8302920a2bea95d36e9420f017c25: Bug 1447844 - Disable modifier click tests; r?whimboo
draft
Maja Frydrychowicz <mjzffr@gmail.com> - Wed, 28 Mar 2018 12:10:18 -0400 - rev 773880
Push
104339 by bmo:mjzffr@gmail.com at Wed, 28 Mar 2018 17:23:00 +0000
Bug 1447844 - Disable modifier click tests; r?whimboo
MozReview-Commit-ID: F3aXpxZq8Ht
dde4526cb4c597ba690cb1ce936d35288c6b9464: Bug 1449612 - [marionette] Log server socket port in case of remote protocol server failed to start.
draft
Henrik Skupin <mail@hskupin.info> - Wed, 28 Mar 2018 19:17:46 +0200 - rev 773879
Push
104338 by bmo:hskupin@gmail.com at Wed, 28 Mar 2018 17:19:40 +0000
Bug 1449612 - [marionette] Log server socket port in case of remote protocol server failed to start.
Raises a custom exception in case of a failure in binding to the
server socket. It includes the port number, and removes the
unhelpful output of the internally raised exception.
MozReview-Commit-ID: AD1leBlWXLR
7fb1ac700c99e957f53ba426c921cc7ab04f211d: Bug 1449612 - [marionette] Log server socket port in case of remote protocol server failed to start.
draft
Henrik Skupin <mail@hskupin.info> - Wed, 28 Mar 2018 19:17:46 +0200 - rev 773878
Push
104337 by bmo:hskupin@gmail.com at Wed, 28 Mar 2018 17:18:19 +0000
Bug 1449612 - [marionette] Log server socket port in case of remote protocol server failed to start.
Raises a custom exception in case of a failure in binding to the
server socket. It includes the port number, and removes the
unhelpful output of the internally raised exception.
MozReview-Commit-ID: AD1leBlWXLR
80a748ea8cf2a11f8f46f43551b76ab117c3bf5a: Bug 1449641 - Remove extraneous "if (mRenderTarget->mDrawTarget != mDrawTarget)". r?sotaro
draft
Markus Stange <mstange@themasta.com> - Wed, 28 Mar 2018 13:13:03 -0400 - rev 773877
Push
104336 by bmo:mstange@themasta.com at Wed, 28 Mar 2018 17:17:11 +0000
Bug 1449641 - Remove extraneous "if (mRenderTarget->mDrawTarget != mDrawTarget)". r?sotaro
The same condition is checked just before this if, so it's always true.
MozReview-Commit-ID: 9Vscnkz7AoY
c96ecd0bbed8df29cf19a346069e468bda0b4a9a: Bug 1449641 - Use the correct parameter when computing the clear rect. r?sotaro
draft
Markus Stange <mstange@themasta.com> - Wed, 28 Mar 2018 13:11:44 -0400 - rev 773876
Push
104336 by bmo:mstange@themasta.com at Wed, 28 Mar 2018 17:17:11 +0000
Bug 1449641 - Use the correct parameter when computing the clear rect. r?sotaro
This was incorrectly using the invalid rect, so it was clearing more than
necessary and not taking advantage of the opaque region that the caller computes.
The idea is that we don't need to clear parts of the invalid region that will be
covered by something opaque.
MozReview-Commit-ID: LhEkVUMnjC9
b8b6784d5126c70bc69ad9bbc75b1362264c248e: Bug 1423746 - Part 0: Make documentElements with filters not be containing blocks for fixed positioned descendants.
draft
Markus Stange <mstange@themasta.com> - Tue, 27 Mar 2018 15:40:34 -0400 - rev 773875
Push
104336 by bmo:mstange@themasta.com at Wed, 28 Mar 2018 17:17:11 +0000
Bug 1423746 - Part 0: Make documentElements with filters not be containing blocks for fixed positioned descendants.
In https://bug1449142.bmoattachments.org/attachment.cgi?id=8962743 this makes the image disappear.
For some reason, the bounds of the nsDisplayFilter get computed to be something very small and do
not take into account the bounds of the image which is inside it.
Are we looking at some frame's visual overflow rect? The image is absolutely positioned, so it's
not a descendant frame of the filter style frame. The computation needs to be done based on the
bounds of the nsDisplayWrapList that wraps the contents.
MozReview-Commit-ID: 6fQ3oSrq1xo
3bca26bcddb85c3bb1e28fb859b856fd24c3703a: Bug 1449271 - Add a pref called gfx.compositor.glcontext.opaque that defaults to false and can be set to true in order to force the use of an opaque OpenGL context for the window on Mac. r?jrmuizel
draft
Markus Stange <mstange@themasta.com> - Tue, 27 Mar 2018 14:43:38 -0400 - rev 773874
Push
104336 by bmo:mstange@themasta.com at Wed, 28 Mar 2018 17:17:11 +0000
Bug 1449271 - Add a pref called gfx.compositor.glcontext.opaque that defaults to false and can be set to true in order to force the use of an opaque OpenGL context for the window on Mac. r?jrmuizel
MozReview-Commit-ID: InOKiLXGL7o
97b50b12b016103c85315a2e17187383f22a46bd: Bug 1449623 - export GENERATED_FILES environment variables in the tup backend; r?Build
draft
Mike Shal <mshal@mozilla.com> - Tue, 27 Mar 2018 17:26:56 -0400 - rev 773873
Push
104335 by bmo:mshal@mozilla.com at Wed, 28 Mar 2018 17:13:53 +0000
Bug 1449623 - export GENERATED_FILES environment variables in the tup backend; r?Build
This will allow us to generate the correct BuildID in variables.py when
MOZ_BUILD_DATE is set.
MozReview-Commit-ID: 82OOlRTdhH0
c86ed93e30493eb8c478850636415bb457f83c64: Bug 1449623 - allow annotating GENERATED_FILES with required environment variables; r?Build
draft
Mike Shal <mshal@mozilla.com> - Tue, 27 Mar 2018 17:24:59 -0400 - rev 773872
Push
104335 by bmo:mshal@mozilla.com at Wed, 28 Mar 2018 17:13:53 +0000
Bug 1449623 - allow annotating GENERATED_FILES with required environment variables; r?Build
Tup needs to know which environment variables to export to a subprocess
so that it can track changes to them. We should annotate GENERATED_FILES
scripts with the environment variables they require so this information
can get to the backend.
MozReview-Commit-ID: B4XRVB5ZkRm
6860ea38c0a90fb4a0ba75f68223a53a00daddeb: Bug 1221539 - Add search engine discovery to the page action menu. Part 2: Add the new action. r?Gijs
draft
Drew Willcoxon <adw@mozilla.com> - Wed, 28 Mar 2018 10:07:57 -0700 - rev 773871
Push
104334 by bmo:adw@mozilla.com at Wed, 28 Mar 2018 17:08:25 +0000
Bug 1221539 - Add search engine discovery to the page action menu. Part 2: Add the new action. r?Gijs
MozReview-Commit-ID: 1Va09gms6nn
bde91218d414d689df97be172fbf7dd1bdefbb4d: Bug 1221539 - Add search engine discovery to the page action menu. Part 1: Page action changes. r?Gijs
draft
Drew Willcoxon <adw@mozilla.com> - Wed, 28 Mar 2018 09:53:25 -0700 - rev 773870
Push
104334 by bmo:adw@mozilla.com at Wed, 28 Mar 2018 17:08:25 +0000
Bug 1221539 - Add search engine discovery to the page action menu. Part 1: Page action changes. r?Gijs
MozReview-Commit-ID: GiEb3BpkoT8
de232d8caf50ac93c755b29fb3a37d84d37f4e0b: Bug 1449624 - Make single-locale repacks use correct locale. r?Build,ted.mielczarek
draft
Nick Alexander <nalexander@mozilla.com> - Tue, 20 Mar 2018 17:00:38 -0700 - rev 773869
Push
104333 by nalexander@mozilla.com at Wed, 28 Mar 2018 17:03:00 +0000
Bug 1449624 - Make single-locale repacks use correct locale. r?Build,ted.mielczarek
This was an oversight in the landing of
Bug 1443208. We need to set
AB_CD explicitly for the invoked target.
MozReview-Commit-ID: 29lQXYiOf6a
8e36b032c9d30be5623cfa633a2963bbb6107a4c: Bug 1449622 - Remove unused DebuggerServer.setupInChild method. r=jryans
draft
Alexandre Poirot <poirot.alex@gmail.com> - Wed, 28 Mar 2018 09:43:28 -0700 - rev 773868
Push
104332 by bmo:poirot.alex@gmail.com at Wed, 28 Mar 2018 16:52:18 +0000
Bug 1449622 - Remove unused DebuggerServer.setupInChild method. r=jryans
MozReview-Commit-ID: 62ufdY6s5Ea