Closed
Bug 1159144
Opened 10 years ago
Closed 10 years ago
HTMLMediaElement::UpdateInitialMediaSize never calls UpdateMediaSize
Categories
(Core :: Audio/Video, defect)
Core
Audio/Video
Tracking
()
RESOLVED
FIXED
mozilla40
| Tracking | Status | |
|---|---|---|
| firefox40 | --- | fixed |
People
(Reporter: jwwang, Assigned: jwwang)
Details
Attachments
(1 file)
|
871 bytes,
patch
|
jya
:
review+
|
Details | Diff | Splinter Review |
In the patch of bug 1153686 (https://bugzilla.mozilla.org/page.cgi?id=splinter.html&bug=1153686&attachment=8591564), it says
if (!mMediaInfo.HasVideo()) {
However, when uplifting to inbound (https://hg.mozilla.org/integration/mozilla-inbound/rev/818a69e48d38), it says
if (mMediaInfo.mVideo.mDisplay == nsIntSize(0, 0)) {
| Assignee | ||
Comment 1•10 years ago
|
||
| Assignee | ||
Comment 2•10 years ago
|
||
Comment 3•10 years ago
|
||
Comment on attachment 8598479 [details] [diff] [review]
1159144_fix_UpdateInitialMediaSize.patch
Review of attachment 8598479 [details] [diff] [review]:
-----------------------------------------------------------------
Doh !
Thank you for that.
I had conflicts when I modified the patches and obviously screwed up when rebasing :(
Attachment #8598479 -
Flags: review?(jyavenard) → review+
| Assignee | ||
Comment 4•10 years ago
|
||
Thanks for the review.
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
status-firefox40:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla40
You need to log in
before you can comment on or make changes to this bug.
Description
•