Closed
Bug 1436490
Opened 7 years ago
Closed 7 years ago
Move more data related functions into calDataUtils.jsm
Categories
(Calendar :: Internal Components, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
6.2
People
(Reporter: Fallen, Assigned: Fallen)
References
Details
Attachments
(2 files)
16.62 KB,
patch
|
MakeMyDay
:
review+
|
Details | Diff | Splinter Review |
31.61 KB,
patch
|
Details | Diff | Splinter Review |
Using the script from attachment 8942466 [details] [diff] [review] and the following migrations:
cal.binarySearch -> cal.data.binarySearch
cal.binaryInsertNode -> cal.data.binaryInsertNode
cal.binaryInsert -> cal.data.binaryInsert
cal.compareObjects -> cal.data.compareObjects
cal.compareArrays -> cal.data.compareArrays
I'd like to move window functions out of calUtils.js(m). Again, there will be some manual changes in one patch, and one with all automatic changes. This goes after bug 1436488 in patch order.
Comment 1•7 years ago
|
||
The function compareArrays() seems to be unused.
Assignee | ||
Comment 2•7 years ago
|
||
Thanks Martin, I've removed that one.
Attachment #8949173 -
Flags: review?(makemyday)
Assignee | ||
Comment 3•7 years ago
|
||
Assignee | ||
Comment 4•7 years ago
|
||
https://treeherder.mozilla.org/#/jobs?repo=try-comm-central&revision=0a2e7d1cf4dbbb9cc445adf9086fb84557d11fb0
Looks pretty much like comm-central right now.
Comment 5•7 years ago
|
||
Comment on attachment 8949173 [details] [diff] [review]
Manual Changes - v1
Review of attachment 8949173 [details] [diff] [review]:
-----------------------------------------------------------------
Looks good, r=me
Attachment #8949173 -
Flags: review?(makemyday) → review+
Assignee | ||
Comment 6•7 years ago
|
||
Please push both the automatic and manual patches, after the bug mentioned in comment 0.
Keywords: checkin-needed
Pushed by mozilla@jorgk.com:
https://hg.mozilla.org/comm-central/rev/e2c686325a54
Move more data related functions into calDataUtils.jsm - manual changes. r=MakeMyDay
https://hg.mozilla.org/comm-central/rev/afe12c107559
Move more data related functions into calDataUtils.jsm - automatic changes. r=MakeMyDay
Updated•7 years ago
|
Target Milestone: --- → 6.2
You need to log in
before you can comment on or make changes to this bug.
Description
•