Title: [89858] trunk/Source
Revision
89858
Author
[email protected]
Date
2011-06-27 14:23:31 -0700 (Mon, 27 Jun 2011)

Log Message

2011-06-27  Alexis Menard  <[email protected]>

        Reviewed by Darin Adler.

        Use specific headers includes rather than full system headers.
        https://bugs.webkit.org/show_bug.cgi?id=63475

        Use only needed headers rather than system headers.

        No new tests, it's just a little cosmetic change.

        * platform/mac/WebVideoFullscreenController.h:
        * platform/mac/WebVideoFullscreenHUDWindowController.h:
2011-06-27  Alexis Menard  <[email protected]>

        Reviewed by Darin Adler.

        Use specific headers includes rather than full system headers.
        https://bugs.webkit.org/show_bug.cgi?id=63475

        Use only needed headers rather than system headers.

        * WebCoreSupport/QTKitFullScreenVideoHandler.mm:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (89857 => 89858)


--- trunk/Source/WebCore/ChangeLog	2011-06-27 21:22:13 UTC (rev 89857)
+++ trunk/Source/WebCore/ChangeLog	2011-06-27 21:23:31 UTC (rev 89858)
@@ -1,3 +1,17 @@
+2011-06-27  Alexis Menard  <[email protected]>
+
+        Reviewed by Darin Adler.
+
+        Use specific headers includes rather than full system headers.
+        https://bugs.webkit.org/show_bug.cgi?id=63475
+
+        Use only needed headers rather than system headers.
+
+        No new tests, it's just a little cosmetic change.
+
+        * platform/mac/WebVideoFullscreenController.h:
+        * platform/mac/WebVideoFullscreenHUDWindowController.h:
+
 2011-06-27  Joseph Pecoraro  <[email protected]>
 
         Reviewed by Darin Adler.

Modified: trunk/Source/WebCore/platform/mac/WebVideoFullscreenController.h (89857 => 89858)


--- trunk/Source/WebCore/platform/mac/WebVideoFullscreenController.h	2011-06-27 21:22:13 UTC (rev 89857)
+++ trunk/Source/WebCore/platform/mac/WebVideoFullscreenController.h	2011-06-27 21:23:31 UTC (rev 89858)
@@ -25,7 +25,9 @@
 
 #if ENABLE(VIDEO)
 
-#import <Cocoa/Cocoa.h>
+#import <AppKit/NSWindowController.h>
+#import <AppKit/NSScreen.h>
+#import <Foundation/NSTimer.h>
 #import <wtf/RefPtr.h>
 
 namespace WebCore {

Modified: trunk/Source/WebCore/platform/mac/WebVideoFullscreenHUDWindowController.h (89857 => 89858)


--- trunk/Source/WebCore/platform/mac/WebVideoFullscreenHUDWindowController.h	2011-06-27 21:22:13 UTC (rev 89857)
+++ trunk/Source/WebCore/platform/mac/WebVideoFullscreenHUDWindowController.h	2011-06-27 21:23:31 UTC (rev 89858)
@@ -25,7 +25,11 @@
 
 #if ENABLE(VIDEO)
 
-#import <Cocoa/Cocoa.h>
+#import <AppKit/NSButton.h>
+#import <AppKit/NSControl.h>
+#import <AppKit/NSTextField.h>
+#import <AppKit/NSTrackingArea.h>
+#import <AppKit/NSWindowController.h>
 
 namespace WebCore {
     class HTMLMediaElement;

Modified: trunk/Source/WebKit/qt/ChangeLog (89857 => 89858)


--- trunk/Source/WebKit/qt/ChangeLog	2011-06-27 21:22:13 UTC (rev 89857)
+++ trunk/Source/WebKit/qt/ChangeLog	2011-06-27 21:23:31 UTC (rev 89858)
@@ -1,5 +1,16 @@
 2011-06-27  Alexis Menard  <[email protected]>
 
+        Reviewed by Darin Adler.
+
+        Use specific headers includes rather than full system headers.
+        https://bugs.webkit.org/show_bug.cgi?id=63475
+
+        Use only needed headers rather than system headers.
+
+        * WebCoreSupport/QTKitFullScreenVideoHandler.mm:
+
+2011-06-27  Alexis Menard  <[email protected]>
+
         Reviewed by Kenneth Rohde Christiansen.
 
         [Qt] Remove Phonon MediaPlayer from the tree.

Modified: trunk/Source/WebKit/qt/WebCoreSupport/QTKitFullScreenVideoHandler.mm (89857 => 89858)


--- trunk/Source/WebKit/qt/WebCoreSupport/QTKitFullScreenVideoHandler.mm	2011-06-27 21:22:13 UTC (rev 89857)
+++ trunk/Source/WebKit/qt/WebCoreSupport/QTKitFullScreenVideoHandler.mm	2011-06-27 21:23:31 UTC (rev 89858)
@@ -22,8 +22,6 @@
 
 #include "QTKitFullScreenVideoHandler.h"
 
-#import <Cocoa/Cocoa.h>
-
 #include "HTMLVideoElement.h"
 #include "WebVideoFullscreenController.h"
 
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to