Closed
Bug 607401
Opened 15 years ago
Closed 9 years ago
Clicking on specific link formated for youtube will cause fennec to download in the default browser and may cause a crash
Categories
(Firefox for Android Graveyard :: General, defect)
Firefox for Android Graveyard
General
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: nhirata, Unassigned)
Details
(Whiteboard: flash)
Mozilla/5.0 (Maemo;Linux armv71; rv:2.0b8pre) Gecko/20101025 Firefox/4.0b8pre Fennec/4.0b2pre
Mozilla/5.0 (Android; Linux armv71; rv2.0b8pre) Gecko/20101025 Firefox/4.0b8pre Fennec/4.0b2pre
1. click on the second video link from http://people.mozilla.com/~nhirata/html_tp/iPhoneLinks.html
(note: it's formatted <a href="http://www.youtube.com/v/VIDEO_IDENTIFIER">Play Video</a> )
Expected: goes to Youtube video
Actual: it tries to download the video in the default web browser and may crash Fennec without crash reporter triggered
Note:
1. Possible Buffer overload?
| Reporter | ||
Updated•15 years ago
|
Severity: normal → major
| Reporter | ||
Updated•15 years ago
|
tracking-fennec: --- → ?
Updated•15 years ago
|
tracking-fennec: ? → 2.0b3+
Updated•15 years ago
|
Assignee: nobody → doug.turner
Comment 1•15 years ago
|
||
nhirata, could you get a stack trace or post a http://crash-stats.mozilla.com link?
| Reporter | ||
Comment 2•15 years ago
|
||
Mozilla/5.0 (Maemo;Linux armv71; rv:2.0b8pre) Gecko/20101102 Firefox/4.0b8pre Fennec/4.0b3pre
Mozilla/5.0 (Android; Linux armv71; rv:2.0b7pre) Gecko20101101 Firefox/4.0b8pre Fennec/4.0b2
The crashing doesn't seem to be occuring any more on Android and Maemo.
Lowering the priority to normal.
They both still try to download the video in the default browser.
Severity: major → normal
Comment 3•15 years ago
|
||
I think I understand what is going on. The second url sends back this:
HTTP/1.1 200 OK
Date: Wed, 03 Nov 2010 19:18:37 GMT
Server: Apache
X-Content-Type-Options: nosniff
Set-Cookie: VISITOR_INFO1_LIVE=-rBqK7-QgpA; path=/; domain=.youtube.com; expires=Fri, 01-Jul-2011 19:18:37 GMT
Set-Cookie: VISITOR_INFO1_LIVE=-rBqK7-QgpA; path=/; domain=.youtube.com; expires=Fri, 01-Jul-2011 19:18:37 GMT
Expires: Tue, 27 Apr 1971 19:44:06 EST
Cache-Control: no-cache
Content-Length: 1009
Content-Type: application/x-shockwave-flash
So, it is basically a little flash app that shows a screenshot, and kicks off the native application passing the real video to the native player.
So, i don't think this will work at all until we support Flash. Bumping priority out.
tracking-fennec: 2.0b3+ → 2.0+
Updated•15 years ago
|
tracking-fennec: 2.0+ → 2.0-
Whiteboard: flash
Updated•15 years ago
|
Assignee: doug.turner → nobody
Status: NEW → RESOLVED
tracking-fennec: - → ---
Closed: 9 years ago
Resolution: --- → FIXED
Graveyarded bug, resolution should be INCOMPLETE.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Status: REOPENED → RESOLVED
Closed: 9 years ago → 9 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•