Closed
Bug 1433229
Opened 7 years ago
Closed 7 years ago
Move view related functions into calViewUtils.jsm
Categories
(Calendar :: Internal Components, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
6.2
People
(Reporter: Fallen, Assigned: Fallen)
References
Details
Attachments
(2 files)
33.32 KB,
patch
|
MakeMyDay
:
review+
|
Details | Diff | Splinter Review |
53.55 KB,
patch
|
Details | Diff | Splinter Review |
Using the script from attachment 8942466 [details] [diff] [review] (which has r+) and the following migrations: cal.isMouseOverBox -> cal.view.isMouseOverBox cal.calRadioGroupSelectItem -> cal.view.radioGroupSelectItem cal.applyAttributeToMenuChildren -> cal.view.applyAttributeToMenuChildren cal.removeChildElementsByAttribute -> cal.view.removeChildElementsByAttribute cal.getParentNodeOrThis -> cal.view.getParentNodeOrThis cal.getParentNodeOrThisByAttribute -> cal.view.getParentNodeOrThisByAttribute cal.formatStringForCSSRule -> cal.view.formatStringForCSSRule cal.getCompositeCalendar -> cal.view.getCompositeCalendar cal.hashColor -> cal.view.hashColor cal.getContrastingTextColor -> cal.view.getContrastingTextColor I'd like to move ACL functions out of calUtils.js(m). Again, there will be some manual changes in one patch, and one with all automatic changes. This is the next set of patches after bug 1433156.
Assignee | ||
Comment 1•7 years ago
|
||
Attachment #8945568 -
Flags: review?(makemyday)
Assignee | ||
Comment 2•7 years ago
|
||
Comment 3•7 years ago
|
||
Please have a look at bug 1399842 where I move two of the functions inline because they use "document".
Comment 4•7 years ago
|
||
Comment on attachment 8945568 [details] [diff] [review] Manual Changes - v1 Review of attachment 8945568 [details] [diff] [review]: ----------------------------------------------------------------- Thanks. r+ provided a green try push.
Attachment #8945568 -
Flags: review?(makemyday) → review+
Assignee | ||
Comment 5•7 years ago
|
||
https://treeherder.mozilla.org/#/jobs?repo=try-comm-central&revision=fb1b8835b794f1ac94a15ba37db53f2b7595ac57
Assignee | ||
Comment 6•7 years ago
|
||
Working try: https://treeherder.mozilla.org/#/jobs?repo=try-comm-central&revision=0252aca9f4f60703c9ab7a50649c29b19c50f2a7 For checkin, please push the manual and the automatic patches, in that order.
Keywords: checkin-needed
Pushed by mozilla@jorgk.com: https://hg.mozilla.org/comm-central/rev/033ede986813 Move view related functions into calViewUtils.jsm - manual changes. r=MakeMyDay https://hg.mozilla.org/comm-central/rev/850b32c6652c Move view related functions into calViewUtils.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
•