[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.22-985-g3c00f00
eric at webkit.org
eric at webkit.org
Wed Mar 17 18:35:00 UTC 2010
The following commit has been merged in the webkit-1.1 branch:
commit 10e0518edf6567a1902aae1be43bdbb456e4b6c1
Author: eric at webkit.org <eric at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date: Fri Mar 12 02:20:51 2010 +0000
2010-03-11 Leandro Pereira <leandro at profusion.mobi>
Reviewed by Gustavo Noronha Silva.
Add EFL port files to efl/WebCoreSupport.
http://webkit.org/b/35917
* efl/WebCoreSupport/InspectorClientEfl.h: Added.
* efl/WebCoreSupport/InspectorClientEfl.cpp: Added.
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@55874 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/WebKit/ChangeLog b/WebKit/ChangeLog
index 6d51d7a..9c99db0 100644
--- a/WebKit/ChangeLog
+++ b/WebKit/ChangeLog
@@ -3,6 +3,16 @@
Reviewed by Gustavo Noronha Silva.
Add EFL port files to efl/WebCoreSupport.
+ http://webkit.org/b/35917
+
+ * efl/WebCoreSupport/InspectorClientEfl.h: Added.
+ * efl/WebCoreSupport/InspectorClientEfl.cpp: Added.
+
+2010-03-11 Leandro Pereira <leandro at profusion.mobi>
+
+ Reviewed by Gustavo Noronha Silva.
+
+ Add EFL port files to efl/WebCoreSupport.
http://webkit.org/b/35914
* efl/WebCoreSupport/DragClientEfl.h: Added.
diff --git a/WebKit/efl/WebCoreSupport/InspectorClientEfl.cpp b/WebKit/efl/WebCoreSupport/InspectorClientEfl.cpp
new file mode 100644
index 0000000..83c7d8e
--- /dev/null
+++ b/WebKit/efl/WebCoreSupport/InspectorClientEfl.cpp
@@ -0,0 +1,114 @@
+/*
+ * Copyright (C) 2008 INdT - Instituto Nokia de Tecnologia
+ * Copyright (C) 2009-2010 ProFUSION embedded systems
+ * Copyright (C) 2009-2010 Samsung Electronics
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ */
+
+#include "config.h"
+#include "InspectorClientEfl.h"
+
+#include "NotImplemented.h"
+#include "PlatformString.h"
+
+using namespace WebCore;
+
+namespace WebCore {
+
+void InspectorClientEfl::inspectorDestroyed()
+{
+ delete this;
+}
+
+Page* InspectorClientEfl::createPage()
+{
+ notImplemented();
+ return 0;
+}
+
+String InspectorClientEfl::localizedStringsURL()
+{
+ notImplemented();
+ return String();
+}
+
+String InspectorClientEfl::hiddenPanels()
+{
+ notImplemented();
+ return String();
+}
+
+void InspectorClientEfl::showWindow()
+{
+ notImplemented();
+}
+
+void InspectorClientEfl::closeWindow()
+{
+ notImplemented();
+}
+
+void InspectorClientEfl::attachWindow()
+{
+ notImplemented();
+}
+
+void InspectorClientEfl::detachWindow()
+{
+ notImplemented();
+}
+
+void InspectorClientEfl::setAttachedWindowHeight(unsigned)
+{
+ notImplemented();
+}
+
+void InspectorClientEfl::highlight(Node* node)
+{
+ notImplemented();
+}
+
+void InspectorClientEfl::hideHighlight()
+{
+ notImplemented();
+}
+
+void InspectorClientEfl::inspectedURLChanged(const String&)
+{
+ notImplemented();
+}
+
+void InspectorClientEfl::inspectorWindowObjectCleared()
+{
+ notImplemented();
+}
+
+void InspectorClientEfl::populateSetting(const String&, String*)
+{
+ notImplemented();
+}
+
+void InspectorClientEfl::storeSetting(const String&, const String&)
+{
+ notImplemented();
+}
+
+void InspectorClientEfl::removeSetting(const String&)
+{
+ notImplemented();
+}
+
+}
diff --git a/WebKit/efl/WebCoreSupport/InspectorClientEfl.h b/WebKit/efl/WebCoreSupport/InspectorClientEfl.h
new file mode 100644
index 0000000..853e7bd
--- /dev/null
+++ b/WebKit/efl/WebCoreSupport/InspectorClientEfl.h
@@ -0,0 +1,71 @@
+/*
+ * Copyright (C) 2007 Apple Inc. All rights reserved.
+ * Copyright (C) 2008 INdT - Instituto Nokia de Tecnologia
+ * Copyright (C) 2009-2010 ProFUSION embedded systems
+ * Copyright (C) 2009-2010 Samsung Electronics
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ *
+ * 1. Redistributions of source code must retain the above copyright
+ * notice, this list of conditions and the following disclaimer.
+ * 2. Redistributions in binary form must reproduce the above copyright
+ * notice, this list of conditions and the following disclaimer in the
+ * documentation and/or other materials provided with the distribution.
+ * 3. Neither the name of Apple Computer, Inc. ("Apple") nor the names of
+ * its contributors may be used to endorse or promote products derived
+ * from this software without specific prior written permission.
+ *
+ * THIS SOFTWARE IS PROVIDED BY APPLE AND ITS CONTRIBUTORS "AS IS" AND ANY
+ * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+ * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+ * DISCLAIMED. IN NO EVENT SHALL APPLE OR ITS CONTRIBUTORS BE LIABLE FOR ANY
+ * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
+ * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
+ * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
+ * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
+ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ */
+
+#ifndef InspectorClientEfl_h
+#define InspectorClientEfl_h
+
+#include "InspectorClient.h"
+
+namespace WebCore {
+class Node;
+class Page;
+class String;
+
+class InspectorClientEfl : public WebCore::InspectorClient {
+public:
+ virtual void inspectorDestroyed();
+
+ virtual WebCore::Page* createPage();
+
+ virtual WebCore::String localizedStringsURL();
+
+ virtual String hiddenPanels();
+
+ virtual void showWindow();
+ virtual void closeWindow();
+
+ virtual void attachWindow();
+ virtual void detachWindow();
+
+ virtual void setAttachedWindowHeight(unsigned height);
+
+ virtual void highlight(WebCore::Node*);
+ virtual void hideHighlight();
+ virtual void inspectedURLChanged(const WebCore::String& newURL);
+
+ virtual void inspectorWindowObjectCleared();
+ virtual void populateSetting(const WebCore::String& key, WebCore::String*);
+ virtual void storeSetting(const WebCore::String& key, const WebCore::String&);
+ virtual void removeSetting(const WebCore::String& key);
+};
+}
+
+#endif // InspectorClientEfl_h
--
WebKit Debian packaging
More information about the Pkg-webkit-commits
mailing list