RESOLVED FIXED 66343
Wire up relative time to garden-o-matic summary view.
https://bugs.webkit.org/show_bug.cgi?id=66343
Summary Wire up relative time to garden-o-matic summary view.
Dimitri Glazkov (Google)
Reported 2011-08-16 15:37:02 PDT
Wire up relative time to garden-o-matic summary view.
Attachments
Patch (8.00 KB, patch)
2011-08-16 15:39 PDT, Dimitri Glazkov (Google)
no flags
Patch (9.97 KB, patch)
2011-08-16 15:44 PDT, Dimitri Glazkov (Google)
abarth: review+
abarth: commit-queue-
Dimitri Glazkov (Google)
Comment 1 2011-08-16 15:39:24 PDT
Dimitri Glazkov (Google)
Comment 2 2011-08-16 15:44:11 PDT
Adam Barth
Comment 3 2011-08-16 17:16:48 PDT
Comment on attachment 104105 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=104105&action=review > Tools/BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/scripts/ui/notifications.js:73 > + get date() I'd prefer not to use getters and settings, but we can use them if you feel strongly. They secretly turn property accesses into function calls that can do scary things.
Dimitri Glazkov (Google)
Comment 4 2011-08-16 18:23:12 PDT
Comment on attachment 104105 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=104105&action=review >> Tools/BuildSlaveSupport/build.webkit.org-config/public_html/TestFailures/scripts/ui/notifications.js:73 >> + get date() > > I'd prefer not to use getters and settings, but we can use them if you feel strongly. They secretly turn property accesses into function calls that can do scary things. I totally agree with you. I keep wanting to use getters and setters, because they are fancy, but always worry about the foot-gun problem. I'll change to use WebKit style date() and setDate().
Dimitri Glazkov (Google)
Comment 5 2011-08-17 14:13:39 PDT
Note You need to log in before you can comment on or make changes to this bug.