[de-xbl] Migrate freebusy-row binding to custom element.
Categories
(Calendar :: Lightning Only, enhancement)
Tracking
(Not tracked)
People
(Reporter: arshad, Assigned: arshad)
References
Details
Attachments
(1 file, 12 obsolete files)
40.33 KB,
patch
|
arshad
:
review+
|
Details | Diff | Splinter Review |
Assignee | ||
Updated•6 years ago
|
Assignee | ||
Comment 1•6 years ago
|
||
Assignee | ||
Comment 2•6 years ago
|
||
Updated•6 years ago
|
Assignee | ||
Updated•6 years ago
|
Assignee | ||
Updated•6 years ago
|
Assignee | ||
Comment 3•6 years ago
|
||
Assignee | ||
Comment 4•6 years ago
|
||
Comment 5•6 years ago
|
||
(In reply to Arshad Khan [:arshad] from comment #4)
* @param {Number} val new mZoomFactor value
* @returns {Number} new mZoomFactor value
*/
- set zoomFactor(val) {
Please suggest better comment for this one.
When reading the documentation, what would you expect it to say to be helpful? What can be passed in as val? What kind of number. These are the things the documentation should say.
@@ +395,5 @@
- /**
* @returns {Number}
*/
- get numHours() {
this one.
What is the returned value? The name gives you a good hint.
@@ +403,5 @@
- /**
* @returns {Number}
*/
- get contentWidth() {
this one.
@@ +436,5 @@
- /**
* @returns {number} Document size
*/
- get documentSize() {
this one as well.
{Number}
Name gives you a good hint here too. For getters like this, "document size" is fairly ok as a comment I think. I'm not looking at the context now, but what is the size? What is the unit, if any.
Assignee | ||
Comment 6•6 years ago
|
||
Assignee | ||
Comment 7•6 years ago
|
||
Assignee | ||
Updated•6 years ago
|
Assignee | ||
Comment 8•6 years ago
|
||
Assignee | ||
Comment 9•6 years ago
|
||
Assignee | ||
Comment 10•6 years ago
|
||
Comment 11•6 years ago
|
||
Assignee | ||
Comment 12•6 years ago
|
||
Comment 13•6 years ago
|
||
Assignee | ||
Comment 14•6 years ago
|
||
Assignee | ||
Updated•6 years ago
|
Assignee | ||
Updated•6 years ago
|
Assignee | ||
Comment 15•6 years ago
|
||
Assignee | ||
Comment 16•6 years ago
|
||
Assignee | ||
Updated•6 years ago
|
Comment 17•6 years ago
|
||
Comment 18•6 years ago
|
||
(In reply to Arshad Khan [:arshad] from comment #1)
This bug will be applied on top of freebusy-day bug 1511270.
Is this still true. That bug isn't ready, so clearing checkin-needed for now.
Comment 19•6 years ago
|
||
Assignee | ||
Comment 20•6 years ago
|
||
(In reply to Jorg K (GMT+2) from comment #18)
(In reply to Arshad Khan [:arshad] from comment #1)
This bug will be applied on top of freebusy-day bug 1511270.
Is this still true. That bug isn't ready, so clearing checkin-needed for now.
No it is not.
Assignee | ||
Comment 21•6 years ago
|
||
Assignee | ||
Updated•6 years ago
|
Assignee | ||
Updated•6 years ago
|
Assignee | ||
Comment 23•6 years ago
|
||
Assignee | ||
Updated•6 years ago
|
Comment 24•6 years ago
|
||
Pushed by mozilla@jorgk.com:
https://hg.mozilla.org/comm-central/rev/10c8c0ceb9fb
Migrate freebusy-row binding to custom element. r=philipp
Updated•6 years ago
|
Description
•