Closed Bug 1220061 Opened 9 years ago Closed 9 years ago

[B2GDroid]Browser's UA can't be correctly identified by youtube.

Categories

(B2GDroid Graveyard :: General, defect)

ARM
Gonk (Firefox OS)
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: xiongfuchao, Assigned: fabrice)

References

Details

Attachments

(3 files)

Attached file logcat_1746.txt
[1.Description]:
[B2GDroid]Browser's UA can't be correctly identified by youtube, so browser opened youtube's abbreviated page, user can't play video via browser.
Found time:17:46
See attachment:AriesKK.3gp & logcat_1746.txt

[2.Testing Steps]: 
Prerequisite:turn on wifi.
1. Launch browser.
2. Go to "www.youtube.com".
3. Observe the page and try to play a video.

[3.Expected Result]: 
3. Browser should load youtube's HTML5 page and user can play video via browser.

[4.Actual Result]: 
3. Browser loaded youtube's abbreviated page and user can't play video via browser.

[5.Reproduction build]: 
Gecko: 44.0a1
Android version: 
4.4.4(Build Number 23.0.A.2.93)

[7.TCID]: 
6073

[8.Note]:
this function works normal on latest firefox os build of flame v2.5 & aries v2.5
Attached video Arieskk.3gp
Product: Firefox OS → B2GDroid
On b2gdroid, we want to get the same UA string as Firefox OS, but we run with the android widgetry. That means that even with MOZ_UA_OS_AGNOSTIC set, we were adding the platform version to the platform token, which is just wrong, and the cause of youtube confusion. We keep setting mCompatDevice as before.
Assignee: nobody → fabrice
Attachment #8681577 - Flags: review?(gerv)
Comment on attachment 8681577 [details] [diff] [review]
b2gdroid-ua.patch

Review of attachment 8681577 [details] [diff] [review]:
-----------------------------------------------------------------

Isn't this going to try and stick an Android version string into the UA of _every_ OS except Firefox OS?

Gerv
No, because we're already in a #ifdef ANDROID + #ifdef MOZ_WIDGET_ANDROID block (ie, a gecko build running on "real" android, not gonk).
Attachment #8681577 - Flags: review?(gerv) → review+
https://hg.mozilla.org/mozilla-central/rev/7f53bc2ffb2b
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
removing the b2g 2.5 flag since this commit has been reverted due to an incorrect merge, sorry for the confusion
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: