Changeset 89858 in webkit


Ignore:
Timestamp:
Jun 27, 2011 2:23:31 PM (13 years ago)
Author:
alexis.menard@openbossa.org
Message:

2011-06-27 Alexis Menard <alexis.menard@openbossa.org>

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 <alexis.menard@openbossa.org>

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:
Location:
trunk/Source
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r89851 r89858  
     12011-06-27  Alexis Menard  <alexis.menard@openbossa.org>
     2
     3        Reviewed by Darin Adler.
     4
     5        Use specific headers includes rather than full system headers.
     6        https://bugs.webkit.org/show_bug.cgi?id=63475
     7
     8        Use only needed headers rather than system headers.
     9
     10        No new tests, it's just a little cosmetic change.
     11
     12        * platform/mac/WebVideoFullscreenController.h:
     13        * platform/mac/WebVideoFullscreenHUDWindowController.h:
     14
    1152011-06-27  Joseph Pecoraro  <joepeck@webkit.org>
    216
  • trunk/Source/WebCore/platform/mac/WebVideoFullscreenController.h

    r89617 r89858  
    2626#if ENABLE(VIDEO)
    2727
    28 #import <Cocoa/Cocoa.h>
     28#import <AppKit/NSWindowController.h>
     29#import <AppKit/NSScreen.h>
     30#import <Foundation/NSTimer.h>
    2931#import <wtf/RefPtr.h>
    3032
  • trunk/Source/WebCore/platform/mac/WebVideoFullscreenHUDWindowController.h

    r89617 r89858  
    2626#if ENABLE(VIDEO)
    2727
    28 #import <Cocoa/Cocoa.h>
     28#import <AppKit/NSButton.h>
     29#import <AppKit/NSControl.h>
     30#import <AppKit/NSTextField.h>
     31#import <AppKit/NSTrackingArea.h>
     32#import <AppKit/NSWindowController.h>
    2933
    3034namespace WebCore {
  • trunk/Source/WebKit/qt/ChangeLog

    r89832 r89858  
     12011-06-27  Alexis Menard  <alexis.menard@openbossa.org>
     2
     3        Reviewed by Darin Adler.
     4
     5        Use specific headers includes rather than full system headers.
     6        https://bugs.webkit.org/show_bug.cgi?id=63475
     7
     8        Use only needed headers rather than system headers.
     9
     10        * WebCoreSupport/QTKitFullScreenVideoHandler.mm:
     11
    1122011-06-27  Alexis Menard  <alexis.menard@openbossa.org>
    213
  • trunk/Source/WebKit/qt/WebCoreSupport/QTKitFullScreenVideoHandler.mm

    r89617 r89858  
    2222
    2323#include "QTKitFullScreenVideoHandler.h"
    24 
    25 #import <Cocoa/Cocoa.h>
    2624
    2725#include "HTMLVideoElement.h"
Note: See TracChangeset for help on using the changeset viewer.