You are currently viewing a snapshot of www.mozilla.org taken on April 21, 2008. Most of this content is highly out of date (some pages haven't been updated since the project began in 1998) and exists for historical purposes only. If there are any pages on this archive site that you think should be added back to www.mozilla.org, please file a bug.




status update

maintained by Tim Rowley <tor@cs.brown.edu>

Last Updated Saturday September 14, 2002

This status update page is updated every week. To get updates and news throughout the week you are invited to check out mozillaZine, a site devoted to Mozilla advocacy.

Previous Updates

Module Updates
Necko, Imagelib, XPCOM
September 10
Submitted by Gagan Saksena <gagan@netscape.com>

Summary

  • Darin continues to fix a lot of bugs.

Highlights

  • darin
    • landed patch for bug 163746 (trunk) - large image requests never load once interrupted
    • landed patch for bug 151843 (trunk) - nsIFile::Append inconsistent across platforms
    • landed patch for bug 12274 (trunk) - RFE: browser should prefetch LINK tag documents
    • landed patch for bug 166396 (trunk) - embedders should be able to override the default socket type.
    • developed patch for bug 166647 - allow prefetching from a META tag (including other fixes for link prefetching)
    • developed patch for bug 105340 - allow spaces in proxy prefs + some nsProtocolProxyService cleanup/optimizations
    • developed patch for bug 166498 - nsHTTPChunkConv should be removed from the tree
    • developed patch for bug 24197 - RFE Show progress while uploading files (in a form post)
    • attended first round of necko API review
    • attended profile sharing meeting; discussed transaction queue details.
    • discussed unicode file:// URL issues with Roy Yokoyama.
    • planned future cache work with Gordon (e.g., 2-level disk cache, preferences, and tuning).
    • reviewed lots of patches
    • heavy triaging for moz 1.2 beta
  • gordon
    • Returned from vacation, and waded through a couple thousand emails.
    • Attended a Necko API freeze meeting. More required.
    • Planned out cache enhancements to attempt for Mozilla 1.2 with Darin.
  • neeti
  • gagan

Lowlights

  • gagan
    • We have slacked on our sheriff duties. Need to slap our wrists.
    • No report from Pavlov-- now 4 weeks in a row.
    • No report from Dougt.

Plans for next week

  • darin
    • the usual...

Issues

Calendar
September 11
Submitted by Mike Potter <mikep@oeone.com>

A lot of progress was made in the past week with the calendar.

  • Many speed improvements:
    • The event list was converted to a tree which draws its content from a custom JS view, instead of creating all the XUL elements in JS and appending them to the tree. This saves a *ton* of time to redraw the list, especially for users with lots of events.
    • The month view was redrawing every time an event was clicked. This was fixed, and we got a huge speed gain there. Its much more useable with lots of events now.
  • A few UI tweaks to the Manage Calendar dialog, making it easier for users to subscribe to remote calendars, and add local calendar files of their own.
  • Added in the ability to publish your calendar data to an FTP server, or a webDAV enabled http server (similar to Apple's iCal).
  • Apple released iCal and published a large list of events to their ical website. We can read in this list of events without problem ( we even handle their webcal:// protocol). Click on any of the links at http://www.apple.com/ical/library/ to see this.
  • Added the ability to drag calendar links onto the calendar in order to subscribe to them.
  • A few other small fixes, bugs: 166615, 166762, 165693, 167153, 167285, 154961, 165197.

We need help getting the packaging done for users on Mac OS X. Please email mostafah@oeone.com if you can help us out. We have everything built, we just don't know how to package everything up. If you want to help out with the calendar, check out the website at http://www.mozilla.org/projects/calendar/ for a list of New bugs that need work.

Calendar version 0.8 has been released - many selection p roblems are fixed, with small speed increses as well.

Previous Updates