Diff
Modified: trunk/Source/WebCore/ChangeLog (171930 => 171931)
--- trunk/Source/WebCore/ChangeLog 2014-08-01 18:28:13 UTC (rev 171930)
+++ trunk/Source/WebCore/ChangeLog 2014-08-01 18:29:28 UTC (rev 171931)
@@ -1,3 +1,27 @@
+2014-08-01 Pratik Solanki <psola...@apple.com>
+
+ Remove EventNames.h include from header files
+ https://bugs.webkit.org/show_bug.cgi?id=135486
+
+ Reviewed by Alexey Proskuryakov.
+
+ No new tests because no functional changes.
+
+ * Modules/airplay/WebKitPlaybackTargetAvailabilityEvent.h:
+ * Modules/gamepad/GamepadEvent.h:
+ * Modules/indexeddb/IDBRequest.h:
+ * Modules/indexeddb/IDBTransaction.h:
+ * Modules/mediastream/RTCStatsResponse.h:
+ * Modules/websockets/WebSocket.h:
+ * css/FontLoader.h:
+ * dom/SecurityPolicyViolationEvent.h:
+ * loader/appcache/DOMApplicationCache.h:
+ * workers/AbstractWorker.h:
+ * workers/Worker.h:
+ * workers/WorkerGlobalScope.h:
+ * xml/XMLHttpRequest.h:
+ * xml/XMLHttpRequestProgressEvent.h:
+
2014-08-01 Simon Fraser <simon.fra...@apple.com>
nullptr goodness in RenderLayer
Modified: trunk/Source/WebCore/Modules/airplay/WebKitPlaybackTargetAvailabilityEvent.h (171930 => 171931)
--- trunk/Source/WebCore/Modules/airplay/WebKitPlaybackTargetAvailabilityEvent.h 2014-08-01 18:28:13 UTC (rev 171930)
+++ trunk/Source/WebCore/Modules/airplay/WebKitPlaybackTargetAvailabilityEvent.h 2014-08-01 18:29:28 UTC (rev 171931)
@@ -29,7 +29,6 @@
#if ENABLE(IOS_AIRPLAY)
#include "Event.h"
-#include "EventNames.h"
namespace WebCore {
Modified: trunk/Source/WebCore/Modules/gamepad/GamepadEvent.h (171930 => 171931)
--- trunk/Source/WebCore/Modules/gamepad/GamepadEvent.h 2014-08-01 18:28:13 UTC (rev 171930)
+++ trunk/Source/WebCore/Modules/gamepad/GamepadEvent.h 2014-08-01 18:29:28 UTC (rev 171931)
@@ -28,7 +28,6 @@
#if ENABLE(GAMEPAD)
#include "Event.h"
-#include "EventNames.h"
#include "Gamepad.h"
#include <wtf/RefPtr.h>
Modified: trunk/Source/WebCore/Modules/indexeddb/IDBRequest.h (171930 => 171931)
--- trunk/Source/WebCore/Modules/indexeddb/IDBRequest.h 2014-08-01 18:28:13 UTC (rev 171930)
+++ trunk/Source/WebCore/Modules/indexeddb/IDBRequest.h 2014-08-01 18:29:28 UTC (rev 171931)
@@ -37,7 +37,6 @@
#include "DOMStringList.h"
#include "Event.h"
#include "EventListener.h"
-#include "EventNames.h"
#include "EventTarget.h"
#include "IDBAny.h"
#include "IDBCallbacks.h"
Modified: trunk/Source/WebCore/Modules/indexeddb/IDBTransaction.h (171930 => 171931)
--- trunk/Source/WebCore/Modules/indexeddb/IDBTransaction.h 2014-08-01 18:28:13 UTC (rev 171930)
+++ trunk/Source/WebCore/Modules/indexeddb/IDBTransaction.h 2014-08-01 18:29:28 UTC (rev 171931)
@@ -32,7 +32,6 @@
#include "DOMError.h"
#include "Event.h"
#include "EventListener.h"
-#include "EventNames.h"
#include "EventTarget.h"
#include "IDBDatabaseMetadata.h"
#include "IndexedDB.h"
Modified: trunk/Source/WebCore/Modules/mediastream/RTCStatsResponse.h (171930 => 171931)
--- trunk/Source/WebCore/Modules/mediastream/RTCStatsResponse.h 2014-08-01 18:28:13 UTC (rev 171930)
+++ trunk/Source/WebCore/Modules/mediastream/RTCStatsResponse.h 2014-08-01 18:29:28 UTC (rev 171931)
@@ -30,7 +30,6 @@
#include "DOMStringList.h"
#include "Event.h"
#include "EventListener.h"
-#include "EventNames.h"
#include "EventTarget.h"
#include "MediaStreamTrack.h"
#include "RTCStatsReport.h"
Modified: trunk/Source/WebCore/Modules/websockets/WebSocket.h (171930 => 171931)
--- trunk/Source/WebCore/Modules/websockets/WebSocket.h 2014-08-01 18:28:13 UTC (rev 171930)
+++ trunk/Source/WebCore/Modules/websockets/WebSocket.h 2014-08-01 18:29:28 UTC (rev 171931)
@@ -35,7 +35,6 @@
#include "ActiveDOMObject.h"
#include "EventListener.h"
-#include "EventNames.h"
#include "EventTarget.h"
#include "URL.h"
#include "WebSocketChannel.h"
Modified: trunk/Source/WebCore/css/FontLoader.h (171930 => 171931)
--- trunk/Source/WebCore/css/FontLoader.h 2014-08-01 18:28:13 UTC (rev 171930)
+++ trunk/Source/WebCore/css/FontLoader.h 2014-08-01 18:29:28 UTC (rev 171931)
@@ -30,7 +30,6 @@
#include "ActiveDOMObject.h"
#include "EventListener.h"
-#include "EventNames.h"
#include "EventTarget.h"
#include "VoidCallback.h"
#include <wtf/PassRefPtr.h>
Modified: trunk/Source/WebCore/dom/SecurityPolicyViolationEvent.h (171930 => 171931)
--- trunk/Source/WebCore/dom/SecurityPolicyViolationEvent.h 2014-08-01 18:28:13 UTC (rev 171930)
+++ trunk/Source/WebCore/dom/SecurityPolicyViolationEvent.h 2014-08-01 18:29:28 UTC (rev 171931)
@@ -28,7 +28,6 @@
#if ENABLE(CSP_NEXT)
#include "Event.h"
-#include "EventNames.h"
namespace WebCore {
Modified: trunk/Source/WebCore/loader/appcache/DOMApplicationCache.h (171930 => 171931)
--- trunk/Source/WebCore/loader/appcache/DOMApplicationCache.h 2014-08-01 18:28:13 UTC (rev 171930)
+++ trunk/Source/WebCore/loader/appcache/DOMApplicationCache.h 2014-08-01 18:29:28 UTC (rev 171931)
@@ -28,7 +28,6 @@
#include "ApplicationCacheHost.h"
#include "DOMWindowProperty.h"
-#include "EventNames.h"
#include "EventTarget.h"
#include "ScriptWrappable.h"
#include <wtf/Forward.h>
Modified: trunk/Source/WebCore/workers/AbstractWorker.h (171930 => 171931)
--- trunk/Source/WebCore/workers/AbstractWorker.h 2014-08-01 18:28:13 UTC (rev 171930)
+++ trunk/Source/WebCore/workers/AbstractWorker.h 2014-08-01 18:29:28 UTC (rev 171931)
@@ -33,7 +33,6 @@
#include "ActiveDOMObject.h"
#include "EventListener.h"
-#include "EventNames.h"
#include "EventTarget.h"
#include <wtf/PassRefPtr.h>
#include <wtf/RefCounted.h>
Modified: trunk/Source/WebCore/workers/Worker.h (171930 => 171931)
--- trunk/Source/WebCore/workers/Worker.h 2014-08-01 18:28:13 UTC (rev 171930)
+++ trunk/Source/WebCore/workers/Worker.h 2014-08-01 18:29:28 UTC (rev 171931)
@@ -30,7 +30,6 @@
#include "AbstractWorker.h"
#include "ActiveDOMObject.h"
#include "EventListener.h"
-#include "EventNames.h"
#include "EventTarget.h"
#include "MessagePort.h"
#include "WorkerScriptLoaderClient.h"
Modified: trunk/Source/WebCore/workers/WorkerGlobalScope.h (171930 => 171931)
--- trunk/Source/WebCore/workers/WorkerGlobalScope.h 2014-08-01 18:28:13 UTC (rev 171930)
+++ trunk/Source/WebCore/workers/WorkerGlobalScope.h 2014-08-01 18:29:28 UTC (rev 171931)
@@ -29,7 +29,6 @@
#include "ContentSecurityPolicy.h"
#include "EventListener.h"
-#include "EventNames.h"
#include "EventTarget.h"
#include "GroupSettings.h"
#include "ScriptExecutionContext.h"
Modified: trunk/Source/WebCore/xml/XMLHttpRequest.h (171930 => 171931)
--- trunk/Source/WebCore/xml/XMLHttpRequest.h 2014-08-01 18:28:13 UTC (rev 171930)
+++ trunk/Source/WebCore/xml/XMLHttpRequest.h 2014-08-01 18:29:28 UTC (rev 171931)
@@ -24,7 +24,6 @@
#include "ActiveDOMObject.h"
#include "EventListener.h"
-#include "EventNames.h"
#include "EventTarget.h"
#include "FormData.h"
#include "ResourceResponse.h"
Modified: trunk/Source/WebCore/xml/XMLHttpRequestProgressEvent.h (171930 => 171931)
--- trunk/Source/WebCore/xml/XMLHttpRequestProgressEvent.h 2014-08-01 18:28:13 UTC (rev 171930)
+++ trunk/Source/WebCore/xml/XMLHttpRequestProgressEvent.h 2014-08-01 18:29:28 UTC (rev 171931)
@@ -27,7 +27,6 @@
#ifndef XMLHttpRequestProgressEvent_h
#define XMLHttpRequestProgressEvent_h
-#include "EventNames.h"
#include "ProgressEvent.h"
namespace WebCore {