Closed
Bug 762105
Opened 12 years ago
Closed 12 years ago
zimbra email not showing some email subjects
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
VERIFIED
FIXED
mozilla16
People
(Reporter: dietrich, Assigned: luke)
References
Details
(Keywords: regression)
Attachments
(1 file)
3.07 KB,
patch
|
dvander
:
review+
|
Details | Diff | Splinter Review |
screenshot: http://cl.ly/1i342i3w0l1Q06111h1X
Reporter | ||
Comment 1•12 years ago
|
||
Taras said it's a bug in Nightly.
Assignee: server-ops → nobody
Group: infra
Component: Server Operations → General
Product: mozilla.org → Firefox
QA Contact: phong → general
Version: other → unspecified
Reporter | ||
Updated•12 years ago
|
Keywords: regression
Updated•12 years ago
|
Version: unspecified → Trunk
Reporter | ||
Comment 3•12 years ago
|
||
Downgrading to 16.0a1 (2012-06-05) fixes the problem.
Reporter | ||
Comment 4•12 years ago
|
||
Comment 5•12 years ago
|
||
I'm experiencing the same issue with the same build.
Comment 7•12 years ago
|
||
Range between the two Nightlies:
https://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=a7a905fd70d5&tochange=6338a8988917
Keywords: regressionwindow-wanted
Comment 8•12 years ago
|
||
mozilla-central range:
https://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=a7a905fd70d5&tochange=c76497029f0d
Came from the inbound merge, so inbound range:
https://hg.mozilla.org/integration/mozilla-inbound/pushloghtml?fromchange=577a88fc97b6&tochange=b7fb3d52c843
Caused by bug 659577.
Assignee: nobody → general
Blocks: 659577
Component: General → JavaScript Engine
Product: Firefox → Core
QA Contact: general → general
Updated•12 years ago
|
Keywords: regressionwindow-wanted
OS: Other → All
Comment 9•12 years ago
|
||
I've attempted a backout of the main bug 659577 landing and the followup commit, but there are conflicts with things that landed after, so think it's perhaps just safer to leave for Luke to take a look at for now.
Assignee | ||
Comment 10•12 years ago
|
||
Yes, I'll look at it immediately.
Assignee | ||
Comment 11•12 years ago
|
||
Phew, I've tracked it down to a bug in the mjit changes: increment on a formal argument when formals are aliased by 'arguments' (but not by the scope chain) doesn't increment the canonical slot in the arguments object and so is effectively a nop.
Should be a simple fix; writing mjit patches isn't a good idea at this hour so I'll do it tomorrow.
Assignee | ||
Comment 12•12 years ago
|
||
Actually, the fix is pretty simple.
Updated•12 years ago
|
Attachment #630901 -
Flags: review?(dvander) → review+
Assignee | ||
Comment 13•12 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla16
Comment 14•12 years ago
|
||
Nightlies retriggered on 7e4c2abb9fc9.
Comment 15•12 years ago
|
||
Verified fixed with the new Nightly - thanks! :-)
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:16.0) Gecko/16.0 Firefox/16.0a1
http://hg.mozilla.org/mozilla-central/rev/7e4c2abb9fc9
Status: RESOLVED → VERIFIED
Flags: in-testsuite+
You need to log in
before you can comment on or make changes to this bug.
Description
•