Closed
Bug 959655
Opened 12 years ago
Closed 12 years ago
Some buttons are never enabled on http://pythonfiddle.com/
Categories
(Core :: JavaScript Engine: JIT, defect)
Tracking
()
VERIFIED
FIXED
mozilla29
Tracking | Status | |
---|---|---|
firefox26 | --- | wontfix |
firefox27 | --- | verified |
firefox28 | --- | verified |
firefox29 | --- | verified |
firefox-esr24 | --- | unaffected |
People
(Reporter: alice0775, Assigned: jandem)
References
Details
(Keywords: regression)
Attachments
(1 file)
72.29 KB,
image/png
|
Details |
This is span off from Bug 958882
"Run" and "Reset" buttons are never enabled.
Steps To Reproduce:
1. Open http://pythonfiddle.com/
2. Wait about for 20-30sec (under CPU of 4core@2.5GHz)
Actual Results:
"Run" and "Reset" buttons are never enabled
Expected Results:
"Run" and "Reset" buttons should be enabled after 20-30sec.
Regression window(m-c)
Good:
http://hg.mozilla.org/mozilla-central/rev/a4e9c9c9dbf9
Mozilla/5.0 (X11; Linux i686; rv:26.0) Gecko/20100101 Firefox/26.0 ID:20130912030201
Bad:
http://hg.mozilla.org/mozilla-central/rev/b9029b1de410
Mozilla/5.0 (X11; Linux i686; rv:26.0) Gecko/20100101 Firefox/26.0 ID:20130913030201
Pushlog:
http://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=a4e9c9c9dbf9&tochange=b9029b1de410
Regression window(m-i)
Good:
http://hg.mozilla.org/integration/mozilla-inbound/rev/1a65e666ccbe
Mozilla/5.0 (X11; Linux i686; rv:26.0) Gecko/20100101 Firefox/26.0 ID:20130912061740
Bad:
http://hg.mozilla.org/integration/mozilla-inbound/rev/e2977628a9d5
Mozilla/5.0 (X11; Linux i686; rv:26.0) Gecko/20100101 Firefox/26.0 ID:20130912062936
Pushlog:
http://hg.mozilla.org/integration/mozilla-inbound/pushloghtml?fromchange=1a65e666ccbe&tochange=e2977628a9d5
Regressed by:
e2977628a9d5 Jan de Mooij — Bug 911369 - Don't specialize binary ops if one operand may be an object. r=bhackett
Assignee | ||
Updated•12 years ago
|
Flags: needinfo?(jdemooij)
Comment 1•12 years ago
|
||
Tracking as this is a recent fallout from 958882 and passing on to :jandem
Assignee: nobody → jdemooij
Updated•12 years ago
|
Assignee | ||
Comment 2•12 years ago
|
||
Alice, bug 921571 fixes this for me. Can you confirm inbound rev d3f32887012e or later works? Thanks!
Flags: needinfo?(jdemooij) → needinfo?(alice0775)
![]() |
Reporter | |
Comment 4•12 years ago
|
||
Fixed.
http://hg.mozilla.org/integration/mozilla-inbound/rev/d3f32887012e
Mozilla/5.0 (X11; Linux i686; rv:29.0) Gecko/20100101 Firefox/29.0 ID:20140120024929
http://hg.mozilla.org/integration/mozilla-inbound/rev/d3f32887012e
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:29.0) Gecko/20100101 Firefox/29.0 ID:20140120024929
Flags: needinfo?(alice0775)
![]() |
Reporter | |
Updated•12 years ago
|
Whiteboard: [fixed by bug 921571]
![]() |
Reporter | |
Updated•12 years ago
|
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
![]() |
Reporter | |
Comment 5•12 years ago
|
||
And also fixed in Aurora28.0a2 and 27beta tinderbox builds.
http://hg.mozilla.org/releases/mozilla-aurora/rev/bd0f87902b62
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:28.0) Gecko/20100101 Firefox/28.0 ID:20140120095711
http://hg.mozilla.org/releases/mozilla-beta/rev/90107551b8f5
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:27.0) Gecko/20100101 Firefox/27.0 ID:20140120095016
Updated•12 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•