mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-02 01:48:05 +00:00
086a3d6388
the absence of integer-valued properties consistently. - Add calIIcalComponent.INVALID_VALUE for just that purpose. - Use the same constant values for method in calIItemBase as we use in calIIcalComponent, for the sake of my sanity. (Tempted to just remove them and have people who care about setting .method do it on the icalComponent of their choice.) - Make calIItemBase.generation unsigned, since 0 means not-stored. - Voidify string properties returned from calICSService to indicate a missing property. - Don't propagate null or INVALID_VALUE props when copying to/from ICS. - calIItemBase.generation has precisely nothing to do with ICS VERSION, so remove the mapping. |
||
---|---|---|
.. | ||
base | ||
installer | ||
libxpical | ||
linux/icons/default | ||
mac | ||
os2/icons/default | ||
providers | ||
resources | ||
sunbird | ||
windows/icons/default | ||
.cvsignore | ||
createBuildId.pl | ||
INSTALL | ||
install.js | ||
install.rdf | ||
Makefile.in | ||
README |
Mozilla Calendar Readme ----------------------- Directory Explanation: resources/ content/ - This directory contains all the XUL and JS files needed for the calendar. /test - Test files for the calendar. These are not needed to run it. locale/ - Where the text for the calendar ends up, as well as definitions for dates and date formats. en-US/ skin/ - Graphics and CSS files defining the look of the calendar. modern/ ca-event-dialog/ - Graphics and CSS files for the dialog which adds and edits events. classic/ ca-event-dialog/ - Graphics and CSS files for the dialog which adds and edits events. libxpical/ - An XPCOM interface to the libical library. This is needed to retreive and write calendar information to a file.