Changeset 158650 in webkit


Ignore:
Timestamp:
Nov 4, 2013 10:50:16 PM (10 years ago)
Author:
commit-queue@webkit.org
Message:

[webcore/html] remove extra header includes from cpp files.
https://bugs.webkit.org/show_bug.cgi?id=123740

Patch by Santosh Mahto <santosh.ma@samsung.com> on 2013-11-04
Reviewed by Darin Adler.

Removing redundant headers.

  • html/BaseDateAndTimeInputType.cpp:
  • html/ColorInputType.cpp:
  • html/DOMFormData.cpp:
  • html/DOMURL.cpp:
  • html/DateInputType.cpp:
  • html/DateTimeInputType.cpp:
  • html/DateTimeLocalInputType.cpp:
  • html/FTPDirectoryDocument.cpp:
  • html/FileInputType.cpp:
  • html/FormController.cpp:
  • html/HTMLAnchorElement.cpp:
  • html/HTMLAreaElement.cpp:
  • html/HTMLCanvasElement.cpp:
  • html/HTMLCollection.cpp:
  • html/HTMLDetailsElement.cpp:
  • html/HTMLDocument.cpp:
  • html/HTMLElement.cpp:
  • html/HTMLFormControlsCollection.cpp:
  • html/HTMLFormElement.cpp:
  • html/HTMLImageElement.cpp:
  • html/HTMLInputElement.cpp:
  • html/HTMLLegendElement.cpp:
  • html/HTMLMapElement.cpp:
  • html/HTMLMediaElement.cpp:
  • html/HTMLOptionElement.cpp:
  • html/HTMLOptionsCollection.cpp:
  • html/HTMLPlugInImageElement.cpp:
  • html/HTMLProgressElement.cpp:
  • html/HTMLSummaryElement.cpp:
  • html/HTMLTemplateElement.cpp:
  • html/HTMLVideoElement.cpp:
  • html/HTMLViewSourceDocument.cpp:
  • html/MediaController.cpp:
  • html/MediaKeyEvent.cpp:
  • html/MonthInputType.cpp:
  • html/RangeInputType.cpp:
  • html/StepRange.cpp:
  • html/TextFieldInputType.cpp:
  • html/TimeInputType.cpp:
  • html/WeekInputType.cpp:
  • html/canvas/CanvasRenderingContext.cpp:
  • html/canvas/CanvasRenderingContext2D.cpp:
  • html/canvas/CanvasStyle.cpp:
  • html/canvas/OESVertexArrayObject.cpp:
  • html/parser/BackgroundHTMLParser.cpp:
  • html/parser/CSSPreloadScanner.cpp:
  • html/parser/CompactHTMLToken.cpp:
  • html/parser/HTMLConstructionSite.cpp:
  • html/parser/HTMLDocumentParser.cpp:
  • html/parser/HTMLElementStack.cpp:
  • html/parser/HTMLFormattingElementList.cpp:
  • html/parser/HTMLMetaCharsetParser.cpp:
  • html/parser/HTMLParserIdioms.cpp:
  • html/parser/HTMLPreloadScanner.cpp:
  • html/parser/HTMLTokenizer.cpp:
  • html/parser/HTMLTreeBuilder.cpp:
  • html/parser/HTMLTreeBuilderSimulator.cpp:
  • html/parser/HTMLViewSourceParser.cpp:
  • html/parser/TextDocumentParser.cpp:
  • html/parser/XSSAuditor.cpp:
  • html/shadow/ContentDistributor.cpp:
  • html/shadow/InsertionPoint.cpp:
  • html/shadow/MediaControlElements.cpp:
  • html/shadow/MediaControlsApple.cpp:
  • html/shadow/MediaControlsBlackBerry.cpp:
  • html/shadow/MediaControlsGtk.cpp:
  • html/shadow/SliderThumbElement.cpp:
  • html/track/AudioTrack.cpp:
  • html/track/InbandGenericTextTrack.cpp:
  • html/track/InbandTextTrack.cpp:
  • html/track/InbandWebVTTTextTrack.cpp:
  • html/track/TextTrack.cpp:
  • html/track/TextTrackCueGeneric.cpp:
  • html/track/TextTrackList.cpp:
  • html/track/TextTrackRegion.cpp:
  • html/track/TrackListBase.cpp:
  • html/track/VideoTrack.cpp:
  • html/track/WebVTTParser.cpp:
