Closed
Bug 1136533
Opened 10 years ago
Closed 10 years ago
Remove about:media from beta
Categories
(Core :: Audio/Video, defect, P5)
Tracking
()
RESOLVED
FIXED
mozilla37
Tracking | Status | |
---|---|---|
firefox37 | --- | fixed |
firefox38 | --- | unaffected |
firefox39 | --- | unaffected |
People
(Reporter: ajones, Assigned: cajbir)
References
(Blocks 1 open bug, )
Details
Attachments
(1 file)
8.07 KB,
patch
|
Gavin
:
review+
lmandel
:
approval-mozilla-beta+
|
Details | Diff | Splinter Review |
STR:
* Install aboutmedia.xpi
* Navigate to given URL
* open a tab and go to about:media
Expected results:
Media information
Actual results:
Title and "not well-formed" error in js console
I'm guessing it's the & in the URL that is derailing it.
Assignee | ||
Comment 1•10 years ago
|
||
Fix for plugin here: https://github.com/doublec/aboutmedia/commit/3998eee7269bf7592c0a677370ea098c75d85e5d
Built plugin: https://github.com/doublec/aboutmedia/blob/master/aboutmedia.xpi?raw=true
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•10 years ago
|
||
A fix is still needed for beta. Should we just remove the internal beta about:media code and go with the plugin?
Flags: needinfo?(ajones)
Assignee | ||
Comment 4•10 years ago
|
||
This reverts part 4 patch in bug 1112424 so that "about:media" no longer works. Only beta has this code at the moment. The functionality has been replaced with an addon available from http://github.com/doublec/aboutmedia.
Assignee: nobody → cajbir.bugzilla
Attachment #8571109 -
Flags: review?(gavin.sharp)
Assignee | ||
Updated•10 years ago
|
Summary: about:media broken for youtube playlists → Remove about:media from beta
Comment 5•10 years ago
|
||
Comment on attachment 8571109 [details] [diff] [review]
Remove about:media page on beta
The AboutMedia:CollectData message handler in content.js should ideally be ported to the addon, so that it is e10s compatible and less hacky.
Attachment #8571109 -
Flags: review?(gavin.sharp) → review+
Comment 6•10 years ago
|
||
Comment on attachment 8571109 [details] [diff] [review]
Remove about:media page on beta
Approval Request Comment
[Feature/regressing bug #]: bug 1112424 added this page, aurora/beta only
[User impact if declined]: somewhat broken not-user-exposed about: page left in product
[Describe test coverage new/current, TreeHerder]: n/a
[Risks and why]: no risk, just removing a page that was recently addded
[String/UUID change made/needed]: none
Attachment #8571109 -
Flags: approval-mozilla-beta?
Comment 7•10 years ago
|
||
Comment on attachment 8571109 [details] [diff] [review]
Remove about:media page on beta
I agree with moving to the plug-in model. Let's drop this about: page from Beta. Beta+
Attachment #8571109 -
Flags: approval-mozilla-beta? → approval-mozilla-beta+
Comment 8•10 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
status-firefox37:
--- → fixed
status-firefox38:
--- → unaffected
status-firefox39:
--- → unaffected
Resolution: --- → FIXED
Target Milestone: --- → mozilla37
You need to log in
before you can comment on or make changes to this bug.
Description
•