Closed
Bug 1436488
Opened 7 years ago
Closed 7 years ago
Move window related functions into calWindowUtils.jsm
Categories
(Calendar :: Internal Components, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
6.2
People
(Reporter: Fallen, Assigned: Fallen)
References
Details
Attachments
(2 files, 3 obsolete files)
14.89 KB,
patch
|
Details | Diff | Splinter Review | |
10.57 KB,
patch
|
MakeMyDay
:
review+
|
Details | Diff | Splinter Review |
Using the script from attachment 8942466 [details] [diff] [review] and the following migrations:
cal.openCalendarWizard -> cal.window.openCalendarWizard
cal.openCalendarProperties -> cal.window.openCalendarProperties
cal.calPrint -> cal.window.openPrintDialog
cal.getCalendarWindow -> cal.window.getCalendarWindow
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 1433802 in patch order.
Assignee | ||
Comment 1•7 years ago
|
||
Attachment #8949134 -
Flags: review?(makemyday)
Comment 2•7 years ago
|
||
You didn't include calWindowUtils.jsm in the patch - is this intended?
Assignee | ||
Comment 3•7 years ago
|
||
Assignee | ||
Comment 4•7 years ago
|
||
Not at all, thanks!
Attachment #8949134 -
Attachment is obsolete: true
Attachment #8949134 -
Flags: review?(makemyday)
Attachment #8949170 -
Flags: review?(makemyday)
Assignee | ||
Comment 5•7 years ago
|
||
Attachment #8949170 -
Attachment is obsolete: true
Attachment #8949170 -
Flags: review?(makemyday)
Attachment #8949207 -
Flags: review?(makemyday)
Assignee | ||
Comment 6•7 years ago
|
||
https://treeherder.mozilla.org/#/jobs?repo=try-comm-central&revision=0a2e7d1cf4dbbb9cc445adf9086fb84557d11fb0
Looks pretty much like comm-central right now.
Assignee | ||
Comment 7•7 years ago
|
||
This is the patch I used on try.
Attachment #8949207 -
Attachment is obsolete: true
Attachment #8949207 -
Flags: review?(makemyday)
Attachment #8949341 -
Flags: review?(makemyday)
Comment 8•7 years ago
|
||
Comment on attachment 8949341 [details] [diff] [review]
Manual Changes - v4
Review of attachment 8949341 [details] [diff] [review]:
-----------------------------------------------------------------
Looks good, r=me
Attachment #8949341 -
Flags: review?(makemyday) → review+
Assignee | ||
Comment 9•7 years ago
|
||
Please push both the automatic and manual patches.
Keywords: checkin-needed
Comment 10•7 years ago
|
||
Pushed by mozilla@jorgk.com:
https://hg.mozilla.org/comm-central/rev/6101dbce66cc
Move window related functions into calWindowUtils.jsm - manual changes. r=MakeMyDay
https://hg.mozilla.org/comm-central/rev/1fad79cf6e7f
Move window related functions into calWindowUtils.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
•