1 2007-11-08 Kevin Ollivier <kevino@theolliviers.com>
3 Initial commit of wx implementation of WebKit. This includes
4 the wxWebFrame and wxWebView wx front end classes, the
5 WebKitSupport directory containing implementations of interfaces
6 used by WebCore to talk with the wxWebKit front end, and the
7 language bindings for wxWebKit (bindings dir), currently
8 only containing bindings and a sample app for wxPython.
10 Reviewed by Mark Rowe.
12 * Bakefiles.bkgen: Added.
13 * WebFrame.cpp: Added.
15 * WebKitSupport: Added.
16 * WebKitSupport/ChromeClientWx.cpp: Added.
17 * WebKitSupport/ChromeClientWx.h: Added.
18 * WebKitSupport/ContextMenuClientWx.cpp: Added.
19 * WebKitSupport/ContextMenuClientWx.h: Added.
20 * WebKitSupport/DragClientWx.cpp: Added.
21 * WebKitSupport/DragClientWx.h: Added.
22 * WebKitSupport/EditorClientWx.cpp: Added.
23 * WebKitSupport/EditorClientWx.h: Added.
24 * WebKitSupport/FrameLoaderClientWx.cpp: Added.
25 * WebKitSupport/FrameLoaderClientWx.h: Added.
26 * WebKitSupport/InspectorClientWx.cpp: Added.
27 * WebKitSupport/InspectorClientWx.h: Added.
30 * WebViewPrivate.h: Added.
32 * bindings/python: Added.
33 * bindings/python/samples: Added.
34 * bindings/python/samples/simple.py: Added.
35 * bindings/python/webview.i: Added.
36 * bindings/python/wxwebkit-py.bkl: Added.
37 * dependencies.bkl: Added.
39 * presets/wxwebkit.bkl: Added.
40 * wxwebkit.bkl: Added.
41 * wxwk-settings.bkl: Added.