[de-xbl] convert timepicker-hour to custom element.
Categories
(Calendar :: Lightning Only, enhancement)
Tracking
(Not tracked)
People
(Reporter: arshad, Assigned: arshad)
References
Details
Attachments
(1 file, 5 obsolete files)
9.54 KB,
patch
|
arshad
:
review+
arshad
:
feedback+
|
Details | Diff | Splinter Review |
Assignee | ||
Updated•6 years ago
|
Assignee | ||
Updated•6 years ago
|
Assignee | ||
Comment 1•6 years ago
|
||
Comment 2•6 years ago
|
||
Assignee | ||
Comment 3•6 years ago
|
||
Assignee | ||
Comment 4•6 years ago
|
||
See Bug 1512941 for the timepicker-hour patch changes.
Assignee | ||
Comment 5•6 years ago
|
||
Assignee | ||
Comment 6•6 years ago
|
||
Comment 7•6 years ago
|
||
Assignee | ||
Comment 8•6 years ago
|
||
(In reply to Magnus Melin [:mkmelin] from comment #7)
Comment on attachment 9047948 [details] [diff] [review]
timepicker-hour.patch(this is not reviewed yet)
Fallen reviewed it in https://bugzilla.mozilla.org/show_bug.cgi?id=1512941#c24
Assignee | ||
Comment 9•6 years ago
|
||
is it ok now?
Comment 10•6 years ago
|
||
Assignee | ||
Comment 11•6 years ago
|
||
Assignee | ||
Updated•6 years ago
|
Updated•6 years ago
|
Assignee | ||
Comment 12•6 years ago
|
||
Assignee | ||
Comment 13•6 years ago
|
||
Assignee | ||
Updated•6 years ago
|
Comment 14•6 years ago
|
||
Hmm, did you check your try before requesting checkin?
Assignee | ||
Comment 15•6 years ago
|
||
(In reply to Jorg K (GMT+1) from comment #14)
Hmm, did you check your try before requesting checkin?
https://bugzilla.mozilla.org/show_bug.cgi?id=1512943#c12
Comment 16•6 years ago
|
||
Pushed by mozilla@jorgk.com:
https://hg.mozilla.org/comm-central/rev/c099a18f37b3
Convert timepicker-hour binding to custom element. r=philipp DONTBUILD
Comment 17•6 years ago
|
||
A few remarks:
The patch provided here did NOT apply. It had a hunk
- let makeFormatRegExp = function (string) {
+ let makeFormatRegExp = function(string) {
which seemed to have moved into the patch from bug 1512942.
Also, would you mind including the word "binding" in your commit messages, I add it every time. Have you never noticed?
Lastly, https://developer.mozilla.org/en-US/docs/Mozilla/Developer_guide/How_to_Submit_a_Patch says that the commit message should look like this:
Bug 123456 - Change this thing to work better by doing something. r=reviewers
so no colon or semicolon.
As for the reviewer. You can used the IRC name, for Philipp that would be "Fallen" (uppercase), but Philipp's colleague MMD consistently uses "philipp". This has been discussed before, and Philipp said that he's OK with both.
Description
•