posted Nov 1, 2010, 7:55 AM by Unknown user
Changes since version 1.4:- Added new methods for setting (
WebBrowser.setCookie(String url, Cookie cookie) method) and getting (WebBrowser.getCookies(String url) method) cookies for the specified URL; - Added support of extended browser's properties (
WebBrowser.getProperties() function), such as: - ShowScrollBars - property that allows to show or hide the browser's scroll bars;
- Show3DBorder - property that allows to show or hide the 3D border around the browser control;
- AllowImages - property that allows or disallows images;
- AllowVideos - property that allows or disallows videos;
- AllowSounds - property that allows or disallows sounds;
- AllowScripts - property that allows or disallows the executing of scripts;
- AllowJavaApplets - property that allows or disallows the loading and executing of Java Applets;
- AllowDownloadActiveX - property that allows or disallows the downloading of the ActiveX controls;
- AllowRunActiveX - property that allows or disallows the executing of the ActiveX controls;
- AllowContextMenu - property that enables or disables the context menu;
- Improved performance of DOM adapters;
- Improved memory management in DOM adapters;
Fixes:- Fixed critical memory leaks in the DOM arapters;
- Fixed the problem with searching (using, for example the
getElementById() method) of the embedded IFRAME elemtents; - Fixed the problem in the implementation of the
StatUrl structure, which caused incorrect functioning of the BrowserHistory class; - Other minor bugfixes;
|
|