Closed
Bug 361811
Opened 18 years ago
Closed 11 years ago
Exception repeatedly thrown on http://www.wbeta.com
Categories
(Tech Evangelism Graveyard :: English US, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: stevee, Unassigned)
References
()
Details
(Keywords: regression, testcase)
Attachments
(1 file)
(deleted),
text/html
|
Details |
1. New profile, start firefox
2. Load www.wbeta.com
3. Click on a link on the left hand side, under 'XML News Aggrigator'
4. Exception is repeatedly thrown in a dialog:
[Exception... "Component returned failure code: 0x804b000f
[nsIXMLHttpRequest.setRequestHeader]" nsresult: "0x804b000f (<unknown>)"
location: "JS frame :: http://www.wbeta.com/index.js :: sendReq :: line 232"
data: no]
No exception thrown:
Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.9a1) Gecko/20060504
Minefield/3.0a1 ID:2006050405 [cairo]
Exceptions thrown:
Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.9a1) Gecko/20060505
Minefield/3.0a1 ID:2006050511 [cairo]
http://bonsai.mozilla.org/cvsquery.cgi?treeid=default&module=PhoenixTinderbox&branch=HEAD&branchtype=match&dir=&file=&filetype=match&who=&whotype=match&sortby=Date&hours=2&date=explicit&mindate=2006-05-04+04&maxdate=2006-05-05+12&cvsroot=%2Fcvsroot
Trunk builds after 2006-05-10 crash @ nsXMLHttpRequest::StreamReaderFunc with the same reproduction steps. See bug 361773.
Reporter | ||
Updated•18 years ago
|
Product: Firefox → Core
QA Contact: general → general
Comment 1•18 years ago
|
||
I guess before the patch for bug 198595 the event argument wasn't passed on to the function, but after the patch for bug 198595 , it does.
On http://www.wbeta.com, it causes the xmlhttrequest to fire again, which sets req.setRequestHeader('Content-Type', 'application/x-www-form-urlencoded; charset=UTF-8'); again on an existing xmlhttprequest object, which throws the exception.
Comment 2•18 years ago
|
||
So this seems like a tech evangelism issue to me.
Comment 3•18 years ago
|
||
I came to the same conclusion in bug 361773 comment 13 (I also think
it's Evangelism). The designer of this site were just unlucky to depend
on a Firefox bug that got fixed.
Comment 4•18 years ago
|
||
Yeah, I'd say evang. The plan for the W3C XMLHttpRequest spec is to eventually require an event arg here, as I understand.
Assignee: nobody → english-us
Component: General → English US
Product: Core → Tech Evangelism
QA Contact: general → english-us
Version: Trunk → unspecified
Comment 5•17 years ago
|
||
I just sent a mail to wbetamaster@msn.com regarding this.
Comment 6•11 years ago
|
||
404
Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:22.0) Gecko/20100101 Firefox/22.0
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → WORKSFORME
Updated•10 years ago
|
Product: Tech Evangelism → Tech Evangelism Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•