-
Notifications
You must be signed in to change notification settings - Fork 16
/
Changes
92 lines (81 loc) · 3.05 KB
/
Changes
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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
Revision history for Gtk2-WebKit
0.09 Fri, 13 May 2011 11:59:36 +0200
* Bind many new WebKit features, including
+ GeolocationPolicyDecision
+ NetworkResponse
+ SecurityOrigin
+ WebDatabase
+ WebDataSource
+ WebResource
+ WebFrame
- get_load_status
- get_security_origin
- get_network_response
- load_alternate_string
- scroll bar policies
+ WebView
- get_load_status
- get_progress
- undo/redo
- set_view_source_mode
- get_icon_uri
- cache_model
0.08 Sun May 30 13:44:36 CEST 2010
* Bind new web_inspector methods (Dirk Koopman).
0.07 Thu, 29 Oct 2009 17:01:04 +0100
* Implement a custom marshaller for WebView's create-plugin-widget
signal.
- Add tests for this (Jörn Reder).
* Work together with webkit versions that require initialisation
of glib's thread subsystem to be initialized externally.
0.06 Mon, 20 Jul 2009 03:22:53 +0200
* Don't pass any gcc-specific flags to the compiler.
0.05 Sat, 04 Jul 2009 01:08:59 +0200
* Upgrade ppport.h from 3.14 to 3.19.
* Don't provide glue to webkit_web_frame_new if it isn't available.
* Bind new methods.
- webkit_web_back_forward_list_add_item
- webkit_web_frame_load_uri
- webkit_web_frame_load_string
- webkit_web_frame_print_full
- webkit_web_frame_print
- webkit_web_view_get_title
- webkit_web_view_get_uri
- webkit_web_view_reload_bypass_cache
- webkit_web_view_load_uri
- webkit_web_view_load_request
- webkit_web_view_get_inspector
- webkit_web_view_get_window_features
- webkit_web_view_can_show_mime_type
- webkit_web_view_get_encoding
- webkit_web_view_set_custom_encoding
- webkit_web_view_get_custom_encoding
- webkit_web_view_move_cursor
- WebKitWebInspector API
- WebKitWebWindowFeatures API
- WebKitDownload API
- WebKitWebNavigationAction API
- WebKitWebPolicyDecision API
0.04 Mon, 15 Dec 2008 11:45:46 +0100
* Load Gtk2.pm to make manifypods work on cygwin (closes RT#41709).
0.03 Thu, 28 Aug 2008 07:35:34 +0200
* Relicense under LGPL.
* Bind zoom-related methods:
- web_view_get_zoom_level
- web_view_set_zoom_level
- view_zoom_in
- view_zoom_out
- web_view_get_full_content_zoom
- web_view_set_full_content_zoom
* Bind version-related methods:
- major_version
- minor_version
- micro_version
- check_version
* Switch from ExtUtils::MakeMaker to Module::Install.
0.02 Sun, 06 Jul 2008 14:24:04 +0200
* Make the SYNPOSIS code work by actually showing the widgets. Noticed
and solved by Alex Vasilevsky <[email protected]>
* Add podcoverage test.
0.01 Wed Feb 27 14:26:11 2008
* Initial release.