Location:
trunk/Source/WebCore
Files:
77 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r158649 r158650  
     12013-11-04  Santosh Mahto  <santosh.ma@samsung.com>
     2
     3        [webcore/html] remove extra header includes from cpp files.
     4        https://bugs.webkit.org/show_bug.cgi?id=123740
     5
     6        Reviewed by Darin Adler.
     7
     8        Removing redundant headers.
     9
     10        * html/BaseDateAndTimeInputType.cpp:
     11        * html/ColorInputType.cpp:
     12        * html/DOMFormData.cpp:
     13        * html/DOMURL.cpp:
     14        * html/DateInputType.cpp:
     15        * html/DateTimeInputType.cpp:
     16        * html/DateTimeLocalInputType.cpp:
     17        * html/FTPDirectoryDocument.cpp:
     18        * html/FileInputType.cpp:
     19        * html/FormController.cpp:
     20        * html/HTMLAnchorElement.cpp:
     21        * html/HTMLAreaElement.cpp:
     22        * html/HTMLCanvasElement.cpp:
     23        * html/HTMLCollection.cpp:
     24        * html/HTMLDetailsElement.cpp:
     25        * html/HTMLDocument.cpp:
     26        * html/HTMLElement.cpp:
     27        * html/HTMLFormControlsCollection.cpp:
     28        * html/HTMLFormElement.cpp:
     29        * html/HTMLImageElement.cpp:
     30        * html/HTMLInputElement.cpp:
     31        * html/HTMLLegendElement.cpp:
     32        * html/HTMLMapElement.cpp:
     33        * html/HTMLMediaElement.cpp:
     34        * html/HTMLOptionElement.cpp:
     35        * html/HTMLOptionsCollection.cpp:
     36        * html/HTMLPlugInImageElement.cpp:
     37        * html/HTMLProgressElement.cpp:
     38        * html/HTMLSummaryElement.cpp:
     39        * html/HTMLTemplateElement.cpp:
     40        * html/HTMLVideoElement.cpp:
     41        * html/HTMLViewSourceDocument.cpp:
     42        * html/MediaController.cpp:
     43        * html/MediaKeyEvent.cpp:
     44        * html/MonthInputType.cpp:
     45        * html/RangeInputType.cpp:
     46        * html/StepRange.cpp:
     47        * html/TextFieldInputType.cpp:
     48        * html/TimeInputType.cpp:
     49        * html/WeekInputType.cpp:
     50        * html/canvas/CanvasRenderingContext.cpp:
     51        * html/canvas/CanvasRenderingContext2D.cpp:
     52        * html/canvas/CanvasStyle.cpp:
     53        * html/canvas/OESVertexArrayObject.cpp:
     54        * html/parser/BackgroundHTMLParser.cpp:
     55        * html/parser/CSSPreloadScanner.cpp:
     56        * html/parser/CompactHTMLToken.cpp:
     57        * html/parser/HTMLConstructionSite.cpp:
     58        * html/parser/HTMLDocumentParser.cpp:
     59        * html/parser/HTMLElementStack.cpp:
     60        * html/parser/HTMLFormattingElementList.cpp:
     61        * html/parser/HTMLMetaCharsetParser.cpp:
     62        * html/parser/HTMLParserIdioms.cpp:
     63        * html/parser/HTMLPreloadScanner.cpp:
     64        * html/parser/HTMLTokenizer.cpp:
     65        * html/parser/HTMLTreeBuilder.cpp:
     66        * html/parser/HTMLTreeBuilderSimulator.cpp:
     67        * html/parser/HTMLViewSourceParser.cpp:
     68        * html/parser/TextDocumentParser.cpp:
     69        * html/parser/XSSAuditor.cpp:
     70        * html/shadow/ContentDistributor.cpp:
     71        * html/shadow/InsertionPoint.cpp:
     72        * html/shadow/MediaControlElements.cpp:
     73        * html/shadow/MediaControlsApple.cpp:
     74        * html/shadow/MediaControlsBlackBerry.cpp:
     75        * html/shadow/MediaControlsGtk.cpp:
     76        * html/shadow/SliderThumbElement.cpp:
     77        * html/track/AudioTrack.cpp:
     78        * html/track/InbandGenericTextTrack.cpp:
     79        * html/track/InbandTextTrack.cpp:
     80        * html/track/InbandWebVTTTextTrack.cpp:
     81        * html/track/TextTrack.cpp:
     82        * html/track/TextTrackCueGeneric.cpp:
     83        * html/track/TextTrackList.cpp:
     84        * html/track/TextTrackRegion.cpp:
     85        * html/track/TrackListBase.cpp:
     86        * html/track/VideoTrack.cpp:
     87        * html/track/WebVTTParser.cpp:
     88
    1892013-11-04  Brady Eidson  <beidson@apple.com>
    290
  • trunk/Source/WebCore/html/BaseDateAndTimeInputType.cpp

    r157971 r158650  
    4141#include <wtf/DateMath.h>
    4242#include <wtf/MathExtras.h>
    43 #include <wtf/text/WTFString.h>
    4443
    4544namespace WebCore {
  • trunk/Source/WebCore/html/ColorInputType.cpp

    r158171 r158650  
    4646#include "ScriptController.h"
    4747#include "ShadowRoot.h"
    48 #include <wtf/text/WTFString.h>
    4948
    5049namespace WebCore {
  • trunk/Source/WebCore/html/DOMFormData.cpp

    r157357 r158650  
    3232#include "DOMFormData.h"
    3333
    34 #include "Blob.h"
    3534#include "HTMLFormControlElement.h"
    3635#include "HTMLFormElement.h"
    37 #include "TextEncoding.h"
    38 #include <wtf/text/WTFString.h>
    3936
    4037namespace WebCore {
  • trunk/Source/WebCore/html/DOMURL.cpp

    r156550 r158650  
    3434#include "Blob.h"
    3535#include "BlobURL.h"
    36 #include "URL.h"
    3736#include "MemoryCache.h"
    3837#include "PublicURLManager.h"
  • trunk/Source/WebCore/html/DateInputType.cpp

    r158171 r158650  
    3333#include "DateInputType.h"
    3434
    35 #include "DateComponents.h"
    3635#include "HTMLInputElement.h"
    3736#include "HTMLNames.h"
  • trunk/Source/WebCore/html/DateTimeInputType.cpp

    r158171 r158650  
    3333#include "DateTimeInputType.h"
    3434
    35 #include "DateComponents.h"
    3635#include "HTMLInputElement.h"
    3736#include "HTMLNames.h"
  • trunk/Source/WebCore/html/DateTimeLocalInputType.cpp

    r158171 r158650  
    3333#include "DateTimeLocalInputType.h"
    3434
    35 #include "DateComponents.h"
    3635#include "HTMLInputElement.h"
    3736#include "HTMLNames.h"
  • trunk/Source/WebCore/html/FTPDirectoryDocument.cpp

    r157971 r158650  
    3434#include "Logging.h"
    3535#include "FTPDirectoryParser.h"
    36 #include "SegmentedString.h"
    3736#include "Settings.h"
    3837#include "SharedBuffer.h"
     
    4241#include <wtf/StdLibExtras.h>
    4342#include <wtf/text/CString.h>
    44 #include <wtf/text/WTFString.h>
    4543#include <wtf/unicode/CharacterNames.h>
    4644
  • trunk/Source/WebCore/html/FileInputType.cpp

    r158171 r158650  
    4141#include "ShadowRoot.h"
    4242#include <wtf/text/StringBuilder.h>
    43 #include <wtf/text/WTFString.h>
    4443
    4544namespace WebCore {
  • trunk/Source/WebCore/html/FormController.cpp

    r156550 r158650  
    2222#include "FormController.h"
    2323
    24 #include "FileChooser.h"
    25 #include "HTMLFormControlElementWithState.h"
    2624#include "HTMLFormElement.h"
    2725#include "HTMLInputElement.h"
  • trunk/Source/WebCore/html/HTMLAnchorElement.cpp

    r157653 r158650  
    3535#include "FrameSelection.h"
    3636#include "HTMLImageElement.h"
    37 #include "HTMLNames.h"
    3837#include "HTMLParserIdioms.h"
    3938#include "KeyboardEvent.h"
  • trunk/Source/WebCore/html/HTMLAreaElement.cpp

    r158163 r158650  
    2828#include "HTMLImageElement.h"
    2929#include "HTMLMapElement.h"
    30 #include "HTMLNames.h"
    3130#include "HitTestResult.h"
    3231#include "Path.h"
  • trunk/Source/WebCore/html/HTMLCanvasElement.cpp

    r158163 r158650  
    3030
    3131#include "Attribute.h"
    32 #include "CanvasContextAttributes.h"
    3332#include "CanvasGradient.h"
    3433#include "CanvasPattern.h"
     
    4039#include "GraphicsContext.h"
    4140#include "HTMLNames.h"
    42 #include "ImageBuffer.h"
    4341#include "ImageData.h"
    4442#include "MIMETypeRegistry.h"
  • trunk/Source/WebCore/html/HTMLCollection.cpp

    r158587 r158650  
    2727#include "ElementTraversal.h"
    2828#include "HTMLDocument.h"
    29 #include "HTMLElement.h"
    3029#include "HTMLNameCollection.h"
    3130#include "HTMLNames.h"
  • trunk/Source/WebCore/html/HTMLDetailsElement.cpp

    r158097 r158650  
    2323
    2424#if ENABLE(DETAILS_ELEMENT)
    25 #include "HTMLNames.h"
    2625#include "HTMLSummaryElement.h"
    2726#include "InsertionPoint.h"
     
    2928#include "MouseEvent.h"
    3029#include "RenderBlockFlow.h"
    31 #include "ShadowRoot.h"
    3230#include "Text.h"
    3331
  • trunk/Source/WebCore/html/HTMLDocument.cpp

    r156981 r158650  
    7272#include "HTMLNames.h"
    7373#include "InspectorInstrumentation.h"
    74 #include "URL.h"
    7574#include "Page.h"
    7675#include "ScriptController.h"
  • trunk/Source/WebCore/html/HTMLFormControlsCollection.cpp

    r158540 r158650  
    2525
    2626#include "HTMLFieldSetElement.h"
    27 #include "HTMLFormControlElement.h"
    2827#include "HTMLFormElement.h"
    2928#include "HTMLImageElement.h"
  • trunk/Source/WebCore/html/HTMLFormElement.cpp

    r158537 r158650  
    3333#include "FormController.h"
    3434#include "FormData.h"
    35 #include "FormState.h"
    3635#include "Frame.h"
    3736#include "FrameLoader.h"
  • trunk/Source/WebCore/html/HTMLImageElement.cpp

    r158097 r158650  
    3333#include "HTMLDocument.h"
    3434#include "HTMLFormElement.h"
    35 #include "HTMLNames.h"
    3635#include "HTMLParserIdioms.h"
    3736#include "Page.h"
  • trunk/Source/WebCore/html/HTMLInputElement.cpp

    r158171 r158650  
    3838#include "EventNames.h"
    3939#include "ExceptionCode.h"
    40 #include "FeatureObserver.h"
    4140#include "FileInputType.h"
    4241#include "FileList.h"
     
    4544#include "FrameSelection.h"
    4645#include "FrameView.h"
    47 #include "HTMLCollection.h"
    4846#include "HTMLDataListElement.h"
    4947#include "HTMLFormElement.h"
    5048#include "HTMLImageLoader.h"
    51 #include "HTMLNames.h"
    5249#include "HTMLOptionElement.h"
    5350#include "HTMLParserIdioms.h"
    5451#include "IdTargetObserver.h"
    55 #include "InputType.h"
    5652#include "InsertionPoint.h"
    5753#include "KeyboardEvent.h"
     
    6561#include "ScopedEventQueue.h"
    6662#include "SearchInputType.h"
    67 #include "ShadowRoot.h"
    6863#include "StyleResolver.h"
    6964#include <wtf/MathExtras.h>
  • trunk/Source/WebCore/html/HTMLLegendElement.cpp

    r157924 r158650  
    2828#include "ElementIterator.h"
    2929#include "HTMLFieldSetElement.h"
    30 #include "HTMLFormControlElement.h"
    3130#include "HTMLNames.h"
    3231
  • trunk/Source/WebCore/html/HTMLMapElement.cpp

    r157971 r158650  
    2929#include "HTMLCollection.h"
    3030#include "HTMLImageElement.h"
    31 #include "HTMLNames.h"
    3231#include "HitTestResult.h"
    3332#include "IntSize.h"
  • trunk/Source/WebCore/html/HTMLMediaElement.cpp

    r158599 r158650  
    3131#include "ApplicationCacheResource.h"
    3232#include "Attribute.h"
    33 #include "Chrome.h"
    3433#include "ChromeClient.h"
    3534#include "ClientRect.h"
     
    4241#include "DocumentLoader.h"
    4342#include "ElementIterator.h"
    44 #include "Event.h"
    4543#include "EventNames.h"
    46 #include "ExceptionCode.h"
    4744#include "ExceptionCodePlaceholder.h"
    4845#include "FrameLoader.h"
    4946#include "FrameLoaderClient.h"
    5047#include "FrameView.h"
    51 #include "HTMLDocument.h"
    52 #include "HTMLNames.h"
    5348#include "HTMLSourceElement.h"
    5449#include "HTMLVideoElement.h"
     
    6257#include "MediaError.h"
    6358#include "MediaFragmentURIParser.h"
    64 #include "MediaKeyError.h"
    6559#include "MediaKeyEvent.h"
    6660#include "MediaList.h"
    67 #include "MediaPlayer.h"
    6861#include "MediaQueryEvaluator.h"
    69 #include "MouseEvent.h"
    7062#include "MIMETypeRegistry.h"
    71 #include "Page.h"
    7263#include "PageActivityAssertionToken.h"
    7364#include "PageGroup.h"
    74 #include "RenderTheme.h"
    7565#include "RenderVideo.h"
    7666#include "RenderView.h"
     
    9989#if ENABLE(VIDEO_TRACK)
    10090#include "AudioTrackList.h"
    101 #include "AudioTrackPrivate.h"
    102 #include "CaptionUserPreferences.h"
    10391#include "HTMLTrackElement.h"
    10492#include "InbandGenericTextTrack.h"
    105 #include "InbandTextTrack.h"
    10693#include "InbandTextTrackPrivate.h"
    10794#include "InbandWebVTTTextTrack.h"
     
    11097#include "TextTrackList.h"
    11198#include "VideoTrackList.h"
    112 #include "VideoTrackPrivate.h"
    11399#endif
    114100
  • trunk/Source/WebCore/html/HTMLOptionElement.cpp

    r158163 r158650  
    4444#include "Text.h"
    4545#include <wtf/Ref.h>
    46 #include <wtf/Vector.h>
    47 #include <wtf/text/StringBuilder.h>
    4846
    4947namespace WebCore {
  • trunk/Source/WebCore/html/HTMLOptionsCollection.cpp

    r158557 r158650  
    2424#include "ExceptionCode.h"
    2525#include "HTMLOptionElement.h"
    26 #include "HTMLSelectElement.h"
    2726
    2827namespace WebCore {
  • trunk/Source/WebCore/html/HTMLPlugInImageElement.cpp

    r158163 r158650  
    3131#include "FrameView.h"
    3232#include "HTMLImageLoader.h"
    33 #include "Image.h"
    3433#include "JSDocumentFragment.h"
    3534#include "LocalizedStrings.h"
  • trunk/Source/WebCore/html/HTMLProgressElement.cpp

    r158097 r158650  
    2727#include "EventNames.h"
    2828#include "ExceptionCode.h"
    29 #include "HTMLDivElement.h"
    3029#include "HTMLNames.h"
    3130#include "HTMLParserIdioms.h"
  • trunk/Source/WebCore/html/HTMLSummaryElement.cpp

    r158097 r158650  
    2525#include "DetailsMarkerControl.h"
    2626#include "HTMLDetailsElement.h"
    27 #include "HTMLNames.h"
    2827#include "InsertionPoint.h"
    2928#include "KeyboardEvent.h"
     
    3231#include "PlatformMouseEvent.h"
    3332#include "RenderBlockFlow.h"
    34 #include "ShadowRoot.h"
    3533
    3634namespace WebCore {
  • trunk/Source/WebCore/html/HTMLVideoElement.cpp

    r158599 r158650  
    3333#include "ChromeClient.h"
    3434#include "Document.h"
    35 #include "ExceptionCode.h"
    3635#include "Frame.h"
    3736#include "HTMLImageLoader.h"
  • trunk/Source/WebCore/html/HTMLViewSourceDocument.cpp

    r156980 r158650  
    2626#include "HTMLViewSourceDocument.h"
    2727
    28 #include "Attribute.h"
    2928#include "DOMImplementation.h"
    3029#include "DocumentStyleSheetCollection.h"
     
    3534#include "HTMLDivElement.h"
    3635#include "HTMLHtmlElement.h"
    37 #include "HTMLNames.h"
    3836#include "HTMLTableCellElement.h"
    3937#include "HTMLTableElement.h"
    4038#include "HTMLTableRowElement.h"
    4139#include "HTMLTableSectionElement.h"
    42 #include "HTMLToken.h"
    43 #include "HTMLViewSourceParser.h"
    44 #include "SegmentedString.h"
    4540#include "Text.h"
    4641#include "TextViewSourceParser.h"
  • trunk/Source/WebCore/html/MediaController.cpp

    r158365 r158650  
    3030
    3131#include "Clock.h"
    32 #include "ExceptionCode.h"
    3332#include "HTMLMediaElement.h"
    3433#include "TimeRanges.h"
  • trunk/Source/WebCore/html/MediaKeyEvent.cpp

    r156241 r158650  
    3131
    3232#include "EventNames.h"
    33 #include <runtime/Uint8Array.h>
    3433
    3534namespace WebCore {
  • trunk/Source/WebCore/html/MonthInputType.cpp

    r158171 r158650  
    3333#include "MonthInputType.h"
    3434
    35 #include "DateComponents.h"
    3635#include "HTMLInputElement.h"
    3736#include "HTMLNames.h"
  • trunk/Source/WebCore/html/RangeInputType.cpp

    r158171 r158650  
    3535#include "AXObjectCache.h"
    3636#include "ExceptionCodePlaceholder.h"
    37 #include "HTMLDivElement.h"
    3837#include "HTMLInputElement.h"
    39 #include "HTMLNames.h"
    4038#include "HTMLParserIdioms.h"
    4139#include "InputTypeNames.h"
     
    4745#include "ShadowRoot.h"
    4846#include "SliderThumbElement.h"
    49 #include "StepRange.h"
    5047#include <limits>
    5148#include <wtf/MathExtras.h>
  • trunk/Source/WebCore/html/StepRange.cpp

    r157971 r158650  
    2525#include "HTMLParserIdioms.h"
    2626#include <wtf/MathExtras.h>
    27 #include <wtf/text/WTFString.h>
    2827
    2928namespace WebCore {
  • trunk/Source/WebCore/html/TextFieldInputType.cpp

    r158163 r158650  
    5252#include "TextIterator.h"
    5353#include "WheelEvent.h"
    54 #include <wtf/text/WTFString.h>
    5554
    5655namespace WebCore {
  • trunk/Source/WebCore/html/TimeInputType.cpp

    r158171 r158650  
    3333#include "TimeInputType.h"
    3434
    35 #include "DateComponents.h"
    3635#include "HTMLInputElement.h"
    3736#include "HTMLNames.h"
  • trunk/Source/WebCore/html/WeekInputType.cpp

    r158171 r158650  
    3333#include "WeekInputType.h"
    3434
    35 #include "DateComponents.h"
    3635#include "HTMLInputElement.h"
    3736#include "HTMLNames.h"
  • trunk/Source/WebCore/html/canvas/CanvasRenderingContext.cpp

    r156550 r158650  
    2929#include "CachedImage.h"
    3030#include "CanvasPattern.h"
    31 #include "HTMLCanvasElement.h"
    3231#include "HTMLImageElement.h"
    3332#include "HTMLVideoElement.h"
  • trunk/Source/WebCore/html/canvas/CanvasRenderingContext2D.cpp

    r158044 r158650  
    3434#include "CanvasRenderingContext2D.h"
    3535
    36 #include "AffineTransform.h"
    3736#include "CSSFontSelector.h"
    3837#include "CSSParser.h"
     
    4241#include "CanvasPattern.h"
    4342#include "DOMPath.h"
    44 #include "ExceptionCode.h"
    4543#include "ExceptionCodePlaceholder.h"
    4644#include "FloatQuad.h"
    4745#include "FontCache.h"
    4846#include "GraphicsContext.h"
    49 #include "HTMLCanvasElement.h"
    5047#include "HTMLImageElement.h"
    51 #include "HTMLMediaElement.h"
    5248#include "HTMLVideoElement.h"
    5349#include "ImageData.h"
     
    6460#endif
    6561
    66 #include <runtime/Uint8ClampedArray.h>
    67 
    6862#include <wtf/CheckedArithmetic.h>
    6963#include <wtf/MathExtras.h>
    70 #include <wtf/OwnPtr.h>
    7164#include <wtf/text/StringBuilder.h>
    7265
  • trunk/Source/WebCore/html/canvas/CanvasStyle.cpp

    r156778 r158650  
    3737#include "HTMLCanvasElement.h"
    3838#include "StylePropertySet.h"
    39 #include <wtf/Assertions.h>
    40 #include <wtf/PassRefPtr.h>
    4139
    4240#if USE(CG)
  • trunk/Source/WebCore/html/canvas/OESVertexArrayObject.cpp

    r156004 r158650  
    3131
    3232#include "Extensions3D.h"
    33 #include "WebGLRenderingContext.h"
    34 #include "WebGLVertexArrayObjectOES.h"
    3533
    3634namespace WebCore {
  • trunk/Source/WebCore/html/parser/BackgroundHTMLParser.cpp

    r157653 r158650  
    3232#include "HTMLDocumentParser.h"
    3333#include "HTMLParserThread.h"
    34 #include "HTMLTokenizer.h"
    35 #include "XSSAuditor.h"
    3634#include <wtf/MainThread.h>
    37 #include <wtf/text/TextPosition.h>
    3835
    3936namespace WebCore {
  • trunk/Source/WebCore/html/parser/CSSPreloadScanner.cpp

    r156550 r158650  
    2929#include "CSSPreloadScanner.h"
    3030
    31 #include "HTMLIdentifier.h"
    3231#include "HTMLParserIdioms.h"
    3332
  • trunk/Source/WebCore/html/parser/CompactHTMLToken.cpp

    r145292 r158650  
    3131
    3232#include "HTMLParserIdioms.h"
    33 #include "HTMLToken.h"
    34 #include "QualifiedName.h"
    3533#include "XSSAuditorDelegate.h"
    3634
  • trunk/Source/WebCore/html/parser/HTMLConstructionSite.cpp

    r157405 r158650  
    2828#include "HTMLTreeBuilder.h"
    2929
    30 #include "AtomicHTMLToken.h"
    3130#include "Comment.h"
    3231#include "DocumentFragment.h"
    3332#include "DocumentType.h"
    34 #include "Element.h"
    3533#include "Frame.h"
    3634#include "FrameLoader.h"
     
    3937#include "HTMLFormElement.h"
    4038#include "HTMLHtmlElement.h"
    41 #include "HTMLNames.h"
    4239#include "HTMLOptGroupElement.h"
    4340#include "HTMLOptionElement.h"
    4441#include "HTMLParserIdioms.h"
    4542#include "HTMLScriptElement.h"
    46 #include "HTMLStackItem.h"
    4743#include "HTMLTemplateElement.h"
    48 #include "HTMLToken.h"
    4944#include "NotImplemented.h"
    5045#include "Text.h"
  • trunk/Source/WebCore/html/parser/HTMLDocumentParser.cpp

    r157653 r158650  
    2727#include "HTMLDocumentParser.h"
    2828
    29 #include "AtomicHTMLToken.h"
    3029#include "BackgroundHTMLParser.h"
    31 #include "CompactHTMLToken.h"
    3230#include "ContentSecurityPolicy.h"
    3331#include "DocumentFragment.h"
    3432#include "DocumentLoader.h"
    35 #include "Element.h"
    3633#include "Frame.h"
    37 #include "HTMLIdentifier.h"
    38 #include "HTMLNames.h"
    3934#include "HTMLParserScheduler.h"
    4035#include "HTMLParserThread.h"
    41 #include "HTMLTokenizer.h"
    42 #include "HTMLPreloadScanner.h"
    4336#include "HTMLScriptRunner.h"
    4437#include "HTMLTreeBuilder.h"
    4538#include "HTMLDocument.h"
    4639#include "InspectorInstrumentation.h"
    47 #include "NestingLevelIncrementer.h"
    4840#include "Settings.h"
    49 #include <wtf/Functional.h>
    5041#include <wtf/Ref.h>
    5142
  • trunk/Source/WebCore/html/parser/HTMLElementStack.cpp

    r156004 r158650  
    2929
    3030#include "DocumentFragment.h"
    31 #include "Element.h"
    32 #include "HTMLNames.h"
    3331#include "HTMLOptGroupElement.h"
    3432#include "HTMLOptionElement.h"
    3533#include "HTMLTableElement.h"
    36 #include "MathMLNames.h"
    37 #include "SVGNames.h"
    38 #include <wtf/PassOwnPtr.h>
    3934
    4035namespace WebCore {
  • trunk/Source/WebCore/html/parser/HTMLFormattingElementList.cpp

    r149579 r158650  
    2727#include "HTMLFormattingElementList.h"
    2828
    29 #include "Element.h"
    3029#include "NotImplemented.h"
    3130
  • trunk/Source/WebCore/html/parser/HTMLMetaCharsetParser.cpp

    r156980 r158650  
    2929#include "HTMLNames.h"
    3030#include "HTMLParserIdioms.h"
    31 #include "HTMLParserOptions.h"
    3231#include "HTMLTokenizer.h"
    3332#include "TextCodec.h"
    3433#include "TextEncodingRegistry.h"
    35 #include <wtf/text/WTFString.h>
    3634
    3735using namespace WTF;
  • trunk/Source/WebCore/html/parser/HTMLParserIdioms.cpp

    r157341 r158650  
    2727
    2828#include "Decimal.h"
    29 #include "HTMLIdentifier.h"
    3029#include "URL.h"
    31 #include "QualifiedName.h"
    3230#include <limits>
    3331#include <wtf/MathExtras.h>
  • trunk/Source/WebCore/html/parser/HTMLPreloadScanner.cpp

    r157653 r158650  
    3131#include "HTMLNames.h"
    3232#include "HTMLParserIdioms.h"
    33 #include "HTMLParserOptions.h"
    3433#include "HTMLTokenizer.h"
    3534#include "InputTypeNames.h"
  • trunk/Source/WebCore/html/parser/HTMLTokenizer.cpp

    r149980 r158650  
    3030
    3131#include "HTMLEntityParser.h"
    32 #include "HTMLToken.h"
    3332#include "HTMLTreeBuilder.h"
    34 #include "HTMLNames.h"
    3533#include "MarkupTokenizerInlines.h"
    3634#include "NotImplemented.h"
    3735#include <wtf/ASCIICType.h>
    3836#include <wtf/CurrentTime.h>
    39 #include <wtf/text/AtomicString.h>
    4037#include <wtf/text/CString.h>
    4138#include <wtf/unicode/Unicode.h>
  • trunk/Source/WebCore/html/parser/HTMLTreeBuilder.cpp

    r156980 r158650  
    2828#include "HTMLTreeBuilder.h"
    2929
    30 #include "AtomicHTMLToken.h"
    3130#include "DocumentFragment.h"
    3231#include "HTMLDocument.h"
    3332#include "HTMLDocumentParser.h"
    3433#include "HTMLFormElement.h"
    35 #include "HTMLNames.h"
    3634#include "HTMLOptGroupElement.h"
    3735#include "HTMLOptionElement.h"
    3836#include "HTMLParserIdioms.h"
    39 #include "HTMLStackItem.h"
    4037#include "HTMLTableElement.h"
    4138#include "HTMLTemplateElement.h"
    42 #include "HTMLToken.h"
    43 #include "HTMLTokenizer.h"
    4439#include "LocalizedStrings.h"
    45 #include "MathMLNames.h"
    4640#include "NotImplemented.h"
    47 #include "SVGNames.h"
    4841#include "XLinkNames.h"
    4942#include "XMLNSNames.h"
  • trunk/Source/WebCore/html/parser/HTMLTreeBuilderSimulator.cpp

    r146702 r158650  
    3131
    3232#include "HTMLDocumentParser.h"
    33 #include "HTMLNames.h"
    3433#include "HTMLParserIdioms.h"
    35 #include "HTMLTokenizer.h"
    3634#include "HTMLTreeBuilder.h"
    37 #include "MathMLNames.h"
    38 #include "SVGNames.h"
    3935
    4036namespace WebCore {
  • trunk/Source/WebCore/html/parser/HTMLViewSourceParser.cpp

    r156980 r158650  
    2929#include "HTMLDocumentParser.h"
    3030#include "HTMLNames.h"
    31 #include "HTMLParserOptions.h"
    32 #include "HTMLViewSourceDocument.h"
    3331
    3432namespace WebCore {
  • trunk/Source/WebCore/html/parser/TextDocumentParser.cpp

    r156980 r158650  
    2727
    2828#include "HTMLDocument.h"
    29 #include "HTMLNames.h"
    30 #include "HTMLTokenizer.h"
    3129#include "HTMLTreeBuilder.h"
    3230
  • trunk/Source/WebCore/html/parser/XSSAuditor.cpp

    r156550 r158650  
    3939#include "HTMLParserIdioms.h"
    4040#include "InspectorValues.h"
    41 #include "URL.h"
    4241#include "Settings.h"
    43 #include "TextEncoding.h"
    4442#include "TextResourceDecoder.h"
    4543#include "XLinkNames.h"
    46 #include "XSSAuditorDelegate.h"
    4744
    4845#if ENABLE(SVG)
  • trunk/Source/WebCore/html/shadow/ContentDistributor.cpp

    r157653 r158650  
    3030#include "ElementTraversal.h"
    3131#include "InsertionPoint.h"
    32 #include "ShadowRoot.h"
    3332
    3433namespace WebCore {
  • trunk/Source/WebCore/html/shadow/InsertionPoint.cpp

    r156903 r158650  
    3232#include "InsertionPoint.h"
    3333
    34 #include "HTMLNames.h"
    3534#include "QualifiedName.h"
    36 #include "ShadowRoot.h"
    3735#include "StaticNodeList.h"
    3836#include "Text.h"
  • trunk/Source/WebCore/html/shadow/MediaControlElements.cpp

    r158097 r158650  
    3333#include "MediaControlElements.h"
    3434
    35 #include "CaptionUserPreferences.h"
    3635#include "DOMTokenList.h"
    3736#include "EventHandler.h"
     
    4544#include "LocalizedStrings.h"
    4645#include "MediaControls.h"
    47 #include "MouseEvent.h"
    48 #include "Page.h"
    4946#include "PageGroup.h"
    5047#include "RenderLayer.h"
    5148#include "RenderMediaControlElements.h"
    5249#include "RenderSlider.h"
    53 #include "RenderTheme.h"
    5450#include "RenderVideo.h"
    5551#include "RenderView.h"
     
    5753#include "ShadowRoot.h"
    5854#if ENABLE(VIDEO_TRACK)
    59 #include "TextTrack.h"
    6055#include "TextTrackList.h"
    6156#endif
  • trunk/Source/WebCore/html/shadow/MediaControlsApple.cpp

    r157971 r158650  
    3131
    3232#include "CSSValueKeywords.h"
    33 #include "Chrome.h"
    3433#include "ExceptionCodePlaceholder.h"
    35 #include "HTMLMediaElement.h"
    3634#include "HTMLNames.h"
    37 #include "MediaControlElements.h"
    38 #include "MouseEvent.h"
    39 #include "Page.h"
    40 #include "RenderTheme.h"
    41 #include "Text.h"
    4235#include "WheelEvent.h"
    43 
    44 #if ENABLE(VIDEO_TRACK)
    45 #include "TextTrackCue.h"
    46 #endif
    4736
    4837namespace WebCore {
  • trunk/Source/WebCore/html/shadow/MediaControlsBlackBerry.cpp

    r157350 r158650  
    3131#include "MediaControlsBlackBerry.h"
    3232
    33 #include "Chrome.h"
    3433#include "DOMTokenList.h"
    3534#include "ExceptionCodePlaceholder.h"
    3635#include "Frame.h"
    37 #include "HTMLMediaElement.h"
    3836#include "HTMLNames.h"
    39 #include "MediaControlElements.h"
    40 #include "MouseEvent.h"
    41 #include "Page.h"
    4237#include "RenderDeprecatedFlexibleBox.h"
    4338#include "RenderSlider.h"
    44 #include "RenderTheme.h"
    4539#include "Settings.h"
    46 #include "Text.h"
    47 
    48 #if ENABLE(VIDEO_TRACK)
    49 #include "TextTrackCue.h"
    50 #endif
    5140
    5241using namespace std;
  • trunk/Source/WebCore/html/shadow/MediaControlsGtk.cpp

    r155791 r158650  
    3232#include "MediaControlsGtk.h"
    3333
    34 #include "Chrome.h"
    35 #include "MouseEvent.h"
    36 
    3734namespace WebCore {
    3835
  • trunk/Source/WebCore/html/shadow/SliderThumbElement.cpp

    r158163 r158650  
    4545#include "RenderTheme.h"
    4646#include "ShadowRoot.h"
    47 #include "StepRange.h"
    4847
    4948namespace WebCore {
  • trunk/Source/WebCore/html/track/AudioTrack.cpp

    r158626 r158650  
    3838#include "AudioTrackList.h"
    3939#include "Event.h"
    40 #include "ExceptionCode.h"
    4140#include "HTMLMediaElement.h"
    42 #include "TrackBase.h"
    4341
    4442namespace WebCore {
  • trunk/Source/WebCore/html/track/InbandGenericTextTrack.cpp

    r158365 r158650  
    3434#include "InbandTextTrackPrivate.h"
    3535#include "Logging.h"
    36 #include "TextTrackCueGeneric.h"
    3736#include <math.h>
    3837#include <wtf/text/CString.h>
  • trunk/Source/WebCore/html/track/InbandTextTrack.cpp

    r158626 r158650  
    3838#include "InbandWebVTTTextTrack.h"
    3939#include "Logging.h"
    40 #include "TextTrackCueGeneric.h"
    4140#include "TextTrackCueList.h"
    42 #include "WebVTTParser.h"
    4341#include <math.h>
    4442#include <wtf/text/CString.h>
  • trunk/Source/WebCore/html/track/InbandWebVTTTextTrack.cpp

    r158365 r158650  
    3232#include "InbandTextTrackPrivate.h"
    3333#include "Logging.h"
    34 #include "WebVTTParser.h"
    3534#include <wtf/text/CString.h>
    3635
  • trunk/Source/WebCore/html/track/TextTrack.cpp

    r156413 r158650  
    3737
    3838#include "Event.h"
    39 #include "ExceptionCode.h"
    4039#include "HTMLMediaElement.h"
    4140#include "TextTrackCueList.h"
    4241#include "TextTrackList.h"
    4342#include "TextTrackRegionList.h"
    44 #include "TrackBase.h"
    4543
    4644namespace WebCore {
  • trunk/Source/WebCore/html/track/TextTrackCueGeneric.cpp

    r158365 r158650  
    3737#include "Logging.h"
    3838#include "RenderObject.h"
    39 #include "RenderTextTrackCue.h"
    4039#include "ScriptExecutionContext.h"
    4140#include "TextTrackCue.h"
  • trunk/Source/WebCore/html/track/TextTrackList.cpp

    r157653 r158650  
    3535#include "InbandTextTrackPrivate.h"
    3636#include "LoadableTextTrack.h"
    37 #include "TextTrack.h"
    3837
    3938using namespace WebCore;
  • trunk/Source/WebCore/html/track/TextTrackRegion.cpp

    r147325 r158650  
    3939#include "WebVTTParser.h"
    4040#include <wtf/MathExtras.h>
    41 #include <wtf/text/StringBuilder.h>
    4241
    4342namespace WebCore {
  • trunk/Source/WebCore/html/track/TrackListBase.cpp

    r157653 r158650  
    3333#include "HTMLMediaElement.h"
    3434#include "ScriptExecutionContext.h"
    35 #include "TrackBase.h"
    3635#include "TrackEvent.h"
    3736
  • trunk/Source/WebCore/html/track/VideoTrack.cpp

    r158626 r158650  
    3737
    3838#include "Event.h"
    39 #include "ExceptionCode.h"
    4039#include "HTMLMediaElement.h"
    41 #include "TrackBase.h"
    4240#include "VideoTrackList.h"
    4341
  • trunk/Source/WebCore/html/track/WebVTTParser.cpp

    r157801 r158650  
    3636#include "WebVTTParser.h"
    3737
    38 #include "HTMLElement.h"
    3938#include "ProcessingInstruction.h"
    40 #include "SegmentedString.h"
    4139#include "Text.h"
    4240#include "WebVTTElement.h"
    43 #include <wtf/text/WTFString.h>
    4441
    4542namespace WebCore {
Note: See TracChangeset for help on using the changeset viewer.