WebRenderer - Solaris Enterprise update history

 

Date

Update information

 

 

 

 

Date

Update information

09-05-2008

Feature - New stable release.

21-05-2007

Feature
        - Added boolean isTopFrame() to BrowserEvent for onBeforeNavigate event.
        - Added public byte[] getDocumentSourceBytes() to IDocument for Mozilla.
Bug - Fixed issue findInPage with whole word as true.

03-11-2006

Feature - BufferedImages can now be created without an alpha component.

25-08-2006

Bug - Resolved issue with custom protocols.
        - Fixed issue with scrollbar on popup windows 

04-08-2006

WebRenderer v3.1 release

11-04-2006

Feature - Added IBrowserCanvas.enableImageLoading(boolean).
        - Added ProtocolEvent.getPOSTData() for Mozilla.

04-04-2006

Bug - Improved focus code for jvm 1.5

02-02-2006

Bug - Improved internal event handling. Improved focus code for jvm 1.3.1

19-01-2006

Feature - Added setWebRendererDirectoryName(String newName) to BrowserFactory.
Bug - Resolved Webstart classpath issue.

17-01-2006

Feature - Added setProfilePath(File path) to BrowserFactory to set Mozilla profile directory.

09-01-2006

Bug - Fixed issue with JVM 1.3.1

04-01-2006

Feature - Added findInPage with whole word search option to IMozillaBrowserCanvas.

02-09-2005

Feature - Cross-platform sharing of network drives now possible.  Each platform has an independant WebRenderer home directory.   New function in BrowserFactory allows optional configuration of the home directory - see BrowserFactory.setHomeDirectory(String) or BrowserFactory.setHomeDirectory(File) (note: This only has effect if called before a browser instance is spawned). Updated code samples in javadocs.
Bug - Cut/copy/paste issues resolved under Linux. Issues with savePageToFile lockup and/or inaction where incorrect system path separators were passed are now fixed.

30-06-2005

Feature - New improved Corecomponents using Mozilla 1.7.3.
             - Added getTargetElement to MouseEvent.

30-02-2005

Bug - Java 1.5 focus issue resolved.

16-03-2005 

WebRenderer v3.0 release 

28-02-2005

Feature - IDocument.getDocumentSource() now supports pages with POST data.
             - Custom protocol handler added.

14-01-2005

Bug - IDocument.getDocumentSource issues resolved for Mozilla.

23-12-2004

Feature - Improved stability and performance upgrades.

26-10-2004

Feature - getDocumentSource() added to IDocument for getting unmodified page source.
Feature - getRequestHeaders() and getResponseHeaders() added to NetworkEvent in onHTTPResponse.

24-09-2004

Feature - added getSelectedText().
Bug - fixed IRange bug. 

23-09-2004

Feature - loadURL can now navigate to target frame.

15-09-2004

Feature - getTransactionId() added to NetworkEvent and BrowserEvent.

26-08-2004

Feature - PDF support including printing from Java.
- setPrefProperty("webrenderer.pdf.viewer", String locationToViewer);
- setPrefProperty("webrenderer.pdf.printr", boolean); //Prints PDFs instead of viewing them.

13-08-2004

Feature - Milestone release of version 2.2

17-06-2004

Bug - Incorrect permissions bug fixed.

26-05-2004

Feature - JTabbedPane internal handler

25-05-2004

Feature - addScrollPositionListener added to IDocument (only for IDocuments created from an IMozillaBrowserCanvas)
Feature - setProxyAuthentication(username,password) added to IMozillaBrowserCanvas (to automate proxy authentication).

21-05-2004

Feature - BrowserFactory.destroyBrowser(IBrowserCanvas) added to destroy a IBrowserCanvas.

17-05-2004

New corecomponents for Solaris/Sparc requires GTK2.0 (part of Solaris 9 Stadard install)

02-04-2004

Feature - IElement.equals(IElement) and IDocument.equals(IDocument) added

30-03-2004

Bug - Bug fixed in BrowserFactory.setMozillaPath()

29-03-2004

Feature - addRule added to IStyleSheet. getProperty and setProperty in IStyleRule can now take hyphenated properties.

26-03-2004

Feature - IStyleSheet and IStyleRule added to DOM, IDocument.getStyleSheets returns an IStyleSheet[].
Feature - String[] getAttributes added to IElement 

24-03-2004

Feature - executeScript with return value

17-03-2004

Feature - getValue added to IElement to allow HTML FORM value harvesting

12-03-2004

Feature - getChildFrames

02-03-2004

Feature - getElementById added to IDocument DOM class
- DOM Event Listener added

20-02-2004

Feature - setLibraryPath

11-02-2004

Feature - highlightSelectedText method added to highlight text in documents.
Swing scrollbar support on all platforms

10-02-2004

Feature - Major Update v2.1. WebRenderer.jar now cross platform.