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 Chris Nelson <chrisn@statecollege.com>

Last Updated Sunday, Jun 13, 1999

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

Previous Updates

Module Updates
XPToolkit
June 14
Submitted by Peter Trudelle <trudelle@netscape.com>

Highlights

Lowlights
Accomplishments
  1. Fixed 7 bugs in the last week, see our Fixed Bug List  for details.
  2. Keybinding is in pending approval of RDF changes, but hindered by bug #7650 (fix in progress). People can still start using it, they just can't use modifier keys yet, at least on MacOS. It may work right on other platforms, haven't tested yet. (saari)
  3. Dynamic hide/show of menu bar is done. (danm)
  4. Backwards-compatible bar support done, needed for finding and hiding button bar, location bar, status bar, etc. (danm)
  5. Removed (obsolete) nsDialog implementation and usages from the widget and webshell directories. (mcafee)
  6. Basic XP Scrollbar widget is in, and ready for Gecko to integrate. (evaughan)
  7. Converted: ToolbarCore, ToolkitCore, BrowserAppCore, DOMPropsCore, CookieCore, ProfileCore, and WalletCore into components. (scc)

  8.  
Priorities
  1. Make nsITransferrable (and thus clipboard and d&d) scriptable.  (pinkerton, scc)
  2. OpenDialog from C. (danm)
  3. XBeep() (sdagley)
  4. Linux Drag & Drop. (mcafee)
  5. Integrate scrollbars into build. (evaughan)
  6. Make toggling titledbuttons.  (evaughan)
  7. Make dialogs size to content.  (evaughan)
  8. Convert refsCore, RDFCore, SignonCore, and EditorAppCore into components and merge with the current tree. (scc)
  9. Fix remaining M7 bugs. (all)


Decisions

  • Dynamic hide/show of titlebars appears not to be possible, and is not known to be a requirement, so we have tentatively decided to drop it. If anyone really needs it, and/or knows how to do it on all platforms, let us know. (danm)
Issues
People

 

XPCOM 2.0
June 11
Submitted by Suresh Duddi <dp@netscape.com>

Suresh Duddi has this update regarding XPCOM:

Component Registry separated from the current global registry. It now exists in

<exedir>/component.reg (unix and win)
<exedir>/Component Registry (mac)

Files obsoleted by xpcom2.0 landing removed from the tree.

Javascript
June 11
Submitted by Scott Furman <fur@netscape.com>

Scott writes:

"No new status this week, but I wanted to mention a JavaScript talk that our very own Norris Boyd will be giving at the upcoming JavaOne conference. Norris will be enlightening the unwashed masses about Rhino, the JavaScript-written-in-Java implementation that is freely available on mozilla.org."

Mail/News
June 11
Submitted by Phil Peterson<phil@netscape.com>

Phil Peterson has our Mail/News update::

This week

  • These started to appear this week: Send Unsent Messages, marking news read, cross-posting news, address picker.
  • Work in progress, but invisible: Undo delete messages, LDAP integration, biff (check for new mail), filtering
Next week
  • M7 bugs to zero (or real close) by Tuesday.
  • MIME emitter footprint reduction
  • No more tree breakage!
Footprint watch
  • About the same as last week. Win32 a little bigger, Mac and Linux a little smaller.
  • Win32: 800k
  • Mac: 1584k
  • Linux: 1794k
Editor
June 11
Submitted by Akkana Peck <akkana@netscape.com>

Our Editor module update is from Akkana Peck:

  • Ender text control work still on track for inclusion in M7.
  • Lots of transaction manager work, to make transactions scriptable. See the editor newsgroup for more information.
  • Backend work on block transformations, and lots of discussion in the newsgroup regarding typing rules for block transformations; meanwhile, work is proceeding well on the code to implement editing rules.
  • More work on various dialogs, such as the horizontal rule dialog.
  • The beginnings of Insert HTML, though there are lots of bugs.
  • Migrated the editor app core to XPIDL.
  • Middle mouse paste goes to the mouse location now.
  • Work proceeding on bugs related to XIF encoding (which show up primarily in saving to files and in the debug functions OutputHTML and OutputText).

Previous Updates