summaryrefslogtreecommitdiffstats
path: root/WebKit/wx/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'WebKit/wx/ChangeLog')
-rw-r--r--WebKit/wx/ChangeLog90
1 files changed, 90 insertions, 0 deletions
diff --git a/WebKit/wx/ChangeLog b/WebKit/wx/ChangeLog
index a7212f0..c82850a 100644
--- a/WebKit/wx/ChangeLog
+++ b/WebKit/wx/ChangeLog
@@ -1,3 +1,93 @@
+2009-03-02 Kevin Ollivier <kevino@theolliviers.com>
+
+ Build fixes for wxWidgets Mac trunk build.
+
+ * WebView.h:
+ * bindings/python/webview.i:
+ * bindings/python/wxwebkit-py.bkl:
+ * dependencies.bkl:
+ * presets/wxwebkit.bkl:
+
+2009-02-11 Dimitri Dupuis-latour <dupuislatour@apple.com>
+
+ Stub out InspectorClientWx::hiddenPanels.
+
+ Reviewed by Timothy Hatcher.
+
+ * WebKitSupport/InspectorClientWx.cpp:
+ (WebCore::InspectorClientWx::hiddenPanels):
+ * WebKitSupport/InspectorClientWx.h:
+
+2009-02-06 Geoffrey Garen <ggaren@apple.com>
+
+ Build fix.
+
+ * WebKitSupport/FrameLoaderClientWx.cpp:
+ (WebCore::FrameLoaderClientWx::updateGlobalHistoryRedirectLinks):
+ * WebKitSupport/FrameLoaderClientWx.h:
+
+2009-02-05 Aaron Boodman <aa@chromium.org>
+
+ Reviewed by Dave Hyatt.
+
+ https://bugs.webkit.org/show_bug.cgi?id=23708
+ Adds documentElementAvailable() callback to FrameLoaderClient.
+
+ * WebKitSupport/FrameLoaderClientWx.cpp:
+ (WebCore::FrameLoaderClientWx::documentElementAvailable):
+ Stub out documentElementAvailable().
+ * WebKitSupport/FrameLoaderClientWx.h:
+ Ditto.
+
+2009-02-02 Geoffrey Garen <ggaren@apple.com>
+
+ Build fix.
+
+ * WebKitSupport/FrameLoaderClientWx.cpp:
+ (WebCore::FrameLoaderClientWx::updateGlobalHistoryForRedirectWithoutHistoryItem):
+ (WebCore::FrameLoaderClientWx::createPlugin):
+ (WebCore::FrameLoaderClientWx::createJavaAppletWidget):
+ * WebKitSupport/FrameLoaderClientWx.h:
+
+2009-02-02 Geoffrey Garen <ggaren@apple.com>
+
+ Build fix.
+
+ * WebFrame.cpp:
+ (wxWebFrame::LoadURL):
+
+2009-01-31 Darin Adler <darin@apple.com>
+
+ Build fix.
+
+ * WebView.cpp:
+ (wxWebView::OnSize): call sendResizeEvent on EventHandler.
+
+2009-01-29 David Kilzer <ddkilzer@apple.com>
+
+ Build fix for Wx: Finish de-RefCount-ing FrameLoaderClientWx
+
+ * WebKitSupport/FrameLoaderClientWx.cpp:
+ (WebCore::FrameLoaderClientWx::ref): Removed.
+ (WebCore::FrameLoaderClientWx::deref): Removed.
+ * WebKitSupport/FrameLoaderClientWx.h: Ditto.
+
+2009-01-28 David Kilzer <ddkilzer@apple.com>
+
+ Bug 23490: Remove initialRefCount argument from RefCounted class
+
+ <https://bugs.webkit.org/show_bug.cgi?id=23490>
+
+ Reviewed by Darin Adler.
+
+ FrameLoaderClientWx is no longer a RefCounted class.
+
+ * WebKitSupport/FrameLoaderClientWx.cpp:
+ (WebCore::FrameLoaderClientWx::FrameLoaderClientWx): Removed call
+ to the RefCounted<FrameLoaderClientWx>(0) super constructor.
+ * WebKitSupport/FrameLoaderClientWx.h: Don't include RefCounted.h
+ and stop inheriting from RefCounted<FrameLoaderClientWx>.
+
2009-01-27 Brady Eidson <beidson@apple.com>
Reviewed by Dan Bernstein