Closed
Bug 1025316
Opened 11 years ago
Closed 11 years ago
Port |Bug 1016132 - fuelApplication.js - mutating the [[Prototype]] of an object will cause your code to run very slowly; instead create the object with the correct initial [[Prototype]] value using Object.create| to Thunderbird for steelApplication.js
Categories
(Thunderbird :: General, defect)
Thunderbird
General
Tracking
(thunderbird36 fixed)
RESOLVED
FIXED
Thunderbird 36.0
Tracking | Status | |
---|---|---|
thunderbird36 | --- | fixed |
People
(Reporter: aceman, Assigned: aceman)
References
Details
Attachments
(1 file)
1.73 KB,
patch
|
standard8
:
review+
|
Details | Diff | Splinter Review |
+++ This bug was initially created as a clone of Bug #1016132 +++
STR
1/ Start recent Thunderbird trunk build
2/ Check error console output
Actual result
/components/steelApplication.js - mutating the [[Prototype]] of an object will cause your code to run very slowly; instead create the object with the correct initial [[Prototype]] value using Object.create
Expected result
No error about steelApplication.js
I think I have this patch somewhere, I wonder why I didn't attach it.
Attachment #8497682 -
Flags: review?(standard8)
Updated•11 years ago
|
Attachment #8497682 -
Flags: review?(standard8) → review+
Comment 4•11 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Keywords: checkin-needed
Resolution: --- → FIXED
Target Milestone: --- → Thunderbird 36.0
Updated•10 years ago
|
status-thunderbird36:
--- → fixed
You need to log in
before you can comment on or make changes to this bug.
Description
•