Closed
Bug 1085270
Opened 11 years ago
Closed 11 years ago
Remove custom protocol handler for Youtube
Categories
(Firefox OS Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
2.1 S7 (24Oct)
People
(Reporter: martijn.martijn, Assigned: martijn.martijn)
References
()
Details
Attachments
(1 file)
|
5.49 KB,
patch
|
fabrice
:
review+
|
Details | Diff | Splinter Review |
See bug 777633.
Basically, a backout of https://bug777633.bugzilla.mozilla.org/attachment.cgi?id=660562 is needed.
The Youtube site is working correctly in the browser, the video is played inside the browser now. So the custom protocol handler that was meant to be invoked doesn't do anything useful anymore, so should be removed.
| Assignee | ||
Updated•11 years ago
|
Assignee: nobody → martijn.martijn
| Assignee | ||
Comment 1•11 years ago
|
||
I still wonder why this didn't work for Youtube and why I can't couldn't get the vnd.youtube: protocol to work with this protocol handler: http://people.mozilla.org/~mwargers/tests/dom/protocol/protocol_in_frame.html
But anyway, this has to be removed, as it is not needed anymore.
Does this need to go through tryserver?
Attachment #8509545 -
Flags: review?(fabrice)
Comment 2•11 years ago
|
||
Comment on attachment 8509545 [details] [diff] [review]
youtube.diff
Review of attachment 8509545 [details] [diff] [review]:
-----------------------------------------------------------------
Thanks Martijn!
Attachment #8509545 -
Flags: review?(fabrice) → review+
| Assignee | ||
Comment 3•11 years ago
|
||
I asked fabrice on irc if this would need to go through try. This was his response:
00:59 fabrice: mwargers: I don't think try will tell you anything, we have no tests for that
I agree with that. I just wouldn't know what try run to trigger for this.
The gaia-ui-test test_browser_play_youtube_video.py should normally cover this, but Youtube has made their site so that it's playing videos in the browser, it appears.
So I'm just adding the 'checkin-needed' keyword for this. Let me know if you disagree.
Keywords: checkin-needed
Comment 4•11 years ago
|
||
Keywords: checkin-needed
Comment 5•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → 2.1 S7 (24Oct)
You need to log in
before you can comment on or make changes to this bug.
Description
•