OSDN Git Service

Merge webkit.org at r54127 : Fix final trivial merges
authorSteve Block <steveblock@google.com>
Tue, 2 Feb 2010 18:32:28 +0000 (18:32 +0000)
committerSteve Block <steveblock@google.com>
Thu, 4 Feb 2010 15:07:00 +0000 (15:07 +0000)
Change-Id: Ib24c66a3c609fd1c8ae9697f471a8abc85e5aa33

12 files changed:
WebCore/bindings/v8/NPV8Object.h
WebCore/bindings/v8/V8DOMWrapper.cpp
WebCore/dom/Document.cpp
WebCore/dom/Document.idl
WebCore/dom/Element.idl
WebCore/dom/TouchList.h
WebCore/history/CachedFrame.cpp
WebCore/page/EventHandler.cpp
WebCore/page/EventHandler.h
WebCore/platform/graphics/GraphicsContext.cpp
WebCore/platform/network/ResourceRequestBase.cpp
WebCore/plugins/PluginView.cpp

index 911987a..b9b376e 100644 (file)
 #ifndef NPV8Object_h
 #define NPV8Object_h
 
-<<<<<<< HEAD
-=======
 #include "V8Index.h"
->>>>>>> webkit.org at r54127
 #if PLATFORM(CHROMIUM)
 // FIXME: Chromium uses a different npruntime.h, which is in
 // the Chromium source repository under third_party/npapi/bindings.
index 01ae6ae..a24742d 100644 (file)
 #include "V8DOMWrapper.h"
 
 #include "CSSMutableStyleDeclaration.h"
-<<<<<<< HEAD
-=======
 #include "DOMDataStore.h"
->>>>>>> webkit.org at r54127
 #include "DOMObjectsInclude.h"
 #include "DocumentLoader.h"
 #include "FrameLoaderClient.h"
index 3953157..79beb0c 100644 (file)
 #include "SVGStyleElement.h"
 #endif
 
-<<<<<<< HEAD
 #if PLATFORM(ANDROID)
 // FIXME: We shouldn't be including this from WebCore!
 #include "WebViewCore.h"
 #endif
 
 #if ENABLE(TOUCH_EVENTS)
-#include "ChromeClient.h"
-=======
-#if ENABLE(TOUCH_EVENTS)
->>>>>>> webkit.org at r54127
 #include "TouchEvent.h"
 #endif
 
index 2b17a13..26ed7fd 100644 (file)
@@ -311,10 +311,6 @@ module core {
         attribute [DontEnum] EventListener ontouchmove;
         attribute [DontEnum] EventListener ontouchend;
         attribute [DontEnum] EventListener ontouchcancel;
-<<<<<<< HEAD
-#endif
-=======
->>>>>>> webkit.org at r54127
 #endif
 #endif
     };
index c9b6260..e565bc0 100644 (file)
@@ -200,10 +200,6 @@ module core {
         attribute [DontEnum] EventListener ontouchmove;
         attribute [DontEnum] EventListener ontouchend;
         attribute [DontEnum] EventListener ontouchcancel;
-<<<<<<< HEAD
-#endif
-=======
->>>>>>> webkit.org at r54127
 #endif
 #endif
     };
index a578e4c..61350b0 100644 (file)
 
 #if ENABLE(TOUCH_EVENTS)
 
-<<<<<<< HEAD
-#include <wtf/RefCounted.h>
-#include <wtf/Vector.h>
-#include "Touch.h"
-=======
 #include "Touch.h"
 #include <wtf/RefCounted.h>
 #include <wtf/Vector.h>
->>>>>>> webkit.org at r54127
 
 namespace WebCore {
 
index 3d2399f..a027b62 100644 (file)
 #endif
 
 #if ENABLE(TOUCH_EVENTS)
-<<<<<<< HEAD
-=======
 #include "Chrome.h"
->>>>>>> webkit.org at r54127
 #include "ChromeClient.h"
 #include "Page.h"
 #endif
index d68dccf..8a008dc 100644 (file)
 #include "TouchEvent.h"
 #endif
 
-<<<<<<< HEAD
 #if defined(ANDROID_PLUGINS)
 #include "WebViewCore.h"
 #endif
 
-=======
->>>>>>> webkit.org at r54127
 namespace WebCore {
 
 using namespace HTMLNames;
@@ -2609,7 +2606,6 @@ bool EventHandler::handleTouchEvent(const PlatformTouchEvent& event)
             m_firstTouchPagePos = pagePoint;
         }
 
-<<<<<<< HEAD
         // ANDROID
         // The touch event should act on m_touchEventTarget, not target
         // TODO: Upstream this fix to webkit.org
@@ -2617,8 +2613,6 @@ bool EventHandler::handleTouchEvent(const PlatformTouchEvent& event)
                                             point.screenPos().x(), point.screenPos().y(),
                                             adjustedPageX, adjustedPageY);
 
