Closed
Bug 877135
Opened 11 years ago
Closed 11 years ago
Remove mozLoadFrom
Categories
(Core :: Audio/Video, defect)
Core
Audio/Video
Tracking
()
RESOLVED
FIXED
mozilla24
People
(Reporter: roc, Assigned: roc)
References
Details
(Keywords: addon-compat, dev-doc-complete, site-compat)
Attachments
(2 files)
10.92 KB,
patch
|
cajbir
:
review+
|
Details | Diff | Splinter Review |
1.50 KB,
patch
|
cajbir
:
review+
|
Details | Diff | Splinter Review |
It's non-standard, hardly used at all, and does nothing that "video.src = video2.currentSrc" doesn't do. We should remove it. This would also mean we can remove the test, which is intermittently failing. http://code.google.com/p/reply-manager/ is the only thing I can find with Google that would potentially break.
Assignee | ||
Comment 1•11 years ago
|
||
Also pageInfo.js needs to be modified in mozilla-central.
Assignee | ||
Comment 2•11 years ago
|
||
Attachment #757773 -
Flags: review?(chris.double)
Updated•11 years ago
|
Attachment #757773 -
Flags: review?(chris.double) → review+
Assignee | ||
Comment 3•11 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/15b8156f48ef
Comment 4•11 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/15b8156f48ef
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla24
Comment 5•11 years ago
|
||
https://developer.mozilla.org/en-US/docs/Site_Compatibility_for_Firefox_24 https://developer.mozilla.org/en-US/docs/Web/API/HTMLMediaElement
Comment 6•10 years ago
|
||
Should the test at http://mxr.mozilla.org/comm-central/source/mozilla/content/html/content/test/test_mozLoadFrom.html?force=1 also get removed? That test tests mozLoadFrom looks like (but does not fail atm?).
Assignee | ||
Comment 7•10 years ago
|
||
Attachment #795271 -
Flags: review?
Assignee | ||
Updated•10 years ago
|
Attachment #795271 -
Flags: review? → review?(chris.double)
Updated•10 years ago
|
Attachment #795271 -
Flags: review?(chris.double) → review+
Assignee | ||
Comment 8•10 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/77f91c65d162
Comment 9•10 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/77f91c65d162
You need to log in
before you can comment on or make changes to this bug.
Description
•