| Date |
Update information |
| 13-03-2008 |
| Feature |
- Added WindowListener to Server Edition. |
| Bug |
- Resolved additional ':' in httpPOST. |
| - Resolved issue with prompt dialogs on destroying browser on Linux. |
| - Resolved issue with DOM calls after destroying a browser. |
|
| 12-02-2008 |
| Feature |
- Added new pref properties "network.http.connect.timeout" and "network.http.read.timeout".
To utilize, call IBrowserCanvas.setPrefProperty with the name and time to wait before timing out in seconds.
eg. IBrowserCanvas.setPrefProperty("network.http.read.timeout", 10); |
| Bug |
- Resolved issue running in multiple processes on Linux. |
| - Resolved page render size issue. |
|
|
10-12-2007 |
Feature
- Added new methods for saveToDisk and saveToBufferedImage
that wait for pending network activity before
saving. Bug - Improved memory usage of
the DOM methods. -
Resolved issue with tiled background images. -
Resolved issue with rendering of pages which
caused black bars on edge of image.
|
|
02-11-2007 |
Bug
- Resolved extraction issue within some
web containers on Windows and Linux.
|
|
27-09-2007 |
Bug
- Resolved browser concurrency issue. -
Resolved prompt dialog issue on frames pages.
|
|
07-08-2007 |
Bug
- Resolved issue with IBrowserCanvas.writePageImage
methods.
|
|
02-08-2007 |
Bug
- Resolved library loading issue on Intel
OSX.
|
|
|
Server
Edition 4.0 Release
|
|
14-11-2006 |
Bug
- Resolved issue with confirm dialog events. -
Fixed setCheckValue(boolean bVal) for PromptEvent. Feature
- Added setPromptText(String string) for
PromptEvent.
|
|
27-10-2006 |
Bug
- Resolved issue with IDocument.getURL and
PromptEvent.setButtonResult.
|
|
18-09-2006 |
Resolved issue with httpPOST |
|
16-06-2006 |
Feature
- Added getX() and getY() to IElement.
|
|
13-06-2006 |
Feature
- Optimized DOM code for greater performance.
|
|
06-06-2006 |
Bug
- Resolved issue on pages with deep JavaScript
recursion.
|
|
08-05-2006 |
Feature
- Added functions getMaxRenderSize() and
setMaxRenderSize(width,height) to IBrowserCanvas.
|
|
25-04-2006 |
Bug
- Resolved issue font rendering issue.
|
|
11-04-2006 |
Feature
- Added IBrowserCanvas.enableImageLoading(boolean). Bug
- Resolved issue with BrowserFactory.destroyBrowser().
|
|
27-03-2006 |
Bug
- Resolved issues with IDocument getScripts(),
getAnchors() & getAll().
|
|
17-03-2006 |
Feature
- Added functions to save page to an OutputStream
and getPageSize to IBrowserCanvas.
|
|
08-02-2006 |
Bug
- Improved memory usage in savePageImageToDisk
for PNG images.
|
|
31-01-2006 |
Feature
- Added Support for JVM 1.3.1
|
|
30-11-2005 |
Feature
- Improved startup.
|
|
07-11-2005 |
Feature
- Print support added. IBrowserCanvas.print()
IBrowserCanvas.print(boolean,PageFormat)
IBrowserCanvas.setHeaders(String,String)
IBrowserCanvas.setFooters(String,String)
IBrowserCanvas.getPrintable(boolean) -
Added IBrowserCanvas.savePageSectionToBufferedImage(int
x, int y, int width, int height, boolean
breakText)
|