forked from jmalonzo/pywebkitgtk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NEWS
75 lines (64 loc) · 2.17 KB
/
NEWS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
07 August 2010 - pywebkitgtk 1.1.8
---
- Fixes for he following defects
* Issue 36: Compiled code is recompiled during 'make install'
* Issue 40: Segmentation fault on destroy
* Issue 44: Expose the enums
* Issue 46: Install the pkgconfig file on make install
* Issue 47: pkg-config variable 'codegendir' should be taken from pygobject-2.0
* Issue 48: segfault when calling WebBackForwardList.get_back_list_with_limit()
* Issue 51: Add support for getting a NetworkResponse from a WebFrame
03 October 2010 - pywebkitgtk 1.1.7
---
- WebDataSource and WebDatabase bindings
- Miscellaneous bug fixes
08 August 2009 - pywebkitgtk 1.1.6
----
- WebView wrapper fixes (mostly by Sayamindu):
* load_uri, move_cursor, copy_clipboard (NEW)
* cut_clipboard, can_copy_clipboard and can_paste_clipboard
- GObject threads are now initialized by the PyWebKitGtk
- OS X build fix
29 May 2009 - pywebkitgtk 1.1.5
----
- New Printing API added to WebFrame.
- Covers improvements and changes from WebKitGtk 1.1.5 up to 1.1.8
Summary:
* Accessibility improvements
* Support for caret browsing
* Support for spell-checking
* WebKitGtk now displays an error page for load errors
* JIT support for X86_64
* Arbitrary widget embedding as if it was a plugin
* HTML5 database and localStorage Settings API
See http://trac.webkit.org/browser/trunk/WebKit/gtk/NEWS for more info.
1 Apr 2009 - pywebkitgtk 1.1.4
----
- Libtool 2.2 compatibility
- WebPolicyDecision API
18 Mar 2009 - pywebkitgtk 1.1.3
----
- New API: WebDownload
- WebHistoryItem constructor update
- now accepts 'uri' and 'title' properties
- More unit tests
7 Mar 2009 - pywebkitgtk 1.1
----
- WebKitGtk 1.1 API
* WebInspector
* WebNavigationDecision
* WebPolicyDecision
* API updates
* Bug fixes
- tabbed_browser replaces webbrowser
1 Nov 2008 - pywebkitgtk 1.0.2
----
- .pc file cleanup when invoking make clean
- Build fix for PyGtk 2.13 - Patch by Jason Ribeiro
- demos/webbrowser.py style fix - Patch by Steve Milner
15 Aug 2008 - pywebkitgtk 1.0.1
----
- Release for WebKitGtk 1.0.1
1 Oct 2007 - pywebkitgtk 0.2
----
- Initial release