https://bugs.webkit.org/show_bug.cgi?id=81884
Patch by Carlos Garcia Campos <cgarcia@bb-webkit-rel-64.local.igalia.com> on 2012-03-22
Reviewed by Eric Seidel.
Source/WebCore:
Use #include <wtf/foo> instead of #include "foo".
* platform/graphics/freetype/FontPlatformData.h:
* platform/graphics/gstreamer/MediaPlayerPrivateGStreamer.cpp:
* platform/gtk/DataObjectGtk.h:
* platform/network/ResourceHandleInternal.h:
* platform/network/soup/SocketStreamHandleSoup.cpp:
Source/WebKit/gtk:
Use #include <wtf/foo> instead of #include "foo".
* WebCoreSupport/DocumentLoaderGtk.cpp:
* WebCoreSupport/DragClientGtk.h:
* WebCoreSupport/FrameLoaderClientGtk.cpp:
* WebCoreSupport/FullscreenVideoController.h:
* WebCoreSupport/GeolocationClientGtk.h:
* WebCoreSupport/InspectorClientGtk.h:
* WebCoreSupport/TextCheckerClientGtk.cpp:
* WebCoreSupport/TextCheckerClientGtk.h:
* webkit/webkitdownload.cpp:
* webkit/webkitfavicondatabase.cpp:
* webkit/webkitglobals.cpp:
* webkit/webkithittestresult.cpp:
* webkit/webkitnetworkrequest.cpp:
* webkit/webkitnetworkresponse.cpp:
* webkit/webkitspellcheckerenchant.cpp:
* webkit/webkitwebdatasourceprivate.h:
* webkit/webkitwebsettings.cpp:
* webkit/webkitwebsettingsprivate.h:
* webkit/webkitwebviewprivate.h:
Source/WebKit2:
Use #include <wtf/foo> instead of #include <JavaScriptCore/foo>.
* UIProcess/API/gtk/tests/TestMain.h:
* UIProcess/API/gtk/tests/TestWebKitSettings.cpp:
Tools:
Use #include <wtf/foo> instead of #include "foo".
* DumpRenderTree/gtk/AccessibilityCallbacks.cpp:
* DumpRenderTree/gtk/AccessibilityUIElementGtk.cpp:
* DumpRenderTree/gtk/DumpRenderTree.cpp:
* DumpRenderTree/gtk/EditingCallbacks.cpp:
* DumpRenderTree/gtk/WorkQueueItemGtk.cpp:
* WebKitTestRunner/gtk/EventSenderProxyGtk.cpp:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@111696
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2012-03-22 Carlos Garcia Campos <cgarcia@bb-webkit-rel-64.local.igalia.com>
+
+ [GTK] Use the angle-bracket form to include wtf headers
+ https://bugs.webkit.org/show_bug.cgi?id=81884
+
+ Reviewed by Eric Seidel.
+
+ Use #include <wtf/foo> instead of #include "foo".
+
+ * platform/graphics/freetype/FontPlatformData.h:
+ * platform/graphics/gstreamer/MediaPlayerPrivateGStreamer.cpp:
+ * platform/gtk/DataObjectGtk.h:
+ * platform/network/ResourceHandleInternal.h:
+ * platform/network/soup/SocketStreamHandleSoup.cpp:
+
2012-03-22 Alexander Pavlov <apavlov@chromium.org>
Web Inspector: Case of the elements of the xml document should be shown as it is in the console
#include "FontDescription.h"
#include "FontOrientation.h"
#include "GlyphBuffer.h"
-#include "HashFunctions.h"
#include "RefPtrCairo.h"
#include <wtf/Forward.h>
+#include <wtf/HashFunctions.h>
typedef struct _FcFontSet FcFontSet;
#include "TimeRanges.h"
#include "VideoSinkGStreamer.h"
#include "WebKitWebSourceGStreamer.h"
-#include <GOwnPtr.h>
#include <gst/gst.h>
#include <gst/video/video.h>
#include <limits>
#include <math.h>
+#include <wtf/gobject/GOwnPtr.h>
#include <wtf/text/CString.h>
#ifdef GST_API_VERSION_1
#define DataObjectGtk_h
#include "FileList.h"
-#include <GRefPtr.h>
#include "KURL.h"
#include "Range.h"
#include <wtf/RefCounted.h>
+#include <wtf/gobject/GRefPtr.h>
#include <wtf/text/CString.h>
#include <wtf/text/StringHash.h>
#endif
#if USE(SOUP)
-#include <GRefPtr.h>
+#include <wtf/gobject/GRefPtr.h>
#define LIBSOUP_USE_UNSTABLE_REQUEST_API
#include <libsoup/soup-request.h>
#include <libsoup/soup.h>
#include "KURL.h"
#include "Logging.h"
-#include "NotFound.h"
#include "NotImplemented.h"
#include "SocketStreamError.h"
#include "SocketStreamHandleClient.h"
#include <gio/gio.h>
#include <glib.h>
+#include <wtf/NotFound.h>
#include <wtf/Vector.h>
#include <wtf/gobject/GOwnPtr.h>
#include <wtf/text/CString.h>
+2012-03-22 Carlos Garcia Campos <cgarcia@bb-webkit-rel-64.local.igalia.com>
+
+ [GTK] Use the angle-bracket form to include wtf headers
+ https://bugs.webkit.org/show_bug.cgi?id=81884
+
+ Reviewed by Eric Seidel.
+
+ Use #include <wtf/foo> instead of #include "foo".
+
+ * WebCoreSupport/DocumentLoaderGtk.cpp:
+ * WebCoreSupport/DragClientGtk.h:
+ * WebCoreSupport/FrameLoaderClientGtk.cpp:
+ * WebCoreSupport/FullscreenVideoController.h:
+ * WebCoreSupport/GeolocationClientGtk.h:
+ * WebCoreSupport/InspectorClientGtk.h:
+ * WebCoreSupport/TextCheckerClientGtk.cpp:
+ * WebCoreSupport/TextCheckerClientGtk.h:
+ * webkit/webkitdownload.cpp:
+ * webkit/webkitfavicondatabase.cpp:
+ * webkit/webkitglobals.cpp:
+ * webkit/webkithittestresult.cpp:
+ * webkit/webkitnetworkrequest.cpp:
+ * webkit/webkitnetworkresponse.cpp:
+ * webkit/webkitspellcheckerenchant.cpp:
+ * webkit/webkitwebdatasourceprivate.h:
+ * webkit/webkitwebsettings.cpp:
+ * webkit/webkitwebsettingsprivate.h:
+ * webkit/webkitwebviewprivate.h:
+
2012-03-20 Gyuyoung Kim <gyuyoung.kim@samsung.com>
Convert hasSpellingMarker to use Internals interface.
#include "config.h"
#include "DocumentLoaderGtk.h"
-#include "GRefPtr.h"
#include "webkitwebdatasource.h"
#include "webkitwebdatasourceprivate.h"
+#include <wtf/gobject/GRefPtr.h>
using namespace WebCore;
#include "DragClient.h"
#include "DragIcon.h"
-#include "GRefPtr.h"
+#include <wtf/gobject/GRefPtr.h>
typedef struct _WebKitWebView WebKitWebView;
#include "FrameNetworkingContextGtk.h"
#include "FrameTree.h"
#include "FrameView.h"
-#include "GOwnPtr.h"
-#include "GRefPtr.h"
#include "GtkPluginWidget.h"
#include "HTMLAppletElement.h"
#include "HTMLFormElement.h"
#include <glib.h>
#include <glib/gi18n-lib.h>
#include <stdio.h>
+#include <wtf/gobject/GOwnPtr.h>
+#include <wtf/gobject/GRefPtr.h>
#include <wtf/text/CString.h>
#include <wtf/text/StringConcatenate.h>
#if ENABLE(VIDEO) && !defined(GST_API_VERSION_1)
-#include "GRefPtr.h"
#include "GStreamerGWorld.h"
#include "HTMLMediaElement.h"
#include <wtf/RefPtr.h>
+#include <wtf/gobject/GRefPtr.h>
class FullscreenVideoController {
WTF_MAKE_NONCOPYABLE(FullscreenVideoController);
#if ENABLE(GEOLOCATION)
-#include "GRefPtr.h"
#include "GeolocationClient.h"
#include "GeolocationPosition.h"
#include <geoclue/geoclue-master.h>
#include <geoclue/geoclue-position.h>
+#include <wtf/gobject/GRefPtr.h>
typedef struct _WebKitWebView WebKitWebView;
#ifndef InspectorClientGtk_h
#define InspectorClientGtk_h
-#include "GOwnPtr.h"
-#include "GRefPtr.h"
#include "InspectorClient.h"
#include "InspectorFrontendClientLocal.h"
#include "webkitwebview.h"
#include "webkitwebinspector.h"
#include <wtf/Forward.h>
+#include <wtf/gobject/GOwnPtr.h>
+#include <wtf/gobject/GRefPtr.h>
namespace WebCore {
class Page;
#include "config.h"
#include "TextCheckerClientGtk.h"
-#include "GOwnPtr.h"
#include "NotImplemented.h"
#include "webkitspellchecker.h"
#include "webkitwebsettingsprivate.h"
#include <glib.h>
+#include <wtf/gobject/GOwnPtr.h>
#include <wtf/text/CString.h>
using namespace WebCore;
#ifndef TextCheckerClientGtk_h
#define TextCheckerClientGtk_h
-#include "GRefPtr.h"
#include "TextCheckerClient.h"
+#include <wtf/gobject/GRefPtr.h>
typedef struct _WebKitSpellChecker WebKitSpellChecker;
#include "webkitdownload.h"
#include "ErrorsGtk.h"
-#include "GRefPtr.h"
-#include "Noncopyable.h"
#include "NotImplemented.h"
#include "ResourceHandleClient.h"
#include "ResourceHandleInternal.h"
#include "webkitnetworkresponseprivate.h"
#include <glib/gi18n-lib.h>
#include <glib/gstdio.h>
+#include <wtf/Noncopyable.h>
+#include <wtf/gobject/GRefPtr.h>
#include <wtf/text/CString.h>
#ifdef ERROR
#include "DatabaseDetails.h"
#include "DatabaseTracker.h"
#include "FileSystem.h"
-#include "GRefPtr.h"
#include "IconDatabase.h"
#include "IconDatabaseClient.h"
#include "Image.h"
#include <glib/gi18n-lib.h>
#include <wtf/MainThread.h>
#include <wtf/gobject/GOwnPtr.h>
+#include <wtf/gobject/GRefPtr.h>
#include <wtf/text/CString.h>
/**
#include "Chrome.h"
#include "FrameNetworkingContextGtk.h"
#include "GtkUtilities.h"
-#include "GOwnPtr.h"
-#include "GRefPtr.h"
#include "IconDatabase.h"
#include "Logging.h"
#include "MemoryCache.h"
#include <runtime/InitializeThreading.h>
#include <stdlib.h>
#include <wtf/MainThread.h>
+#include <wtf/gobject/GOwnPtr.h>
+#include <wtf/gobject/GRefPtr.h>
#if USE(CLUTTER)
#include <clutter-gtk/clutter-gtk.h>
#include "config.h"
#include "webkithittestresult.h"
-#include "GOwnPtr.h"
-#include "GRefPtr.h"
#include "HitTestResult.h"
#include "KURL.h"
#include "WebKitDOMBinding.h"
#include "webkitglobals.h"
#include "webkitglobalsprivate.h"
#include <glib/gi18n-lib.h>
+#include <wtf/gobject/GOwnPtr.h>
+#include <wtf/gobject/GRefPtr.h>
#include <wtf/text/CString.h>
/**
#include "config.h"
#include "webkitnetworkrequest.h"
-#include "GRefPtr.h"
#include "ResourceRequest.h"
#include "webkitglobalsprivate.h"
#include <glib/gi18n-lib.h>
+#include <wtf/gobject/GRefPtr.h>
#include <wtf/text/CString.h>
/**
#include "config.h"
#include "webkitnetworkresponse.h"
-#include "GRefPtr.h"
#include "ResourceResponse.h"
#include "webkitglobalsprivate.h"
#include <glib/gi18n-lib.h>
+#include <wtf/gobject/GRefPtr.h>
#include <wtf/text/CString.h>
/**
#if ENABLE(SPELLCHECK)
-#include "GOwnPtr.h"
#include "webkitspellchecker.h"
#include <enchant.h>
#include <gtk/gtk.h>
+#include <wtf/gobject/GOwnPtr.h>
#include <wtf/text/CString.h>
/**
#ifndef webkitwebdatasourceprivate_h
#define webkitwebdatasourceprivate_h
-#include "RefPtr.h"
#include "webkitwebdatasource.h"
+#include <wtf/RefPtr.h>
namespace WebKit {
#include "EditingBehavior.h"
#include "FileSystem.h"
-#include "GOwnPtr.h"
#include "KURL.h"
#include "PluginDatabase.h"
#include "webkitenumtypes.h"
#include "webkitglobalsprivate.h"
#include "webkitversion.h"
#include "webkitwebsettingsprivate.h"
+#include <wtf/gobject/GOwnPtr.h>
#include <wtf/text/CString.h>
#include <wtf/text/StringConcatenate.h>
#include <glib/gi18n-lib.h>
#ifndef webkitwebsettingsprivate_h
#define webkitwebsettingsprivate_h
-#include "CString.h"
#include "webkitwebsettings.h"
+#include <wtf/text/CString.h>
extern "C" {
#include "FullscreenVideoController.h"
#include "GtkClickCounter.h"
#include "GtkDragAndDropHelper.h"
-#include "GOwnPtr.h"
#include "Page.h"
#include "ResourceHandle.h"
#include "WidgetBackingStore.h"
#include <webkit/webkitwebview.h>
+#include <wtf/gobject/GOwnPtr.h>
namespace WebKit {
WebCore::Page* core(WebKitWebView*);
+2012-03-22 Carlos Garcia Campos <cgarcia@bb-webkit-rel-64.local.igalia.com>
+
+ [GTK] Use the angle-bracket form to include wtf headers
+ https://bugs.webkit.org/show_bug.cgi?id=81884
+
+ Reviewed by Eric Seidel.
+
+ Use #include <wtf/foo> instead of #include <JavaScriptCore/foo>.
+
+ * UIProcess/API/gtk/tests/TestMain.h:
+ * UIProcess/API/gtk/tests/TestWebKitSettings.cpp:
+
2012-03-22 No'am Rosenthal <noam.rosenthal@nokia.com>
[Qt][WK2] The background appears to have one extra pixel from the contents
#ifndef TestMain_h
#define TestMain_h
-#include <JavaScriptCore/GOwnPtr.h>
-#include <JavaScriptCore/HashSet.h>
#include <glib-object.h>
+#include <wtf/HashSet.h>
+#include <wtf/gobject/GOwnPtr.h>
#define MAKE_GLIB_TEST_FIXTURE(ClassName) \
static void setUp(ClassName* fixture, gconstpointer data) \
#include "config.h"
#include "TestMain.h"
-#include <JavaScriptCore/GRefPtr.h>
#include <gtk/gtk.h>
#include <webkit2/webkit2.h>
+#include <wtf/gobject/GRefPtr.h>
static void testWebKitSettings(Test*, gconstpointer)
{
+2012-03-22 Carlos Garcia Campos <cgarcia@bb-webkit-rel-64.local.igalia.com>
+
+ [GTK] Use the angle-bracket form to include wtf headers
+ https://bugs.webkit.org/show_bug.cgi?id=81884
+
+ Reviewed by Eric Seidel.
+
+ Use #include <wtf/foo> instead of #include "foo".
+
+ * DumpRenderTree/gtk/AccessibilityCallbacks.cpp:
+ * DumpRenderTree/gtk/AccessibilityUIElementGtk.cpp:
+ * DumpRenderTree/gtk/DumpRenderTree.cpp:
+ * DumpRenderTree/gtk/EditingCallbacks.cpp:
+ * DumpRenderTree/gtk/WorkQueueItemGtk.cpp:
+ * WebKitTestRunner/gtk/EventSenderProxyGtk.cpp:
+
2012-03-22 Alexander Færøy <alexander.faeroy@nokia.com>
Unreviewed, add Michael Brüning and Allan Jensen to committers.py.
#include "AccessibilityController.h"
#include "DumpRenderTree.h"
-#include "GOwnPtr.h"
#include "WebCoreSupport/DumpRenderTreeSupportGtk.h"
#include <gtk/gtk.h>
#include <webkit/webkit.h>
+#include <wtf/gobject/GOwnPtr.h>
static guint stateChangeListenerId = 0;
static guint focusEventListenerId = 0;
#include "config.h"
#include "AccessibilityUIElement.h"
-#include "GOwnPtr.h"
-#include "GRefPtr.h"
#include "WebCoreSupport/DumpRenderTreeSupportGtk.h"
#include <JavaScriptCore/JSStringRef.h>
#include <atk/atk.h>
#include <gtk/gtk.h>
#include <wtf/Assertions.h>
+#include <wtf/gobject/GOwnPtr.h>
+#include <wtf/gobject/GRefPtr.h>
AccessibilityUIElement::AccessibilityUIElement(PlatformUIElement element)
: m_element(element)
#include "EditingCallbacks.h"
#include "EventSender.h"
#include "GCController.h"
-#include "GOwnPtr.h"
#include "LayoutTestController.h"
#include "PixelDumpSupport.h"
#include "SelfScrollingWebKitWebView.h"
#include <gtk/gtk.h>
#include <webkit/webkit.h>
#include <wtf/Assertions.h>
+#include <wtf/gobject/GOwnPtr.h>
#include <wtf/gobject/GlibUtilities.h>
#if PLATFORM(X11)
#include "config.h"
#include "EditingCallbacks.h"
-#include "CString.h"
#include "DumpRenderTree.h"
-#include "GOwnPtr.h"
#include "LayoutTestController.h"
#include <gtk/gtk.h>
#include <webkit/webkit.h>
+#include <wtf/gobject/GOwnPtr.h>
+#include <wtf/text/CString.h>
static CString dumpNodePath(WebKitDOMNode* node)
{
#include "DumpRenderTree.h"
-#include <GOwnPtr.h>
#include <JavaScriptCore/JSStringRef.h>
-#include <webkit/webkit.h>
#include <string.h>
+#include <webkit/webkit.h>
+#include <wtf/gobject/GOwnPtr.h>
// Returns a newly allocated UTF-8 character buffer which must be freed with g_free()
gchar* JSStringCopyUTF8CString(JSStringRef jsString)
#include "PlatformWebView.h"
#include "TestController.h"
-#include <GOwnPtr.h>
#include <GtkVersioning.h>
#include <wtf/OwnArrayPtr.h>
#include <wtf/PassOwnArrayPtr.h>
#include <gdk/gdkkeysyms.h>
#include <gtk/gtk.h>
+#include <wtf/gobject/GOwnPtr.h>
#include <wtf/text/WTFString.h>
namespace WTR {