~ubuntu-branches/ubuntu/oneiric/lightning-extension/oneiric-proposed

« back to all changes in this revision

Viewing changes to calendar/base/modules/calProviderUtils.jsm

  • Committer: Package Import Robot
  • Author(s): Chris Coulson
  • Date: 2011-09-12 16:45:28 UTC
  • mfrom: (1.1.8 upstream)
  • Revision ID: package-import@ubuntu.com-20110912164528-o0d622iw1hsc50w5
Tags: 1.0~b6+build2-0ubuntu1
* New upstream release from the beta channel (CALENDAR_1_0b6_BUILD2)

* Drop obsolete patch
  - remove debian/patches/03_maxversion.patch
  - update debian/patches/series
* Refresh patches
  - update debian/patches/02_fix_system_libxul_build.patch
* Include the files containing the mail/suite version numbers in the tarball,
  as they're used to populate the version requirements in the install.rdf
  - update debian/rules

Show diffs side-by-side

added added

removed removed

Lines of Context:
140
140
 * getInterface: cal.InterfaceRequestor_getInterface,
141
141
 * ...
142
142
 *
 
143
 * NOTE: If the server only provides one realm for all calendars, be sure that
 
144
 * the |this| object implements calICalendar. In this case the calendar name
 
145
 * will be appended to the realm. If you need that feature disabled, see the
 
146
 * capabilities section of calICalendar.idl
 
147
 *
143
148
 * @param aIID      The interface ID to return
144
149
 */
145
150
cal.InterfaceRequestor_getInterface = function calInterfaceRequestor_getInterface(aIID) {