Closed Bug 664423 Opened 14 years ago Closed 14 years ago

Loading forever Mibbit on Aurora6.0a2

Categories

(Core :: Networking: WebSockets, defect)

Other Branch
defect
Not set
normal

Tracking

()

RESOLVED WORKSFORME

People

(Reporter: alice0775, Unassigned)

References

Details

(Keywords: regression)

Build Identifier: http://hg.mozilla.org/releases/mozilla-aurora/rev/f98a8ed5238a Mozilla/5.0 (Windows NT 6.1; WOW64; rv:6.0a2) Gecko/20100101 Firefox/6.0a2 ID:20110614042025 Loading forever Mibbit. This happens only Aurora6.0a2. This does not happen on Nightly7.0a1 and Firefox5.0. Reproducible: Always Steps to Reproduce: 1. Start Aurora6.0a2 with new profile 2. Open http://chat.mibbit.com/ Actual Results: Loading forever Expected Results: "Welcome to Mibbit" page appears Regression window: Works: http://hg.mozilla.org/releases/mozilla-aurora/rev/c86edc448a83 Mozilla/5.0 (Windows NT 6.1; WOW64; rv:6.0a2) Gecko/20110606 Firefox/6.0a2 ID:20110609105104 Fails: http://hg.mozilla.org/releases/mozilla-aurora/rev/0b22e6569813 Mozilla/5.0 (Windows NT 6.1; WOW64; rv:6.0a2) Gecko/20110609 Firefox/6.0a2 ID:20110609161545 Pushlog: http://hg.mozilla.org/releases/mozilla-aurora/pushloghtml?fromchange=c86edc448a83&tochange=0b22e6569813 Triggered by: b22e6569813 Fredrik Larsson — Bug 659324. Add Moz prefix to the WebSocket constructor. r=sicking a=asa
Hmm. Is the site using the moz-prefixed APIs? Or using the unprefixed APIs but trying to use them in fx6 for some reason?
Seen on Mac as well using Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:6.0a2) Gecko/20110615 Firefox/6.0a2. Site loads fine in both latest trunk and latest Firefox beta.
OS: Windows 7 → All
Hardware: x86 → All
We'll track this as WebSockets are new in Firefox 6
Component: Networking → Networking: WebSockets
QA Contact: networking → networking.websockets
This would be because they're using the unprefixed API (which worked with the early Firefox 6a2 builds, but not anymore). Probably needs a bit of evangelism?
(In reply to comment #4) > This would be because they're using the unprefixed API (which worked with > the early Firefox 6a2 builds, but not anymore). Probably needs a bit of > evangelism? I think this is Aurora bug. Maybe this is caused by Bug 664692
It's intentional, see bug 659324.
(In reply to comment #6) > It's intentional, see bug 659324. I know.WebSocket is renamed MozWebSocket in Aurora6.0a2 So 'WebSocket' in window should return false. However Aurora returns true.Then,the site confuse that WebSocket is available in Aurora.
Indeed, this looks like the same issue as bug 664692.
Depends on: 664692
It works now, I think the Site changed something. http://hg.mozilla.org/releases/mozilla-beta/rev/0d82a53ffaa6 Mozilla/5.0 (Windows NT 6.1; WOW64; rv:6.0) Gecko/20100101 Firefox/6.0 ID:20110705195857
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → WORKSFORME
We're tracking bug 664692 so I'm going to untrack this one.
You need to log in before you can comment on or make changes to this bug.