mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-02 07:05:24 +00:00
660aba3f98
- Don't share the prototype's mObservers and mItems with all instances. - Enumerate mItems as an object, not an array, since that's how we use it. - Commonize occurrence-creation logic. - Fix itemNotCompleted filter to trigger on COMPLETED_NO instead of COMPLETED_YES. - Use instanceof rather than QI failure (which will throw, and uglifies control flow) to check item type. - Handle items with no startTime/endTime specified. - Unify brace style. - Use constant for END_OF_TIME. |
||
---|---|---|
.. | ||
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.