-=======
->>>>>>> webkit.org at r54127
         if (point.state() == PlatformTouchPoint::TouchReleased)
             releasedTouches->append(touch);
         else if (point.state() == PlatformTouchPoint::TouchCancelled)
index 83f2de8..f267ef5 100644 (file)
@@ -425,10 +425,6 @@ private:
     IntPoint m_firstTouchScreenPos;
     IntPoint m_firstTouchPagePos;
 #endif
-<<<<<<< HEAD
-
-=======
->>>>>>> webkit.org at r54127
 };
 
 } // namespace WebCore
index eac8bcd..0105c53 100644 (file)
@@ -506,11 +506,7 @@ void GraphicsContext::setPlatformTextDrawingMode(int mode)
 }
 #endif
 
-<<<<<<< HEAD
-#if !PLATFORM(QT) && !PLATFORM(CAIRO) && !(PLATFORM(SKIA) && !PLATFORM(ANDROID)) && !PLATFORM(HAIKU)
-=======
-#if !PLATFORM(QT) && !PLATFORM(CAIRO) && !PLATFORM(SKIA) && !PLATFORM(HAIKU) && !PLATFORM(OPENVG)
->>>>>>> webkit.org at r54127
+#if !PLATFORM(QT) && !PLATFORM(CAIRO) && !(PLATFORM(SKIA) && !PLATFORM(ANDROID)) && !PLATFORM(HAIKU) && !PLATFORM(OPENVG)
 void GraphicsContext::setPlatformStrokeStyle(const StrokeStyle&)
 {
 }
index adf635c..0a68972 100644 (file)
@@ -390,11 +390,7 @@ void ResourceRequestBase::updateResourceRequest() const
     m_resourceRequestUpdated = true;
 }
 
-<<<<<<< HEAD
-#if !PLATFORM(MAC) && !USE(CFNETWORK) && !USE(SOUP) && !PLATFORM(CHROMIUM) && !PLATFORM(ANDROID)
-=======
 #if !PLATFORM(MAC) && !USE(CFNETWORK) && !USE(SOUP) && !PLATFORM(CHROMIUM) && !PLATFORM(ANDROID) && !PLATFORM(QT)
->>>>>>> webkit.org at r54127
 unsigned initializeMaximumHTTPConnectionCountPerHost()
 {
     // This is used by the loader to control the number of issued parallel load requests. 
index b0dca80..d763219 100644 (file)
 #include "RenderObject.h"
 #include "npruntime_impl.h"
 #include "Settings.h"
-<<<<<<< HEAD
 #include <wtf/ASCIICType.h>
 
 #if defined(ANDROID_PLUGINS)
 #include "TouchEvent.h"
 #endif
 
+// ANDROID
+// TODO: Upstream to webkit.org
 #if USE(JSC)
 #include "JSDOMWindow.h"
 #include "JSDOMBinding.h"
 #include "c_instance.h"
 #include "runtime_root.h"
-=======
->>>>>>> webkit.org at r54127
 #include <runtime/JSLock.h>
 #include <runtime/JSValue.h>
 
@@ -162,7 +161,6 @@ void PluginView::handleEvent(Event* event)
         handleMouseEvent(static_cast<MouseEvent*>(event));
     else if (event->isKeyboardEvent())
         handleKeyboardEvent(static_cast<KeyboardEvent*>(event));
-<<<<<<< HEAD
 #if defined(ANDROID_PLUGINS)
     else if (event->isTouchEvent())
         handleTouchEvent(static_cast<TouchEvent*>(event));
@@ -171,10 +169,7 @@ void PluginView::handleEvent(Event* event)
     else if (event->type() == eventNames().DOMFocusInEvent)
         handleFocusEvent(true);
 #endif
-#if defined(Q_WS_X11) && ENABLE(NETSCAPE_PLUGIN_API)
-=======
 #if defined(XP_UNIX) && ENABLE(NETSCAPE_PLUGIN_API)
->>>>>>> webkit.org at r54127
     else if (event->type() == eventNames().DOMFocusOutEvent)
         handleFocusOutEvent();
     else if (event->type() == eventNames().DOMFocusInEvent)