Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Issue 5055554716172288: Issue 653 -Object.defineProperty instead of defineGetter / defineSetter (Closed)

Created:
June 9, 2014, 9:29 a.m. by tschuster
Modified:
July 9, 2014, 5:21 p.m.
Reviewers:
Wladimir Palant
Visibility:
Public.

Description

Issue 653 -Object.defineProperty instead of defineGetter / defineSetter

Patch Set 1 #

Total comments: 4

Patch Set 2 : I am generally not a big fan of iterating over property names. It seems like for most objects here … #

Unified diffs Side-by-side diffs Delta from patch set Stats (+27 lines, -23 lines) Patch
M chrome/content/ui/filters-subscriptionactions.js View 1 chunk +1 line, -1 line 0 comments Download
M chrome/content/ui/progressBar.js View 1 chunk +10 lines, -4 lines 0 comments Download
M chrome/content/ui/sidebar.js View 1 chunk +1 line, -1 line 0 comments Download
M lib/filterClasses.js View 3 chunks +6 lines, -7 lines 0 comments Download
M lib/filterStorage.js View 1 1 chunk +2 lines, -2 lines 0 comments Download
M lib/io.js View 1 1 chunk +2 lines, -3 lines 0 comments Download
M lib/utils.js View 1 2 chunks +5 lines, -5 lines 0 comments Download

Messages

Total messages: 8
tschuster
June 9, 2014, 9:29 a.m. (2014-06-09 09:29:26 UTC) #1
tschuster
r? (I never know if this actually send a mail or not)
June 16, 2014, 11:11 a.m. (2014-06-16 11:11:12 UTC) #2
Wladimir Palant
http://codereview.adblockplus.org/5055554716172288/diff/5629499534213120/chrome/content/ui/filters-subscriptionactions.js File chrome/content/ui/filters-subscriptionactions.js (right): http://codereview.adblockplus.org/5055554716172288/diff/5629499534213120/chrome/content/ui/filters-subscriptionactions.js#newcode239 chrome/content/ui/filters-subscriptionactions.js:239: Object.defineProperty(this, "_accelMask", {value: result}); I wonder whether not having ...
June 23, 2014, 11:12 a.m. (2014-06-23 11:12:39 UTC) #3
tschuster
I am generally not a big fan of iterating over property names. It seems like ...
June 26, 2014, 8:33 p.m. (2014-06-26 20:33:10 UTC) #4
Wladimir Palant
On 2014/06/26 20:33:10, tschuster wrote: > I am generally not a big fan of iterating ...
June 27, 2014, 5:50 a.m. (2014-06-27 05:50:52 UTC) #5
tschuster
On 2014/06/27 05:50:52, Wladimir Palant wrote: > On 2014/06/26 20:33:10, tschuster wrote: > > I ...
June 27, 2014, 1:31 p.m. (2014-06-27 13:31:56 UTC) #6
tschuster
Hey Wladimir, does that look good to you, now?
July 1, 2014, 12:09 p.m. (2014-07-01 12:09:02 UTC) #7
Wladimir Palant
July 1, 2014, 12:46 p.m. (2014-07-01 12:46:24 UTC) #8
LGTM

Powered by Google App Engine
This is Rietveld