January 21st, 2009· Renamed NavigatorListener to NavigatorErrorListener.
· Updated JavaFX support so it's 1.0 compliant.
· Added methods getContentObject() and getCurrentMimeType() to FramePanel and BrowserPanel. getContentObject() should return HTMLDocumentImpl instances if HTML is showing.
· Added navigation listener, content listener and response listener capabilities to FramePanel and BrowserPanel. Navigation events have a linkObject property that should be of type HTMLElement for HTML clicks.
· Added navigation listeners to extensions.
· Added connection pre- and post-processors to extensions.
· Added a FramePanelFactory capability.
· The factory that the browser uses to create FramePanel instances (e.g. for IFRAMEs) can be set with FramePanelFactorySource.
· Fixed a security issue that prevented some windows from being opened programmatically.
· Implemented status URLs on link hover.
· Added insertProvider and removeProvider permissions to security policy for local code.
· Fixed a general issue with Javascript operations on windows that aren't yet open.
· Allowing cancellation of window open when progress window gets disposed of.
· Patch [ 2339649 ] Remove special 'U' character; causes errors in some env's. Affects compilation of source code. (Thanks Derrick Rice - derrick_rice).
· Fixed error in unquoting of content-type charset.
· Fixed charset of cached documents.