Closed
Bug 713473
Opened 13 years ago
Closed 13 years ago
Uncaught exception on http://bellard.org/jslinux/
Categories
(Tech Evangelism Graveyard :: English US, defect)
Tech Evangelism Graveyard
English US
Tracking
(firefox11-, firefox12-)
RESOLVED
WORKSFORME
People
(Reporter: ferongr, Unassigned)
References
()
Details
(Keywords: regression)
Seems to be a recent regression, because the site used to work one or two weeks ago. On the 20111225 official Nightly build it doesn't.
STR:
1. Open console (do it first, since the page steals focus and breaks the shortcut)
2. Go to http://bellard.org/jslinux/
3. Observe console. You should see something like "[00:19:00.114] uncaught exception: [Exception... "A parameter or an operation is not supported by the underlying object" code: "15" nsresult: "0x8053000f (NS_ERROR_DOM_INVALID_ACCESS_ERR)" location: "http://bellard.org/jslinux/cpux86-ta.js Line: 9"
Expected result: Virtualized GNU/Linux boots.
Comment 1•13 years ago
|
||
Regression window(m-c)
Works:
http://hg.mozilla.org/mozilla-central/rev/9e7239c0f557
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:11.0a1) Gecko/20111208 Firefox/11.0a1 ID:20111208205718
Fails:
http://hg.mozilla.org/mozilla-central/rev/63bff373cb94
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:11.0a1) Gecko/20111210 Firefox/11.0a1 ID:20111210031150
Pushlog:
http://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=9e7239c0f557&tochange=63bff373cb94
Regression window(m-i)
Works:
http://hg.mozilla.org/integration/mozilla-inbound/rev/da040523f045
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:11.0a1) Gecko/20111208 Firefox/11.0a1 ID:20111208055754
Fails:
http://hg.mozilla.org/integration/mozilla-inbound/rev/b0f8871174a5
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:11.0a1) Gecko/20111208 Firefox/11.0a1 ID:20111208060054
Pushlog:
http://hg.mozilla.org/integration/mozilla-inbound/pushloghtml?fromchange=da040523f045&tochange=b0f8871174a5
Triggered by:
e21ee958e5fd Masatoshi Kimura — Bug 701787 - Part 1: disallow responseType and withCredentials for sync XHR. r=smaug
Assignee: general → nobody
Blocks: 701787
Status: UNCONFIRMED → NEW
Component: JavaScript Engine → DOM
Ever confirmed: true
Keywords: regression
QA Contact: general → general
Comment 2•13 years ago
|
||
The jslinux code is certainly using responseType....
Since WebKit plans to align on this, we should probably just contact Fabrice and ask him to use async XHR, if he's using sync now.
tracking-firefox11:
--- → ?
tracking-firefox12:
--- → ?
Comment 3•13 years ago
|
||
Yeah, the corresponding WebKit bug has been fixed.
Assignee: nobody → english-us
Component: DOM → English US
Product: Core → Tech Evangelism
QA Contact: general → english-us
Version: Trunk → unspecified
Updated•13 years ago
|
OS: Windows XP → All
Hardware: x86 → All
Updated•13 years ago
|
Comment 4•13 years ago
|
||
I sent an e-mail to Fabrice.
It appears to be working again.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → INVALID
Updated•13 years ago
|
Resolution: INVALID → 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
•