Closed
Bug 588639
Opened 14 years ago
Closed 14 years ago
overriding getter with properties are failing in custom ES5 implementation
Categories
(Add-on SDK Graveyard :: General, defect)
Add-on SDK Graveyard
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: irakli, Assigned: irakli)
References
Details
Attachments
(1 file, 2 obsolete files)
2.44 KB,
patch
|
myk
:
review+
|
Details | Diff | Splinter Review |
Due to a implementation bug overriding getter or inherited getter with the same named properties are failing.
Assignee | ||
Comment 1•14 years ago
|
||
Attachment #467242 -
Flags: review?(myk)
Comment 2•14 years ago
|
||
Comment on attachment 467242 [details] [diff] [review]
fix
r=myk, but note nits on github commit page.
Attachment #467242 -
Flags: review?(myk) → review+
Assignee | ||
Comment 3•14 years ago
|
||
Since I changes in iterator behavior where affecting this, I had to remove few changes and this patch is considered to be on top of https://bugzilla.mozilla.org/show_bug.cgi?id=588636
commit link: http://github.com/Gozala/jetpack-sdk/commit/d3e52363a4ae727f0f3c8e98a219975ce87de0ab
Attachment #467242 -
Attachment is obsolete: true
Attachment #468657 -
Flags: review?(myk)
Assignee | ||
Updated•14 years ago
|
Assignee: nobody → rFobic
Assignee | ||
Comment 4•14 years ago
|
||
Last patch on 588636 have affected this change so had to update this patch to sync
Please note that this goes on top of: 588636
Link: http://github.com/Gozala/jetpack-sdk/commit/dcd7dd3a3a29e60c8ea0bb0915257e0025c0cb5f
Attachment #468657 -
Attachment is obsolete: true
Attachment #469009 -
Flags: review?(myk)
Attachment #468657 -
Flags: review?(myk)
Comment 5•14 years ago
|
||
Comment on attachment 469009 [details] [diff] [review]
Addressing review commets
Sorry for the delay reviewing this, it looks great! r=myk
Attachment #469009 -
Flags: review?(myk) → review+
Comment 7•14 years ago
|
||
Fixed by changeset https://hg.mozilla.org/labs/jetpack-sdk/rev/3ce007313e2c.
Keywords: checkin-needed
Updated•14 years ago
|
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Comment 8•14 years ago
|
||
The Add-on SDK is no longer a Mozilla Labs experiment and has become a big enough project to warrant its own Bugzilla product, so the "Add-on SDK" product has been created for it, and I am moving its bugs to that product.
To filter bugmail related to this change, filter on the word "looptid".
Component: Jetpack SDK → General
Product: Mozilla Labs → Add-on SDK
QA Contact: jetpack-sdk → general
Version: Trunk → unspecified
You need to log in
before you can comment on or make changes to this bug.
Description
•