summaryrefslogtreecommitdiffstats
path: root/WebCore
diff options
context:
space:
mode:
authorBen Murdoch <benm@google.com>2010-08-11 15:21:07 +0100
committerBen Murdoch <benm@google.com>2010-08-13 12:32:33 +0100
commit82eeb7b660065e6e990280e6563ca7eafe4be1cd (patch)
tree75be6b2f264796eb6d58fbff8c0cc0b6b1a4d5a3 /WebCore
parent6567c2a19dd910c1f036bc638bab106fd6350e96 (diff)
downloadexternal_webkit-82eeb7b660065e6e990280e6563ca7eafe4be1cd.zip
external_webkit-82eeb7b660065e6e990280e6563ca7eafe4be1cd.tar.gz
external_webkit-82eeb7b660065e6e990280e6563ca7eafe4be1cd.tar.bz2
Merge Webkit at r65072 : Fix conflicts.
HTMLInputElement.cpp: New include. See http://trac.webkit.org/changeset/64616 TemporaryLinkStubs.cpp, Navigator.h: Relocation of string forwarders. See http://trac.webkit.org/changeset/65021 GraphicsContext.h, ImageSource.h: addition of WebCore namespace on Chromium's NativeImagePtr type. See http://trac.webkit.org/changeset/64584 Platform.h: Renaming of iPhone PLATFORM macros. See http://trac.webkit.org/changeset/64798 Change-Id: Ife412e30f733fe6bb66321a3600814d6499ddf70
Diffstat (limited to 'WebCore')
-rw-r--r--WebCore/html/HTMLInputElement.cpp3
-rw-r--r--WebCore/page/Navigator.h12
-rw-r--r--WebCore/platform/android/TemporaryLinkStubs.cpp10
-rw-r--r--WebCore/platform/graphics/GraphicsContext.h6
-rw-r--r--WebCore/platform/graphics/ImageSource.h18
5 files changed, 7 insertions, 42 deletions
diff --git a/WebCore/html/HTMLInputElement.cpp b/WebCore/html/HTMLInputElement.cpp
index f0245ec..8c759cb 100644
--- a/WebCore/html/HTMLInputElement.cpp
+++ b/WebCore/html/HTMLInputElement.cpp
@@ -67,13 +67,10 @@
#include "StepRange.h"
#include "StringHash.h"
#include "TextEvent.h"
-<<<<<<< HEAD
#ifdef ANDROID_ACCEPT_CHANGES_TO_FOCUSED_TEXTFIELDS
#include "WebViewCore.h"
#endif
-=======
#include "WheelEvent.h"
->>>>>>> webkit.org at r65072
#include <wtf/HashMap.h>
#include <wtf/MathExtras.h>
#include <wtf/StdLibExtras.h>
diff --git a/WebCore/page/Navigator.h b/WebCore/page/Navigator.h
index de10d62..e0801fe 100644
--- a/WebCore/page/Navigator.h
+++ b/WebCore/page/Navigator.h
@@ -21,15 +21,15 @@
#define Navigator_h
#include "NavigatorBase.h"
-<<<<<<< HEAD
-#include "PlatformString.h"
-=======
#include <wtf/Forward.h>
->>>>>>> webkit.org at r65072
#include <wtf/PassRefPtr.h>
#include <wtf/RefCounted.h>
#include <wtf/RefPtr.h>
+#if PLATFORM(ANDROID) && ENABLE(APPLICATION_INSTALLED)
+#include "PlatformString.h"
+#endif
+
namespace WebCore {
class DOMMimeTypeArray;
@@ -37,14 +37,10 @@ class DOMPluginArray;
class Frame;
class Geolocation;
class PluginData;
-<<<<<<< HEAD
-class String;
#if PLATFORM(ANDROID)
class ApplicationInstalledCallback;
class Connection;
#endif
-=======
->>>>>>> webkit.org at r65072
class Navigator : public NavigatorBase, public RefCounted<Navigator> {
public:
diff --git a/WebCore/platform/android/TemporaryLinkStubs.cpp b/WebCore/platform/android/TemporaryLinkStubs.cpp
index 2cacef9..bedb91b 100644
--- a/WebCore/platform/android/TemporaryLinkStubs.cpp
+++ b/WebCore/platform/android/TemporaryLinkStubs.cpp
@@ -311,17 +311,7 @@ void* WebCore::Frame::dragImageForSelection()
return 0;
}
-<<<<<<< HEAD
-void WebCore::Pasteboard::writeImage(WebCore::Node*, WebCore::KURL const&, WebCore::String const&) {}
-=======
-
-WTF::String WebCore::MIMETypeRegistry::getMIMETypeForExtension(WTF::String const&)
-{
- return WTF::String();
-}
-
void WebCore::Pasteboard::writeImage(WebCore::Node*, WebCore::KURL const&, WTF::String const&) {}
->>>>>>> webkit.org at r65072
namespace WebCore {
diff --git a/WebCore/platform/graphics/GraphicsContext.h b/WebCore/platform/graphics/GraphicsContext.h
index aafbce6..9cae2f1 100644
--- a/WebCore/platform/graphics/GraphicsContext.h
+++ b/WebCore/platform/graphics/GraphicsContext.h
@@ -69,7 +69,6 @@ class wxWindowDC;
typedef wxWindowDC PlatformGraphicsContext;
#endif
#elif PLATFORM(SKIA)
-<<<<<<< HEAD
#if PLATFORM(ANDROID)
namespace WebCore {
class PlatformGraphicsContext;
@@ -77,14 +76,11 @@ class PlatformGraphicsContext;
class SkPaint;
struct SkPoint;
#else
-typedef class PlatformContextSkia PlatformGraphicsContext;
-#endif
-=======
namespace WebCore {
class PlatformContextSkia;
}
typedef WebCore::PlatformContextSkia PlatformGraphicsContext;
->>>>>>> webkit.org at r65072
+#endif
#elif PLATFORM(HAIKU)
class BView;
typedef BView PlatformGraphicsContext;
diff --git a/WebCore/platform/graphics/ImageSource.h b/WebCore/platform/graphics/ImageSource.h
index 3226b41..014c136 100644
--- a/WebCore/platform/graphics/ImageSource.h
+++ b/WebCore/platform/graphics/ImageSource.h
@@ -47,19 +47,15 @@ QT_END_NAMESPACE
struct _cairo_surface;
typedef struct _cairo_surface cairo_surface_t;
#elif PLATFORM(SKIA)
-<<<<<<< HEAD
#if PLATFORM(ANDROID)
#include "SkString.h"
class SkBitmapRef;
class PrivateAndroidImageSourceRec;
#else
-class NativeImageSkia;
-#endif
-=======
namespace WebCore {
class NativeImageSkia;
}
->>>>>>> webkit.org at r65072
+#endif
#elif PLATFORM(HAIKU)
class BBitmap;
#elif OS(WINCE)
@@ -84,9 +80,7 @@ typedef TiledImageOpenVG* NativeImagePtr;
class ImageDecoderQt;
typedef ImageDecoderQt* NativeImageSourcePtr;
typedef QPixmap* NativeImagePtr;
-#elif PLATFORM(SKIA)
-#if PLATFORM(ANDROID)
-class String;
+#elif PLATFORM(SKIA) && PLATFORM(ANDROID)
#ifdef ANDROID_ANIMATED_GIF
class ImageDecoder;
#endif
@@ -102,11 +96,6 @@ typedef SkBitmapRef* NativeImagePtr;
#else
class ImageDecoder;
typedef ImageDecoder* NativeImageSourcePtr;
-typedef NativeImageSkia* NativeImagePtr;
-#endif
-#else
-class ImageDecoder;
-typedef ImageDecoder* NativeImageSourcePtr;
#if PLATFORM(WX)
#if USE(WXGC)
typedef wxGraphicsBitmap* NativeImagePtr;
@@ -115,11 +104,8 @@ typedef wxBitmap* NativeImagePtr;
#endif
#elif PLATFORM(CAIRO)
typedef cairo_surface_t* NativeImagePtr;
-<<<<<<< HEAD
-=======
#elif PLATFORM(SKIA)
typedef WebCore::NativeImageSkia* NativeImagePtr;
->>>>>>> webkit.org at r65072
#elif PLATFORM(HAIKU)
typedef BBitmap* NativeImagePtr;
#elif OS(WINCE)