Closed Bug 1481154 Opened 7 years ago Closed 7 years ago

Minor bugs in GData provider

Categories

(Calendar :: Provider: GData, enhancement)

enhancement
Not set
minor

Tracking

(Not tracked)

RESOLVED FIXED
6.2.2.1

People

(Reporter: darktrojan, Assigned: darktrojan)

Details

Attachments

(1 file)

No description provided.
Should be self-explanatory, but just in case: * We're loading a file that's been renamed. * A monkey patch isn't calling the patched function with the right arguments. This one breaks mozmill tests for local builds.
Attachment #8997802 - Flags: review?(philipp)
Attachment #8997802 - Flags: review?(philipp) → review?(makemyday)
Comment on attachment 8997802 [details] [diff] [review] 1481154-gdata-nits-1.diff Review of attachment 8997802 [details] [diff] [review]: ----------------------------------------------------------------- ::: calendar/providers/gdata/content/gdata-lightning-item-iframe.js @@ +173,5 @@ > > // remember the selected index > gLastAlarmSelection = reminderList.selectedIndex; > } else { > + rv = protofunc.call(this, reminders, ...args); loadReminders could have just one argument - the reminders array, so one could spare the ...args here. But I'm also fine with leaving it as is.
Attachment #8997802 - Flags: review?(makemyday) → review+
Comment on attachment 8997802 [details] [diff] [review] 1481154-gdata-nits-1.diff Philipp, do we need this for 6.2 as well?
Attachment #8997802 - Flags: approval-calendar-esr?(philipp)
Keywords: checkin-needed
Attachment #8997802 - Flags: approval-calendar-esr?(philipp) → approval-calendar-esr+
Pushed by mozilla@jorgk.com: https://hg.mozilla.org/comm-central/rev/a9a60798fc90 Fix two minor bugs in GData provider. r=MakeMyDay
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
Keywords: checkin-needed
Resolution: --- → FIXED
Target Milestone: --- → 6.5
Target Milestone: 6.2 → 6.2.1
Target Milestone: 6.2.1 → 6.2.2
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: