Changeset 30180 in webkit


Ignore:
Timestamp:
Feb 12, 2008, 4:16:05 PM (18 years ago)
Author:
sfalken@apple.com
Message:

Changes to support merged MIDL output.

All COM interfaces are now generated to WebKit.h.

Reviewed by Sam, Ada.

  • DOMCSSClasses.h:
  • DOMCoreClasses.h:
  • DOMEventsClasses.h:
  • DOMHTMLClasses.h:
  • DefaultDownloadDelegate.h:
  • DefaultPolicyDelegate.cpp:
  • DefaultPolicyDelegate.h:
  • GEN_DOMObject.h:
  • Interfaces/DOMCSS.idl:
  • Interfaces/DOMCore.idl:
  • Interfaces/DOMEvents.idl:
  • Interfaces/DOMExtensions.idl:
  • Interfaces/DOMHTML.idl:
  • Interfaces/DOMPrivate.idl:
  • Interfaces/DOMRange.idl:
  • Interfaces/DOMWindow.idl:
  • Interfaces/IGEN_DOMObject.idl:
  • Interfaces/IWebArchive.idl:
  • Interfaces/IWebBackForwardList.idl:
  • Interfaces/IWebBackForwardListPrivate.idl:
  • Interfaces/IWebCache.idl:
  • Interfaces/IWebDataSource.idl:
  • Interfaces/IWebDatabaseManager.idl:
  • Interfaces/IWebDocument.idl:
  • Interfaces/IWebDownload.idl:
  • Interfaces/IWebEditingDelegate.idl:
  • Interfaces/IWebError.idl:
  • Interfaces/IWebErrorPrivate.idl:
  • Interfaces/IWebFormDelegate.idl:
  • Interfaces/IWebFrame.idl:
  • Interfaces/IWebFrameLoadDelegate.idl:
  • Interfaces/IWebFrameLoadDelegatePrivate.idl:
  • Interfaces/IWebFramePrivate.idl:
  • Interfaces/IWebFrameView.idl:
  • Interfaces/IWebHTMLRepresentation.idl:
  • Interfaces/IWebHTTPURLResponse.idl:
  • Interfaces/IWebHistory.idl:
  • Interfaces/IWebHistoryItem.idl:
  • Interfaces/IWebHistoryItemPrivate.idl:
  • Interfaces/IWebIconDatabase.idl:
  • Interfaces/IWebInspector.idl:
  • Interfaces/IWebJavaScriptCollector.idl:
  • Interfaces/IWebKitStatistics.idl:
  • Interfaces/IWebMutableURLRequest.idl:
  • Interfaces/IWebMutableURLRequestPrivate.idl:
  • Interfaces/IWebNotification.idl:
  • Interfaces/IWebNotificationCenter.idl:
  • Interfaces/IWebNotificationObserver.idl:
  • Interfaces/IWebPolicyDelegate.idl:
  • Interfaces/IWebPreferences.idl:
  • Interfaces/IWebPreferencesPrivate.idl:
  • Interfaces/IWebResource.idl:
  • Interfaces/IWebResourceLoadDelegate.idl:
  • Interfaces/IWebResourceLoadDelegatePrivate.idl:
  • Interfaces/IWebScriptCallFrame.idl:
  • Interfaces/IWebScriptDebugListener.idl:
  • Interfaces/IWebScriptDebugServer.idl:
  • Interfaces/IWebScriptObject.idl:
  • Interfaces/IWebScriptScope.idl:
  • Interfaces/IWebScrollBarDelegatePrivate.idl:
  • Interfaces/IWebScrollBarPrivate.idl:
  • Interfaces/IWebSecurityOrigin.idl:
  • Interfaces/IWebTextRenderer.idl:
  • Interfaces/IWebUIDelegate.idl:
  • Interfaces/IWebUIDelegatePrivate.idl:
  • Interfaces/IWebURLAuthenticationChallenge.idl:
  • Interfaces/IWebURLRequest.idl:
  • Interfaces/IWebURLResponse.idl:
  • Interfaces/IWebURLResponsePrivate.idl:
  • Interfaces/IWebUndoManager.idl:
  • Interfaces/IWebUndoTarget.idl:
  • Interfaces/IWebView.idl:
  • Interfaces/IWebViewPrivate.idl:
  • Interfaces/WebKit.idl:
  • WebActionPropertyBag.cpp:
  • WebBackForwardList.h:
  • WebCache.h:
  • WebDataSource.cpp:
  • WebDataSource.h:
  • WebDatabaseManager.h:
  • WebDownload.h:
  • WebEditorClient.cpp:
  • WebEditorClient.h:
  • WebError.h:
  • WebFrame.cpp:
  • WebFrame.h:
  • WebFramePolicyListener.h:
  • WebHTMLRepresentation.cpp:
  • WebHTMLRepresentation.h:
  • WebHistory.cpp:
  • WebHistory.h:
  • WebHistoryItem.h:
  • WebIconDatabase.h:
  • WebInspector.h:
  • WebJavaScriptCollector.h:
  • WebKit.vcproj/Interfaces.vcproj:
  • WebKit.vcproj/WebKitGUID.vcproj:
  • WebKitDLL.cpp:
  • WebKitStatistics.h:
  • WebMutableURLRequest.cpp:
  • WebMutableURLRequest.h:
  • WebNotification.h:
  • WebNotificationCenter.h:
  • WebPreferences.h:
  • WebResource.h:
  • WebScriptCallFrame.h:
  • WebScriptDebugServer.cpp:
  • WebScriptDebugServer.h:
  • WebScriptDebugger.cpp:
  • WebScriptDebugger.h:
  • WebScriptObject.h:
  • WebScrollBar.h:
  • WebSecurityOrigin.h:
  • WebTextRenderer.h:
  • WebURLAuthenticationChallenge.h:
  • WebURLAuthenticationChallengeSender.h:
  • WebURLCredential.h:
  • WebURLProtectionSpace.h:
  • WebURLResponse.h:
  • WebView.cpp:
  • WebView.h:
Location:
trunk/WebKit/win
Files:
122 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebKit/win/ChangeLog

    r30178 r30180  
     12008-02-12  Steve Falkenburg  <sfalken@apple.com>
     2
     3        Changes to support merged MIDL output.
     4
     5        All COM interfaces are now generated to WebKit.h.
     6
     7        Reviewed by Sam, Ada.
     8
     9        * DOMCSSClasses.h:
     10        * DOMCoreClasses.h:
     11        * DOMEventsClasses.h:
     12        * DOMHTMLClasses.h:
     13        * DefaultDownloadDelegate.h:
     14        * DefaultPolicyDelegate.cpp:
     15        * DefaultPolicyDelegate.h:
     16        * GEN_DOMObject.h:
     17        * Interfaces/DOMCSS.idl:
     18        * Interfaces/DOMCore.idl:
     19        * Interfaces/DOMEvents.idl:
     20        * Interfaces/DOMExtensions.idl:
     21        * Interfaces/DOMHTML.idl:
     22        * Interfaces/DOMPrivate.idl:
     23        * Interfaces/DOMRange.idl:
     24        * Interfaces/DOMWindow.idl:
     25        * Interfaces/IGEN_DOMObject.idl:
     26        * Interfaces/IWebArchive.idl:
     27        * Interfaces/IWebBackForwardList.idl:
     28        * Interfaces/IWebBackForwardListPrivate.idl:
     29        * Interfaces/IWebCache.idl:
     30        * Interfaces/IWebDataSource.idl:
     31        * Interfaces/IWebDatabaseManager.idl:
     32        * Interfaces/IWebDocument.idl:
     33        * Interfaces/IWebDownload.idl:
     34        * Interfaces/IWebEditingDelegate.idl:
     35        * Interfaces/IWebError.idl:
     36        * Interfaces/IWebErrorPrivate.idl:
     37        * Interfaces/IWebFormDelegate.idl:
     38        * Interfaces/IWebFrame.idl:
     39        * Interfaces/IWebFrameLoadDelegate.idl:
     40        * Interfaces/IWebFrameLoadDelegatePrivate.idl:
     41        * Interfaces/IWebFramePrivate.idl:
     42        * Interfaces/IWebFrameView.idl:
     43        * Interfaces/IWebHTMLRepresentation.idl:
     44        * Interfaces/IWebHTTPURLResponse.idl:
     45        * Interfaces/IWebHistory.idl:
     46        * Interfaces/IWebHistoryItem.idl:
     47        * Interfaces/IWebHistoryItemPrivate.idl:
     48        * Interfaces/IWebIconDatabase.idl:
     49        * Interfaces/IWebInspector.idl:
     50        * Interfaces/IWebJavaScriptCollector.idl:
     51        * Interfaces/IWebKitStatistics.idl:
     52        * Interfaces/IWebMutableURLRequest.idl:
     53        * Interfaces/IWebMutableURLRequestPrivate.idl:
     54        * Interfaces/IWebNotification.idl:
     55        * Interfaces/IWebNotificationCenter.idl:
     56        * Interfaces/IWebNotificationObserver.idl:
     57        * Interfaces/IWebPolicyDelegate.idl:
     58        * Interfaces/IWebPreferences.idl:
     59        * Interfaces/IWebPreferencesPrivate.idl:
     60        * Interfaces/IWebResource.idl:
     61        * Interfaces/IWebResourceLoadDelegate.idl:
     62        * Interfaces/IWebResourceLoadDelegatePrivate.idl:
     63        * Interfaces/IWebScriptCallFrame.idl:
     64        * Interfaces/IWebScriptDebugListener.idl:
     65        * Interfaces/IWebScriptDebugServer.idl:
     66        * Interfaces/IWebScriptObject.idl:
     67        * Interfaces/IWebScriptScope.idl:
     68        * Interfaces/IWebScrollBarDelegatePrivate.idl:
     69        * Interfaces/IWebScrollBarPrivate.idl:
     70        * Interfaces/IWebSecurityOrigin.idl:
     71        * Interfaces/IWebTextRenderer.idl:
     72        * Interfaces/IWebUIDelegate.idl:
     73        * Interfaces/IWebUIDelegatePrivate.idl:
     74        * Interfaces/IWebURLAuthenticationChallenge.idl:
     75        * Interfaces/IWebURLRequest.idl:
     76        * Interfaces/IWebURLResponse.idl:
     77        * Interfaces/IWebURLResponsePrivate.idl:
     78        * Interfaces/IWebUndoManager.idl:
     79        * Interfaces/IWebUndoTarget.idl:
     80        * Interfaces/IWebView.idl:
     81        * Interfaces/IWebViewPrivate.idl:
     82        * Interfaces/WebKit.idl:
     83        * WebActionPropertyBag.cpp:
     84        * WebBackForwardList.h:
     85        * WebCache.h:
     86        * WebDataSource.cpp:
     87        * WebDataSource.h:
     88        * WebDatabaseManager.h:
     89        * WebDownload.h:
     90        * WebEditorClient.cpp:
     91        * WebEditorClient.h:
     92        * WebError.h:
     93        * WebFrame.cpp:
     94        * WebFrame.h:
     95        * WebFramePolicyListener.h:
     96        * WebHTMLRepresentation.cpp:
     97        * WebHTMLRepresentation.h:
     98        * WebHistory.cpp:
     99        * WebHistory.h:
     100        * WebHistoryItem.h:
     101        * WebIconDatabase.h:
     102        * WebInspector.h:
     103        * WebJavaScriptCollector.h:
     104        * WebKit.vcproj/Interfaces.vcproj:
     105        * WebKit.vcproj/WebKitGUID.vcproj:
     106        * WebKitDLL.cpp:
     107        * WebKitStatistics.h:
     108        * WebMutableURLRequest.cpp:
     109        * WebMutableURLRequest.h:
     110        * WebNotification.h:
     111        * WebNotificationCenter.h:
     112        * WebPreferences.h:
     113        * WebResource.h:
     114        * WebScriptCallFrame.h:
     115        * WebScriptDebugServer.cpp:
     116        * WebScriptDebugServer.h:
     117        * WebScriptDebugger.cpp:
     118        * WebScriptDebugger.h:
     119        * WebScriptObject.h:
     120        * WebScrollBar.h:
     121        * WebSecurityOrigin.h:
     122        * WebTextRenderer.h:
     123        * WebURLAuthenticationChallenge.h:
     124        * WebURLAuthenticationChallengeSender.h:
     125        * WebURLCredential.h:
     126        * WebURLProtectionSpace.h:
     127        * WebURLResponse.h:
     128        * WebView.cpp:
     129        * WebView.h:
     130
    11312008-02-12  Anders Carlsson  <andersca@apple.com>
    2132
  • trunk/WebKit/win/DOMCSSClasses.h

    r25231 r30180  
    2727#define DOMCSSClasses_H
    2828
    29 #include "DOMCSS.h"
     29#include "WebKit.h"
    3030#include "DOMCoreClasses.h"
    3131
  • trunk/WebKit/win/DOMCoreClasses.h

    r27755 r30180  
    2727#define DOMCoreClasses_H
    2828
    29 #include "DOMCore.h"
    30 #include "DOMCSS.h"
    31 #include "DOMEvents.h"
    32 #include "DOMExtensions.h"
    33 #include "DOMPrivate.h"
     29#include "WebKit.h"
    3430#include "WebScriptObject.h"
    3531
  • trunk/WebKit/win/DOMEventsClasses.h

    r25231 r30180  
    2727#define DOMEventsClasses_H
    2828
    29 #include "DOMEvents.h"
     29#include "WebKit.h"
    3030#include "DOMCoreClasses.h"
    3131
  • trunk/WebKit/win/DOMHTMLClasses.h

    r25231 r30180  
    2727#define DOMHTMLClasses_H
    2828
    29 #include "DOMHTML.h"
    30 #include "DOMPrivate.h"
     29#include "WebKit.h"
    3130#include "DOMCoreClasses.h"
    3231#include "WebScriptObject.h"
  • trunk/WebKit/win/DefaultDownloadDelegate.h

    r23357 r30180  
    2727
    2828#include "COMPtr.h"
    29 #include "IWebDownload.h"
     29#include "WebKit.h"
    3030
    3131#include <CFNetwork/CFURLDownloadPriv.h>
  • trunk/WebKit/win/DefaultPolicyDelegate.cpp

    r29663 r30180  
    2828#include "DefaultPolicyDelegate.h"
    2929
    30 #include "IWebViewPrivate.h"
     30#include "WebKit.h"
    3131
    3232#pragma warning(push, 0)
  • trunk/WebKit/win/DefaultPolicyDelegate.h

    r29663 r30180  
    2828
    2929#include "COMPtr.h"
    30 #include "IWebPolicyDelegate.h"
     30#include "WebKit.h"
    3131
    3232class DefaultPolicyDelegate : public IWebPolicyDelegate {
  • trunk/WebKit/win/GEN_DOMObject.h

    r29663 r30180  
    3030#define GEN_DOMObject_h
    3131
    32 #include "IGEN_DOMObject.h"
     32#include "WebKit.h"
    3333
    3434class GEN_DOMObject : public IGEN_DOMObject {
  • trunk/WebKit/win/Interfaces/DOMCSS.idl

    r25231 r30180  
    11/*
    2  * Copyright (C) 2006, 2007 Apple Inc.  All rights reserved.
     2 * Copyright (C) 2006, 2007, 2008 Apple Inc.  All rights reserved.
    33 *
    44 * Redistribution and use in source and binary forms, with or without
     
    2424 */
    2525
    26 cpp_quote("/*")
    27 cpp_quote(" * Copyright (C) 2006, 2007 Apple Inc.  All rights reserved.")
    28 cpp_quote(" *")
    29 cpp_quote(" * Redistribution and use in source and binary forms, with or without")
    30 cpp_quote(" * modification, are permitted provided that the following conditions")
    31 cpp_quote(" * are met:")
    32 cpp_quote(" * 1. Redistributions of source code must retain the above copyright")
    33 cpp_quote(" *    notice, this list of conditions and the following disclaimer.")
    34 cpp_quote(" * 2. Redistributions in binary form must reproduce the above copyright")
    35 cpp_quote(" *    notice, this list of conditions and the following disclaimer in the")
    36 cpp_quote(" *    documentation and/or other materials provided with the distribution.")
    37 cpp_quote(" *")
    38 cpp_quote(" * THIS SOFTWARE IS PROVIDED BY APPLE COMPUTER, INC. ``AS IS'' AND ANY")
    39 cpp_quote(" * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE")
    40 cpp_quote(" * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR")
    41 cpp_quote(" * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL APPLE COMPUTER, INC. OR")
    42 cpp_quote(" * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,")
    43 cpp_quote(" * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,")
    44 cpp_quote(" * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR")
    45 cpp_quote(" * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY")
    46 cpp_quote(" * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT")
    47 cpp_quote(" * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE")
    48 cpp_quote(" * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ")
    49 cpp_quote(" */")
    50 
     26#ifndef DO_NO_IMPORTS
    5127import "oaidl.idl";
    5228import "ocidl.idl";
    5329import "DOMCore.idl";
    5430import "IWebScriptObject.idl";
     31#endif
    5532
    5633interface IDOMObject;
  • trunk/WebKit/win/Interfaces/DOMCore.idl

    r25231 r30180  
    11/*
    2  * Copyright (C) 2006, 2007 Apple Inc.  All rights reserved.
     2 * Copyright (C) 2006, 2007, 2008 Apple Inc.  All rights reserved.
    33 *
    44 * Redistribution and use in source and binary forms, with or without
     
    2424 */
    2525
    26 cpp_quote("/*")
    27 cpp_quote(" * Copyright (C) 2006, 2007 Apple Inc.  All rights reserved.")
    28 cpp_quote(" *")
    29 cpp_quote(" * Redistribution and use in source and binary forms, with or without")
    30 cpp_quote(" * modification, are permitted provided that the following conditions")
    31 cpp_quote(" * are met:")
    32 cpp_quote(" * 1. Redistributions of source code must retain the above copyright")
    33 cpp_quote(" *    notice, this list of conditions and the following disclaimer.")
    34 cpp_quote(" * 2. Redistributions in binary form must reproduce the above copyright")
    35 cpp_quote(" *    notice, this list of conditions and the following disclaimer in the")
    36 cpp_quote(" *    documentation and/or other materials provided with the distribution.")
    37 cpp_quote(" *")
    38 cpp_quote(" * THIS SOFTWARE IS PROVIDED BY APPLE COMPUTER, INC. ``AS IS'' AND ANY")
    39 cpp_quote(" * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE")
    40 cpp_quote(" * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR")
    41 cpp_quote(" * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL APPLE COMPUTER, INC. OR")
    42 cpp_quote(" * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,")
    43 cpp_quote(" * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,")
    44 cpp_quote(" * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR")
    45 cpp_quote(" * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY")
    46 cpp_quote(" * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT")
    47 cpp_quote(" * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE")
    48 cpp_quote(" * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ")
    49 cpp_quote(" */")
    50 
     26#ifndef DO_NO_IMPORTS
    5127import "oaidl.idl";
    5228import "ocidl.idl";
    5329import "IWebScriptObject.idl";
     30#endif
    5431
    5532interface IWebScriptObject;
  • trunk/WebKit/win/Interfaces/DOMEvents.idl

    r25231 r30180  
    11/*
    2  * Copyright (C) 2006, 2007 Apple Inc.  All rights reserved.
     2 * Copyright (C) 2006, 2007, 2008 Apple Inc.  All rights reserved.
    33 *
    44 * Redistribution and use in source and binary forms, with or without
     
    2424 */
    2525
    26 cpp_quote("/*")
    27 cpp_quote(" * Copyright (C) 2006, 2007 Apple Inc.  All rights reserved.")
    28 cpp_quote(" *")
    29 cpp_quote(" * Redistribution and use in source and binary forms, with or without")
    30 cpp_quote(" * modification, are permitted provided that the following conditions")
    31 cpp_quote(" * are met:")
    32 cpp_quote(" * 1. Redistributions of source code must retain the above copyright")
    33 cpp_quote(" *    notice, this list of conditions and the following disclaimer.")
    34 cpp_quote(" * 2. Redistributions in binary form must reproduce the above copyright")
    35 cpp_quote(" *    notice, this list of conditions and the following disclaimer in the")
    36 cpp_quote(" *    documentation and/or other materials provided with the distribution.")
    37 cpp_quote(" *")
    38 cpp_quote(" * THIS SOFTWARE IS PROVIDED BY APPLE COMPUTER, INC. ``AS IS'' AND ANY")
    39 cpp_quote(" * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE")
    40 cpp_quote(" * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR")
    41 cpp_quote(" * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL APPLE COMPUTER, INC. OR")
    42 cpp_quote(" * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,")
    43 cpp_quote(" * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,")
    44 cpp_quote(" * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR")
    45 cpp_quote(" * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY")
    46 cpp_quote(" * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT")
    47 cpp_quote(" * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE")
    48 cpp_quote(" * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ")
    49 cpp_quote(" */")
    50 
     26#ifndef DO_NO_IMPORTS
    5127import "oaidl.idl";
    5228import "ocidl.idl";
    5329import "DOMCore.idl";
    5430import "DOMWindow.idl";
     31#endif
    5532
    5633interface IDOMEvent;
     
    6037interface IDOMMouseEvent;
    6138interface IDOMMutationEvent;
     39interface IDOMNode;
    6240interface IDOMOverflowEvent;
    6341interface IDOMUIEvent;
    6442interface IDOMWheelEvent;
     43interface IDOMWindow;
    6544
    6645typedef long long DOMTimeStamp;
  • trunk/WebKit/win/Interfaces/DOMExtensions.idl

    r25231 r30180  
    11/*
    2  * Copyright (C) 2006, 2007 Apple Inc.  All rights reserved.
     2 * Copyright (C) 2006, 2007, 2008 Apple Inc.  All rights reserved.
    33 *
    44 * Redistribution and use in source and binary forms, with or without
     
    2424 */
    2525
    26 cpp_quote("/*")
    27 cpp_quote(" * Copyright (C) 2006, 2007 Apple Inc.  All rights reserved.")
    28 cpp_quote(" *")
    29 cpp_quote(" * Redistribution and use in source and binary forms, with or without")
    30 cpp_quote(" * modification, are permitted provided that the following conditions")
    31 cpp_quote(" * are met:")
    32 cpp_quote(" * 1. Redistributions of source code must retain the above copyright")
    33 cpp_quote(" *    notice, this list of conditions and the following disclaimer.")
    34 cpp_quote(" * 2. Redistributions in binary form must reproduce the above copyright")
    35 cpp_quote(" *    notice, this list of conditions and the following disclaimer in the")
    36 cpp_quote(" *    documentation and/or other materials provided with the distribution.")
    37 cpp_quote(" *")
    38 cpp_quote(" * THIS SOFTWARE IS PROVIDED BY APPLE COMPUTER, INC. ``AS IS'' AND ANY")
    39 cpp_quote(" * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE")
    40 cpp_quote(" * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR")
    41 cpp_quote(" * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL APPLE COMPUTER, INC. OR")
    42 cpp_quote(" * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,")
    43 cpp_quote(" * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,")
    44 cpp_quote(" * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR")
    45 cpp_quote(" * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY")
    46 cpp_quote(" * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT")
    47 cpp_quote(" * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE")
    48 cpp_quote(" * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ")
    49 cpp_quote(" */")
    50 
     26#ifndef DO_NO_IMPORTS
    5127import "oaidl.idl";
    5228import "ocidl.idl";
     29#endif
    5330
    5431[
  • trunk/WebKit/win/Interfaces/DOMHTML.idl

    r25231 r30180  
    11/*
    2  * Copyright (C) 2006, 2007 Apple Inc.  All rights reserved.
     2 * Copyright (C) 2006, 2007, 2008 Apple Inc.  All rights reserved.
    33 *
    44 * Redistribution and use in source and binary forms, with or without
     
    2424 */
    2525
    26 cpp_quote("/*")
    27 cpp_quote(" * Copyright (C) 2006, 2007 Apple Inc.  All rights reserved.")
    28 cpp_quote(" *")
    29 cpp_quote(" * Redistribution and use in source and binary forms, with or without")
    30 cpp_quote(" * modification, are permitted provided that the following conditions")
    31 cpp_quote(" * are met:")
    32 cpp_quote(" * 1. Redistributions of source code must retain the above copyright")
    33 cpp_quote(" *    notice, this list of conditions and the following disclaimer.")
    34 cpp_quote(" * 2. Redistributions in binary form must reproduce the above copyright")
    35 cpp_quote(" *    notice, this list of conditions and the following disclaimer in the")
    36 cpp_quote(" *    documentation and/or other materials provided with the distribution.")
    37 cpp_quote(" *")
    38 cpp_quote(" * THIS SOFTWARE IS PROVIDED BY APPLE COMPUTER, INC. ``AS IS'' AND ANY")
    39 cpp_quote(" * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE")
    40 cpp_quote(" * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR")
    41 cpp_quote(" * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL APPLE COMPUTER, INC. OR")
    42 cpp_quote(" * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,")
    43 cpp_quote(" * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,")
    44 cpp_quote(" * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR")
    45 cpp_quote(" * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY")
    46 cpp_quote(" * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT")
    47 cpp_quote(" * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE")
    48 cpp_quote(" * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ")
    49 cpp_quote(" */")
    50 
     26#ifndef DO_NO_IMPORTS
    5127import "oaidl.idl";
    5228import "ocidl.idl";
    5329import "DOMCore.idl";
     30#endif
    5431
    5532interface IDOMHTMLElement;
     
    5936interface IDOMDocument;
    6037interface IDOMElement;
     38interface IDOMNode;
     39interface IDOMNodeList;
    6140
    6241/*
  • trunk/WebKit/win/Interfaces/DOMPrivate.idl

    r27755 r30180  
    11/*
    2  * Copyright (C) 2006, 2007 Apple Inc.  All rights reserved.
     2 * Copyright (C) 2006, 2007, 2008 Apple Inc.  All rights reserved.
    33 *
    44 * Redistribution and use in source and binary forms, with or without
     
    2424 */
    2525
    26 cpp_quote("/*")
    27 cpp_quote(" * Copyright (C) 2006, 2007 Apple Inc.  All rights reserved.")
    28 cpp_quote(" *")
    29 cpp_quote(" * Redistribution and use in source and binary forms, with or without")
    30 cpp_quote(" * modification, are permitted provided that the following conditions")
    31 cpp_quote(" * are met:")
    32 cpp_quote(" * 1. Redistributions of source code must retain the above copyright")
    33 cpp_quote(" *    notice, this list of conditions and the following disclaimer.")
    34 cpp_quote(" * 2. Redistributions in binary form must reproduce the above copyright")
    35 cpp_quote(" *    notice, this list of conditions and the following disclaimer in the")
    36 cpp_quote(" *    documentation and/or other materials provided with the distribution.")
    37 cpp_quote(" *")
    38 cpp_quote(" * THIS SOFTWARE IS PROVIDED BY APPLE COMPUTER, INC. ``AS IS'' AND ANY")
    39 cpp_quote(" * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE")
    40 cpp_quote(" * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR")
    41 cpp_quote(" * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL APPLE COMPUTER, INC. OR")
    42 cpp_quote(" * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,")
    43 cpp_quote(" * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,")
    44 cpp_quote(" * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR")
    45 cpp_quote(" * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY")
    46 cpp_quote(" * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT")
    47 cpp_quote(" * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE")
    48 cpp_quote(" * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ")
    49 cpp_quote(" */")
    50 
     26#ifndef DO_NO_IMPORTS
    5127import "oaidl.idl";
    5228import "ocidl.idl";
    5329import "DOMCore.idl";
     30#endif
     31
     32interface IDOMElement;
    5433
    5534typedef struct WebFontDescription WebFontDescription;
  • trunk/WebKit/win/Interfaces/DOMRange.idl

    r25231 r30180  
    11/*
    2  * Copyright (C) 2006, 2007 Apple Inc.  All rights reserved.
     2 * Copyright (C) 2006, 2007, 2008 Apple Inc.  All rights reserved.
    33 *
    44 * Redistribution and use in source and binary forms, with or without
     
    2424 */
    2525
    26 cpp_quote("/*")
    27 cpp_quote(" * Copyright (C) 2006, 2007 Apple Inc.  All rights reserved.")
    28 cpp_quote(" *")
    29 cpp_quote(" * Redistribution and use in source and binary forms, with or without")
    30 cpp_quote(" * modification, are permitted provided that the following conditions")
    31 cpp_quote(" * are met:")
    32 cpp_quote(" * 1. Redistributions of source code must retain the above copyright")
    33 cpp_quote(" *    notice, this list of conditions and the following disclaimer.")
    34 cpp_quote(" * 2. Redistributions in binary form must reproduce the above copyright")
    35 cpp_quote(" *    notice, this list of conditions and the following disclaimer in the")
    36 cpp_quote(" *    documentation and/or other materials provided with the distribution.")
    37 cpp_quote(" *")
    38 cpp_quote(" * THIS SOFTWARE IS PROVIDED BY APPLE COMPUTER, INC. ``AS IS'' AND ANY")
    39 cpp_quote(" * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE")
    40 cpp_quote(" * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR")
    41 cpp_quote(" * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL APPLE COMPUTER, INC. OR")
    42 cpp_quote(" * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,")
    43 cpp_quote(" * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,")
    44 cpp_quote(" * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR")
    45 cpp_quote(" * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY")
    46 cpp_quote(" * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT")
    47 cpp_quote(" * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE")
    48 cpp_quote(" * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ")
    49 cpp_quote(" */")
    50 
     26#ifndef DO_NO_IMPORTS
    5127import "oaidl.idl";
    5228import "ocidl.idl";
    5329import "DOMCore.idl";
     30#endif
     31
     32interface IDOMNode;
     33interface IDOMDocumentFragment;
    5434
    5535typedef enum _WebSelectionAffinity {
  • trunk/WebKit/win/Interfaces/DOMWindow.idl

    r25231 r30180  
    11/*
    2  * Copyright (C) 2006, 2007 Apple Inc.  All rights reserved.
     2 * Copyright (C) 2006, 2007, 2008 Apple Inc.  All rights reserved.
    33 *
    44 * Redistribution and use in source and binary forms, with or without
     
    2424 */
    2525
    26 cpp_quote("/*")
    27 cpp_quote(" * Copyright (C) 2006, 2007 Apple Inc.  All rights reserved.")
    28 cpp_quote(" *")
    29 cpp_quote(" * Redistribution and use in source and binary forms, with or without")
    30 cpp_quote(" * modification, are permitted provided that the following conditions")
    31 cpp_quote(" * are met:")
    32 cpp_quote(" * 1. Redistributions of source code must retain the above copyright")
    33 cpp_quote(" *    notice, this list of conditions and the following disclaimer.")
    34 cpp_quote(" * 2. Redistributions in binary form must reproduce the above copyright")
    35 cpp_quote(" *    notice, this list of conditions and the following disclaimer in the")
    36 cpp_quote(" *    documentation and/or other materials provided with the distribution.")
    37 cpp_quote(" *")
    38 cpp_quote(" * THIS SOFTWARE IS PROVIDED BY APPLE COMPUTER, INC. ``AS IS'' AND ANY")
    39 cpp_quote(" * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE")
    40 cpp_quote(" * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR")
    41 cpp_quote(" * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL APPLE COMPUTER, INC. OR")
    42 cpp_quote(" * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,")
    43 cpp_quote(" * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,")
    44 cpp_quote(" * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR")
    45 cpp_quote(" * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY")
    46 cpp_quote(" * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT")
    47 cpp_quote(" * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE")
    48 cpp_quote(" * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ")
    49 cpp_quote(" */")
    50 
     26#ifndef DO_NO_IMPORTS
    5127import "oaidl.idl";
    5228import "ocidl.idl";
    5329import "DOMCore.idl";
    5430import "DOMCSS.idl";
     31#endif
    5532
    5633interface IDOMCSSRuleList;
     34interface IDOMDocument;
     35interface IDOMElement;
    5736
    5837[
  • trunk/WebKit/win/Interfaces/IGEN_DOMObject.idl

    r29671 r30180  
    11/*
    2  * Copyright (C) 2007 Apple Inc.  All rights reserved.
     2 * Copyright (C) 2007, 2008 Apple Inc.  All rights reserved.
    33 *
    44 * Redistribution and use in source and binary forms, with or without
     
    2727 */
    2828
    29 cpp_quote("/*")
    30 cpp_quote(" * Copyright (C) 2007 Apple Inc.  All rights reserved.")
    31 cpp_quote(" *")
    32 cpp_quote(" * Redistribution and use in source and binary forms, with or without")
    33 cpp_quote(" * modification, are permitted provided that the following conditions")
    34 cpp_quote(" * are met:")
    35 cpp_quote(" *")
    36 cpp_quote(" * 1.  Redistributions of source code must retain the above copyright")
    37 cpp_quote(" *     notice, this list of conditions and the following disclaimer.")
    38 cpp_quote(" * 2.  Redistributions in binary form must reproduce the above copyright")
    39 cpp_quote(" *     notice, this list of conditions and the following disclaimer in the")
    40 cpp_quote(" *     documentation and/or other materials provided with the distribution.")
    41 cpp_quote(" * 3.  Neither the name of Apple Computer, Inc. (\"Apple\") nor the names of")
    42 cpp_quote(" *     its contributors may be used to endorse or promote products derived")
    43 cpp_quote(" *     from this software without specific prior written permission.")
    44 cpp_quote(" *")
    45 cpp_quote(" * THIS SOFTWARE IS PROVIDED BY APPLE AND ITS CONTRIBUTORS \"AS IS\" AND ANY")
    46 cpp_quote(" * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED")
    47 cpp_quote(" * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE")
    48 cpp_quote(" * DISCLAIMED. IN NO EVENT SHALL APPLE OR ITS CONTRIBUTORS BE LIABLE FOR ANY")
    49 cpp_quote(" * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES")
    50 cpp_quote(" * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;")
    51 cpp_quote(" * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND")
    52 cpp_quote(" * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT")
    53 cpp_quote(" * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF")
    54 cpp_quote(" * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.")
    55 cpp_quote(" */")
    56 
     29#ifndef DO_NO_IMPORTS
    5730import "oaidl.idl";
    5831import "ocidl.idl";
     32#endif
    5933
    6034[
  • trunk/WebKit/win/Interfaces/IWebArchive.idl

    r23357 r30180  
    11/*
    2  * Copyright (C) 2006, 2007 Apple Inc.  All rights reserved.
     2 * Copyright (C) 2006, 2007, 2008 Apple Inc.  All rights reserved.
    33 *
    44 * Redistribution and use in source and binary forms, with or without
     
    2424 */
    2525
    26 cpp_quote("/*")
    27 cpp_quote(" * Copyright (C) 2006, 2007 Apple Inc.  All rights reserved.")
    28 cpp_quote(" *")
    29 cpp_quote(" * Redistribution and use in source and binary forms, with or without")
    30 cpp_quote(" * modification, are permitted provided that the following conditions")
    31 cpp_quote(" * are met:")
    32 cpp_quote(" * 1. Redistributions of source code must retain the above copyright")
    33 cpp_quote(" *    notice, this list of conditions and the following disclaimer.")
    34 cpp_quote(" * 2. Redistributions in binary form must reproduce the above copyright")
    35 cpp_quote(" *    notice, this list of conditions and the following disclaimer in the")
    36 cpp_quote(" *    documentation and/or other materials provided with the distribution.")
    37 cpp_quote(" *")
    38 cpp_quote(" * THIS SOFTWARE IS PROVIDED BY APPLE COMPUTER, INC. ``AS IS'' AND ANY")
    39 cpp_quote(" * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE")
    40 cpp_quote(" * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR")
    41 cpp_quote(" * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL APPLE COMPUTER, INC. OR")
    42 cpp_quote(" * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,")
    43 cpp_quote(" * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,")
    44 cpp_quote(" * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR")
    45 cpp_quote(" * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY")
    46 cpp_quote(" * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT")
    47 cpp_quote(" * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE")
    48 cpp_quote(" * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ")
    49 cpp_quote(" */")
    50 
     26#ifndef DO_NO_IMPORTS
    5127import "oaidl.idl";
    5228import "ocidl.idl";
    5329import "IWebResource.idl";
     30#endif
    5431
    5532interface IWebResource;
  • trunk/WebKit/win/Interfaces/IWebBackForwardList.idl

    r23427 r30180  
    11/*
    2  * Copyright (C) 2006, 2007 Apple Inc.  All rights reserved.
     2 * Copyright (C) 2006, 2007, 2008 Apple Inc.  All rights reserved.
    33 *
    44 * Redistribution and use in source and binary forms, with or without
     
    2424 */
    2525
    26 cpp_quote("/*")
    27 cpp_quote(" * Copyright (C) 2006, 2007 Apple Inc.  All rights reserved.")
    28 cpp_quote(" *")
    29 cpp_quote(" * Redistribution and use in source and binary forms, with or without")
    30 cpp_quote(" * modification, are permitted provided that the following conditions")
    31 cpp_quote(" * are met:")
    32 cpp_quote(" * 1. Redistributions of source code must retain the above copyright")
    33 cpp_quote(" *    notice, this list of conditions and the following disclaimer.")
    34 cpp_quote(" * 2. Redistributions in binary form must reproduce the above copyright")
    35 cpp_quote(" *    notice, this list of conditions and the following disclaimer in the")
    36 cpp_quote(" *    documentation and/or other materials provided with the distribution.")
    37 cpp_quote(" *")
    38 cpp_quote(" * THIS SOFTWARE IS PROVIDED BY APPLE COMPUTER, INC. ``AS IS'' AND ANY")
    39 cpp_quote(" * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE")
    40 cpp_quote(" * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR")
    41 cpp_quote(" * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL APPLE COMPUTER, INC. OR")
    42 cpp_quote(" * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,")
    43 cpp_quote(" * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,")
    44 cpp_quote(" * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR")
    45 cpp_quote(" * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY")
    46 cpp_quote(" * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT")
    47 cpp_quote(" * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE")
    48 cpp_quote(" * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ")
    49 cpp_quote(" */")
    50 
     26#ifndef DO_NO_IMPORTS
    5127import "oaidl.idl";
    5228import "ocidl.idl";
    5329import "IWebHistoryItem.idl";
     30#endif
    5431
    5532interface IWebHistoryItem;
  • trunk/WebKit/win/Interfaces/IWebBackForwardListPrivate.idl

    r23357 r30180  
    11/*
    2  * Copyright (C) 2006, 2007 Apple Inc.  All rights reserved.
     2 * Copyright (C) 2006, 2007, 2008 Apple Inc.  All rights reserved.
    33 *
    44 * Redistribution and use in source and binary forms, with or without
     
    2424 */
    2525
    26 cpp_quote("/*")
    27 cpp_quote(" * Copyright (C) 2007 Apple, Inc.  All rights reserved.")
    28 cpp_quote(" *")
    29 cpp_quote(" * Redistribution and use in source and binary forms, with or without")
    30 cpp_quote(" * modification, are permitted provided that the following conditions")
    31 cpp_quote(" * are met:")
    32 cpp_quote(" * 1. Redistributions of source code must retain the above copyright")
    33 cpp_quote(" *    notice, this list of conditions and the following disclaimer.")
    34 cpp_quote(" * 2. Redistributions in binary form must reproduce the above copyright")
    35 cpp_quote(" *    notice, this list of conditions and the following disclaimer in the")
    36 cpp_quote(" *    documentation and/or other materials provided with the distribution.")
    37 cpp_quote(" *")
    38 cpp_quote(" * THIS SOFTWARE IS PROVIDED BY APPLE COMPUTER, INC. ``AS IS'' AND ANY")
    39 cpp_quote(" * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE")
    40 cpp_quote(" * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR")
    41 cpp_quote(" * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL APPLE COMPUTER, INC. OR")
    42 cpp_quote(" * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,")
    43 cpp_quote(" * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,")
    44 cpp_quote(" * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR")
    45 cpp_quote(" * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY")
    46 cpp_quote(" * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT")
    47 cpp_quote(" * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE")
    48 cpp_quote(" * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ")
    49 cpp_quote(" */")
    50 
     26#ifndef DO_NO_IMPORTS
    5127import "oaidl.idl";
    5228import "ocidl.idl";
    5329import "IWebHistoryItem.idl";
     30#endif
    5431
    5532interface IWebHistoryItem;
  • trunk/WebKit/win/Interfaces/IWebCache.idl

    r27445 r30180  
    11/*
    2  * Copyright (C) 2006, 2007 Apple Inc.  All rights reserved.
     2 * Copyright (C) 2006, 2007, 2008 Apple Inc.  All rights reserved.
    33 *
    44 * Redistribution and use in source and binary forms, with or without
     
    2424 */
    2525
    26 cpp_quote("/*")
    27 cpp_quote(" * Copyright (C) 2006, 2007 Apple Inc.  All rights reserved.")
    28 cpp_quote(" *")
    29 cpp_quote(" * Redistribution and use in source and binary forms, with or without")
    30 cpp_quote(" * modification, are permitted provided that the following conditions")
    31 cpp_quote(" * are met:")
    32 cpp_quote(" * 1. Redistributions of source code must retain the above copyright")
    33 cpp_quote(" *    notice, this list of conditions and the following disclaimer.")
    34 cpp_quote(" * 2. Redistributions in binary form must reproduce the above copyright")
    35 cpp_quote(" *    notice, this list of conditions and the following disclaimer in the")
    36 cpp_quote(" *    documentation and/or other materials provided with the distribution.")
    37 cpp_quote(" *")
    38 cpp_quote(" * THIS SOFTWARE IS PROVIDED BY APPLE COMPUTER, INC. ``AS IS'' AND ANY")
    39 cpp_quote(" * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE")
    40 cpp_quote(" * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR")
    41 cpp_quote(" * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL APPLE COMPUTER, INC. OR")
    42 cpp_quote(" * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,")
    43 cpp_quote(" * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,")
    44 cpp_quote(" * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR")
    45 cpp_quote(" * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY")
    46 cpp_quote(" * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT")
    47 cpp_quote(" * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE")
    48 cpp_quote(" * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ")
    49 cpp_quote(" */")
    50 
     26#ifndef DO_NO_IMPORTS
    5127import "oaidl.idl";
    5228import "ocidl.idl";
     29#endif
    5330
    5431[
  • trunk/WebKit/win/Interfaces/IWebDataSource.idl

    r23357 r30180  
    11/*
    2  * Copyright (C) 2006, 2007 Apple Inc.  All rights reserved.
     2 * Copyright (C) 2006, 2007, 2008 Apple Inc.  All rights reserved.
    33 *
    44 * Redistribution and use in source and binary forms, with or without
     
    2424 */
    2525
    26 cpp_quote("/*")
    27 cpp_quote(" * Copyright (C) 2006, 2007 Apple Inc.  All rights reserved.")
    28 cpp_quote(" *")
    29 cpp_quote(" * Redistribution and use in source and binary forms, with or without")
    30 cpp_quote(" * modification, are permitted provided that the following conditions")
    31 cpp_quote(" * are met:")
    32 cpp_quote(" * 1. Redistributions of source code must retain the above copyright")
    33 cpp_quote(" *    notice, this list of conditions and the following disclaimer.")
    34 cpp_quote(" * 2. Redistributions in binary form must reproduce the above copyright")
    35 cpp_quote(" *    notice, this list of conditions and the following disclaimer in the")
    36 cpp_quote(" *    documentation and/or other materials provided with the distribution.")
    37 cpp_quote(" *")
    38 cpp_quote(" * THIS SOFTWARE IS PROVIDED BY APPLE COMPUTER, INC. ``AS IS'' AND ANY")
    39 cpp_quote(" * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE")
    40 cpp_quote(" * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR")
    41 cpp_quote(" * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL APPLE COMPUTER, INC. OR")
    42 cpp_quote(" * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,")
    43 cpp_quote(" * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,")
    44 cpp_quote(" * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR")
    45 cpp_quote(" * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY")
    46 cpp_quote(" * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT")
    47 cpp_quote(" * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE")
    48 cpp_quote(" * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ")
    49 cpp_quote(" */")
    50 
     26#ifndef DO_NO_IMPORTS
    5127import "oaidl.idl";
    5228import "ocidl.idl";
     
    5733import "IWebDocument.idl";
    5834import "IWebFrame.idl";
    59 
     35#endif
    6036
    6137interface IWebMutableURLRequest;
     
    6541interface IWebArchive;
    6642interface IWebDataSourcePrivate;
     43interface IWebError;
    6744interface IWebFrame;
    6845interface IWebResource;
  • trunk/WebKit/win/Interfaces/IWebDatabaseManager.idl

    r29698 r30180  
    11/*
    2  * Copyright (C) 2006, 2007 Apple Inc.  All rights reserved.
     2 * Copyright (C) 2006, 2007, 2008 Apple Inc.  All rights reserved.
    33 *
    44 * Redistribution and use in source and binary forms, with or without
     
    2424 */
    2525
    26 cpp_quote("/*")
    27 cpp_quote(" * Copyright (C) 2007, 2008 Apple Inc. All rights reserved.")
    28 cpp_quote(" *")
    29 cpp_quote(" * Redistribution and use in source and binary forms, with or without")
    30 cpp_quote(" * modification, are permitted provided that the following conditions")
    31 cpp_quote(" * are met:")
    32 cpp_quote(" * 1. Redistributions of source code must retain the above copyright")
    33 cpp_quote(" *    notice, this list of conditions and the following disclaimer.")
    34 cpp_quote(" * 2. Redistributions in binary form must reproduce the above copyright")
    35 cpp_quote(" *    notice, this list of conditions and the following disclaimer in the")
    36 cpp_quote(" *    documentation and/or other materials provided with the distribution.")
    37 cpp_quote(" *")
    38 cpp_quote(" * THIS SOFTWARE IS PROVIDED BY APPLE COMPUTER, INC. ``AS IS'' AND ANY")
    39 cpp_quote(" * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE")
    40 cpp_quote(" * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR")
    41 cpp_quote(" * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL APPLE COMPUTER, INC. OR")
    42 cpp_quote(" * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,")
    43 cpp_quote(" * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,")
    44 cpp_quote(" * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR")
    45 cpp_quote(" * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY")
    46 cpp_quote(" * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT")
    47 cpp_quote(" * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE")
    48 cpp_quote(" * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ")
    49 cpp_quote(" */")
    50 
     26#ifndef DO_NO_IMPORTS
    5127import "oaidl.idl";
    5228import "ocidl.idl";
     29#endif
     30
     31interface IWebSecurityOrigin;
    5332
    5433cpp_quote("#define WebDatabaseDisplayNameKey TEXT(\"WebDatabaseDisplayNameKey\")")
     
    6039cpp_quote("#define WebDatabaseNameKey TEXT(\"WebDatabaseNameKey\")")
    6140
     41#ifndef DO_NO_IMPORTS
    6242import "IWebSecurityOrigin.idl";
     43#endif
    6344
    6445[
  • trunk/WebKit/win/Interfaces/IWebDocument.idl

    r23357 r30180  
    11/*
    2  * Copyright (C) 2006, 2007 Apple Inc.  All rights reserved.
     2 * Copyright (C) 2006, 2007, 2008 Apple Inc.  All rights reserved.
    33 *
    44 * Redistribution and use in source and binary forms, with or without
     
    2424 */
    2525
    26 cpp_quote("/*")
    27 cpp_quote(" * Copyright (C) 2006, 2007 Apple Inc.  All rights reserved.")
    28 cpp_quote(" *")
    29 cpp_quote(" * Redistribution and use in source and binary forms, with or without")
    30 cpp_quote(" * modification, are permitted provided that the following conditions")
    31 cpp_quote(" * are met:")
    32 cpp_quote(" * 1. Redistributions of source code must retain the above copyright")
    33 cpp_quote(" *    notice, this list of conditions and the following disclaimer.")
    34 cpp_quote(" * 2. Redistributions in binary form must reproduce the above copyright")
    35 cpp_quote(" *    notice, this list of conditions and the following disclaimer in the")
    36 cpp_quote(" *    documentation and/or other materials provided with the distribution.")
    37 cpp_quote(" *")
    38 cpp_quote(" * THIS SOFTWARE IS PROVIDED BY APPLE COMPUTER, INC. ``AS IS'' AND ANY")
    39 cpp_quote(" * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE")
    40 cpp_quote(" * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR")
    41 cpp_quote(" * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL APPLE COMPUTER, INC. OR")
    42 cpp_quote(" * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,")
    43 cpp_quote(" * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,")
    44 cpp_quote(" * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR")
    45 cpp_quote(" * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY")
    46 cpp_quote(" * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT")
    47 cpp_quote(" * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE")
    48 cpp_quote(" * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ")
    49 cpp_quote(" */")
    50 
     26#ifndef DO_NO_IMPORTS
    5127import "oaidl.idl";
    5228import "ocidl.idl";
    5329import "IWebError.idl";
    5430import "IWebDataSource.idl";
    55 import "IWebError.idl";
     31#endif
    5632
    5733interface IWebError;
  • trunk/WebKit/win/Interfaces/IWebDownload.idl

    r23357 r30180  
    11/*
    2  * Copyright (C) 2006, 2007 Apple Inc.  All rights reserved.
     2 * Copyright (C) 2006, 2007, 2008 Apple Inc.  All rights reserved.
    33 *               2007 Apple Inc.  All rights reserved.
    44 *
     
    2525 */
    2626
    27 cpp_quote("/*")
    28 cpp_quote(" * Copyright (C) 2006, 2007 Apple Inc.  All rights reserved.")
    29 cpp_quote(" *               2007 Apple Inc.  All rights reserved.")
    30 cpp_quote(" *")
    31 cpp_quote(" * Redistribution and use in source and binary forms, with or without")
    32 cpp_quote(" * modification, are permitted provided that the following conditions")
    33 cpp_quote(" * are met:")
    34 cpp_quote(" * 1. Redistributions of source code must retain the above copyright")
    35 cpp_quote(" *    notice, this list of conditions and the following disclaimer.")
    36 cpp_quote(" * 2. Redistributions in binary form must reproduce the above copyright")
    37 cpp_quote(" *    notice, this list of conditions and the following disclaimer in the")
    38 cpp_quote(" *    documentation and/or other materials provided with the distribution.")
    39 cpp_quote(" *")
    40 cpp_quote(" * THIS SOFTWARE IS PROVIDED BY APPLE COMPUTER, INC. ``AS IS'' AND ANY")
    41 cpp_quote(" * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE")
    42 cpp_quote(" * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR")
    43 cpp_quote(" * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL APPLE COMPUTER, INC. OR")
    44 cpp_quote(" * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,")
    45 cpp_quote(" * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,")
    46 cpp_quote(" * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR")
    47 cpp_quote(" * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY")
    48 cpp_quote(" * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT")
    49 cpp_quote(" * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE")
    50 cpp_quote(" * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ")
    51 cpp_quote(" */")
    52 
     27#ifndef DO_NO_IMPORTS
    5328import "oaidl.idl";
    5429import "ocidl.idl";
     
    5833import "IWebURLResponse.idl";
    5934import "IWebURLRequest.idl";
     35#endif
    6036
    6137interface IWebDownloadDelegate;
     38interface IWebError;
     39interface IWebMutableURLRequest;
     40interface IWebURLAuthenticationChallenge;
     41interface IWebURLRequest;
     42interface IWebURLResponse;
     43
    6244/*!
    6345    @class WebDownload
  • trunk/WebKit/win/Interfaces/IWebEditingDelegate.idl

    r25231 r30180  
    11/*
    2  * Copyright (C) 2006, 2007 Apple Inc.  All rights reserved.
     2 * Copyright (C) 2006, 2007, 2008 Apple Inc.  All rights reserved.
    33 *
    44 * Redistribution and use in source and binary forms, with or without
     
    2424 */
    2525
    26 cpp_quote("/*")
    27 cpp_quote(" * Copyright (C) 2006, 2007 Apple Inc.  All rights reserved.")
    28 cpp_quote(" *")
    29 cpp_quote(" * Redistribution and use in source and binary forms, with or without")
    30 cpp_quote(" * modification, are permitted provided that the following conditions")
    31 cpp_quote(" * are met:")
    32 cpp_quote(" * 1. Redistributions of source code must retain the above copyright")
    33 cpp_quote(" *    notice, this list of conditions and the following disclaimer.")
    34 cpp_quote(" * 2. Redistributions in binary form must reproduce the above copyright")
    35 cpp_quote(" *    notice, this list of conditions and the following disclaimer in the")
    36 cpp_quote(" *    documentation and/or other materials provided with the distribution.")
    37 cpp_quote(" *")
    38 cpp_quote(" * THIS SOFTWARE IS PROVIDED BY APPLE COMPUTER, INC. ``AS IS'' AND ANY")
    39 cpp_quote(" * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE")
    40 cpp_quote(" * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR")
    41 cpp_quote(" * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL APPLE COMPUTER, INC. OR")
    42 cpp_quote(" * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,")
    43 cpp_quote(" * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,")
    44 cpp_quote(" * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR")
    45 cpp_quote(" * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY")
    46 cpp_quote(" * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT")
    47 cpp_quote(" * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE")
    48 cpp_quote(" * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ")
    49 cpp_quote(" */")
    50 
     26#ifndef DO_NO_IMPORTS
    5127import "oaidl.idl";
    5228import "ocidl.idl";
     
    5733import "IWebUndoManager.idl";
    5834import "IWebView.idl";
     35#endif
    5936
    6037interface IDOMCSSStyleDeclaration;
     38interface IDOMNode;
    6139interface IDOMRange;
    6240interface IWebView;
    6341interface IWebNotification;
     42interface IWebUndoManager;
    6443
    6544typedef enum _WebViewInsertAction {
  • trunk/WebKit/win/Interfaces/IWebError.idl

    r30086 r30180  
    11/*
    2  * Copyright (C) 2006, 2007 Apple Inc.  All rights reserved.
     2 * Copyright (C) 2006, 2007, 2008 Apple Inc.  All rights reserved.
    33 *
    44 * Redistribution and use in source and binary forms, with or without
     
    2323 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
    2424 */
    25 
    26 cpp_quote("/*")
    27 cpp_quote(" * Copyright (C) 2006, 2007 Apple Inc.  All rights reserved.")
    28 cpp_quote(" *")
    29 cpp_quote(" * Redistribution and use in source and binary forms, with or without")
    30 cpp_quote(" * modification, are permitted provided that the following conditions")
    31 cpp_quote(" * are met:")
    32 cpp_quote(" * 1. Redistributions of source code must retain the above copyright")
    33 cpp_quote(" *    notice, this list of conditions and the following disclaimer.")
    34 cpp_quote(" * 2. Redistributions in binary form must reproduce the above copyright")
    35 cpp_quote(" *    notice, this list of conditions and the following disclaimer in the")
    36 cpp_quote(" *    documentation and/or other materials provided with the distribution.")
    37 cpp_quote(" *")
    38 cpp_quote(" * THIS SOFTWARE IS PROVIDED BY APPLE COMPUTER, INC. ``AS IS'' AND ANY")
    39 cpp_quote(" * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE")
    40 cpp_quote(" * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR")
    41 cpp_quote(" * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL APPLE COMPUTER, INC. OR")
    42 cpp_quote(" * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,")
    43 cpp_quote(" * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,")
    44 cpp_quote(" * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR")
    45 cpp_quote(" * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY")
    46 cpp_quote(" * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT")
    47 cpp_quote(" * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE")
    48 cpp_quote(" * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ")
    49 cpp_quote(" */")
    5025
    5126cpp_quote("#define WebURLErrorDomain TEXT(\"CFURLErrorDomain\")")
     
    132107cpp_quote("#define WebPOSIXErrorECONNRESET 54")
    133108
     109#ifndef DO_NO_IMPORTS
    134110import "oaidl.idl";
    135111import "ocidl.idl";
     112#endif
    136113
    137114[
  • trunk/WebKit/win/Interfaces/IWebErrorPrivate.idl

    r25299 r30180  
    11/*
    2  * Copyright (C) 2007 Apple Inc.  All rights reserved.
     2 * Copyright (C) 2007, 2008 Apple Inc.  All rights reserved.
    33 *
    44 * Redistribution and use in source and binary forms, with or without
     
    2424 */
    2525
    26 cpp_quote("/*")
    27 cpp_quote(" * Copyright (C) 2007 Apple Inc.  All rights reserved.")
    28 cpp_quote(" *")
    29 cpp_quote(" * Redistribution and use in source and binary forms, with or without")
    30 cpp_quote(" * modification, are permitted provided that the following conditions")
    31 cpp_quote(" * are met:")
    32 cpp_quote(" * 1. Redistributions of source code must retain the above copyright")
    33 cpp_quote(" *    notice, this list of conditions and the following disclaimer.")
    34 cpp_quote(" * 2. Redistributions in binary form must reproduce the above copyright")
    35 cpp_quote(" *    notice, this list of conditions and the following disclaimer in the")
    36 cpp_quote(" *    documentation and/or other materials provided with the distribution.")
    37 cpp_quote(" *")
    38 cpp_quote(" * THIS SOFTWARE IS PROVIDED BY APPLE COMPUTER, INC. ``AS IS'' AND ANY")
    39 cpp_quote(" * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE")
    40 cpp_quote(" * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR")
    41 cpp_quote(" * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL APPLE COMPUTER, INC. OR")
    42 cpp_quote(" * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,")
    43 cpp_quote(" * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,")
    44 cpp_quote(" * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR")
    45 cpp_quote(" * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY")
    46 cpp_quote(" * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT")
    47 cpp_quote(" * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE")
    48 cpp_quote(" * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ")
    49 cpp_quote(" */")
    50 
    5126cpp_quote("#define WebKitErrorPlugInCancelledConnection 203")
    5227cpp_quote("// FIXME: WebKitErrorPlugInWillHandleLoad is used for the cancel we do to prevent loading plugin content twice.  See <rdar://problem/4258008>")
     
    5530cpp_quote("#define WebErrorFailingURLKey TEXT(\"WebErrorFailingURLKey\")")
    5631
     32#ifndef DO_NO_IMPORTS
    5733import "oaidl.idl";
    5834import "ocidl.idl";
     35#endif
    5936
    6037[
  • trunk/WebKit/win/Interfaces/IWebFormDelegate.idl

    r25231 r30180  
    11/*
    2  * Copyright (C) 2006, 2007 Apple Inc.  All rights reserved.
     2 * Copyright (C) 2006, 2007, 2008 Apple Inc.  All rights reserved.
    33 *
    44 * Redistribution and use in source and binary forms, with or without
     
    2424 */
    2525
    26 cpp_quote("/*")
    27 cpp_quote(" * Copyright (C) 2006, 2007 Apple Inc.  All rights reserved.")
    28 cpp_quote(" *")
    29 cpp_quote(" * Redistribution and use in source and binary forms, with or without")
    30 cpp_quote(" * modification, are permitted provided that the following conditions")
    31 cpp_quote(" * are met:")
    32 cpp_quote(" * 1. Redistributions of source code must retain the above copyright")
    33 cpp_quote(" *    notice, this list of conditions and the following disclaimer.")
    34 cpp_quote(" * 2. Redistributions in binary form must reproduce the above copyright")
    35 cpp_quote(" *    notice, this list of conditions and the following disclaimer in the")
    36 cpp_quote(" *    documentation and/or other materials provided with the distribution.")
    37 cpp_quote(" *")
    38 cpp_quote(" * THIS SOFTWARE IS PROVIDED BY APPLE COMPUTER, INC. ``AS IS'' AND ANY")
    39 cpp_quote(" * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE")
    40 cpp_quote(" * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR")
    41 cpp_quote(" * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL APPLE COMPUTER, INC. OR")
    42 cpp_quote(" * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,")
    43 cpp_quote(" * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,")
    44 cpp_quote(" * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR")
    45 cpp_quote(" * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY")
    46 cpp_quote(" * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT")
    47 cpp_quote(" * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE")
    48 cpp_quote(" * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ")
    49 cpp_quote(" */")
    50 
     26#ifndef DO_NO_IMPORTS
    5127import "oaidl.idl";
    5228import "ocidl.idl";
    5329import "DOMHTML.idl";
    5430import "IWebFrame.idl";
     31#endif
     32
     33interface IDOMElement;
     34interface IDOMHTMLInputElement;
     35interface IDOMHTMLTextAreaElement;
     36interface IWebFrame;
    5537
    5638/*!
  • trunk/WebKit/win/Interfaces/IWebFrame.idl

    r27612 r30180  
    11/*
    2  * Copyright (C) 2006, 2007 Apple Inc.  All rights reserved.
     2 * Copyright (C) 2006, 2007, 2008 Apple Inc.  All rights reserved.
    33 *
    44 * Redistribution and use in source and binary forms, with or without
     
    2424 */
    2525
    26 cpp_quote("/*")
    27 cpp_quote(" * Copyright (C) 2006, 2007 Apple Inc.  All rights reserved.")
    28 cpp_quote(" *")
    29 cpp_quote(" * Redistribution and use in source and binary forms, with or without")
    30 cpp_quote(" * modification, are permitted provided that the following conditions")
    31 cpp_quote(" * are met:")
    32 cpp_quote(" * 1. Redistributions of source code must retain the above copyright")
    33 cpp_quote(" *    notice, this list of conditions and the following disclaimer.")
    34 cpp_quote(" * 2. Redistributions in binary form must reproduce the above copyright")
    35 cpp_quote(" *    notice, this list of conditions and the following disclaimer in the")
    36 cpp_quote(" *    documentation and/or other materials provided with the distribution.")
    37 cpp_quote(" *")
    38 cpp_quote(" * THIS SOFTWARE IS PROVIDED BY APPLE COMPUTER, INC. ``AS IS'' AND ANY")
    39 cpp_quote(" * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE")
    40 cpp_quote(" * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR")
    41 cpp_quote(" * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL APPLE COMPUTER, INC. OR")
    42 cpp_quote(" * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,")
    43 cpp_quote(" * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,")
    44 cpp_quote(" * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR")
    45 cpp_quote(" * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY")
    46 cpp_quote(" * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT")
    47 cpp_quote(" * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE")
    48 cpp_quote(" * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ")
    49 cpp_quote(" */")
    50 
     26#ifndef DO_NO_IMPORTS
    5127import "oaidl.idl";
    5228import "ocidl.idl";
     
    5733import "IWebURLRequest.idl";
    5834import "DOMCore.idl";
     35#endif
    5936
    6037cpp_quote("// this is done to get midl to treat the JavaScriptCore API types as pointer types")
     
    6643
    6744interface IDOMDocument;
     45interface IDOMElement;
    6846interface IDOMHTMLElement;
    6947interface IWebURLRequest;
  • trunk/WebKit/win/Interfaces/IWebFrameLoadDelegate.idl

    r28221 r30180  
    11/*
    2  * Copyright (C) 2006, 2007 Apple Inc.  All rights reserved.
     2 * Copyright (C) 2006, 2007, 2008 Apple Inc.  All rights reserved.
    33 *
    44 * Redistribution and use in source and binary forms, with or without
     
    2424 */
    2525
    26 cpp_quote("/*")
    27 cpp_quote(" * Copyright (C) 2006, 2007 Apple Inc.  All rights reserved.")
    28 cpp_quote(" *")
    29 cpp_quote(" * Redistribution and use in source and binary forms, with or without")
    30 cpp_quote(" * modification, are permitted provided that the following conditions")
    31 cpp_quote(" * are met:")
    32 cpp_quote(" * 1. Redistributions of source code must retain the above copyright")
    33 cpp_quote(" *    notice, this list of conditions and the following disclaimer.")
    34 cpp_quote(" * 2. Redistributions in binary form must reproduce the above copyright")
    35 cpp_quote(" *    notice, this list of conditions and the following disclaimer in the")
    36 cpp_quote(" *    documentation and/or other materials provided with the distribution.")
    37 cpp_quote(" *")
    38 cpp_quote(" * THIS SOFTWARE IS PROVIDED BY APPLE COMPUTER, INC. ``AS IS'' AND ANY")
    39 cpp_quote(" * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE")
    40 cpp_quote(" * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR")
    41 cpp_quote(" * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL APPLE COMPUTER, INC. OR")
    42 cpp_quote(" * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,")
    43 cpp_quote(" * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,")
    44 cpp_quote(" * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR")
    45 cpp_quote(" * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY")
    46 cpp_quote(" * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT")
    47 cpp_quote(" * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE")
    48 cpp_quote(" * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ")
    49 cpp_quote(" */")
    50 
     26#ifndef DO_NO_IMPORTS
    5127import "oaidl.idl";
    5228import "ocidl.idl";
     
    5430import "IWebView.idl";
    5531import "IWebFrame.idl";
     32#endif
    5633
    5734cpp_quote("// this is done to get midl to treat the JavaScriptCore API types as pointer types")
  • trunk/WebKit/win/Interfaces/IWebFrameLoadDelegatePrivate.idl

    r23357 r30180  
    11/*
    2  * Copyright (C) 2006, 2007 Apple Inc.  All rights reserved.
     2 * Copyright (C) 2006, 2007, 2008 Apple Inc.  All rights reserved.
    33 *
    44 * Redistribution and use in source and binary forms, with or without
     
    2424 */
    2525
    26 cpp_quote("/*")
    27 cpp_quote(" * Copyright (C) 2006, 2007 Apple Inc.  All rights reserved.")
    28 cpp_quote(" *")
    29 cpp_quote(" * Redistribution and use in source and binary forms, with or without")
    30 cpp_quote(" * modification, are permitted provided that the following conditions")
    31 cpp_quote(" * are met:")
    32 cpp_quote(" * 1. Redistributions of source code must retain the above copyright")
    33 cpp_quote(" *    notice, this list of conditions and the following disclaimer.")
    34 cpp_quote(" * 2. Redistributions in binary form must reproduce the above copyright")
    35 cpp_quote(" *    notice, this list of conditions and the following disclaimer in the")
    36 cpp_quote(" *    documentation and/or other materials provided with the distribution.")
    37 cpp_quote(" *")
    38 cpp_quote(" * THIS SOFTWARE IS PROVIDED BY APPLE COMPUTER, INC. ``AS IS'' AND ANY")
    39 cpp_quote(" * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE")
    40 cpp_quote(" * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR")
    41 cpp_quote(" * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL APPLE COMPUTER, INC. OR")
    42 cpp_quote(" * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,")
    43 cpp_quote(" * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,")
    44 cpp_quote(" * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR")
    45 cpp_quote(" * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY")
    46 cpp_quote(" * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT")
    47 cpp_quote(" * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE")
    48 cpp_quote(" * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ")
    49 cpp_quote(" */")
    50 
     26#ifndef DO_NO_IMPORTS
    5127import "oaidl.idl";
    5228import "ocidl.idl";
    53 
    5429import "IWebFrame.idl";
    5530import "IWebView.idl";
     31#endif
     32
     33interface IWebFrame;
     34interface IWebView;
    5635
    5736[
  • trunk/WebKit/win/Interfaces/IWebFramePrivate.idl

    r24389 r30180  
    11/*
    2  * Copyright (C) 2006, 2007 Apple Inc.  All rights reserved.
     2 * Copyright (C) 2006, 2007, 2008 Apple Inc.  All rights reserved.
    33 *
    44 * Redistribution and use in source and binary forms, with or without
     
    2424 */
    2525
    26 cpp_quote("/*")
    27 cpp_quote(" * Copyright (C) 2006, 2007 Apple Inc.  All rights reserved.")
    28 cpp_quote(" *")
    29 cpp_quote(" * Redistribution and use in source and binary forms, with or without")
    30 cpp_quote(" * modification, are permitted provided that the following conditions")
    31 cpp_quote(" * are met:")
    32 cpp_quote(" * 1. Redistributions of source code must retain the above copyright")
    33 cpp_quote(" *    notice, this list of conditions and the following disclaimer.")
    34 cpp_quote(" * 2. Redistributions in binary form must reproduce the above copyright")
    35 cpp_quote(" *    notice, this list of conditions and the following disclaimer in the")
    36 cpp_quote(" *    documentation and/or other materials provided with the distribution.")
    37 cpp_quote(" *")
    38 cpp_quote(" * THIS SOFTWARE IS PROVIDED BY APPLE COMPUTER, INC. ``AS IS'' AND ANY")
    39 cpp_quote(" * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE")
    40 cpp_quote(" * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR")
    41 cpp_quote(" * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL APPLE COMPUTER, INC. OR")
    42 cpp_quote(" * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,")
    43 cpp_quote(" * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,")
    44 cpp_quote(" * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR")
    45 cpp_quote(" * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY")
    46 cpp_quote(" * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT")
    47 cpp_quote(" * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE")
    48 cpp_quote(" * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ")
    49 cpp_quote(" */")
    50 
     26#ifndef DO_NO_IMPORTS
    5127import "oaidl.idl";
    5228import "ocidl.idl";
    5329import "IWebFrame.idl";
     30#endif
     31
     32interface IWebFrame;
    5433
    5534typedef enum {
  • trunk/WebKit/win/Interfaces/IWebFrameView.idl

    r23357 r30180  
    11/*
    2  * Copyright (C) 2006, 2007 Apple Inc.  All rights reserved.
     2 * Copyright (C) 2006, 2007, 2008 Apple Inc.  All rights reserved.
    33 *
    44 * Redistribution and use in source and binary forms, with or without
     
    2424 */
    2525
    26 cpp_quote("/*")
    27 cpp_quote(" * Copyright (C) 2006, 2007 Apple Inc.  All rights reserved.")
    28 cpp_quote(" *")
    29 cpp_quote(" * Redistribution and use in source and binary forms, with or without")
    30 cpp_quote(" * modification, are permitted provided that the following conditions")
    31 cpp_quote(" * are met:")
    32 cpp_quote(" * 1. Redistributions of source code must retain the above copyright")
    33 cpp_quote(" *    notice, this list of conditions and the following disclaimer.")
    34 cpp_quote(" * 2. Redistributions in binary form must reproduce the above copyright")
    35 cpp_quote(" *    notice, this list of conditions and the following disclaimer in the")
    36 cpp_quote(" *    documentation and/or other materials provided with the distribution.")
    37 cpp_quote(" *")
    38 cpp_quote(" * THIS SOFTWARE IS PROVIDED BY APPLE COMPUTER, INC. ``AS IS'' AND ANY")
    39 cpp_quote(" * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE")
    40 cpp_quote(" * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR")
    41 cpp_quote(" * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL APPLE COMPUTER, INC. OR")
    42 cpp_quote(" * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,")
    43 cpp_quote(" * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,")
    44 cpp_quote(" * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR")
    45 cpp_quote(" * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY")
    46 cpp_quote(" * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT")
    47 cpp_quote(" * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE")
    48 cpp_quote(" * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ")
    49 cpp_quote(" */")
    50 
     26#ifndef DO_NO_IMPORTS
    5127import "oaidl.idl";
    5228import "ocidl.idl";
    5329import "IWebDocument.idl";
     30#endif
    5431
    5532/*!
  • trunk/WebKit/win/Interfaces/IWebHTMLRepresentation.idl

    r25231 r30180  
    11/*
    2  * Copyright (C) 2006, 2007 Apple Inc.  All rights reserved.
     2 * Copyright (C) 2006, 2007, 2008 Apple Inc.  All rights reserved.
    33 *
    44 * Redistribution and use in source and binary forms, with or without
     
    2424 */
    2525
    26 cpp_quote("/*")
    27 cpp_quote(" * Copyright (C) 2006, 2007 Apple Inc.  All rights reserved.")
    28 cpp_quote(" *")
    29 cpp_quote(" * Redistribution and use in source and binary forms, with or without")
    30 cpp_quote(" * modification, are permitted provided that the following conditions")
    31 cpp_quote(" * are met:")
    32 cpp_quote(" * 1. Redistributions of source code must retain the above copyright")
    33 cpp_quote(" *    notice, this list of conditions and the following disclaimer.")
    34 cpp_quote(" * 2. Redistributions in binary form must reproduce the above copyright")
    35 cpp_quote(" *    notice, this list of conditions and the following disclaimer in the")
    36 cpp_quote(" *    documentation and/or other materials provided with the distribution.")
    37 cpp_quote(" *")
    38 cpp_quote(" * THIS SOFTWARE IS PROVIDED BY APPLE COMPUTER, INC. ``AS IS'' AND ANY")
    39 cpp_quote(" * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE")
    40 cpp_quote(" * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR")
    41 cpp_quote(" * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL APPLE COMPUTER, INC. OR")
    42 cpp_quote(" * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,")
    43 cpp_quote(" * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,")
    44 cpp_quote(" * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR")
    45 cpp_quote(" * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY")
    46 cpp_quote(" * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT")
    47 cpp_quote(" * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE")
    48 cpp_quote(" * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ")
    49 cpp_quote(" */")
    50 
     26#ifndef DO_NO_IMPORTS
    5127import "oaidl.idl";
    5228import "ocidl.idl";
     29import "DOMCore.idl";
     30#endif
    5331
    54 import "DOMCore.idl";
     32interface IDOMElement;
     33interface IDOMNode;
    5534
    5635/*!
  • trunk/WebKit/win/Interfaces/IWebHTTPURLResponse.idl

    r25796 r30180  
    11/*
    2  * Copyright (C) 2006, 2007 Apple Inc.  All rights reserved.
     2 * Copyright (C) 2006, 2007, 2008 Apple Inc.  All rights reserved.
    33 *
    44 * Redistribution and use in source and binary forms, with or without
     
    2424 */
    2525
    26 cpp_quote("/*")
    27 cpp_quote(" * Copyright (C) 2007 Apple Inc.  All rights reserved.")
    28 cpp_quote(" *")
    29 cpp_quote(" * Redistribution and use in source and binary forms, with or without")
    30 cpp_quote(" * modification, are permitted provided that the following conditions")
    31 cpp_quote(" * are met:")
    32 cpp_quote(" * 1. Redistributions of source code must retain the above copyright")
    33 cpp_quote(" *    notice, this list of conditions and the following disclaimer.")
    34 cpp_quote(" * 2. Redistributions in binary form must reproduce the above copyright")
    35 cpp_quote(" *    notice, this list of conditions and the following disclaimer in the")
    36 cpp_quote(" *    documentation and/or other materials provided with the distribution.")
    37 cpp_quote(" *")
    38 cpp_quote(" * THIS SOFTWARE IS PROVIDED BY APPLE COMPUTER, INC. ``AS IS'' AND ANY")
    39 cpp_quote(" * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE")
    40 cpp_quote(" * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR")
    41 cpp_quote(" * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL APPLE COMPUTER, INC. OR")
    42 cpp_quote(" * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,")
    43 cpp_quote(" * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,")
    44 cpp_quote(" * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR")
    45 cpp_quote(" * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY")
    46 cpp_quote(" * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT")
    47 cpp_quote(" * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE")
    48 cpp_quote(" * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ")
    49 cpp_quote(" */")
    50 
     26#ifndef DO_NO_IMPORTS
    5127import "oaidl.idl";
    5228import "ocidl.idl";
    5329import "IWebURLResponse.idl";
     30#endif
    5431
    5532[
  • trunk/WebKit/win/Interfaces/IWebHistory.idl

    r23357 r30180  
    11/*
    2  * Copyright (C) 2006, 2007 Apple Inc.  All rights reserved.
     2 * Copyright (C) 2006, 2007, 2008 Apple Inc.  All rights reserved.
    33 *
    44 * Redistribution and use in source and binary forms, with or without
     
    2424 */
    2525
    26 cpp_quote("/*")
    27 cpp_quote(" * Copyright (C) 2006, 2007 Apple Inc.  All rights reserved.")
    28 cpp_quote(" *")
    29 cpp_quote(" * Redistribution and use in source and binary forms, with or without")
    30 cpp_quote(" * modification, are permitted provided that the following conditions")
    31 cpp_quote(" * are met:")
    32 cpp_quote(" * 1. Redistributions of source code must retain the above copyright")
    33 cpp_quote(" *    notice, this list of conditions and the following disclaimer.")
    34 cpp_quote(" * 2. Redistributions in binary form must reproduce the above copyright")
    35 cpp_quote(" *    notice, this list of conditions and the following disclaimer in the")
    36 cpp_quote(" *    documentation and/or other materials provided with the distribution.")
    37 cpp_quote(" *")
    38 cpp_quote(" * THIS SOFTWARE IS PROVIDED BY APPLE COMPUTER, INC. ``AS IS'' AND ANY")
    39 cpp_quote(" * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE")
    40 cpp_quote(" * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR")
    41 cpp_quote(" * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL APPLE COMPUTER, INC. OR")
    42 cpp_quote(" * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,")
    43 cpp_quote(" * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,")
    44 cpp_quote(" * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR")
    45 cpp_quote(" * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY")
    46 cpp_quote(" * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT")
    47 cpp_quote(" * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE")
    48 cpp_quote(" * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ")
    49 cpp_quote(" */")
    50 
    5126/*
    5227    @discussion Notifications sent when history is modified.
     
    6742cpp_quote("#define WebHistorySavedNotification TEXT(\"WebHistorySavedNotification\")")
    6843
     44#ifndef DO_NO_IMPORTS
    6945import "oaidl.idl";
    7046import "ocidl.idl";
    7147import "IWebError.idl";
    7248import "IWebHistoryItem.idl";
     49#endif
     50
     51interface IWebError;
     52interface IWebHistoryItem;
    7353
    7454/*!
  • trunk/WebKit/win/Interfaces/IWebHistoryItem.idl

    r24562 r30180  
    11/*
    2  * Copyright (C) 2006, 2007 Apple Inc.  All rights reserved.
     2 * Copyright (C) 2006, 2007, 2008 Apple Inc.  All rights reserved.
    33 *
    44 * Redistribution and use in source and binary forms, with or without
     
    2424 */
    2525
    26 cpp_quote("/*")
    27 cpp_quote(" * Copyright (C) 2006, 2007 Apple Inc.  All rights reserved.")
    28 cpp_quote(" *")
    29 cpp_quote(" * Redistribution and use in source and binary forms, with or without")
    30 cpp_quote(" * modification, are permitted provided that the following conditions")
    31 cpp_quote(" * are met:")
    32 cpp_quote(" * 1. Redistributions of source code must retain the above copyright")
    33 cpp_quote(" *    notice, this list of conditions and the following disclaimer.")
    34 cpp_quote(" * 2. Redistributions in binary form must reproduce the above copyright")
    35 cpp_quote(" *    notice, this list of conditions and the following disclaimer in the")
    36 cpp_quote(" *    documentation and/or other materials provided with the distribution.")
    37 cpp_quote(" *")
    38 cpp_quote(" * THIS SOFTWARE IS PROVIDED BY APPLE COMPUTER, INC. ``AS IS'' AND ANY")
    39 cpp_quote(" * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE")
    40 cpp_quote(" * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR")
    41 cpp_quote(" * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL APPLE COMPUTER, INC. OR")
    42 cpp_quote(" * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,")
    43 cpp_quote(" * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,")
    44 cpp_quote(" * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR")
    45 cpp_quote(" * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY")
    46 cpp_quote(" * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT")
    47 cpp_quote(" * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE")
    48 cpp_quote(" * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ")
    49 cpp_quote(" */")
    50 
     26#ifndef DO_NO_IMPORTS
    5127import "oaidl.idl";
    5228import "ocidl.idl";
     29#endif
    5330
    5431/*!
  • trunk/WebKit/win/Interfaces/IWebHistoryItemPrivate.idl

    r23357 r30180  
    11/*
    2  * Copyright (C) 2006, 2007 Apple Inc.  All rights reserved.
     2 * Copyright (C) 2006, 2007, 2008 Apple Inc.  All rights reserved.
    33 *
    44 * Redistribution and use in source and binary forms, with or without
     
    2424 */
    2525
    26 cpp_quote("/*")
    27 cpp_quote(" * Copyright (C) 2006, 2007 Apple Inc.  All rights reserved.")
    28 cpp_quote(" *")
    29 cpp_quote(" * Redistribution and use in source and binary forms, with or without")
    30 cpp_quote(" * modification, are permitted provided that the following conditions")
    31 cpp_quote(" * are met:")
    32 cpp_quote(" * 1. Redistributions of source code must retain the above copyright")
    33 cpp_quote(" *    notice, this list of conditions and the following disclaimer.")
    34 cpp_quote(" * 2. Redistributions in binary form must reproduce the above copyright")
    35 cpp_quote(" *    notice, this list of conditions and the following disclaimer in the")
    36 cpp_quote(" *    documentation and/or other materials provided with the distribution.")
    37 cpp_quote(" *")
    38 cpp_quote(" * THIS SOFTWARE IS PROVIDED BY APPLE COMPUTER, INC. ``AS IS'' AND ANY")
    39 cpp_quote(" * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE")
    40 cpp_quote(" * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR")
    41 cpp_quote(" * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL APPLE COMPUTER, INC. OR")
    42 cpp_quote(" * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,")
    43 cpp_quote(" * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,")
    44 cpp_quote(" * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR")
    45 cpp_quote(" * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY")
    46 cpp_quote(" * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT")
    47 cpp_quote(" * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE")
    48 cpp_quote(" * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ")
    49 cpp_quote(" */")
    50 
     26#ifndef DO_NO_IMPORTS
    5127import "oaidl.idl";
    5228import "ocidl.idl";
    5329import "IWebHistoryItem.idl";
     30#endif
     31
     32interface IWebHistoryItem;
    5433
    5534[
  • trunk/WebKit/win/Interfaces/IWebIconDatabase.idl

    r26029 r30180  
    11/*
    2  * Copyright (C) 2006, 2007 Apple Inc.  All rights reserved.
     2 * Copyright (C) 2006, 2007, 2008 Apple Inc.  All rights reserved.
    33 *
    44 * Redistribution and use in source and binary forms, with or without
     
    2424 */
    2525
    26 cpp_quote("/*")
    27 cpp_quote(" * Copyright (C) 2006, 2007 Apple Inc.  All rights reserved.")
    28 cpp_quote(" *")
    29 cpp_quote(" * Redistribution and use in source and binary forms, with or without")
    30 cpp_quote(" * modification, are permitted provided that the following conditions")
    31 cpp_quote(" * are met:")
    32 cpp_quote(" * 1. Redistributions of source code must retain the above copyright")
    33 cpp_quote(" *    notice, this list of conditions and the following disclaimer.")
    34 cpp_quote(" * 2. Redistributions in binary form must reproduce the above copyright")
    35 cpp_quote(" *    notice, this list of conditions and the following disclaimer in the")
    36 cpp_quote(" *    documentation and/or other materials provided with the distribution.")
    37 cpp_quote(" *")
    38 cpp_quote(" * THIS SOFTWARE IS PROVIDED BY APPLE COMPUTER, INC. ``AS IS'' AND ANY")
    39 cpp_quote(" * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE")
    40 cpp_quote(" * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR")
    41 cpp_quote(" * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL APPLE COMPUTER, INC. OR")
    42 cpp_quote(" * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,")
    43 cpp_quote(" * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,")
    44 cpp_quote(" * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR")
    45 cpp_quote(" * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY")
    46 cpp_quote(" * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT")
    47 cpp_quote(" * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE")
    48 cpp_quote(" * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ")
    49 cpp_quote(" */")
    50 
    5126cpp_quote("#define WebIconDatabaseDidAddIconNotification TEXT(\"WebIconDatabaseDidAddIconNotification\")")
    5227cpp_quote("#define WebIconNotificationUserInfoURLKey TEXT(\"WebIconNotificationUserInfoURLKey\")")
    5328cpp_quote("#define WebIconDatabaseDidRemoveAllIconsNotification TEXT(\"WebIconDatabaseDidRemoveAllIconsNotification\")")
    5429
     30#ifndef DO_NO_IMPORTS
    5531import "oaidl.idl";
    5632import "ocidl.idl";
     33#endif
    5734
    5835/*!
  • trunk/WebKit/win/Interfaces/IWebInspector.idl

    r29671 r30180  
    11/*
    2  * Copyright (C) 2007 Apple Inc. All rights reserved.
     2 * Copyright (C) 2007, 2008 Apple Inc. All rights reserved.
    33 *
    44 * Redistribution and use in source and binary forms, with or without
     
    2727 */
    2828
    29 cpp_quote("/*")
    30 cpp_quote(" * Copyright (C) 2007 Apple Inc. All rights reserved.")
    31 cpp_quote(" *")
    32 cpp_quote(" * Redistribution and use in source and binary forms, with or without")
    33 cpp_quote(" * modification, are permitted provided that the following conditions")
    34 cpp_quote(" * are met:")
    35 cpp_quote(" *")
    36 cpp_quote(" * 1.  Redistributions of source code must retain the above copyright")
    37 cpp_quote(" *     notice, this list of conditions and the following disclaimer.")
    38 cpp_quote(" * 2.  Redistributions in binary form must reproduce the above copyright")
    39 cpp_quote(" *     notice, this list of conditions and the following disclaimer in the")
    40 cpp_quote(" *     documentation and/or other materials provided with the distribution.")
    41 cpp_quote(" * 3.  Neither the name of Apple Computer, Inc. (\"Apple\") nor the names of")
    42 cpp_quote(" *     its contributors may be used to endorse or promote products derived")
    43 cpp_quote(" *     from this software without specific prior written permission.")
    44 cpp_quote(" *")
    45 cpp_quote(" * THIS SOFTWARE IS PROVIDED BY APPLE AND ITS CONTRIBUTORS \"AS IS\" AND ANY")
    46 cpp_quote(" * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED")
    47 cpp_quote(" * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE")
    48 cpp_quote(" * DISCLAIMED. IN NO EVENT SHALL APPLE OR ITS CONTRIBUTORS BE LIABLE FOR ANY")
    49 cpp_quote(" * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES")
    50 cpp_quote(" * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;")
    51 cpp_quote(" * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND")
    52 cpp_quote(" * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT")
    53 cpp_quote(" * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF")
    54 cpp_quote(" * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.")
    55 cpp_quote(" */")
    56 
     29#ifndef DO_NO_IMPORTS
    5730import "oaidl.idl";
    5831import "ocidl.idl";
     32#endif
    5933
    6034[
  • trunk/WebKit/win/Interfaces/IWebJavaScriptCollector.idl

    r23357 r30180  
    11/*
    2  * Copyright (C) 2007 Apple Inc.  All rights reserved.
     2 * Copyright (C) 2007, 2008 Apple Inc.  All rights reserved.
    33 *
    44 * Redistribution and use in source and binary forms, with or without
     
    2424 */
    2525
    26 cpp_quote("/*")
    27 cpp_quote(" * Copyright (C) 2007 Apple Inc.  All rights reserved.")
    28 cpp_quote(" *")
    29 cpp_quote(" * Redistribution and use in source and binary forms, with or without")
    30 cpp_quote(" * modification, are permitted provided that the following conditions")
    31 cpp_quote(" * are met:")
    32 cpp_quote(" * 1. Redistributions of source code must retain the above copyright")
    33 cpp_quote(" *    notice, this list of conditions and the following disclaimer.")
    34 cpp_quote(" * 2. Redistributions in binary form must reproduce the above copyright")
    35 cpp_quote(" *    notice, this list of conditions and the following disclaimer in the")
    36 cpp_quote(" *    documentation and/or other materials provided with the distribution.")
    37 cpp_quote(" *")
    38 cpp_quote(" * THIS SOFTWARE IS PROVIDED BY APPLE COMPUTER, INC. ``AS IS'' AND ANY")
    39 cpp_quote(" * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE")
    40 cpp_quote(" * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR")
    41 cpp_quote(" * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL APPLE COMPUTER, INC. OR")
    42 cpp_quote(" * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,")
    43 cpp_quote(" * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,")
    44 cpp_quote(" * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR")
    45 cpp_quote(" * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY")
    46 cpp_quote(" * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT")
    47 cpp_quote(" * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE")
    48 cpp_quote(" * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ")
    49 cpp_quote(" */")
    50 
     26#ifndef DO_NO_IMPORTS
    5127import "oaidl.idl";
    5228import "ocidl.idl";
     29#endif
    5330
    5431[
  • trunk/WebKit/win/Interfaces/IWebKitStatistics.idl

    r23357 r30180  
    11/*
    2  * Copyright (C) 2007 Apple Inc.  All rights reserved.
     2 * Copyright (C) 2007, 2008 Apple Inc.  All rights reserved.
    33 *
    44 * Redistribution and use in source and binary forms, with or without
     
    2424 */
    2525
    26 cpp_quote("/*")
    27 cpp_quote(" * Copyright (C) 2007 Apple Inc.  All rights reserved.")
    28 cpp_quote(" *")
    29 cpp_quote(" * Redistribution and use in source and binary forms, with or without")
    30 cpp_quote(" * modification, are permitted provided that the following conditions")
    31 cpp_quote(" * are met:")
    32 cpp_quote(" * 1. Redistributions of source code must retain the above copyright")
    33 cpp_quote(" *    notice, this list of conditions and the following disclaimer.")
    34 cpp_quote(" * 2. Redistributions in binary form must reproduce the above copyright")
    35 cpp_quote(" *    notice, this list of conditions and the following disclaimer in the")
    36 cpp_quote(" *    documentation and/or other materials provided with the distribution.")
    37 cpp_quote(" *")
    38 cpp_quote(" * THIS SOFTWARE IS PROVIDED BY APPLE COMPUTER, INC. ``AS IS'' AND ANY")
    39 cpp_quote(" * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE")
    40 cpp_quote(" * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR")
    41 cpp_quote(" * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL APPLE COMPUTER, INC. OR")
    42 cpp_quote(" * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,")
    43 cpp_quote(" * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,")
    44 cpp_quote(" * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR")
    45 cpp_quote(" * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY")
    46 cpp_quote(" * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT")
    47 cpp_quote(" * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE")
    48 cpp_quote(" * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ")
    49 cpp_quote(" */")
    50 
     26#ifndef DO_NO_IMPORTS
    5127import "oaidl.idl";
    5228import "ocidl.idl";
     29#endif
    5330
    5431[
  • trunk/WebKit/win/Interfaces/IWebMutableURLRequest.idl

    r23357 r30180  
    11/*
    2  * Copyright (C) 2006, 2007 Apple Inc.  All rights reserved.
     2 * Copyright (C) 2006, 2007, 2008 Apple Inc.  All rights reserved.
    33 *
    44 * Redistribution and use in source and binary forms, with or without
     
    2424 */
    2525
    26 cpp_quote("/*")
    27 cpp_quote(" * Copyright (C) 2006, 2007 Apple Inc.  All rights reserved.")
    28 cpp_quote(" *")
    29 cpp_quote(" * Redistribution and use in source and binary forms, with or without")
    30 cpp_quote(" * modification, are permitted provided that the following conditions")
    31 cpp_quote(" * are met:")
    32 cpp_quote(" * 1. Redistributions of source code must retain the above copyright")
    33 cpp_quote(" *    notice, this list of conditions and the following disclaimer.")
    34 cpp_quote(" * 2. Redistributions in binary form must reproduce the above copyright")
    35 cpp_quote(" *    notice, this list of conditions and the following disclaimer in the")
    36 cpp_quote(" *    documentation and/or other materials provided with the distribution.")
    37 cpp_quote(" *")
    38 cpp_quote(" * THIS SOFTWARE IS PROVIDED BY APPLE COMPUTER, INC. ``AS IS'' AND ANY")
    39 cpp_quote(" * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE")
    40 cpp_quote(" * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR")
    41 cpp_quote(" * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL APPLE COMPUTER, INC. OR")
    42 cpp_quote(" * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,")
    43 cpp_quote(" * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,")
    44 cpp_quote(" * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR")
    45 cpp_quote(" * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY")
    46 cpp_quote(" * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT")
    47 cpp_quote(" * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE")
    48 cpp_quote(" * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ")
    49 cpp_quote(" */")
    50 
     26#ifndef DO_NO_IMPORTS
    5127import "oaidl.idl";
    5228import "ocidl.idl";
    5329import "IWebURLRequest.idl";
     30#endif
    5431
    5532interface IWebURLRequest;
  • trunk/WebKit/win/Interfaces/IWebMutableURLRequestPrivate.idl

    r30086 r30180  
    2727 */
    2828
    29 cpp_quote("/*")
    30 cpp_quote(" * Copyright (C) 2008 Apple Inc. All rights reserved.")
    31 cpp_quote(" *")
    32 cpp_quote(" * Redistribution and use in source and binary forms, with or without")
    33 cpp_quote(" * modification, are permitted provided that the following conditions")
    34 cpp_quote(" * are met:")
    35 cpp_quote(" *")
    36 cpp_quote(" * 1.  Redistributions of source code must retain the above copyright")
    37 cpp_quote(" *     notice, this list of conditions and the following disclaimer.")
    38 cpp_quote(" * 2.  Redistributions in binary form must reproduce the above copyright")
    39 cpp_quote(" *     notice, this list of conditions and the following disclaimer in the")
    40 cpp_quote(" *     documentation and/or other materials provided with the distribution.")
    41 cpp_quote(" * 3.  Neither the name of Apple Computer, Inc. (\"Apple\") nor the names of")
    42 cpp_quote(" *     its contributors may be used to endorse or promote products derived")
    43 cpp_quote(" *     from this software without specific prior written permission.")
    44 cpp_quote(" *")
    45 cpp_quote(" * THIS SOFTWARE IS PROVIDED BY APPLE AND ITS CONTRIBUTORS \"AS IS\" AND ANY")
    46 cpp_quote(" * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED")
    47 cpp_quote(" * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE")
    48 cpp_quote(" * DISCLAIMED. IN NO EVENT SHALL APPLE OR ITS CONTRIBUTORS BE LIABLE FOR ANY")
    49 cpp_quote(" * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES")
    50 cpp_quote(" * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;")
    51 cpp_quote(" * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND")
    52 cpp_quote(" * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT")
    53 cpp_quote(" * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF")
    54 cpp_quote(" * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.")
    55 cpp_quote(" */")
    56 
     29#ifndef DO_NO_IMPORTS
    5730import "oaidl.idl";
    5831import "ocidl.idl";
     32#endif
    5933
    6034[
  • trunk/WebKit/win/Interfaces/IWebNotification.idl

    r23357 r30180  
    11/*
    2  * Copyright (C) 2006, 2007 Apple Inc.  All rights reserved.
     2 * Copyright (C) 2006, 2007, 2008 Apple Inc.  All rights reserved.
    33 *
    44 * Redistribution and use in source and binary forms, with or without
     
    2424 */
    2525
    26 cpp_quote("/*")
    27 cpp_quote(" * Copyright (C) 2006, 2007 Apple Inc.  All rights reserved.")
    28 cpp_quote(" *")
    29 cpp_quote(" * Redistribution and use in source and binary forms, with or without")
    30 cpp_quote(" * modification, are permitted provided that the following conditions")
    31 cpp_quote(" * are met:")
    32 cpp_quote(" * 1. Redistributions of source code must retain the above copyright")
    33 cpp_quote(" *    notice, this list of conditions and the following disclaimer.")
    34 cpp_quote(" * 2. Redistributions in binary form must reproduce the above copyright")
    35 cpp_quote(" *    notice, this list of conditions and the following disclaimer in the")
    36 cpp_quote(" *    documentation and/or other materials provided with the distribution.")
    37 cpp_quote(" *")
    38 cpp_quote(" * THIS SOFTWARE IS PROVIDED BY APPLE COMPUTER, INC. ``AS IS'' AND ANY")
    39 cpp_quote(" * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE")
    40 cpp_quote(" * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR")
    41 cpp_quote(" * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL APPLE COMPUTER, INC. OR")
    42 cpp_quote(" * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,")
    43 cpp_quote(" * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,")
    44 cpp_quote(" * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR")
    45 cpp_quote(" * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY")
    46 cpp_quote(" * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT")
    47 cpp_quote(" * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE")
    48 cpp_quote(" * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ")
    49 cpp_quote(" */")
    50 
     26#ifndef DO_NO_IMPORTS
    5127import "oaidl.idl";
    5228import "ocidl.idl";
     29#endif
    5330
    5431[
  • trunk/WebKit/win/Interfaces/IWebNotificationCenter.idl

    r23357 r30180  
    11/*
    2  * Copyright (C) 2006, 2007 Apple Inc.  All rights reserved.
     2 * Copyright (C) 2006, 2007, 2008 Apple Inc.  All rights reserved.
    33 *
    44 * Redistribution and use in source and binary forms, with or without
     
    2424 */
    2525
    26 cpp_quote("/*")
    27 cpp_quote(" * Copyright (C) 2006, 2007 Apple Inc.  All rights reserved.")
    28 cpp_quote(" *")
    29 cpp_quote(" * Redistribution and use in source and binary forms, with or without")
    30 cpp_quote(" * modification, are permitted provided that the following conditions")
    31 cpp_quote(" * are met:")
    32 cpp_quote(" * 1. Redistributions of source code must retain the above copyright")
    33 cpp_quote(" *    notice, this list of conditions and the following disclaimer.")
    34 cpp_quote(" * 2. Redistributions in binary form must reproduce the above copyright")
    35 cpp_quote(" *    notice, this list of conditions and the following disclaimer in the")
    36 cpp_quote(" *    documentation and/or other materials provided with the distribution.")
    37 cpp_quote(" *")
    38 cpp_quote(" * THIS SOFTWARE IS PROVIDED BY APPLE COMPUTER, INC. ``AS IS'' AND ANY")
    39 cpp_quote(" * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE")
    40 cpp_quote(" * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR")
    41 cpp_quote(" * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL APPLE COMPUTER, INC. OR")
    42 cpp_quote(" * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,")
    43 cpp_quote(" * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,")
    44 cpp_quote(" * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR")
    45 cpp_quote(" * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY")
    46 cpp_quote(" * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT")
    47 cpp_quote(" * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE")
    48 cpp_quote(" * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ")
    49 cpp_quote(" */")
    50 
     26#ifndef DO_NO_IMPORTS
    5127import "oaidl.idl";
    5228import "ocidl.idl";
     29#endif
     30
     31interface IWebNotification;
     32interface IWebNotificationObserver;
    5333
    5434[
     
    6141interface IWebNotificationCenter : IUnknown
    6242{
     43#ifndef DO_NO_IMPORTS
    6344    import "IWebNotification.idl";
    6445    import "IWebNotificationObserver.idl";
     46#endif
    6547
    6648    //+ (NSNotificationCenter *)defaultCenter
  • trunk/WebKit/win/Interfaces/IWebNotificationObserver.idl

    r23357 r30180  
    11/*
    2  * Copyright (C) 2006, 2007 Apple Inc.  All rights reserved.
     2 * Copyright (C) 2006, 2007, 2008 Apple Inc.  All rights reserved.
    33 *
    44 * Redistribution and use in source and binary forms, with or without
     
    2424 */
    2525
    26 cpp_quote("/*")
    27 cpp_quote(" * Copyright (C) 2006, 2007 Apple Inc.  All rights reserved.")
    28 cpp_quote(" *")
    29 cpp_quote(" * Redistribution and use in source and binary forms, with or without")
    30 cpp_quote(" * modification, are permitted provided that the following conditions")
    31 cpp_quote(" * are met:")
    32 cpp_quote(" * 1. Redistributions of source code must retain the above copyright")
    33 cpp_quote(" *    notice, this list of conditions and the following disclaimer.")
    34 cpp_quote(" * 2. Redistributions in binary form must reproduce the above copyright")
    35 cpp_quote(" *    notice, this list of conditions and the following disclaimer in the")
    36 cpp_quote(" *    documentation and/or other materials provided with the distribution.")
    37 cpp_quote(" *")
    38 cpp_quote(" * THIS SOFTWARE IS PROVIDED BY APPLE COMPUTER, INC. ``AS IS'' AND ANY")
    39 cpp_quote(" * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE")
    40 cpp_quote(" * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR")
    41 cpp_quote(" * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL APPLE COMPUTER, INC. OR")
    42 cpp_quote(" * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,")
    43 cpp_quote(" * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,")
    44 cpp_quote(" * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR")
    45 cpp_quote(" * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY")
    46 cpp_quote(" * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT")
    47 cpp_quote(" * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE")
    48 cpp_quote(" * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ")
    49 cpp_quote(" */")
    50 
     26#ifndef DO_NO_IMPORTS
    5127import "oaidl.idl";
    5228import "ocidl.idl";
     29#endif
     30
     31interface IWebNotification;
    5332
    5433[
     
    6039interface IWebNotificationObserver : IUnknown
    6140{
     41#ifndef DO_NO_IMPORTS
    6242    import "IWebNotification.idl";
     43#endif
    6344
    6445    HRESULT onNotify([in] IWebNotification* notification);
  • trunk/WebKit/win/Interfaces/IWebPolicyDelegate.idl

    r23357 r30180  
    11/*
    2  * Copyright (C) 2006, 2007 Apple Inc.  All rights reserved.
     2 * Copyright (C) 2006, 2007, 2008 Apple Inc.  All rights reserved.
    33 *
    44 * Redistribution and use in source and binary forms, with or without
     
    2424 */
    2525
    26 cpp_quote("/*")
    27 cpp_quote(" * Copyright (C) 2006, 2007 Apple Inc.  All rights reserved.")
    28 cpp_quote(" *")
    29 cpp_quote(" * Redistribution and use in source and binary forms, with or without")
    30 cpp_quote(" * modification, are permitted provided that the following conditions")
    31 cpp_quote(" * are met:")
    32 cpp_quote(" * 1. Redistributions of source code must retain the above copyright")
    33 cpp_quote(" *    notice, this list of conditions and the following disclaimer.")
    34 cpp_quote(" * 2. Redistributions in binary form must reproduce the above copyright")
    35 cpp_quote(" *    notice, this list of conditions and the following disclaimer in the")
    36 cpp_quote(" *    documentation and/or other materials provided with the distribution.")
    37 cpp_quote(" *")
    38 cpp_quote(" * THIS SOFTWARE IS PROVIDED BY APPLE COMPUTER, INC. ``AS IS'' AND ANY")
    39 cpp_quote(" * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE")
    40 cpp_quote(" * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR")
    41 cpp_quote(" * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL APPLE COMPUTER, INC. OR")
    42 cpp_quote(" * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,")
    43 cpp_quote(" * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,")
    44 cpp_quote(" * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR")
    45 cpp_quote(" * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY")
    46 cpp_quote(" * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT")
    47 cpp_quote(" * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE")
    48 cpp_quote(" * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ")
    49 cpp_quote(" */")
    50 
     26#ifndef DO_NO_IMPORTS
    5127import "oaidl.idl";
    5228import "ocidl.idl";
    5329import "IWebView.idl";
    5430import "IWebURLRequest.idl";
     31#endif
    5532
    5633interface IWebError;
  • trunk/WebKit/win/Interfaces/IWebPreferences.idl

    r28866 r30180  
    11/*
    2  * Copyright (C) 2006, 2007 Apple Inc.  All rights reserved.
     2 * Copyright (C) 2006, 2007, 2008 Apple Inc.  All rights reserved.
    33 *
    44 * Redistribution and use in source and binary forms, with or without
     
    2424 */
    2525
    26 cpp_quote("/*")
    27 cpp_quote(" * Copyright (C) 2006, 2007 Apple Inc.  All rights reserved.")
    28 cpp_quote(" *")
    29 cpp_quote(" * Redistribution and use in source and binary forms, with or without")
    30 cpp_quote(" * modification, are permitted provided that the following conditions")
    31 cpp_quote(" * are met:")
    32 cpp_quote(" * 1. Redistributions of source code must retain the above copyright")
    33 cpp_quote(" *    notice, this list of conditions and the following disclaimer.")
    34 cpp_quote(" * 2. Redistributions in binary form must reproduce the above copyright")
    35 cpp_quote(" *    notice, this list of conditions and the following disclaimer in the")
    36 cpp_quote(" *    documentation and/or other materials provided with the distribution.")
    37 cpp_quote(" *")
    38 cpp_quote(" * THIS SOFTWARE IS PROVIDED BY APPLE COMPUTER, INC. ``AS IS'' AND ANY")
    39 cpp_quote(" * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE")
    40 cpp_quote(" * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR")
    41 cpp_quote(" * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL APPLE COMPUTER, INC. OR")
    42 cpp_quote(" * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,")
    43 cpp_quote(" * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,")
    44 cpp_quote(" * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR")
    45 cpp_quote(" * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY")
    46 cpp_quote(" * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT")
    47 cpp_quote(" * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE")
    48 cpp_quote(" * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ")
    49 cpp_quote(" */")
    50 
    5126cpp_quote("#define WebPreferencesChangedNotification TEXT(\"WebPreferencesChangedNotification\")")
    5227cpp_quote("#define WebPreferencesRemovedNotification TEXT(\"WebPreferencesRemovedNotification\")")
    5328
     29#ifndef DO_NO_IMPORTS
    5430import "oaidl.idl";
    5531import "ocidl.idl";
     32#endif
    5633
    5734typedef enum FontSmoothingType {
  • trunk/WebKit/win/Interfaces/IWebPreferencesPrivate.idl

    r29698 r30180  
    2727 */
    2828
    29 cpp_quote("/*")
    30 cpp_quote(" * Copyright (C) 2007, 2008 Apple Inc. All rights reserved.")
    31 cpp_quote(" *")
    32 cpp_quote(" * Redistribution and use in source and binary forms, with or without")
    33 cpp_quote(" * modification, are permitted provided that the following conditions")
    34 cpp_quote(" * are met:")
    35 cpp_quote(" *")
    36 cpp_quote(" * 1.  Redistributions of source code must retain the above copyright")
    37 cpp_quote(" *     notice, this list of conditions and the following disclaimer. ")
    38 cpp_quote(" * 2.  Redistributions in binary form must reproduce the above copyright")
    39 cpp_quote(" *     notice, this list of conditions and the following disclaimer in the")
    40 cpp_quote(" *     documentation and/or other materials provided with the distribution. ")
    41 cpp_quote(" * 3.  Neither the name of Apple Computer, Inc. (\"Apple\") nor the names of")
    42 cpp_quote(" *     its contributors may be used to endorse or promote products derived")
    43 cpp_quote(" *     from this software without specific prior written permission. ")
    44 cpp_quote(" *")
    45 cpp_quote(" * THIS SOFTWARE IS PROVIDED BY APPLE AND ITS CONTRIBUTORS \"AS IS\" AND ANY")
    46 cpp_quote(" * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED")
    47 cpp_quote(" * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE")
    48 cpp_quote(" * DISCLAIMED. IN NO EVENT SHALL APPLE OR ITS CONTRIBUTORS BE LIABLE FOR ANY")
    49 cpp_quote(" * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES")
    50 cpp_quote(" * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;")
    51 cpp_quote(" * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND")
    52 cpp_quote(" * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT")
    53 cpp_quote(" * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF")
    54 cpp_quote(" * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.")
    55 cpp_quote(" */")
    56 
     29#ifndef DO_NO_IMPORTS
    5730import "oaidl.idl";
    5831import "ocidl.idl";
     32#endif
    5933
    6034[
  • trunk/WebKit/win/Interfaces/IWebResource.idl

    r23357 r30180  
    11/*
    2  * Copyright (C) 2006, 2007 Apple Inc.  All rights reserved.
     2 * Copyright (C) 2006, 2007, 2008 Apple Inc.  All rights reserved.
    33 *
    44 * Redistribution and use in source and binary forms, with or without
     
    2424 */
    2525
    26 cpp_quote("/*")
    27 cpp_quote(" * Copyright (C) 2006, 2007 Apple Inc.  All rights reserved.")
    28 cpp_quote(" *")
    29 cpp_quote(" * Redistribution and use in source and binary forms, with or without")
    30 cpp_quote(" * modification, are permitted provided that the following conditions")
    31 cpp_quote(" * are met:")
    32 cpp_quote(" * 1. Redistributions of source code must retain the above copyright")
    33 cpp_quote(" *    notice, this list of conditions and the following disclaimer.")
    34 cpp_quote(" * 2. Redistributions in binary form must reproduce the above copyright")
    35 cpp_quote(" *    notice, this list of conditions and the following disclaimer in the")
    36 cpp_quote(" *    documentation and/or other materials provided with the distribution.")
    37 cpp_quote(" *")
    38 cpp_quote(" * THIS SOFTWARE IS PROVIDED BY APPLE COMPUTER, INC. ``AS IS'' AND ANY")
    39 cpp_quote(" * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE")
    40 cpp_quote(" * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR")
    41 cpp_quote(" * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL APPLE COMPUTER, INC. OR")
    42 cpp_quote(" * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,")
    43 cpp_quote(" * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,")
    44 cpp_quote(" * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR")
    45 cpp_quote(" * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY")
    46 cpp_quote(" * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT")
    47 cpp_quote(" * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE")
    48 cpp_quote(" * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ")
    49 cpp_quote(" */")
    50 
     26#ifndef DO_NO_IMPORTS
    5127import "oaidl.idl";
    5228import "ocidl.idl";
     29#endif
    5330
    5431/*!
  • trunk/WebKit/win/Interfaces/IWebResourceLoadDelegate.idl

    r23357 r30180  
    11/*
    2  * Copyright (C) 2006, 2007 Apple Inc.  All rights reserved.
     2 * Copyright (C) 2006, 2007, 2008 Apple Inc.  All rights reserved.
    33 *
    44 * Redistribution and use in source and binary forms, with or without
     
    2424 */
    2525
    26 cpp_quote("/*")
    27 cpp_quote(" * Copyright (C) 2006, 2007 Apple Inc.  All rights reserved.")
    28 cpp_quote(" *")
    29 cpp_quote(" * Redistribution and use in source and binary forms, with or without")
    30 cpp_quote(" * modification, are permitted provided that the following conditions")
    31 cpp_quote(" * are met:")
    32 cpp_quote(" * 1. Redistributions of source code must retain the above copyright")
    33 cpp_quote(" *    notice, this list of conditions and the following disclaimer.")
    34 cpp_quote(" * 2. Redistributions in binary form must reproduce the above copyright")
    35 cpp_quote(" *    notice, this list of conditions and the following disclaimer in the")
    36 cpp_quote(" *    documentation and/or other materials provided with the distribution.")
    37 cpp_quote(" *")
    38 cpp_quote(" * THIS SOFTWARE IS PROVIDED BY APPLE COMPUTER, INC. ``AS IS'' AND ANY")
    39 cpp_quote(" * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE")
    40 cpp_quote(" * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR")
    41 cpp_quote(" * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL APPLE COMPUTER, INC. OR")
    42 cpp_quote(" * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,")
    43 cpp_quote(" * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,")
    44 cpp_quote(" * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR")
    45 cpp_quote(" * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY")
    46 cpp_quote(" * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT")
    47 cpp_quote(" * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE")
    48 cpp_quote(" * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ")
    49 cpp_quote(" */")
    50 
     26#ifndef DO_NO_IMPORTS
    5127import "oaidl.idl";
    5228import "ocidl.idl";
     
    5531import "IWebURLResponse.idl";
    5632import "IWebError.idl";
     33#endif
    5734
    5835interface IWebView;
  • trunk/WebKit/win/Interfaces/IWebResourceLoadDelegatePrivate.idl

    r23357 r30180  
    11/*
    2  * Copyright (C) 2006, 2007 Apple Inc.  All rights reserved.
     2 * Copyright (C) 2006, 2007, 2008 Apple Inc.  All rights reserved.
    33 *
    44 * Redistribution and use in source and binary forms, with or without
     
    2424 */
    2525
    26 cpp_quote("/*")
    27 cpp_quote(" * Copyright (C) 2006, 2007 Apple Inc.  All rights reserved.")
    28 cpp_quote(" *")
    29 cpp_quote(" * Redistribution and use in source and binary forms, with or without")
    30 cpp_quote(" * modification, are permitted provided that the following conditions")
    31 cpp_quote(" * are met:")
    32 cpp_quote(" * 1. Redistributions of source code must retain the above copyright")
    33 cpp_quote(" *    notice, this list of conditions and the following disclaimer.")
    34 cpp_quote(" * 2. Redistributions in binary form must reproduce the above copyright")
    35 cpp_quote(" *    notice, this list of conditions and the following disclaimer in the")
    36 cpp_quote(" *    documentation and/or other materials provided with the distribution.")
    37 cpp_quote(" *")
    38 cpp_quote(" * THIS SOFTWARE IS PROVIDED BY APPLE COMPUTER, INC. ``AS IS'' AND ANY")
    39 cpp_quote(" * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE")
    40 cpp_quote(" * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR")
    41 cpp_quote(" * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL APPLE COMPUTER, INC. OR")
    42 cpp_quote(" * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,")
    43 cpp_quote(" * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,")
    44 cpp_quote(" * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR")
    45 cpp_quote(" * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY")
    46 cpp_quote(" * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT")
    47 cpp_quote(" * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE")
    48 cpp_quote(" * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ")
    49 cpp_quote(" */")
    50 
     26#ifndef DO_NO_IMPORTS
    5127import "oaidl.idl";
    5228import "ocidl.idl";
    5329import "IWebDataSource.idl";
    5430import "IWebURLResponse.idl";
     31#endif
    5532
    5633interface IWebView;
  • trunk/WebKit/win/Interfaces/IWebScriptCallFrame.idl

    r28413 r30180  
    11/*
    2  * Copyright (C) 2007 Apple Inc.  All rights reserved.
     2 * Copyright (C) 2007, 2008 Apple Inc.  All rights reserved.
    33 *
    44 * Redistribution and use in source and binary forms, with or without
     
    2727 */
    2828
    29 cpp_quote("/*")
    30 cpp_quote(" * Copyright (C) 2007 Apple Inc.  All rights reserved.")
    31 cpp_quote(" *")
    32 cpp_quote(" * Redistribution and use in source and binary forms, with or without")
    33 cpp_quote(" * modification, are permitted provided that the following conditions")
    34 cpp_quote(" * are met:")
    35 cpp_quote(" * 1. Redistributions of source code must retain the above copyright")
    36 cpp_quote(" *    notice, this list of conditions and the following disclaimer.")
    37 cpp_quote(" * 2. Redistributions in binary form must reproduce the above copyright")
    38 cpp_quote(" *    notice, this list of conditions and the following disclaimer in the")
    39 cpp_quote(" *    documentation and/or other materials provided with the distribution.")
    40 cpp_quote(" * 3.  Neither the name of Apple Computer, Inc. (\"Apple\") nor the names of")
    41 cpp_quote(" *     its contributors may be used to endorse or promote products derived")
    42 cpp_quote(" *     from this software without specific prior written permission.")
    43 cpp_quote(" *")
    44 cpp_quote(" * THIS SOFTWARE IS PROVIDED BY APPLE COMPUTER, INC. ``AS IS'' AND ANY")
    45 cpp_quote(" * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE")
    46 cpp_quote(" * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR")
    47 cpp_quote(" * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL APPLE COMPUTER, INC. OR")
    48 cpp_quote(" * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,")
    49 cpp_quote(" * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,")
    50 cpp_quote(" * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR")
    51 cpp_quote(" * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY")
    52 cpp_quote(" * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT")
    53 cpp_quote(" * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE")
    54 cpp_quote(" * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ")
    55 cpp_quote(" */")
    56 
     29#ifndef DO_NO_IMPORTS
    5730import "oaidl.idl";
    5831import "ocidl.idl";
     32#endif
    5933
    6034cpp_quote("// this is done to get midl to treat the WebScriptCallFrame type as a pointer type")
  • trunk/WebKit/win/Interfaces/IWebScriptDebugListener.idl

    r29671 r30180  
    11/*
    2  * Copyright (C) 2007 Apple Inc.  All rights reserved.
     2 * Copyright (C) 2007, 2008 Apple Inc.  All rights reserved.
    33 *
    44 * Redistribution and use in source and binary forms, with or without
     
    2727 */
    2828
    29 cpp_quote("/*")
    30 cpp_quote(" * Copyright (C) 2007 Apple Inc.  All rights reserved.")
    31 cpp_quote(" *")
    32 cpp_quote(" * Redistribution and use in source and binary forms, with or without")
    33 cpp_quote(" * modification, are permitted provided that the following conditions")
    34 cpp_quote(" * are met:")
    35 cpp_quote(" * 1. Redistributions of source code must retain the above copyright")
    36 cpp_quote(" *    notice, this list of conditions and the following disclaimer.")
    37 cpp_quote(" * 2. Redistributions in binary form must reproduce the above copyright")
    38 cpp_quote(" *    notice, this list of conditions and the following disclaimer in the")
    39 cpp_quote(" *    documentation and/or other materials provided with the distribution.")
    40 cpp_quote(" * 3.  Neither the name of Apple Computer, Inc. (\"Apple\") nor the names of")
    41 cpp_quote(" *     its contributors may be used to endorse or promote products derived")
    42 cpp_quote(" *     from this software without specific prior written permission.")
    43 cpp_quote(" *")
    44 cpp_quote(" * THIS SOFTWARE IS PROVIDED BY APPLE COMPUTER, INC. ``AS IS'' AND ANY")
    45 cpp_quote(" * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE")
    46 cpp_quote(" * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR")
    47 cpp_quote(" * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL APPLE COMPUTER, INC. OR")
    48 cpp_quote(" * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,")
    49 cpp_quote(" * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,")
    50 cpp_quote(" * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR")
    51 cpp_quote(" * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY")
    52 cpp_quote(" * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT")
    53 cpp_quote(" * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE")
    54 cpp_quote(" * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ")
    55 cpp_quote(" */")
    56 
     29#ifndef DO_NO_IMPORTS
    5730import "oaidl.idl";
    5831import "ocidl.idl";
    59 
    6032import "IWebScriptCallFrame.idl";
    6133import "IWebView.idl";
     34#endif
     35
     36interface IWebDataSource;
     37interface IWebFrame;
     38interface IWebScriptCallFrame;
     39interface IWebView;
    6240
    6341[
  • trunk/WebKit/win/Interfaces/IWebScriptDebugServer.idl

    r27612 r30180  
    11/*
    2  * Copyright (C) 2007 Apple Inc.  All rights reserved.
     2 * Copyright (C) 2007, 2008 Apple Inc.  All rights reserved.
    33 *
    44 * Redistribution and use in source and binary forms, with or without
     
    2727 */
    2828
    29 cpp_quote("/*")
    30 cpp_quote(" * Copyright (C) 2007 Apple Inc.  All rights reserved.")
    31 cpp_quote(" *")
    32 cpp_quote(" * Redistribution and use in source and binary forms, with or without")
    33 cpp_quote(" * modification, are permitted provided that the following conditions")
    34 cpp_quote(" * are met:")
    35 cpp_quote(" * 1. Redistributions of source code must retain the above copyright")
    36 cpp_quote(" *    notice, this list of conditions and the following disclaimer.")
    37 cpp_quote(" * 2. Redistributions in binary form must reproduce the above copyright")
    38 cpp_quote(" *    notice, this list of conditions and the following disclaimer in the")
    39 cpp_quote(" *    documentation and/or other materials provided with the distribution.")
    40 cpp_quote(" * 3.  Neither the name of Apple Computer, Inc. (\"Apple\") nor the names of")
    41 cpp_quote(" *     its contributors may be used to endorse or promote products derived")
    42 cpp_quote(" *     from this software without specific prior written permission.")
    43 cpp_quote(" *")
    44 cpp_quote(" * THIS SOFTWARE IS PROVIDED BY APPLE COMPUTER, INC. ``AS IS'' AND ANY")
    45 cpp_quote(" * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE")
    46 cpp_quote(" * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR")
    47 cpp_quote(" * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL APPLE COMPUTER, INC. OR")
    48 cpp_quote(" * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,")
    49 cpp_quote(" * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,")
    50 cpp_quote(" * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR")
    51 cpp_quote(" * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY")
    52 cpp_quote(" * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT")
    53 cpp_quote(" * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE")
    54 cpp_quote(" * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ")
    55 cpp_quote(" */")
    56 
     29#ifndef DO_NO_IMPORTS
    5730import "oaidl.idl";
    5831import "ocidl.idl";
    59 
    6032import "IWebScriptDebugListener.idl";
     33#endif
    6134
    6235interface IWebScriptDebugListener;
  • trunk/WebKit/win/Interfaces/IWebScriptObject.idl

    r23357 r30180  
    11/*
    2  * Copyright (C) 2006, 2007 Apple Inc.  All rights reserved.
     2 * Copyright (C) 2006, 2007, 2008 Apple Inc.  All rights reserved.
    33 *
    44 * Redistribution and use in source and binary forms, with or without
     
    2424 */
    2525
    26 cpp_quote("/*")
    27 cpp_quote(" * Copyright (C) 2006, 2007 Apple Inc.  All rights reserved.")
    28 cpp_quote(" *")
    29 cpp_quote(" * Redistribution and use in source and binary forms, with or without")
    30 cpp_quote(" * modification, are permitted provided that the following conditions")
    31 cpp_quote(" * are met:")
    32 cpp_quote(" * 1. Redistributions of source code must retain the above copyright")
    33 cpp_quote(" *    notice, this list of conditions and the following disclaimer.")
    34 cpp_quote(" * 2. Redistributions in binary form must reproduce the above copyright")
    35 cpp_quote(" *    notice, this list of conditions and the following disclaimer in the")
    36 cpp_quote(" *    documentation and/or other materials provided with the distribution.")
    37 cpp_quote(" *")
    38 cpp_quote(" * THIS SOFTWARE IS PROVIDED BY APPLE COMPUTER, INC. ``AS IS'' AND ANY")
    39 cpp_quote(" * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE")
    40 cpp_quote(" * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR")
    41 cpp_quote(" * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL APPLE COMPUTER, INC. OR")
    42 cpp_quote(" * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,")
    43 cpp_quote(" * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,")
    44 cpp_quote(" * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR")
    45 cpp_quote(" * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY")
    46 cpp_quote(" * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT")
    47 cpp_quote(" * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE")
    48 cpp_quote(" * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ")
    49 cpp_quote(" */")
    50 
     26#ifndef DO_NO_IMPORTS
    5127import "oaidl.idl";
    5228import "ocidl.idl";
     29#endif
    5330
    5431/*!
  • trunk/WebKit/win/Interfaces/IWebScriptScope.idl

    r29671 r30180  
    11/*
    2  * Copyright (C) 2007 Apple Inc.  All rights reserved.
     2 * Copyright (C) 2007, 2008 Apple Inc.  All rights reserved.
    33 *
    44 * Redistribution and use in source and binary forms, with or without
     
    2727 */
    2828
    29 cpp_quote("/*")
    30 cpp_quote(" * Copyright (C) 2007 Apple Inc.  All rights reserved.")
    31 cpp_quote(" *")
    32 cpp_quote(" * Redistribution and use in source and binary forms, with or without")
    33 cpp_quote(" * modification, are permitted provided that the following conditions")
    34 cpp_quote(" * are met:")
    35 cpp_quote(" * 1. Redistributions of source code must retain the above copyright")
    36 cpp_quote(" *    notice, this list of conditions and the following disclaimer.")
    37 cpp_quote(" * 2. Redistributions in binary form must reproduce the above copyright")
    38 cpp_quote(" *    notice, this list of conditions and the following disclaimer in the")
    39 cpp_quote(" *    documentation and/or other materials provided with the distribution.")
    40 cpp_quote(" * 3.  Neither the name of Apple Computer, Inc. (\"Apple\") nor the names of")
    41 cpp_quote(" *     its contributors may be used to endorse or promote products derived")
    42 cpp_quote(" *     from this software without specific prior written permission.")
    43 cpp_quote(" *")
    44 cpp_quote(" * THIS SOFTWARE IS PROVIDED BY APPLE COMPUTER, INC. ``AS IS'' AND ANY")
    45 cpp_quote(" * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE")
    46 cpp_quote(" * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR")
    47 cpp_quote(" * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL APPLE COMPUTER, INC. OR")
    48 cpp_quote(" * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,")
    49 cpp_quote(" * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,")
    50 cpp_quote(" * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR")
    51 cpp_quote(" * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY")
    52 cpp_quote(" * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT")
    53 cpp_quote(" * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE")
    54 cpp_quote(" * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ")
    55 cpp_quote(" */")
    56 
     29#ifndef DO_NO_IMPORTS
    5730import "oaidl.idl";
    5831import "ocidl.idl";
    59 
    6032import "IWebScriptCallFrame.idl";
     33#endif
    6134
    6235interface IWebScriptCallFrame;
  • trunk/WebKit/win/Interfaces/IWebScrollBarDelegatePrivate.idl

    r23357 r30180  
    11/*
    2  * Copyright (C) 2007 Apple Inc.  All rights reserved.
     2 * Copyright (C) 2007, 2008 Apple Inc.  All rights reserved.
    33 *
    44 * Redistribution and use in source and binary forms, with or without
     
    2424 */
    2525
    26 cpp_quote("/*")
    27 cpp_quote(" * Copyright (C) 2007 Apple Inc.  All rights reserved.")
    28 cpp_quote(" *")
    29 cpp_quote(" * Redistribution and use in source and binary forms, with or without")
    30 cpp_quote(" * modification, are permitted provided that the following conditions")
    31 cpp_quote(" * are met:")
    32 cpp_quote(" * 1. Redistributions of source code must retain the above copyright")
    33 cpp_quote(" *    notice, this list of conditions and the following disclaimer.")
    34 cpp_quote(" * 2. Redistributions in binary form must reproduce the above copyright")
    35 cpp_quote(" *    notice, this list of conditions and the following disclaimer in the")
    36 cpp_quote(" *    documentation and/or other materials provided with the distribution.")
    37 cpp_quote(" *")
    38 cpp_quote(" * THIS SOFTWARE IS PROVIDED BY APPLE COMPUTER, INC. ``AS IS'' AND ANY")
    39 cpp_quote(" * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE")
    40 cpp_quote(" * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR")
    41 cpp_quote(" * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL APPLE COMPUTER, INC. OR")
    42 cpp_quote(" * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,")
    43 cpp_quote(" * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,")
    44 cpp_quote(" * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR")
    45 cpp_quote(" * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY")
    46 cpp_quote(" * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT")
    47 cpp_quote(" * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE")
    48 cpp_quote(" * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ")
    49 cpp_quote(" */")
    50 
     26#ifndef DO_NO_IMPORTS
    5127import "oaidl.idl";
    5228import "ocidl.idl";
    5329import "IWebScrollBarPrivate.idl";
     30#endif
    5431
    5532interface IWebScrollBarPrivate;
  • trunk/WebKit/win/Interfaces/IWebScrollBarPrivate.idl

    r23357 r30180  
    11/*
    2  * Copyright (C) 2007 Apple Inc.  All rights reserved.
     2 * Copyright (C) 2007, 2008 Apple Inc.  All rights reserved.
    33 *
    44 * Redistribution and use in source and binary forms, with or without
     
    2424 */
    2525
    26 cpp_quote("/*")
    27 cpp_quote(" * Copyright (C) 2007 Apple Inc.  All rights reserved.")
    28 cpp_quote(" *")
    29 cpp_quote(" * Redistribution and use in source and binary forms, with or without")
    30 cpp_quote(" * modification, are permitted provided that the following conditions")
    31 cpp_quote(" * are met:")
    32 cpp_quote(" * 1. Redistributions of source code must retain the above copyright")
    33 cpp_quote(" *    notice, this list of conditions and the following disclaimer.")
    34 cpp_quote(" * 2. Redistributions in binary form must reproduce the above copyright")
    35 cpp_quote(" *    notice, this list of conditions and the following disclaimer in the")
    36 cpp_quote(" *    documentation and/or other materials provided with the distribution.")
    37 cpp_quote(" *")
    38 cpp_quote(" * THIS SOFTWARE IS PROVIDED BY APPLE COMPUTER, INC. ``AS IS'' AND ANY")
    39 cpp_quote(" * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE")
    40 cpp_quote(" * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR")
    41 cpp_quote(" * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL APPLE COMPUTER, INC. OR")
    42 cpp_quote(" * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,")
    43 cpp_quote(" * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,")
    44 cpp_quote(" * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR")
    45 cpp_quote(" * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY")
    46 cpp_quote(" * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT")
    47 cpp_quote(" * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE")
    48 cpp_quote(" * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ")
    49 cpp_quote(" */")
    50 
     26#ifndef DO_NO_IMPORTS
    5127import "oaidl.idl";
    5228import "ocidl.idl";
    53 
    5429import "IWebScrollBarDelegatePrivate.idl";
     30#endif
    5531
    5632interface IWebScrollBarDelegatePrivate;
  • trunk/WebKit/win/Interfaces/IWebSecurityOrigin.idl

    r29671 r30180  
    11/*
    2  * Copyright (C) 2007 Apple Inc. All rights reserved.
     2 * Copyright (C) 2007, 2008 Apple Inc. All rights reserved.
    33 *
    44 * Redistribution and use in source and binary forms, with or without
     
    2727 */
    2828
    29 cpp_quote("/*")
    30 cpp_quote(" * Copyright (C) 2007 Apple Inc. All rights reserved.")
    31 cpp_quote(" *")
    32 cpp_quote(" * Redistribution and use in source and binary forms, with or without")
    33 cpp_quote(" * modification, are permitted provided that the following conditions")
    34 cpp_quote(" * are met:")
    35 cpp_quote(" *")
    36 cpp_quote(" * 1.  Redistributions of source code must retain the above copyright")
    37 cpp_quote(" *     notice, this list of conditions and the following disclaimer.")
    38 cpp_quote(" * 2.  Redistributions in binary form must reproduce the above copyright")
    39 cpp_quote(" *     notice, this list of conditions and the following disclaimer in the")
    40 cpp_quote(" *     documentation and/or other materials provided with the distribution.")
    41 cpp_quote(" * 3.  Neither the name of Apple Computer, Inc. (\"Apple\") nor the names of")
    42 cpp_quote(" *     its contributors may be used to endorse or promote products derived")
    43 cpp_quote(" *     from this software without specific prior written permission.")
    44 cpp_quote(" *")
    45 cpp_quote(" * THIS SOFTWARE IS PROVIDED BY APPLE AND ITS CONTRIBUTORS \"AS IS\" AND ANY")
    46 cpp_quote(" * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED")
    47 cpp_quote(" * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE")
    48 cpp_quote(" * DISCLAIMED. IN NO EVENT SHALL APPLE OR ITS CONTRIBUTORS BE LIABLE FOR ANY")
    49 cpp_quote(" * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES")
    50 cpp_quote(" * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;")
    51 cpp_quote(" * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND")
    52 cpp_quote(" * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT")
    53 cpp_quote(" * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF")
    54 cpp_quote(" * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.")
    55 cpp_quote(" */")
    56 
     29#ifndef DO_NO_IMPORTS
    5730import "oaidl.idl";
    5831import "ocidl.idl";
     32#endif
    5933
    6034[
  • trunk/WebKit/win/Interfaces/IWebTextRenderer.idl

    r29671 r30180  
    11/*
    2  * Copyright (C) 2007 Apple Inc. All rights reserved.
     2 * Copyright (C) 2007, 2008 Apple Inc. All rights reserved.
    33 *
    44 * Redistribution and use in source and binary forms, with or without
     
    2727 */
    2828
    29 cpp_quote("/*")
    30 cpp_quote(" * Copyright (C) 2007 Apple Inc. All rights reserved.")
    31 cpp_quote(" *")
    32 cpp_quote(" * Redistribution and use in source and binary forms, with or without")
    33 cpp_quote(" * modification, are permitted provided that the following conditions")
    34 cpp_quote(" * are met:")
    35 cpp_quote(" *")
    36 cpp_quote(" * 1.  Redistributions of source code must retain the above copyright")
    37 cpp_quote(" *     notice, this list of conditions and the following disclaimer.")
    38 cpp_quote(" * 2.  Redistributions in binary form must reproduce the above copyright")
    39 cpp_quote(" *     notice, this list of conditions and the following disclaimer in the")
    40 cpp_quote(" *     documentation and/or other materials provided with the distribution.")
    41 cpp_quote(" * 3.  Neither the name of Apple Computer, Inc. (\"Apple\") nor the names of")
    42 cpp_quote(" *     its contributors may be used to endorse or promote products derived")
    43 cpp_quote(" *     from this software without specific prior written permission.")
    44 cpp_quote(" *")
    45 cpp_quote(" * THIS SOFTWARE IS PROVIDED BY APPLE AND ITS CONTRIBUTORS \"AS IS\" AND ANY")
    46 cpp_quote(" * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED")
    47 cpp_quote(" * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE")
    48 cpp_quote(" * DISCLAIMED. IN NO EVENT SHALL APPLE OR ITS CONTRIBUTORS BE LIABLE FOR ANY")
    49 cpp_quote(" * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES")
    50 cpp_quote(" * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;")
    51 cpp_quote(" * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND")
    52 cpp_quote(" * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT")
    53 cpp_quote(" * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF")
    54 cpp_quote(" * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.")
    55 cpp_quote(" */")
    56 
     29#ifndef DO_NO_IMPORTS
    5730import "oaidl.idl";
    5831import "ocidl.idl";
     32#endif
    5933
    6034[
  • trunk/WebKit/win/Interfaces/IWebUIDelegate.idl

    r27598 r30180  
    11/*
    2  * Copyright (C) 2006, 2007 Apple Inc.  All rights reserved.
     2 * Copyright (C) 2006, 2007, 2008 Apple Inc.  All rights reserved.
    33 *
    44 * Redistribution and use in source and binary forms, with or without
     
    2424 */
    2525
    26 cpp_quote("/*")
    27 cpp_quote(" * Copyright (C) 2006, 2007 Apple Inc.  All rights reserved.")
    28 cpp_quote(" *")
    29 cpp_quote(" * Redistribution and use in source and binary forms, with or without")
    30 cpp_quote(" * modification, are permitted provided that the following conditions")
    31 cpp_quote(" * are met:")
    32 cpp_quote(" * 1. Redistributions of source code must retain the above copyright")
    33 cpp_quote(" *    notice, this list of conditions and the following disclaimer.")
    34 cpp_quote(" * 2. Redistributions in binary form must reproduce the above copyright")
    35 cpp_quote(" *    notice, this list of conditions and the following disclaimer in the")
    36 cpp_quote(" *    documentation and/or other materials provided with the distribution.")
    37 cpp_quote(" *")
    38 cpp_quote(" * THIS SOFTWARE IS PROVIDED BY APPLE COMPUTER, INC. ``AS IS'' AND ANY")
    39 cpp_quote(" * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE")
    40 cpp_quote(" * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR")
    41 cpp_quote(" * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL APPLE COMPUTER, INC. OR")
    42 cpp_quote(" * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,")
    43 cpp_quote(" * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,")
    44 cpp_quote(" * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR")
    45 cpp_quote(" * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY")
    46 cpp_quote(" * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT")
    47 cpp_quote(" * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE")
    48 cpp_quote(" * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ")
    49 cpp_quote(" */")
    50 
     26#ifndef DO_NO_IMPORTS
    5127import "oaidl.idl";
    5228import "ocidl.idl";
     
    5430import "IWebURLRequest.idl";
    5531import "IWebFrame.idl";
     32#endif
    5633
    5734interface IWebFrame;
    5835interface IWebView;
    5936interface IWebURLRequest;
     37interface IWebUndoTarget;
    6038
    6139/*!
  • trunk/WebKit/win/Interfaces/IWebUIDelegatePrivate.idl

    r29698 r30180  
    2424 */
    2525
    26 cpp_quote("/*")
    27 cpp_quote(" * Copyright (C) 2006, 2007, 2008 Apple Inc. All rights reserved.")
    28 cpp_quote(" *")
    29 cpp_quote(" * Redistribution and use in source and binary forms, with or without")
    30 cpp_quote(" * modification, are permitted provided that the following conditions")
    31 cpp_quote(" * are met:")
    32 cpp_quote(" * 1. Redistributions of source code must retain the above copyright")
    33 cpp_quote(" *    notice, this list of conditions and the following disclaimer.")
    34 cpp_quote(" * 2. Redistributions in binary form must reproduce the above copyright")
    35 cpp_quote(" *    notice, this list of conditions and the following disclaimer in the")
    36 cpp_quote(" *    documentation and/or other materials provided with the distribution.")
    37 cpp_quote(" *")
    38 cpp_quote(" * THIS SOFTWARE IS PROVIDED BY APPLE COMPUTER, INC. ``AS IS'' AND ANY")
    39 cpp_quote(" * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE")
    40 cpp_quote(" * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR")
    41 cpp_quote(" * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL APPLE COMPUTER, INC. OR")
    42 cpp_quote(" * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,")
    43 cpp_quote(" * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,")
    44 cpp_quote(" * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR")
    45 cpp_quote(" * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY")
    46 cpp_quote(" * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT")
    47 cpp_quote(" * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE")
    48 cpp_quote(" * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ")
    49 cpp_quote(" */")
    50 
     26#ifndef DO_NO_IMPORTS
    5127import "oaidl.idl";
    5228import "ocidl.idl";
    5329import "IWebSecurityOrigin.idl";
    5430import "IWebView.idl";
     31#endif
    5532
     33interface IWebFrame;
    5634interface IWebSecurityOrigin;
    5735interface IWebView;
  • trunk/WebKit/win/Interfaces/IWebURLAuthenticationChallenge.idl

    r25926 r30180  
    11/*
    2  * Copyright (C) 2006, 2007 Apple Inc.  All rights reserved.
     2 * Copyright (C) 2006, 2007, 2008 Apple Inc.  All rights reserved.
    33 *
    44 * Redistribution and use in source and binary forms, with or without
     
    2424 */
    2525
    26 cpp_quote("/*")
    27 cpp_quote(" * Copyright (C) 2006, 2007 Apple Inc.  All rights reserved.")
    28 cpp_quote(" *")
    29 cpp_quote(" * Redistribution and use in source and binary forms, with or without")
    30 cpp_quote(" * modification, are permitted provided that the following conditions")
    31 cpp_quote(" * are met:")
    32 cpp_quote(" * 1. Redistributions of source code must retain the above copyright")
    33 cpp_quote(" *    notice, this list of conditions and the following disclaimer.")
    34 cpp_quote(" * 2. Redistributions in binary form must reproduce the above copyright")
    35 cpp_quote(" *    notice, this list of conditions and the following disclaimer in the")
    36 cpp_quote(" *    documentation and/or other materials provided with the distribution.")
    37 cpp_quote(" *")
    38 cpp_quote(" * THIS SOFTWARE IS PROVIDED BY APPLE COMPUTER, INC. ``AS IS'' AND ANY")
    39 cpp_quote(" * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE")
    40 cpp_quote(" * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR")
    41 cpp_quote(" * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL APPLE COMPUTER, INC. OR")
    42 cpp_quote(" * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,")
    43 cpp_quote(" * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,")
    44 cpp_quote(" * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR")
    45 cpp_quote(" * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY")
    46 cpp_quote(" * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT")
    47 cpp_quote(" * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE")
    48 cpp_quote(" * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ")
    49 cpp_quote(" */")
    50 
     26#ifndef DO_NO_IMPORTS
    5127import "oaidl.idl";
    5228import "ocidl.idl";
    5329import "IWebError.idl";
    5430import "IWebURLResponse.idl";
    55 
     31#endif
     32
     33interface IWebError;
    5634interface IWebURLAuthenticationChallengeSender;
     35interface IWebURLCredential;
    5736interface IWebURLProtectionSpace;
    58 interface IWebURLCredential;
     37interface IWebURLResponse;
    5938
    6039typedef enum {
  • trunk/WebKit/win/Interfaces/IWebURLRequest.idl

    r23357 r30180  
    11/*
    2  * Copyright (C) 2006, 2007 Apple Inc.  All rights reserved.
     2 * Copyright (C) 2006, 2007, 2008 Apple Inc.  All rights reserved.
    33 *
    44 * Redistribution and use in source and binary forms, with or without
     
    2424 */
    2525
    26 cpp_quote("/*")
    27 cpp_quote(" * Copyright (C) 2006, 2007 Apple Inc.  All rights reserved.")
    28 cpp_quote(" *")
    29 cpp_quote(" * Redistribution and use in source and binary forms, with or without")
    30 cpp_quote(" * modification, are permitted provided that the following conditions")
    31 cpp_quote(" * are met:")
    32 cpp_quote(" * 1. Redistributions of source code must retain the above copyright")
    33 cpp_quote(" *    notice, this list of conditions and the following disclaimer.")
    34 cpp_quote(" * 2. Redistributions in binary form must reproduce the above copyright")
    35 cpp_quote(" *    notice, this list of conditions and the following disclaimer in the")
    36 cpp_quote(" *    documentation and/or other materials provided with the distribution.")
    37 cpp_quote(" *")
    38 cpp_quote(" * THIS SOFTWARE IS PROVIDED BY APPLE COMPUTER, INC. ``AS IS'' AND ANY")
    39 cpp_quote(" * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE")
    40 cpp_quote(" * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR")
    41 cpp_quote(" * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL APPLE COMPUTER, INC. OR")
    42 cpp_quote(" * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,")
    43 cpp_quote(" * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,")
    44 cpp_quote(" * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR")
    45 cpp_quote(" * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY")
    46 cpp_quote(" * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT")
    47 cpp_quote(" * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE")
    48 cpp_quote(" * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ")
    49 cpp_quote(" */")
    50 
     26#ifndef DO_NO_IMPORTS
    5127import "oaidl.idl";
    5228import "ocidl.idl";
     29#endif
    5330
    5431typedef enum _WebURLRequestCachePolicy
  • trunk/WebKit/win/Interfaces/IWebURLResponse.idl

    r23357 r30180  
    11/*
    2  * Copyright (C) 2006, 2007 Apple Inc.  All rights reserved.
     2 * Copyright (C) 2006, 2007, 2008 Apple Inc.  All rights reserved.
    33 *
    44 * Redistribution and use in source and binary forms, with or without
     
    2424 */
    2525
    26 cpp_quote("/*")
    27 cpp_quote(" * Copyright (C) 2006, 2007 Apple Inc.  All rights reserved.")
    28 cpp_quote(" *")
    29 cpp_quote(" * Redistribution and use in source and binary forms, with or without")
    30 cpp_quote(" * modification, are permitted provided that the following conditions")
    31 cpp_quote(" * are met:")
    32 cpp_quote(" * 1. Redistributions of source code must retain the above copyright")
    33 cpp_quote(" *    notice, this list of conditions and the following disclaimer.")
    34 cpp_quote(" * 2. Redistributions in binary form must reproduce the above copyright")
    35 cpp_quote(" *    notice, this list of conditions and the following disclaimer in the")
    36 cpp_quote(" *    documentation and/or other materials provided with the distribution.")
    37 cpp_quote(" *")
    38 cpp_quote(" * THIS SOFTWARE IS PROVIDED BY APPLE COMPUTER, INC. ``AS IS'' AND ANY")
    39 cpp_quote(" * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE")
    40 cpp_quote(" * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR")
    41 cpp_quote(" * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL APPLE COMPUTER, INC. OR")
    42 cpp_quote(" * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,")
    43 cpp_quote(" * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,")
    44 cpp_quote(" * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR")
    45 cpp_quote(" * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY")
    46 cpp_quote(" * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT")
    47 cpp_quote(" * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE")
    48 cpp_quote(" * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ")
    49 cpp_quote(" */")
    50 
    5126cpp_quote("#define WebURLResponseUnknownLength -1")
    5227
     28#ifndef DO_NO_IMPORTS
    5329import "oaidl.idl";
    5430import "ocidl.idl";
     31#endif
    5532
    5633[
  • trunk/WebKit/win/Interfaces/IWebURLResponsePrivate.idl

    r25272 r30180  
    11/*
    2  * Copyright (C) 2007 Apple Inc.  All rights reserved.
     2 * Copyright (C) 2007, 2008 Apple Inc.  All rights reserved.
    33 *
    44 * Redistribution and use in source and binary forms, with or without
     
    2727 */
    2828
    29 cpp_quote("/*")
    30 cpp_quote(" * Copyright (C) 2007 Apple Inc.  All rights reserved.")
    31 cpp_quote(" *")
    32 cpp_quote(" * Redistribution and use in source and binary forms, with or without")
    33 cpp_quote(" * modification, are permitted provided that the following conditions")
    34 cpp_quote(" * are met:")
    35 cpp_quote(" *")
    36 cpp_quote(" * 1.  Redistributions of source code must retain the above copyright")
    37 cpp_quote(" *     notice, this list of conditions and the following disclaimer. ")
    38 cpp_quote(" * 2.  Redistributions in binary form must reproduce the above copyright")
    39 cpp_quote(" *     notice, this list of conditions and the following disclaimer in the")
    40 cpp_quote(" *     documentation and/or other materials provided with the distribution. ")
    41 cpp_quote(" * 3.  Neither the name of Apple Computer, Inc. (\"Apple\") nor the names of")
    42 cpp_quote(" *     its contributors may be used to endorse or promote products derived")
    43 cpp_quote(" *     from this software without specific prior written permission. ")
    44 cpp_quote(" *")
    45 cpp_quote(" * THIS SOFTWARE IS PROVIDED BY APPLE AND ITS CONTRIBUTORS \"AS IS\" AND ANY")
    46 cpp_quote(" * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED")
    47 cpp_quote(" * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE")
    48 cpp_quote(" * DISCLAIMED. IN NO EVENT SHALL APPLE OR ITS CONTRIBUTORS BE LIABLE FOR ANY")
    49 cpp_quote(" * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES")
    50 cpp_quote(" * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;")
    51 cpp_quote(" * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND")
    52 cpp_quote(" * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT")
    53 cpp_quote(" * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF")
    54 cpp_quote(" * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.")
    55 cpp_quote(" */")
    56 
     29#ifndef DO_NO_IMPORTS
    5730import "oaidl.idl";
    5831import "ocidl.idl";
     32#endif
    5933
    6034[
  • trunk/WebKit/win/Interfaces/IWebUndoManager.idl

    r23357 r30180  
    11/*
    2  * Copyright (C) 2006, 2007 Apple Inc.  All rights reserved.
     2 * Copyright (C) 2006, 2007, 2008 Apple Inc.  All rights reserved.
    33 *
    44 * Redistribution and use in source and binary forms, with or without
     
    2424 */
    2525
    26 cpp_quote("/*")
    27 cpp_quote(" * Copyright (C) 2006, 2007 Apple Inc.  All rights reserved.")
    28 cpp_quote(" *")
    29 cpp_quote(" * Redistribution and use in source and binary forms, with or without")
    30 cpp_quote(" * modification, are permitted provided that the following conditions")
    31 cpp_quote(" * are met:")
    32 cpp_quote(" * 1. Redistributions of source code must retain the above copyright")
    33 cpp_quote(" *    notice, this list of conditions and the following disclaimer.")
    34 cpp_quote(" * 2. Redistributions in binary form must reproduce the above copyright")
    35 cpp_quote(" *    notice, this list of conditions and the following disclaimer in the")
    36 cpp_quote(" *    documentation and/or other materials provided with the distribution.")
    37 cpp_quote(" *")
    38 cpp_quote(" * THIS SOFTWARE IS PROVIDED BY APPLE COMPUTER, INC. ``AS IS'' AND ANY")
    39 cpp_quote(" * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE")
    40 cpp_quote(" * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR")
    41 cpp_quote(" * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL APPLE COMPUTER, INC. OR")
    42 cpp_quote(" * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,")
    43 cpp_quote(" * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,")
    44 cpp_quote(" * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR")
    45 cpp_quote(" * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY")
    46 cpp_quote(" * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT")
    47 cpp_quote(" * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE")
    48 cpp_quote(" * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ")
    49 cpp_quote(" */")
    50 
     26#ifndef DO_NO_IMPORTS
    5127import "oaidl.idl";
    5228import "ocidl.idl";
     29#endif
    5330
    5431interface IWebInvocation;
  • trunk/WebKit/win/Interfaces/IWebUndoTarget.idl

    r23357 r30180  
    11/*
    2  * Copyright (C) 2006, 2007 Apple Inc.  All rights reserved.
     2 * Copyright (C) 2006, 2007, 2008 Apple Inc.  All rights reserved.
    33 *
    44 * Redistribution and use in source and binary forms, with or without
     
    2424 */
    2525
    26 cpp_quote("/*")
    27 cpp_quote(" * Copyright (C) 2006, 2007 Apple Inc.  All rights reserved.")
    28 cpp_quote(" *")
    29 cpp_quote(" * Redistribution and use in source and binary forms, with or without")
    30 cpp_quote(" * modification, are permitted provided that the following conditions")
    31 cpp_quote(" * are met:")
    32 cpp_quote(" * 1. Redistributions of source code must retain the above copyright")
    33 cpp_quote(" *    notice, this list of conditions and the following disclaimer.")
    34 cpp_quote(" * 2. Redistributions in binary form must reproduce the above copyright")
    35 cpp_quote(" *    notice, this list of conditions and the following disclaimer in the")
    36 cpp_quote(" *    documentation and/or other materials provided with the distribution.")
    37 cpp_quote(" *")
    38 cpp_quote(" * THIS SOFTWARE IS PROVIDED BY APPLE COMPUTER, INC. ``AS IS'' AND ANY")
    39 cpp_quote(" * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE")
    40 cpp_quote(" * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR")
    41 cpp_quote(" * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL APPLE COMPUTER, INC. OR")
    42 cpp_quote(" * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,")
    43 cpp_quote(" * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,")
    44 cpp_quote(" * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR")
    45 cpp_quote(" * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY")
    46 cpp_quote(" * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT")
    47 cpp_quote(" * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE")
    48 cpp_quote(" * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ")
    49 cpp_quote(" */")
    50 
     26#ifndef DO_NO_IMPORTS
    5127import "oaidl.idl";
    5228import "ocidl.idl";
     29#endif
    5330
    5431[
  • trunk/WebKit/win/Interfaces/IWebView.idl

    r28633 r30180  
    11/*
    2  * Copyright (C) 2006, 2007 Apple Inc.  All rights reserved.
     2 * Copyright (C) 2006, 2007, 2008 Apple Inc.  All rights reserved.
    33 *
    44 * Redistribution and use in source and binary forms, with or without
     
    2424 */
    2525
    26 cpp_quote("/*")
    27 cpp_quote(" * Copyright (C) 2006, 2007 Apple Inc.  All rights reserved.")
    28 cpp_quote(" *")
    29 cpp_quote(" * Redistribution and use in source and binary forms, with or without")
    30 cpp_quote(" * modification, are permitted provided that the following conditions")
    31 cpp_quote(" * are met:")
    32 cpp_quote(" * 1. Redistributions of source code must retain the above copyright")
    33 cpp_quote(" *    notice, this list of conditions and the following disclaimer.")
    34 cpp_quote(" * 2. Redistributions in binary form must reproduce the above copyright")
    35 cpp_quote(" *    notice, this list of conditions and the following disclaimer in the")
    36 cpp_quote(" *    documentation and/or other materials provided with the distribution.")
    37 cpp_quote(" *")
    38 cpp_quote(" * THIS SOFTWARE IS PROVIDED BY APPLE COMPUTER, INC. ``AS IS'' AND ANY")
    39 cpp_quote(" * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE")
    40 cpp_quote(" * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR")
    41 cpp_quote(" * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL APPLE COMPUTER, INC. OR")
    42 cpp_quote(" * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,")
    43 cpp_quote(" * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,")
    44 cpp_quote(" * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR")
    45 cpp_quote(" * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY")
    46 cpp_quote(" * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT")
    47 cpp_quote(" * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE")
    48 cpp_quote(" * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ")
    49 cpp_quote(" */")
    50 
    5126cpp_quote("/* identifiers for commands that can be called by the webview's frame */")
    5227cpp_quote("enum WebViewCmd { Cut = 100, Copy, Paste, ForwardDelete, SelectAll, Undo, Redo };")
     
    5631cpp_quote("#define WebViewProgressFinishedNotification TEXT(\"WebProgressFinishedNotification\")")
    5732
     33#ifndef DO_NO_IMPORTS
    5834import "oaidl.idl";
    5935import "ocidl.idl";
     
    7147import "IWebEditingDelegate.idl";
    7248import "DOMRange.idl";
     49#endif
    7350
    7451interface IDOMCSSStyleDeclaration;
  • trunk/WebKit/win/Interfaces/IWebViewPrivate.idl

    r29627 r30180  
    11/*
    2  * Copyright (C) 2006, 2007 Apple Inc.  All rights reserved.
     2 * Copyright (C) 2006, 2007, 2008 Apple Inc.  All rights reserved.
    33 *
    44 * Redistribution and use in source and binary forms, with or without
     
    2424 */
    2525
    26 cpp_quote("/*")
    27 cpp_quote(" * Copyright (C) 2006, 2007 Apple Inc.  All rights reserved.")
    28 cpp_quote(" *")
    29 cpp_quote(" * Redistribution and use in source and binary forms, with or without")
    30 cpp_quote(" * modification, are permitted provided that the following conditions")
    31 cpp_quote(" * are met:")
    32 cpp_quote(" * 1. Redistributions of source code must retain the above copyright")
    33 cpp_quote(" *    notice, this list of conditions and the following disclaimer.")
    34 cpp_quote(" * 2. Redistributions in binary form must reproduce the above copyright")
    35 cpp_quote(" *    notice, this list of conditions and the following disclaimer in the")
    36 cpp_quote(" *    documentation and/or other materials provided with the distribution.")
    37 cpp_quote(" *")
    38 cpp_quote(" * THIS SOFTWARE IS PROVIDED BY APPLE COMPUTER, INC. ``AS IS'' AND ANY")
    39 cpp_quote(" * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE")
    40 cpp_quote(" * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR")
    41 cpp_quote(" * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL APPLE COMPUTER, INC. OR")
    42 cpp_quote(" * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,")
    43 cpp_quote(" * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,")
    44 cpp_quote(" * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR")
    45 cpp_quote(" * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY")
    46 cpp_quote(" * OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT")
    47 cpp_quote(" * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE")
    48 cpp_quote(" * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. ")
    49 cpp_quote(" */")
    50 
     26#ifndef DO_NO_IMPORTS
    5127import "oaidl.idl";
    5228import "ocidl.idl";
     
    5430import "IWebFrameLoadDelegatePrivate.idl";
    5531import "IWebInspector.idl";
     32#endif
     33
     34interface IEnumTextMatches;
     35interface IWebFormDelegate;
     36interface IWebFrameLoadDelegatePrivate;
     37interface IWebInspector;
     38interface IWebURLRequest;
     39interface IWebView;
    5640
    5741[
  • trunk/WebKit/win/Interfaces/WebKit.idl

    r28531 r30180  
    11/*
    2  * Copyright (C) 2006, 2007 Apple Inc.  All rights reserved.
     2 * Copyright (C) 2006, 2007, 2008 Apple Inc.  All rights reserved.
    33 *
    44 * Redistribution and use in source and binary forms, with or without
     
    2525
    2626cpp_quote("/*")
    27 cpp_quote(" * Copyright (C) 2006, 2007 Apple Inc.  All rights reserved.")
     27cpp_quote(" * Copyright (C) 2006, 2007, 2008 Apple Inc.  All rights reserved.")
    2828cpp_quote(" *")
    2929cpp_quote(" * Redistribution and use in source and binary forms, with or without")
     
    4949cpp_quote(" */")
    5050
     51#include "autoversion.h"
     52
     53#define DO_NO_IMPORTS
     54
    5155import "oaidl.idl";
    5256import "ocidl.idl";
    5357
    54 import "IWebTextRenderer.idl";
    55 import "IWebView.idl";
    56 import "IWebViewPrivate.idl";
    57 import "IWebUIDelegate.idl";
    58 import "IWebResourceLoadDelegate.idl";
    59 import "IWebDatabaseManager.idl";
    60 import "IWebDownload.idl";
    61 import "IWebFrameLoadDelegate.idl";
    62 import "IWebPolicyDelegate.idl";
    63 import "IWebFrame.idl";
    64 import "IWebBackForwardList.idl";
    65 import "IWebHistoryItem.idl";
    66 import "IWebScriptObject.idl";
    67 import "IWebPreferences.idl";
    68 import "IWebDocument.idl";
    69 import "IWebURLRequest.idl";
    70 import "IWebDataSource.idl";
    71 import "IWebURLResponse.idl";
    72 import "IWebURLAuthenticationChallenge.idl";
    73 import "IWebError.idl";
    74 import "IWebMutableURLRequest.idl";
    75 import "IWebArchive.idl";
    76 import "IWebResource.idl";
    77 import "IWebFrameView.idl";
    78 import "DOMHTML.idl";
    79 import "IWebIconDatabase.idl";
    80 import "IWebNotificationCenter.idl";
    81 import "IWebNotificationObserver.idl";
    82 import "IWebHistory.idl";
    83 import "IWebCache.idl";
    84 import "IWebJavaScriptCollector.idl";
    85 import "IWebKitStatistics.idl";
    86 import "IWebScrollBarPrivate.idl";
    87 import "IWebScriptDebugServer.idl";
     58#include "IWebScriptObject.idl"
     59#include "DOMCSS.idl"
     60#include "DOMCore.idl"
     61#include "DOMEvents.idl"
     62#include "DOMExtensions.idl"
     63#include "DOMHTML.idl"
     64#include "DOMPrivate.idl"
     65#include "DOMRange.idl"
     66#include "DOMWindow.idl"
     67#include "IWebArchive.idl"
     68#include "IWebBackForwardList.idl"
     69#include "IWebBackForwardListPrivate.idl"
     70#include "IWebCache.idl"
     71#include "IWebDataSource.idl"
     72#include "IWebDatabaseManager.idl"
     73#include "IWebDocument.idl"
     74#include "IWebDownload.idl"
     75#include "IWebEditingDelegate.idl"
     76#include "IWebError.idl"
     77#include "IWebErrorPrivate.idl"
     78#include "IWebFormDelegate.idl"
     79#include "IWebFrame.idl"
     80#include "IWebFrameLoadDelegate.idl"
     81#include "IWebFrameLoadDelegatePrivate.idl"
     82#include "IWebFramePrivate.idl"
     83#include "IWebFrameView.idl"
     84#include "IWebHTMLRepresentation.idl"
     85#include "IWebHTTPURLResponse.idl"
     86#include "IWebHistory.idl"
     87#include "IWebHistoryItem.idl"
     88#include "IWebHistoryItemPrivate.idl"
     89#include "IWebIconDatabase.idl"
     90#include "IWebInspector.idl"
     91#include "IWebJavaScriptCollector.idl"
     92#include "IWebKitStatistics.idl"
     93#include "IWebMutableURLRequestPrivate.idl"
     94#include "IWebNotification.idl"
     95#include "IWebNotificationCenter.idl"
     96#include "IWebNotificationObserver.idl"
     97#include "IWebPolicyDelegate.idl"
     98#include "IWebPreferences.idl"
     99#include "IWebPreferencesPrivate.idl"
     100#include "IWebResource.idl"
     101#include "IWebResourceLoadDelegate.idl"
     102#include "IWebResourceLoadDelegatePrivate.idl"
     103#include "IWebScriptCallFrame.idl"
     104#include "IWebScriptDebugListener.idl"
     105#include "IWebScriptDebugServer.idl"
     106#include "IWebScrollBarDelegatePrivate.idl"
     107#include "IWebScrollBarPrivate.idl"
     108#include "IWebSecurityOrigin.idl"
     109#include "IWebTextRenderer.idl"
     110#include "IWebUIDelegate.idl"
     111#include "IWebUIDelegatePrivate.idl"
     112#include "IWebURLAuthenticationChallenge.idl"
     113#include "IWebURLRequest.idl"
     114#include "IWebMutableURLRequest.idl"
     115#include "IWebURLResponse.idl"
     116#include "IWebURLResponsePrivate.idl"
     117#include "IWebUndoManager.idl"
     118#include "IWebUndoTarget.idl"
     119#include "IWebView.idl"
     120#include "IWebViewPrivate.idl"
     121
     122#include "IGEN_DOMObject.idl"
     123#include "IGEN_DOMCharacterData.idl"
     124#include "IGEN_DOMText.idl"
     125#include "IGEN_DOMAttr.idl"
     126#include "IGEN_DOMCDATASection.idl"
     127#include "IGEN_DOMCSSCharsetRule.idl"
     128#include "IGEN_DOMCSSFontFaceRule.idl"
     129#include "IGEN_DOMCSSImportRule.idl"
     130#include "IGEN_DOMCSSMediaRule.idl"
     131#include "IGEN_DOMCSSPageRule.idl"
     132#include "IGEN_DOMCSSPrimitiveValue.idl"
     133#include "IGEN_DOMCSSRule.idl"
     134#include "IGEN_DOMCSSRuleList.idl"
     135#include "IGEN_DOMCSSStyleDeclaration.idl"
     136#include "IGEN_DOMCSSStyleRule.idl"
     137#include "IGEN_DOMCSSStyleSheet.idl"
     138#include "IGEN_DOMCSSUnknownRule.idl"
     139#include "IGEN_DOMCSSValue.idl"
     140#include "IGEN_DOMCSSValueList.idl"
     141#include "IGEN_DOMComment.idl"
     142#include "IGEN_DOMCounter.idl"
     143#include "IGEN_DOMDOMImplementation.idl"
     144#include "IGEN_DOMDocument.idl"
     145#include "IGEN_DOMDocumentFragment.idl"
     146#include "IGEN_DOMDocumentType.idl"
     147#include "IGEN_DOMElement.idl"
     148#include "IGEN_DOMEntity.idl"
     149#include "IGEN_DOMEntityReference.idl"
     150#include "IGEN_DOMEvent.idl"
     151#include "IGEN_DOMEventListener.idl"
     152#include "IGEN_DOMEventTarget.idl"
     153#include "IGEN_DOMHTMLAnchorElement.idl"
     154#include "IGEN_DOMHTMLAppletElement.idl"
     155#include "IGEN_DOMHTMLAreaElement.idl"
     156#include "IGEN_DOMHTMLBRElement.idl"
     157#include "IGEN_DOMHTMLBaseElement.idl"
     158#include "IGEN_DOMHTMLBaseFontElement.idl"
     159#include "IGEN_DOMHTMLBlockquoteElement.idl"
     160#include "IGEN_DOMHTMLBodyElement.idl"
     161#include "IGEN_DOMHTMLButtonElement.idl"
     162#include "IGEN_DOMHTMLCollection.idl"
     163#include "IGEN_DOMHTMLDListElement.idl"
     164#include "IGEN_DOMHTMLDirectoryElement.idl"
     165#include "IGEN_DOMHTMLDivElement.idl"
     166#include "IGEN_DOMHTMLDocument.idl"
     167#include "IGEN_DOMHTMLElement.idl"
     168#include "IGEN_DOMHTMLEmbedElement.idl"
     169#include "IGEN_DOMHTMLFieldSetElement.idl"
     170#include "IGEN_DOMHTMLFontElement.idl"
     171#include "IGEN_DOMHTMLFormElement.idl"
     172#include "IGEN_DOMHTMLFrameElement.idl"
     173#include "IGEN_DOMHTMLFrameSetElement.idl"
     174#include "IGEN_DOMHTMLHRElement.idl"
     175#include "IGEN_DOMHTMLHeadElement.idl"
     176#include "IGEN_DOMHTMLHeadingElement.idl"
     177#include "IGEN_DOMHTMLHtmlElement.idl"
     178#include "IGEN_DOMHTMLIFrameElement.idl"
     179#include "IGEN_DOMHTMLImageElement.idl"
     180#include "IGEN_DOMHTMLInputElement.idl"
     181#include "IGEN_DOMHTMLIsIndexElement.idl"
     182#include "IGEN_DOMHTMLLIElement.idl"
     183#include "IGEN_DOMHTMLLabelElement.idl"
     184#include "IGEN_DOMHTMLLegendElement.idl"
     185#include "IGEN_DOMHTMLLinkElement.idl"
     186#include "IGEN_DOMHTMLMapElement.idl"
     187#include "IGEN_DOMHTMLMarqueeElement.idl"
     188#include "IGEN_DOMHTMLMenuElement.idl"
     189#include "IGEN_DOMHTMLMetaElement.idl"
     190#include "IGEN_DOMHTMLModElement.idl"
     191#include "IGEN_DOMHTMLOListElement.idl"
     192#include "IGEN_DOMHTMLObjectElement.idl"
     193#include "IGEN_DOMHTMLOptGroupElement.idl"
     194#include "IGEN_DOMHTMLOptionElement.idl"
     195#include "IGEN_DOMHTMLOptionsCollection.idl"
     196#include "IGEN_DOMHTMLParagraphElement.idl"
     197#include "IGEN_DOMHTMLParamElement.idl"
     198#include "IGEN_DOMHTMLPreElement.idl"
     199#include "IGEN_DOMHTMLQuoteElement.idl"
     200#include "IGEN_DOMHTMLScriptElement.idl"
     201#include "IGEN_DOMHTMLSelectElement.idl"
     202#include "IGEN_DOMHTMLStyleElement.idl"
     203#include "IGEN_DOMHTMLTableCaptionElement.idl"
     204#include "IGEN_DOMHTMLTableCellElement.idl"
     205#include "IGEN_DOMHTMLTableColElement.idl"
     206#include "IGEN_DOMHTMLTableElement.idl"
     207#include "IGEN_DOMHTMLTableRowElement.idl"
     208#include "IGEN_DOMHTMLTableSectionElement.idl"
     209#include "IGEN_DOMHTMLTextAreaElement.idl"
     210#include "IGEN_DOMHTMLTitleElement.idl"
     211#include "IGEN_DOMHTMLUListElement.idl"
     212#include "IGEN_DOMMediaList.idl"
     213#include "IGEN_DOMNamedNodeMap.idl"
     214#include "IGEN_DOMNode.idl"
     215#include "IGEN_DOMNodeList.idl"
     216#include "IGEN_DOMNotation.idl"
     217#include "IGEN_DOMProcessingInstruction.idl"
     218#include "IGEN_DOMRect.idl"
     219#include "IGEN_DOMStyleSheet.idl"
     220#include "IGEN_DOMStyleSheetList.idl"
    88221
    89222[
    90223#if __PRODUCTION__
    91224    uuid(2a748656-625d-4207-b29f-40c95bfeb3a9),
    92     helpstring("WebKit 525.2 Type Library"),
     225    helpstring("WebKit " __BUILD_NUMBER_SHORT__ " Type Library"),
    93226#else
    94227    uuid(76E5F7F0-18FD-48a2-B549-1159435B513B),
    95     helpstring("OpenSourceWebKit 525.2 Type Library"),
    96 #endif
    97     version(525.2)
     228    helpstring("OpenSourceWebKit " __BUILD_NUMBER_SHORT__ " Type Library"),
     229#endif
     230    version(__BUILD_NUMBER_MAJOR_MINOR__)
    98231]
    99232#if __PRODUCTION__
  • trunk/WebKit/win/WebActionPropertyBag.cpp

    r29663 r30180  
    2727#include "WebKitDLL.h"
    2828
    29 #include "IWebView.h"
    30 #include "IWebPolicyDelegate.h"
     29#include "WebKit.h"
    3130#include "WebActionPropertyBag.h"
    3231#include "WebElementPropertyBag.h"
  • trunk/WebKit/win/WebBackForwardList.h

    r23455 r30180  
    2727#define WebBackForwardList_H
    2828
    29 #include "IWebBackForwardList.h"
    30 #include "IWebBackForwardListPrivate.h"
     29#include "WebKit.h"
    3130
    3231#include "WebHistoryItem.h"
  • trunk/WebKit/win/WebCache.h

    r27445 r30180  
    2727#define WebCache_H
    2828
    29 #include "IWebCache.h"
     29#include "WebKit.h"
    3030
    3131class WebCache : public IWebCache
  • trunk/WebKit/win/WebDataSource.cpp

    r28639 r30180  
    2828#include "WebDataSource.h"
    2929
    30 #include "IWebMutableURLRequest.h"
     30#include "WebKit.h"
    3131#include "MemoryStream.h"
    3232#include "WebDocumentLoader.h"
  • trunk/WebKit/win/WebDataSource.h

    r25415 r30180  
    2727#define WebDataSource_H
    2828
    29 #include "IWebDataSource.h"
     29#include "WebKit.h"
    3030#include "COMPtr.h"
    3131#include <WTF/RefPtr.h>
  • trunk/WebKit/win/WebDatabaseManager.h

    r29698 r30180  
    3232#include <WebCore/DatabaseTrackerClient.h>
    3333
    34 #include "IWebDatabaseManager.h"
     34#include "WebKit.h"
    3535
    3636class WebDatabaseManager : public IWebDatabaseManager, private WebCore::DatabaseTrackerClient {
  • trunk/WebKit/win/WebDownload.h

    r23187 r30180  
    2828
    2929#include "COMPtr.h"
    30 #include "IWebDownload.h"
    31 #include "IWebURLAuthenticationChallenge.h"
     30#include "WebKit.h"
    3231
    3332#include <CFNetwork/CFURLDownloadPriv.h>
  • trunk/WebKit/win/WebEditorClient.cpp

    r29131 r30180  
    2828#include "WebEditorClient.h"
    2929
    30 #include "IWebEditingDelegate.h"
    31 #include "IWebUndoTarget.h"
    32 #include "IWebURLResponse.h"
     30#include "WebKit.h"
    3331#include "WebLocalizableStrings.h"
    3432#include "WebView.h"
  • trunk/WebKit/win/WebEditorClient.h

    r28620 r30180  
    2727#define WebEditorClient_H
    2828
    29 #include "IWebEditingDelegate.h"
     29#include "WebKit.h"
    3030#pragma warning(push, 0)
    3131#include <WebCore/EditorClient.h>
  • trunk/WebKit/win/WebError.h

    r27018 r30180  
    2727#define WebError_h
    2828
    29 #include "IWebError.h"
    30 #include "IWebErrorPrivate.h"
     29#include "WebKit.h"
    3130
    3231#pragma warning(push, 0)
  • trunk/WebKit/win/WebFrame.cpp

    r30015 r30180  
    3232#include "DefaultPolicyDelegate.h"
    3333#include "DOMCoreClasses.h"
    34 #include "IWebError.h"
    35 #include "IWebErrorPrivate.h"
    36 #include "IWebHistory.h"
    37 #include "IWebHistoryItemPrivate.h"
    38 #include "IWebFrameLoadDelegatePrivate.h"
    39 #include "IWebFormDelegate.h"
    40 #include "IWebUIDelegatePrivate.h"
    4134#include "MarshallingHelpers.h"
    4235#include "WebActionPropertyBag.h"
  • trunk/WebKit/win/WebFrame.h

    r28672 r30180  
    2727#define WebFrame_H
    2828
    29 #include "DOMCore.h"
    30 #include "IWebFormDelegate.h"
    31 #include "IWebFrame.h"
    32 #include "IWebFramePrivate.h"
     29#include "WebKit.h"
    3330#include "WebDataSource.h"
    3431
  • trunk/WebKit/win/WebFramePolicyListener.h

    r22780 r30180  
    2727#define WebFramePolicyListener_h
    2828
    29 #include "IWebView.h"
    30 #include "IWebFormDelegate.h"
    31 #include "IWebPolicyDelegate.h"
     29#include "WebKit.h"
    3230
    3331#include <WTF/PassRefPtr.h>
  • trunk/WebKit/win/WebHTMLRepresentation.cpp

    r27612 r30180  
    2828#include "WebHTMLRepresentation.h"
    2929
    30 #include "DOMCore.h"
     30#include "WebKit.h"
    3131#include "WebFrame.h"
    3232#include "WebKitStatisticsPrivate.h"
  • trunk/WebKit/win/WebHTMLRepresentation.h

    r27612 r30180  
    2727#define WebHTMLRepresentation_H
    2828
    29 #include "IWebHTMLRepresentation.h"
    30 #include "IWebDocument.h"
     29#include "WebKit.h"
    3130
    3231class WebFrame;
  • trunk/WebKit/win/WebHistory.cpp

    r28552 r30180  
    2929
    3030#include "CFDictionaryPropertyBag.h"
    31 #include "IWebURLResponse.h"
     31#include "WebKit.h"
    3232#include "MarshallingHelpers.h"
    3333#include "WebHistoryItem.h"
  • trunk/WebKit/win/WebHistory.h

    r23455 r30180  
    2727#define WebHistory_H
    2828
    29 #include "IWebHistory.h"
     29#include "WebKit.h"
    3030
    3131#include "COMPtr.h"
  • trunk/WebKit/win/WebHistoryItem.h

    r28086 r30180  
    2727#define WebHistoryItem_H
    2828
    29 #include "IWebHistoryItem.h"
    30 #include "IWebHistoryItemPrivate.h"
    31 #include "IWebIconDatabase.h"
     29#include "WebKit.h"
    3230
    3331#include <CoreFoundation/CoreFoundation.h>
  • trunk/WebKit/win/WebIconDatabase.h

    r29922 r30180  
    2727#define WebIconDatabase_H
    2828
    29 #include "IWebIconDatabase.h"
     29#include "WebKit.h"
    3030
    3131#pragma warning(push, 0)
  • trunk/WebKit/win/WebInspector.h

    r29663 r30180  
    3030#define WebInspector_h
    3131
    32 #include "IWebInspector.h"
     32#include "WebKit.h"
    3333#include <wtf/Noncopyable.h>
    3434
  • trunk/WebKit/win/WebJavaScriptCollector.h

    r23118 r30180  
    2727#define WebJavaScriptCollector_H
    2828
    29 #include "IWebJavaScriptCollector.h"
     29#include "WebKit.h"
    3030
    3131class WebJavaScriptCollector : public IWebJavaScriptCollector
  • trunk/WebKit/win/WebKit.vcproj/Interfaces.vcproj

    r30086 r30180  
    2525                        <Tool
    2626                                Name="VCPreBuildEventTool"
    27                                 CommandLine="mkdir 2&gt;NUL &quot;$(WebKitOutputDir)\obj\WebKit\$(ProjectName)&quot;&#x0D;&#x0A;exit /b&#x0D;&#x0A;"
     27                                CommandLine="set PATH=%SystemDrive%\cygwin\bin;%PATH%&#x0D;&#x0A;mkdir 2&gt;NUL &quot;$(WebKitOutputDir)\obj\WebKit\$(ProjectName)&quot;&#x0D;&#x0A;bash &quot;$(WebKitLibrariesDir)\tools\scripts\auto-version.sh&quot; &quot;$(IntDir)&quot;&#x0D;&#x0A;"
    2828                        />
    2929                        <Tool
     
    3838                        <Tool
    3939                                Name="VCMIDLTool"
    40                                 AdditionalIncludeDirectories="&quot;$(WebKitOutputDir)\obj\WebKit\DerivedSources&quot;;..\Interfaces"
     40                                AdditionalIncludeDirectories="&quot;$(WebKitOutputDir)\obj\WebKit\DerivedSources&quot;;..\Interfaces;&quot;$(IntDir)\include&quot;"
    4141                                GenerateTypeLibrary="false"
    4242                                TypeLibraryName="$(ProjectDir)\WebKit.tlb"
     
    9494                        <Tool
    9595                                Name="VCPreBuildEventTool"
    96                                 CommandLine="mkdir 2&gt;NUL &quot;$(WebKitOutputDir)\obj\WebKit\$(ProjectName)&quot;&#x0D;&#x0A;exit /b&#x0D;&#x0A;"
     96                                CommandLine="set PATH=%SystemDrive%\cygwin\bin;%PATH%&#x0D;&#x0A;mkdir 2&gt;NUL &quot;$(WebKitOutputDir)\obj\WebKit\$(ProjectName)&quot;&#x0D;&#x0A;bash &quot;$(WebKitLibrariesDir)\tools\scripts\auto-version.sh&quot; &quot;$(IntDir)&quot;&#x0D;&#x0A;"
    9797                        />
    9898                        <Tool
     
    107107                        <Tool
    108108                                Name="VCMIDLTool"
    109                                 AdditionalIncludeDirectories="&quot;$(WebKitOutputDir)\obj\WebKit\DerivedSources&quot;;..\Interfaces"
     109                                AdditionalIncludeDirectories="&quot;$(WebKitOutputDir)\obj\WebKit\DerivedSources&quot;;..\Interfaces;&quot;$(IntDir)\include&quot;"
    110110                                GenerateTypeLibrary="false"
    111111                                TypeLibraryName="$(ProjectDir)\WebKit.tlb"
     
    154154        </References>
    155155        <Files>
    156                 <Filter
    157                         Name="DOM"
    158                         >
    159                         <Filter
    160                                 Name="core"
    161                                 >
    162                                 <File
    163                                         RelativePath="$(WebKitOutputDir)\obj\WebKit\DerivedSources\IGEN_DOMAttr.idl"
    164                                         >
    165                                 </File>
    166                                 <File
    167                                         RelativePath="$(WebKitOutputDir)\obj\WebKit\DerivedSources\IGEN_DOMCDATASection.idl"
    168                                         >
    169                                 </File>
    170                                 <File
    171                                         RelativePath="$(WebKitOutputDir)\obj\WebKit\DerivedSources\IGEN_DOMCharacterData.idl"
    172                                         >
    173                                 </File>
    174                                 <File
    175                                         RelativePath="$(WebKitOutputDir)\obj\WebKit\DerivedSources\IGEN_DOMComment.idl"
    176                                         >
    177                                 </File>
    178                                 <File
    179                                         RelativePath="$(WebKitOutputDir)\obj\WebKit\DerivedSources\IGEN_DOMDocument.idl"
    180                                         >
    181                                 </File>
    182                                 <File
    183                                         RelativePath="$(WebKitOutputDir)\obj\WebKit\DerivedSources\IGEN_DOMDocumentFragment.idl"
    184                                         >
    185                                 </File>
    186                                 <File
    187                                         RelativePath="$(WebKitOutputDir)\obj\WebKit\DerivedSources\IGEN_DOMDocumentType.idl"
    188                                         >
    189                                 </File>
    190                                 <File
    191                                         RelativePath="$(WebKitOutputDir)\obj\WebKit\DerivedSources\IGEN_DOMDOMImplementation.idl"
    192                                         >
    193                                 </File>
    194                                 <File
    195                                         RelativePath="$(WebKitOutputDir)\obj\WebKit\DerivedSources\IGEN_DOMElement.idl"
    196                                         >
    197                                 </File>
    198                                 <File
    199                                         RelativePath="$(WebKitOutputDir)\obj\WebKit\DerivedSources\IGEN_DOMEntity.idl"
    200                                         >
    201                                 </File>
    202                                 <File
    203                                         RelativePath="$(WebKitOutputDir)\obj\WebKit\DerivedSources\IGEN_DOMEntityReference.idl"
    204                                         >
    205                                 </File>
    206                                 <File
    207                                         RelativePath="$(WebKitOutputDir)\obj\WebKit\DerivedSources\IGEN_DOMNamedNodeMap.idl"
    208                                         >
    209                                 </File>
    210                                 <File
    211                                         RelativePath="$(WebKitOutputDir)\obj\WebKit\DerivedSources\IGEN_DOMNode.idl"
    212                                         >
    213                                 </File>
    214                                 <File
    215                                         RelativePath="$(WebKitOutputDir)\obj\WebKit\DerivedSources\IGEN_DOMNodeList.idl"
    216                                         >
    217                                 </File>
    218                                 <File
    219                                         RelativePath="$(WebKitOutputDir)\obj\WebKit\DerivedSources\IGEN_DOMNotation.idl"
    220                                         >
    221                                 </File>
    222                                 <File
    223                                         RelativePath="..\Interfaces\IGEN_DOMObject.idl"
    224                                         >
    225                                 </File>
    226                                 <File
    227                                         RelativePath="$(WebKitOutputDir)\obj\WebKit\DerivedSources\IGEN_DOMProcessingInstruction.idl"
    228                                         >
    229                                 </File>
    230                                 <File
    231                                         RelativePath="$(WebKitOutputDir)\obj\WebKit\DerivedSources\IGEN_DOMText.idl"
    232                                         >
    233                                 </File>
    234                         </Filter>
    235                         <Filter
    236                                 Name="html"
    237                                 >
    238                                 <File
    239                                         RelativePath="$(WebKitOutputDir)\obj\WebKit\DerivedSources\IGEN_DOMHTMLAnchorElement.idl"
    240                                         >
    241                                 </File>
    242                                 <File
    243                                         RelativePath="$(WebKitOutputDir)\obj\WebKit\DerivedSources\IGEN_DOMHTMLAppletElement.idl"
    244                                         >
    245                                 </File>
    246                                 <File
    247                                         RelativePath="$(WebKitOutputDir)\obj\WebKit\DerivedSources\IGEN_DOMHTMLAreaElement.idl"
    248                                         >
    249                                 </File>
    250                                 <File
    251                                         RelativePath="$(WebKitOutputDir)\obj\WebKit\DerivedSources\IGEN_DOMHTMLBaseElement.idl"
    252                                         >
    253                                 </File>
    254                                 <File
    255                                         RelativePath="$(WebKitOutputDir)\obj\WebKit\DerivedSources\IGEN_DOMHTMLBaseFontElement.idl"
    256                                         >
    257                                 </File>
    258                                 <File
    259                                         RelativePath="$(WebKitOutputDir)\obj\WebKit\DerivedSources\IGEN_DOMHTMLBlockquoteElement.idl"
    260                                         >
    261                                 </File>
    262                                 <File
    263                                         RelativePath="$(WebKitOutputDir)\obj\WebKit\DerivedSources\IGEN_DOMHTMLBodyElement.idl"
    264                                         >
    265                                 </File>
    266                                 <File
    267                                         RelativePath="$(WebKitOutputDir)\obj\WebKit\DerivedSources\IGEN_DOMHTMLBRElement.idl"
    268                                         >
    269                                 </File>
    270                                 <File
    271                                         RelativePath="$(WebKitOutputDir)\obj\WebKit\DerivedSources\IGEN_DOMHTMLButtonElement.idl"
    272                                         >
    273                                 </File>
    274                                 <File
    275                                         RelativePath="$(WebKitOutputDir)\obj\WebKit\DerivedSources\IGEN_DOMHTMLCollection.idl"
    276                                         >
    277                                 </File>
    278                                 <File
    279                                         RelativePath="$(WebKitOutputDir)\obj\WebKit\DerivedSources\IGEN_DOMHTMLDirectoryElement.idl"
    280                                         >
    281                                 </File>
    282                                 <File
    283                                         RelativePath="$(WebKitOutputDir)\obj\WebKit\DerivedSources\IGEN_DOMHTMLDivElement.idl"
    284                                         >
    285                                 </File>
    286                                 <File
    287                                         RelativePath="$(WebKitOutputDir)\obj\WebKit\DerivedSources\IGEN_DOMHTMLDListElement.idl"
    288                                         >
    289                                 </File>
    290                                 <File
    291                                         RelativePath="$(WebKitOutputDir)\obj\WebKit\DerivedSources\IGEN_DOMHTMLDocument.idl"
    292                                         >
    293                                 </File>
    294                                 <File
    295                                         RelativePath="$(WebKitOutputDir)\obj\WebKit\DerivedSources\IGEN_DOMHTMLElement.idl"
    296                                         >
    297                                 </File>
    298                                 <File
    299                                         RelativePath="$(WebKitOutputDir)\obj\WebKit\DerivedSources\IGEN_DOMHTMLEmbedElement.idl"
    300                                         >
    301                                 </File>
    302                                 <File
    303                                         RelativePath="$(WebKitOutputDir)\obj\WebKit\DerivedSources\IGEN_DOMHTMLFieldSetElement.idl"
    304                                         >
    305                                 </File>
    306                                 <File
    307                                         RelativePath="$(WebKitOutputDir)\obj\WebKit\DerivedSources\IGEN_DOMHTMLFontElement.idl"
    308                                         >
    309                                 </File>
    310                                 <File
    311                                         RelativePath="$(WebKitOutputDir)\obj\WebKit\DerivedSources\IGEN_DOMHTMLFormElement.idl"
    312                                         >
    313                                 </File>
    314                                 <File
    315                                         RelativePath="$(WebKitOutputDir)\obj\WebKit\DerivedSources\IGEN_DOMHTMLFrameElement.idl"
    316                                         >
    317                                 </File>
    318                                 <File
    319                                         RelativePath="$(WebKitOutputDir)\obj\WebKit\DerivedSources\IGEN_DOMHTMLFrameSetElement.idl"
    320                                         >
    321                                 </File>
    322                                 <File
    323                                         RelativePath="$(WebKitOutputDir)\obj\WebKit\DerivedSources\IGEN_DOMHTMLHeadElement.idl"
    324                                         >
    325                                 </File>
    326                                 <File
    327                                         RelativePath="$(WebKitOutputDir)\obj\WebKit\DerivedSources\IGEN_DOMHTMLHeadingElement.idl"
    328                                         >
    329                                 </File>
    330                                 <File
    331                                         RelativePath="$(WebKitOutputDir)\obj\WebKit\DerivedSources\IGEN_DOMHTMLHRElement.idl"
    332                                         >
    333                                 </File>
    334                                 <File
    335                                         RelativePath="$(WebKitOutputDir)\obj\WebKit\DerivedSources\IGEN_DOMHTMLHtmlElement.idl"
    336                                         >
    337                                 </File>
    338                                 <File
    339                                         RelativePath="$(WebKitOutputDir)\obj\WebKit\DerivedSources\IGEN_DOMHTMLIFrameElement.idl"
    340                                         >
    341                                 </File>
    342                                 <File
    343                                         RelativePath="$(WebKitOutputDir)\obj\WebKit\DerivedSources\IGEN_DOMHTMLImageElement.idl"
    344                                         >
    345                                 </File>
    346                                 <File
    347                                         RelativePath="$(WebKitOutputDir)\obj\WebKit\DerivedSources\IGEN_DOMHTMLInputElement.idl"
    348                                         >
    349                                 </File>
    350                                 <File
    351                                         RelativePath="$(WebKitOutputDir)\obj\WebKit\DerivedSources\IGEN_DOMHTMLIsIndexElement.idl"
    352                                         >
    353                                 </File>
    354                                 <File
    355                                         RelativePath="$(WebKitOutputDir)\obj\WebKit\DerivedSources\IGEN_DOMHTMLLabelElement.idl"
    356                                         >
    357                                 </File>
    358                                 <File
    359                                         RelativePath="$(WebKitOutputDir)\obj\WebKit\DerivedSources\IGEN_DOMHTMLLegendElement.idl"
    360                                         >
    361                                 </File>
    362                                 <File
    363                                         RelativePath="$(WebKitOutputDir)\obj\WebKit\DerivedSources\IGEN_DOMHTMLLIElement.idl"
    364                                         >
    365                                 </File>
    366                                 <File
    367                                         RelativePath="$(WebKitOutputDir)\obj\WebKit\DerivedSources\IGEN_DOMHTMLLinkElement.idl"
    368                                         >
    369                                 </File>
    370                                 <File
    371                                         RelativePath="$(WebKitOutputDir)\obj\WebKit\DerivedSources\IGEN_DOMHTMLMapElement.idl"
    372                                         >
    373                                 </File>
    374                                 <File
    375                                         RelativePath="$(WebKitOutputDir)\obj\WebKit\DerivedSources\IGEN_DOMHTMLMarqueeElement.idl"
    376                                         >
    377                                 </File>
    378                                 <File
    379                                         RelativePath="$(WebKitOutputDir)\obj\WebKit\DerivedSources\IGEN_DOMHTMLMenuElement.idl"
    380                                         >
    381                                 </File>
    382                                 <File
    383                                         RelativePath="$(WebKitOutputDir)\obj\WebKit\DerivedSources\IGEN_DOMHTMLMetaElement.idl"
    384                                         >
    385                                 </File>
    386                                 <File
    387                                         RelativePath="$(WebKitOutputDir)\obj\WebKit\DerivedSources\IGEN_DOMHTMLModElement.idl"
    388                                         >
    389                                 </File>
    390                                 <File
    391                                         RelativePath="$(WebKitOutputDir)\obj\WebKit\DerivedSources\IGEN_DOMHTMLObjectElement.idl"
    392                                         >
    393                                 </File>
    394                                 <File
    395                                         RelativePath="$(WebKitOutputDir)\obj\WebKit\DerivedSources\IGEN_DOMHTMLOListElement.idl"
    396                                         >
    397                                 </File>
    398                                 <File
    399                                         RelativePath="$(WebKitOutputDir)\obj\WebKit\DerivedSources\IGEN_DOMHTMLOptGroupElement.idl"
    400                                         >
    401                                 </File>
    402                                 <File
    403                                         RelativePath="$(WebKitOutputDir)\obj\WebKit\DerivedSources\IGEN_DOMHTMLOptionElement.idl"
    404                                         >
    405                                 </File>
    406                                 <File
    407                                         RelativePath="$(WebKitOutputDir)\obj\WebKit\DerivedSources\IGEN_DOMHTMLOptionsCollection.idl"
    408                                         >
    409                                 </File>
    410                                 <File
    411                                         RelativePath="$(WebKitOutputDir)\obj\WebKit\DerivedSources\IGEN_DOMHTMLParagraphElement.idl"
    412                                         >
    413                                 </File>
    414                                 <File
    415                                         RelativePath="$(WebKitOutputDir)\obj\WebKit\DerivedSources\IGEN_DOMHTMLParamElement.idl"
    416                                         >
    417                                 </File>
    418                                 <File
    419                                         RelativePath="$(WebKitOutputDir)\obj\WebKit\DerivedSources\IGEN_DOMHTMLPreElement.idl"
    420                                         >
    421                                 </File>
    422                                 <File
    423                                         RelativePath="$(WebKitOutputDir)\obj\WebKit\DerivedSources\IGEN_DOMHTMLQuoteElement.idl"
    424                                         >
    425                                 </File>
    426                                 <File
    427                                         RelativePath="$(WebKitOutputDir)\obj\WebKit\DerivedSources\IGEN_DOMHTMLScriptElement.idl"
    428                                         >
    429                                 </File>
    430                                 <File
    431                                         RelativePath="$(WebKitOutputDir)\obj\WebKit\DerivedSources\IGEN_DOMHTMLSelectElement.idl"
    432                                         >
    433                                 </File>
    434                                 <File
    435                                         RelativePath="$(WebKitOutputDir)\obj\WebKit\DerivedSources\IGEN_DOMHTMLStyleElement.idl"
    436                                         >
    437                                 </File>
    438                                 <File
    439                                         RelativePath="$(WebKitOutputDir)\obj\WebKit\DerivedSources\IGEN_DOMHTMLTableCaptionElement.idl"
    440                                         >
    441                                 </File>
    442                                 <File
    443                                         RelativePath="$(WebKitOutputDir)\obj\WebKit\DerivedSources\IGEN_DOMHTMLTableCellElement.idl"
    444                                         >
    445                                 </File>
    446                                 <File
    447                                         RelativePath="$(WebKitOutputDir)\obj\WebKit\DerivedSources\IGEN_DOMHTMLTableColElement.idl"
    448                                         >
    449                                 </File>
    450                                 <File
    451                                         RelativePath="$(WebKitOutputDir)\obj\WebKit\DerivedSources\IGEN_DOMHTMLTableElement.idl"
    452                                         >
    453                                 </File>
    454                                 <File
    455                                         RelativePath="$(WebKitOutputDir)\obj\WebKit\DerivedSources\IGEN_DOMHTMLTableRowElement.idl"
    456                                         >
    457                                 </File>
    458                                 <File
    459                                         RelativePath="$(WebKitOutputDir)\obj\WebKit\DerivedSources\IGEN_DOMHTMLTableSectionElement.idl"
    460                                         >
    461                                 </File>
    462                                 <File
    463                                         RelativePath="$(WebKitOutputDir)\obj\WebKit\DerivedSources\IGEN_DOMHTMLTextAreaElement.idl"
    464                                         >
    465                                 </File>
    466                                 <File
    467                                         RelativePath="$(WebKitOutputDir)\obj\WebKit\DerivedSources\IGEN_DOMHTMLTitleElement.idl"
    468                                         >
    469                                 </File>
    470                                 <File
    471                                         RelativePath="$(WebKitOutputDir)\obj\WebKit\DerivedSources\IGEN_DOMHTMLUListElement.idl"
    472                                         >
    473                                 </File>
    474                         </Filter>
    475                         <Filter
    476                                 Name="css"
    477                                 >
    478                                 <File
    479                                         RelativePath="$(WebKitOutputDir)\obj\WebKit\DerivedSources\IGEN_DOMCounter.idl"
    480                                         >
    481                                 </File>
    482                                 <File
    483                                         RelativePath="$(WebKitOutputDir)\obj\WebKit\DerivedSources\IGEN_DOMCSSCharsetRule.idl"
    484                                         >
    485                                 </File>
    486                                 <File
    487                                         RelativePath="$(WebKitOutputDir)\obj\WebKit\DerivedSources\IGEN_DOMCSSFontFaceRule.idl"
    488                                         >
    489                                 </File>
    490                                 <File
    491                                         RelativePath="$(WebKitOutputDir)\obj\WebKit\DerivedSources\IGEN_DOMCSSImportRule.idl"
    492                                         >
    493                                 </File>
    494                                 <File
    495                                         RelativePath="$(WebKitOutputDir)\obj\WebKit\DerivedSources\IGEN_DOMCSSMediaRule.idl"
    496                                         >
    497                                 </File>
    498                                 <File
    499                                         RelativePath="$(WebKitOutputDir)\obj\WebKit\DerivedSources\IGEN_DOMCSSPageRule.idl"
    500                                         >
    501                                 </File>
    502                                 <File
    503                                         RelativePath="$(WebKitOutputDir)\obj\WebKit\DerivedSources\IGEN_DOMCSSPrimitiveValue.idl"
    504                                         >
    505                                 </File>
    506                                 <File
    507                                         RelativePath="$(WebKitOutputDir)\obj\WebKit\DerivedSources\IGEN_DOMCSSRule.idl"
    508                                         >
    509                                 </File>
    510                                 <File
    511                                         RelativePath="$(WebKitOutputDir)\obj\WebKit\DerivedSources\IGEN_DOMCSSRuleList.idl"
    512                                         >
    513                                 </File>
    514                                 <File
    515                                         RelativePath="$(WebKitOutputDir)\obj\WebKit\DerivedSources\IGEN_DOMCSSStyleDeclaration.idl"
    516                                         >
    517                                 </File>
    518                                 <File
    519                                         RelativePath="$(WebKitOutputDir)\obj\WebKit\DerivedSources\IGEN_DOMCSSStyleRule.idl"
    520                                         >
    521                                 </File>
    522                                 <File
    523                                         RelativePath="$(WebKitOutputDir)\obj\WebKit\DerivedSources\IGEN_DOMCSSStyleSheet.idl"
    524                                         >
    525                                 </File>
    526                                 <File
    527                                         RelativePath="$(WebKitOutputDir)\obj\WebKit\DerivedSources\IGEN_DOMCSSUnknownRule.idl"
    528                                         >
    529                                 </File>
    530                                 <File
    531                                         RelativePath="$(WebKitOutputDir)\obj\WebKit\DerivedSources\IGEN_DOMCSSValue.idl"
    532                                         >
    533                                 </File>
    534                                 <File
    535                                         RelativePath="$(WebKitOutputDir)\obj\WebKit\DerivedSources\IGEN_DOMCSSValueList.idl"
    536                                         >
    537                                 </File>
    538                                 <File
    539                                         RelativePath="$(WebKitOutputDir)\obj\WebKit\DerivedSources\IGEN_DOMMediaList.idl"
    540                                         >
    541                                 </File>
    542                                 <File
    543                                         RelativePath="$(WebKitOutputDir)\obj\WebKit\DerivedSources\IGEN_DOMRect.idl"
    544                                         >
    545                                 </File>
    546                                 <File
    547                                         RelativePath="$(WebKitOutputDir)\obj\WebKit\DerivedSources\IGEN_DOMStyleSheet.idl"
    548                                         >
    549                                 </File>
    550                                 <File
    551                                         RelativePath="$(WebKitOutputDir)\obj\WebKit\DerivedSources\IGEN_DOMStyleSheetList.idl"
    552                                         >
    553                                 </File>
    554                         </Filter>
    555                         <Filter
    556                                 Name="events"
    557                                 >
    558                                 <File
    559                                         RelativePath="$(WebKitOutputDir)\obj\WebKit\DerivedSources\IGEN_DOMEvent.idl"
    560                                         >
    561                                 </File>
    562                                 <File
    563                                         RelativePath="$(WebKitOutputDir)\obj\WebKit\DerivedSources\IGEN_DOMEventListener.idl"
    564                                         >
    565                                 </File>
    566                                 <File
    567                                         RelativePath="$(WebKitOutputDir)\obj\WebKit\DerivedSources\IGEN_DOMEventTarget.idl"
    568                                         >
    569                                 </File>
    570                         </Filter>
    571                 </Filter>
    572                 <File
    573                         RelativePath="..\Interfaces\DOMCore.idl"
    574                         >
    575                 </File>
    576                 <File
    577                         RelativePath="..\Interfaces\DOMCSS.idl"
    578                         >
    579                 </File>
    580                 <File
    581                         RelativePath="..\Interfaces\DOMEvents.idl"
    582                         >
    583                 </File>
    584                 <File
    585                         RelativePath="..\Interfaces\DOMExtensions.idl"
    586                         >
    587                 </File>
    588                 <File
    589                         RelativePath="..\Interfaces\DOMHTML.idl"
    590                         >
    591                 </File>
    592                 <File
    593                         RelativePath="..\Interfaces\DOMPrivate.idl"
    594                         >
    595                 </File>
    596                 <File
    597                         RelativePath="..\Interfaces\DOMRange.idl"
    598                         >
    599                 </File>
    600                 <File
    601                         RelativePath="..\Interfaces\DOMWindow.idl"
    602                         >
    603                 </File>
    604                 <File
    605                         RelativePath="..\Interfaces\IWebArchive.idl"
    606                         >
    607                 </File>
    608                 <File
    609                         RelativePath="..\Interfaces\IWebBackForwardList.idl"
    610                         >
    611                 </File>
    612                 <File
    613                         RelativePath="..\Interfaces\IWebBackForwardListPrivate.idl"
    614                         >
    615                 </File>
    616                 <File
    617                         RelativePath="..\Interfaces\IWebCache.idl"
    618                         >
    619                 </File>
    620                 <File
    621                         RelativePath="..\Interfaces\IWebDatabaseManager.idl"
    622                         >
    623                 </File>
    624                 <File
    625                         RelativePath="..\Interfaces\IWebDataSource.idl"
    626                         >
    627                 </File>
    628                 <File
    629                         RelativePath="..\Interfaces\IWebDocument.idl"
    630                         >
    631                 </File>
    632                 <File
    633                         RelativePath="..\Interfaces\IWebDownload.idl"
    634                         >
    635                 </File>
    636                 <File
    637                         RelativePath="..\Interfaces\IWebEditingDelegate.idl"
    638                         >
    639                 </File>
    640                 <File
    641                         RelativePath="..\Interfaces\IWebError.idl"
    642                         >
    643                 </File>
    644                 <File
    645                         RelativePath="..\Interfaces\IWebErrorPrivate.idl"
    646                         >
    647                 </File>
    648                 <File
    649                         RelativePath="..\Interfaces\IWebFormDelegate.idl"
    650                         >
    651                 </File>
    652                 <File
    653                         RelativePath="..\Interfaces\IWebFrame.idl"
    654                         >
    655                 </File>
    656                 <File
    657                         RelativePath="..\Interfaces\IWebFrameLoadDelegate.idl"
    658                         >
    659                 </File>
    660                 <File
    661                         RelativePath="..\Interfaces\IWebFrameLoadDelegatePrivate.idl"
    662                         >
    663                 </File>
    664                 <File
    665                         RelativePath="..\Interfaces\IWebFramePrivate.idl"
    666                         >
    667                 </File>
    668                 <File
    669                         RelativePath="..\Interfaces\IWebFrameView.idl"
    670                         >
    671                 </File>
    672                 <File
    673                         RelativePath="..\Interfaces\IWebHistory.idl"
    674                         >
    675                 </File>
    676                 <File
    677                         RelativePath="..\Interfaces\IWebHistoryItem.idl"
    678                         >
    679                 </File>
    680                 <File
    681                         RelativePath="..\Interfaces\IWebHistoryItemPrivate.idl"
    682                         >
    683                 </File>
    684                 <File
    685                         RelativePath="..\Interfaces\IWebHTMLRepresentation.idl"
    686                         >
    687                 </File>
    688                 <File
    689                         RelativePath="..\Interfaces\IWebHTTPURLResponse.idl"
    690                         >
    691                 </File>
    692                 <File
    693                         RelativePath="..\Interfaces\IWebIconDatabase.idl"
    694                         >
    695                 </File>
    696                 <File
    697                         RelativePath="..\Interfaces\IWebInspector.idl"
    698                         >
    699                 </File>
    700                 <File
    701                         RelativePath="..\Interfaces\IWebJavaScriptCollector.idl"
    702                         >
    703                 </File>
    704                 <File
    705                         RelativePath="..\Interfaces\IWebKitStatistics.idl"
    706                         >
    707                 </File>
    708                 <File
    709                         RelativePath="..\Interfaces\IWebMutableURLRequest.idl"
    710                         >
    711                 </File>
    712                 <File
    713                         RelativePath="..\Interfaces\IWebMutableURLRequestPrivate.idl"
    714                         >
    715                 </File>
    716                 <File
    717                         RelativePath="..\Interfaces\IWebNotification.idl"
    718                         >
    719                 </File>
    720                 <File
    721                         RelativePath="..\Interfaces\IWebNotificationCenter.idl"
    722                         >
    723                 </File>
    724                 <File
    725                         RelativePath="..\Interfaces\IWebNotificationObserver.idl"
    726                         >
    727                 </File>
    728                 <File
    729                         RelativePath="..\Interfaces\IWebPolicyDelegate.idl"
    730                         >
    731                 </File>
    732                 <File
    733                         RelativePath="..\Interfaces\IWebPreferences.idl"
    734                         >
    735                 </File>
    736                 <File
    737                         RelativePath="..\Interfaces\IWebPreferencesPrivate.idl"
    738                         >
    739                 </File>
    740                 <File
    741                         RelativePath="..\Interfaces\IWebResource.idl"
    742                         >
    743                 </File>
    744                 <File
    745                         RelativePath="..\Interfaces\IWebResourceLoadDelegate.idl"
    746                         >
    747                 </File>
    748                 <File
    749                         RelativePath="..\Interfaces\IWebResourceLoadDelegatePrivate.idl"
    750                         >
    751                 </File>
    752                 <File
    753                         RelativePath="..\Interfaces\IWebScriptCallFrame.idl"
    754                         >
    755                 </File>
    756                 <File
    757                         RelativePath="..\Interfaces\IWebScriptDebugListener.idl"
    758                         >
    759                 </File>
    760                 <File
    761                         RelativePath="..\Interfaces\IWebScriptDebugServer.idl"
    762                         >
    763                 </File>
    764                 <File
    765                         RelativePath="..\Interfaces\IWebScriptObject.idl"
    766                         >
    767                 </File>
    768                 <File
    769                         RelativePath="..\Interfaces\IWebScrollBarDelegatePrivate.idl"
    770                         >
    771                 </File>
    772                 <File
    773                         RelativePath="..\Interfaces\IWebScrollBarPrivate.idl"
    774                         >
    775                 </File>
    776                 <File
    777                         RelativePath="..\Interfaces\IWebSecurityOrigin.idl"
    778                         >
    779                 </File>
    780                 <File
    781                         RelativePath="..\Interfaces\IWebTextRenderer.idl"
    782                         >
    783                 </File>
    784                 <File
    785                         RelativePath="..\Interfaces\IWebUIDelegate.idl"
    786                         >
    787                 </File>
    788                 <File
    789                         RelativePath="..\Interfaces\IWebUIDelegatePrivate.idl"
    790                         >
    791                 </File>
    792                 <File
    793                         RelativePath="..\Interfaces\IWebUndoManager.idl"
    794                         >
    795                 </File>
    796                 <File
    797                         RelativePath="..\Interfaces\IWebUndoTarget.idl"
    798                         >
    799                 </File>
    800                 <File
    801                         RelativePath="..\Interfaces\IWebURLAuthenticationChallenge.idl"
    802                         >
    803                 </File>
    804                 <File
    805                         RelativePath="..\Interfaces\IWebURLRequest.idl"
    806                         >
    807                 </File>
    808                 <File
    809                         RelativePath="..\Interfaces\IWebURLResponse.idl"
    810                         >
    811                 </File>
    812                 <File
    813                         RelativePath="..\Interfaces\IWebURLResponsePrivate.idl"
    814                         >
    815                 </File>
    816                 <File
    817                         RelativePath="..\Interfaces\IWebView.idl"
    818                         >
    819                 </File>
    820                 <File
    821                         RelativePath="..\Interfaces\IWebViewPrivate.idl"
    822                         >
    823                 </File>
    824156                <File
    825157                        RelativePath="..\Interfaces\WebKit.idl"
  • trunk/WebKit/win/WebKit.vcproj/WebKitGUID.vcproj

    r30086 r30180  
    199199        <Files>
    200200                <File
    201                         RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\DOMCore_i.c"
    202                         >
    203                 </File>
    204                 <File
    205                         RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\DOMCSS_i.c"
    206                         >
    207                 </File>
    208                 <File
    209                         RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\DOMEvents_i.c"
    210                         >
    211                 </File>
    212                 <File
    213                         RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\DOMExtensions_i.c"
    214                         >
    215                 </File>
    216                 <File
    217                         RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\DOMHTML_i.c"
    218                         >
    219                 </File>
    220                 <File
    221                         RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\DOMPrivate_i.c"
    222                         >
    223                 </File>
    224                 <File
    225                         RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\DOMRange_i.c"
    226                         >
    227                 </File>
    228                 <File
    229                         RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IGEN_DOMAttr_i.c"
    230                         >
    231                 </File>
    232                 <File
    233                         RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IGEN_DOMCDATASection_i.c"
    234                         >
    235                 </File>
    236                 <File
    237                         RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IGEN_DOMCharacterData_i.c"
    238                         >
    239                 </File>
    240                 <File
    241                         RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IGEN_DOMComment_i.c"
    242                         >
    243                 </File>
    244                 <File
    245                         RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IGEN_DOMCounter_i.c"
    246                         >
    247                 </File>
    248                 <File
    249                         RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IGEN_DOMCSSCharsetRule_i.c"
    250                         >
    251                 </File>
    252                 <File
    253                         RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IGEN_DOMCSSFontFaceRule_i.c"
    254                         >
    255                 </File>
    256                 <File
    257                         RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IGEN_DOMCSSImportRule_i.c"
    258                         >
    259                 </File>
    260                 <File
    261                         RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IGEN_DOMCSSMediaRule_i.c"
    262                         >
    263                 </File>
    264                 <File
    265                         RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IGEN_DOMCSSPageRule_i.c"
    266                         >
    267                 </File>
    268                 <File
    269                         RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IGEN_DOMCSSPrimitiveValue_i.c"
    270                         >
    271                 </File>
    272                 <File
    273                         RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IGEN_DOMCSSRule_i.c"
    274                         >
    275                 </File>
    276                 <File
    277                         RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IGEN_DOMCSSRuleList_i.c"
    278                         >
    279                 </File>
    280                 <File
    281                         RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IGEN_DOMCSSStyleDeclaration_i.c"
    282                         >
    283                 </File>
    284                 <File
    285                         RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IGEN_DOMCSSStyleRule_i.c"
    286                         >
    287                 </File>
    288                 <File
    289                         RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IGEN_DOMCSSStyleSheet_i.c"
    290                         >
    291                 </File>
    292                 <File
    293                         RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IGEN_DOMCSSUnknownRule_i.c"
    294                         >
    295                 </File>
    296                 <File
    297                         RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IGEN_DOMCSSValue_i.c"
    298                         >
    299                 </File>
    300                 <File
    301                         RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IGEN_DOMCSSValueList_i.c"
    302                         >
    303                 </File>
    304                 <File
    305                         RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IGEN_DOMDocument_i.c"
    306                         >
    307                 </File>
    308                 <File
    309                         RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IGEN_DOMDocumentFragment_i.c"
    310                         >
    311                 </File>
    312                 <File
    313                         RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IGEN_DOMDocumentType_i.c"
    314                         >
    315                 </File>
    316                 <File
    317                         RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IGEN_DOMDOMImplementation_i.c"
    318                         >
    319                 </File>
    320                 <File
    321                         RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IGEN_DOMElement_i.c"
    322                         >
    323                 </File>
    324                 <File
    325                         RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IGEN_DOMEntity_i.c"
    326                         >
    327                 </File>
    328                 <File
    329                         RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IGEN_DOMEntityReference_i.c"
    330                         >
    331                 </File>
    332                 <File
    333                         RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IGEN_DOMEvent_i.c"
    334                         >
    335                 </File>
    336                 <File
    337                         RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IGEN_DOMEventListener_i.c"
    338                         >
    339                 </File>
    340                 <File
    341                         RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IGEN_DOMEventTarget_i.c"
    342                         >
    343                 </File>
    344                 <File
    345                         RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IGEN_DOMHTMLAnchorElement_i.c"
    346                         >
    347                 </File>
    348                 <File
    349                         RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IGEN_DOMHTMLAppletElement_i.c"
    350                         >
    351                 </File>
    352                 <File
    353                         RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IGEN_DOMHTMLAreaElement_i.c"
    354                         >
    355                 </File>
    356                 <File
    357                         RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IGEN_DOMHTMLBaseElement_i.c"
    358                         >
    359                 </File>
    360                 <File
    361                         RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IGEN_DOMHTMLBaseFontElement_i.c"
    362                         >
    363                 </File>
    364                 <File
    365                         RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IGEN_DOMHTMLBlockquoteElement_i.c"
    366                         >
    367                 </File>
    368                 <File
    369                         RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IGEN_DOMHTMLBodyElement_i.c"
    370                         >
    371                 </File>
    372                 <File
    373                         RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IGEN_DOMHTMLBRElement_i.c"
    374                         >
    375                 </File>
    376                 <File
    377                         RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IGEN_DOMHTMLButtonElement_i.c"
    378                         >
    379                 </File>
    380                 <File
    381                         RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IGEN_DOMHTMLCollection_i.c"
    382                         >
    383                 </File>
    384                 <File
    385                         RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IGEN_DOMHTMLDirectoryElement_i.c"
    386                         >
    387                 </File>
    388                 <File
    389                         RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IGEN_DOMHTMLDivElement_i.c"
    390                         >
    391                 </File>
    392                 <File
    393                         RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IGEN_DOMHTMLDListElement_i.c"
    394                         >
    395                 </File>
    396                 <File
    397                         RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IGEN_DOMHTMLDocument_i.c"
    398                         >
    399                 </File>
    400                 <File
    401                         RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IGEN_DOMHTMLElement_i.c"
    402                         >
    403                 </File>
    404                 <File
    405                         RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IGEN_DOMHTMLEmbedElement_i.c"
    406                         >
    407                 </File>
    408                 <File
    409                         RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IGEN_DOMHTMLFieldSetElement_i.c"
    410                         >
    411                 </File>
    412                 <File
    413                         RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IGEN_DOMHTMLFontElement_i.c"
    414                         >
    415                 </File>
    416                 <File
    417                         RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IGEN_DOMHTMLFormElement_i.c"
    418                         >
    419                 </File>
    420                 <File
    421                         RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IGEN_DOMHTMLFrameElement_i.c"
    422                         >
    423                 </File>
    424                 <File
    425                         RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IGEN_DOMHTMLFrameSetElement_i.c"
    426                         >
    427                 </File>
    428                 <File
    429                         RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IGEN_DOMHTMLHeadElement_i.c"
    430                         >
    431                 </File>
    432                 <File
    433                         RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IGEN_DOMHTMLHeadingElement_i.c"
    434                         >
    435                 </File>
    436                 <File
    437                         RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IGEN_DOMHTMLHRElement_i.c"
    438                         >
    439                 </File>
    440                 <File
    441                         RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IGEN_DOMHTMLHtmlElement_i.c"
    442                         >
    443                 </File>
    444                 <File
    445                         RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IGEN_DOMHTMLIFrameElement_i.c"
    446                         >
    447                 </File>
    448                 <File
    449                         RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IGEN_DOMHTMLImageElement_i.c"
    450                         >
    451                 </File>
    452                 <File
    453                         RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IGEN_DOMHTMLInputElement_i.c"
    454                         >
    455                 </File>
    456                 <File
    457                         RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IGEN_DOMHTMLIsIndexElement_i.c"
    458                         >
    459                 </File>
    460                 <File
    461                         RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IGEN_DOMHTMLLabelElement_i.c"
    462                         >
    463                 </File>
    464                 <File
    465                         RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IGEN_DOMHTMLLegendElement_i.c"
    466                         >
    467                 </File>
    468                 <File
    469                         RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IGEN_DOMHTMLLIElement_i.c"
    470                         >
    471                 </File>
    472                 <File
    473                         RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IGEN_DOMHTMLLinkElement_i.c"
    474                         >
    475                 </File>
    476                 <File
    477                         RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IGEN_DOMHTMLMapElement_i.c"
    478                         >
    479                 </File>
    480                 <File
    481                         RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IGEN_DOMHTMLMarqueeElement_i.c"
    482                         >
    483                 </File>
    484                 <File
    485                         RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IGEN_DOMHTMLMenuElement_i.c"
    486                         >
    487                 </File>
    488                 <File
    489                         RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IGEN_DOMHTMLMetaElement_i.c"
    490                         >
    491                 </File>
    492                 <File
    493                         RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IGEN_DOMHTMLModElement_i.c"
    494                         >
    495                 </File>
    496                 <File
    497                         RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IGEN_DOMHTMLObjectElement_i.c"
    498                         >
    499                 </File>
    500                 <File
    501                         RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IGEN_DOMHTMLOListElement_i.c"
    502                         >
    503                 </File>
    504                 <File
    505                         RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IGEN_DOMHTMLOptGroupElement_i.c"
    506                         >
    507                 </File>
    508                 <File
    509                         RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IGEN_DOMHTMLOptionElement_i.c"
    510                         >
    511                 </File>
    512                 <File
    513                         RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IGEN_DOMHTMLOptionsCollection_i.c"
    514                         >
    515                 </File>
    516                 <File
    517                         RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IGEN_DOMHTMLParagraphElement_i.c"
    518                         >
    519                 </File>
    520                 <File
    521                         RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IGEN_DOMHTMLParamElement_i.c"
    522                         >
    523                 </File>
    524                 <File
    525                         RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IGEN_DOMHTMLPreElement_i.c"
    526                         >
    527                 </File>
    528                 <File
    529                         RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IGEN_DOMHTMLQuoteElement_i.c"
    530                         >
    531                 </File>
    532                 <File
    533                         RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IGEN_DOMHTMLScriptElement_i.c"
    534                         >
    535                 </File>
    536                 <File
    537                         RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IGEN_DOMHTMLSelectElement_i.c"
    538                         >
    539                 </File>
    540                 <File
    541                         RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IGEN_DOMHTMLStyleElement_i.c"
    542                         >
    543                 </File>
    544                 <File
    545                         RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IGEN_DOMHTMLTableCaptionElement_i.c"
    546                         >
    547                 </File>
    548                 <File
    549                         RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IGEN_DOMHTMLTableCellElement_i.c"
    550                         >
    551                 </File>
    552                 <File
    553                         RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IGEN_DOMHTMLTableColElement_i.c"
    554                         >
    555                 </File>
    556                 <File
    557                         RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IGEN_DOMHTMLTableElement_i.c"
    558                         >
    559                 </File>
    560                 <File
    561                         RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IGEN_DOMHTMLTableRowElement_i.c"
    562                         >
    563                 </File>
    564                 <File
    565                         RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IGEN_DOMHTMLTableSectionElement_i.c"
    566                         >
    567                 </File>
    568                 <File
    569                         RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IGEN_DOMHTMLTextAreaElement_i.c"
    570                         >
    571                 </File>
    572                 <File
    573                         RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IGEN_DOMHTMLTitleElement_i.c"
    574                         >
    575                 </File>
    576                 <File
    577                         RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IGEN_DOMHTMLUListElement_i.c"
    578                         >
    579                 </File>
    580                 <File
    581                         RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IGEN_DOMMediaList_i.c"
    582                         >
    583                 </File>
    584                 <File
    585                         RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IGEN_DOMNamedNodeMap_i.c"
    586                         >
    587                 </File>
    588                 <File
    589                         RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IGEN_DOMNode_i.c"
    590                         >
    591                 </File>
    592                 <File
    593                         RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IGEN_DOMNodeList_i.c"
    594                         >
    595                 </File>
    596                 <File
    597                         RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IGEN_DOMNotation_i.c"
    598                         >
    599                 </File>
    600                 <File
    601                         RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IGEN_DOMObject_i.c"
    602                         >
    603                 </File>
    604                 <File
    605                         RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IGEN_DOMProcessingInstruction_i.c"
    606                         >
    607                 </File>
    608                 <File
    609                         RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IGEN_DOMRect_i.c"
    610                         >
    611                 </File>
    612                 <File
    613                         RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IGEN_DOMStyleSheet_i.c"
    614                         >
    615                 </File>
    616                 <File
    617                         RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IGEN_DOMStyleSheetList_i.c"
    618                         >
    619                 </File>
    620                 <File
    621                         RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IGEN_DOMText_i.c"
    622                         >
    623                 </File>
    624                 <File
    625                         RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IWebArchive_i.c"
    626                         >
    627                 </File>
    628                 <File
    629                         RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IWebBackForwardList_i.c"
    630                         >
    631                 </File>
    632                 <File
    633                         RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IWebBackForwardListPrivate_i.c"
    634                         >
    635                 </File>
    636                 <File
    637                         RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IWebCache_i.c"
    638                         >
    639                 </File>
    640                 <File
    641                         RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IWebDatabaseManager_i.c"
    642                         >
    643                 </File>
    644                 <File
    645                         RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IWebDataSource_i.c"
    646                         >
    647                 </File>
    648                 <File
    649                         RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IWebDocument_i.c"
    650                         >
    651                 </File>
    652                 <File
    653                         RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IWebDownload_i.c"
    654                         >
    655                 </File>
    656                 <File
    657                         RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IWebEditingDelegate_i.c"
    658                         >
    659                 </File>
    660                 <File
    661                         RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IWebError_i.c"
    662                         >
    663                 </File>
    664                 <File
    665                         RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IWebErrorPrivate_i.c"
    666                         >
    667                 </File>
    668                 <File
    669                         RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IWebFormDelegate_i.c"
    670                         >
    671                 </File>
    672                 <File
    673                         RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IWebFrame_i.c"
    674                         >
    675                 </File>
    676                 <File
    677                         RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IWebFrameLoadDelegate_i.c"
    678                         >
    679                 </File>
    680                 <File
    681                         RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IWebFrameLoadDelegatePrivate_i.c"
    682                         >
    683                 </File>
    684                 <File
    685                         RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IWebFramePrivate_i.c"
    686                         >
    687                 </File>
    688                 <File
    689                         RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IWebFrameView_i.c"
    690                         >
    691                 </File>
    692                 <File
    693                         RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IWebHistory_i.c"
    694                         >
    695                 </File>
    696                 <File
    697                         RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IWebHistoryItem_i.c"
    698                         >
    699                 </File>
    700                 <File
    701                         RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IWebHistoryItemPrivate_i.c"
    702                         >
    703                 </File>
    704                 <File
    705                         RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IWebHTMLRepresentation_i.c"
    706                         >
    707                 </File>
    708                 <File
    709                         RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IWebHTTPURLResponse_i.c"
    710                         >
    711                 </File>
    712                 <File
    713                         RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IWebIconDatabase_i.c"
    714                         >
    715                 </File>
    716                 <File
    717                         RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IWebInspector_i.c"
    718                         >
    719                 </File>
    720                 <File
    721                         RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IWebJavaScriptCollector_i.c"
    722                         >
    723                 </File>
    724                 <File
    725                         RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IWebKitStatistics_i.c"
    726                         >
    727                 </File>
    728                 <File
    729                         RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IWebMutableURLRequest_i.c"
    730                         >
    731                 </File>
    732                 <File
    733                         RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IWebMutableURLRequestPrivate_i.c"
    734                         >
    735                 </File>
    736                 <File
    737                         RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IWebNotification_i.c"
    738                         >
    739                 </File>
    740                 <File
    741                         RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IWebNotificationCenter_i.c"
    742                         >
    743                 </File>
    744                 <File
    745                         RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IWebNotificationObserver_i.c"
    746                         >
    747                 </File>
    748                 <File
    749                         RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IWebPolicyDelegate_i.c"
    750                         >
    751                 </File>
    752                 <File
    753                         RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IWebPreferences_i.c"
    754                         >
    755                 </File>
    756                 <File
    757                         RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IWebPreferencesPrivate_i.c"
    758                         >
    759                 </File>
    760                 <File
    761                         RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IWebResource_i.c"
    762                         >
    763                 </File>
    764                 <File
    765                         RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IWebResourceLoadDelegate_i.c"
    766                         >
    767                 </File>
    768                 <File
    769                         RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IWebResourceLoadDelegatePrivate_i.c"
    770                         >
    771                 </File>
    772                 <File
    773                         RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IWebScriptCallFrame_i.c"
    774                         >
    775                 </File>
    776                 <File
    777                         RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IWebScriptDebugListener_i.c"
    778                         >
    779                 </File>
    780                 <File
    781                         RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IWebScriptDebugServer_i.c"
    782                         >
    783                 </File>
    784                 <File
    785                         RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IWebScriptObject_i.c"
    786                         >
    787                 </File>
    788                 <File
    789                         RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IWebScrollBarDelegatePrivate_i.c"
    790                         >
    791                 </File>
    792                 <File
    793                         RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IWebScrollBarPrivate_i.c"
    794                         >
    795                 </File>
    796                 <File
    797                         RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IWebSecurityOrigin_i.c"
    798                         >
    799                 </File>
    800                 <File
    801                         RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IWebTextRenderer_i.c"
    802                         >
    803                 </File>
    804                 <File
    805                         RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IWebUIDelegate_i.c"
    806                         >
    807                 </File>
    808                 <File
    809                         RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IWebUIDelegatePrivate_i.c"
    810                         >
    811                 </File>
    812                 <File
    813                         RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IWebUndoManager_i.c"
    814                         >
    815                 </File>
    816                 <File
    817                         RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IWebUndoTarget_i.c"
    818                         >
    819                 </File>
    820                 <File
    821                         RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IWebURLAuthenticationChallenge_i.c"
    822                         >
    823                 </File>
    824                 <File
    825                         RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IWebURLRequest_i.c"
    826                         >
    827                 </File>
    828                 <File
    829                         RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IWebURLResponse_i.c"
    830                         >
    831                 </File>
    832                 <File
    833                         RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IWebURLResponsePrivate_i.c"
    834                         >
    835                 </File>
    836                 <File
    837                         RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IWebView_i.c"
    838                         >
    839                 </File>
    840                 <File
    841                         RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IWebViewPrivate_i.c"
    842                         >
    843                 </File>
    844                 <File
    845201                        RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\WebKit_i.c"
    846202                        >
  • trunk/WebKit/win/WebKitDLL.cpp

    r28531 r30180  
    2828
    2929#include "ForEachCoClass.h"
    30 #include "IWebURLResponse.h"
     30#include "WebKit.h"
    3131#include "ProgIDMacros.h"
    3232#include "WebKit.h"
  • trunk/WebKit/win/WebKitStatistics.h

    r23220 r30180  
    3030#define WebkitStatistics_h
    3131
    32 #include "IWebKitStatistics.h"
     32#include "WebKit.h"
    3333
    3434class WebKitStatistics : public IWebKitStatistics {
  • trunk/WebKit/win/WebMutableURLRequest.cpp

    r30086 r30180  
    2828#include "WebMutableURLRequest.h"
    2929
    30 #include "IWebURLResponse.h"
     30#include "WebKit.h"
    3131#include "MarshallingHelpers.h"
    3232#include "WebKit.h"
  • trunk/WebKit/win/WebMutableURLRequest.h

    r30086 r30180  
    2727#define WebMutableURLRequest_H
    2828
    29 #include "IWebMutableURLRequest.h"
    30 #include "IWebMutableURLRequestPrivate.h"
     29#include "WebKit.h"
    3130#pragma warning(push, 0)
    3231#include <WebCore/ResourceRequest.h>
  • trunk/WebKit/win/WebNotification.h

    r23455 r30180  
    2727#define WebNotification_H
    2828
    29 #include "IWebNotification.h"
     29#include "WebKit.h"
    3030
    3131class WebNotification : public IWebNotification
  • trunk/WebKit/win/WebNotificationCenter.h

    r26940 r30180  
    2727#define WebNotificationCenter_H
    2828
    29 #include "IWebNotificationCenter.h"
     29#include "WebKit.h"
    3030#include <wtf/OwnPtr.h>
    3131
  • trunk/WebKit/win/WebPreferences.h

    r29698 r30180  
    2727#define WebPreferences_H
    2828
    29 #include "IWebPreferences.h"
    30 #include "IWebPreferencesPrivate.h"
     29#include "WebKit.h"
    3130#include <CoreFoundation/CoreFoundation.h>
    3231#include <WebCore/BString.h>
  • trunk/WebKit/win/WebResource.h

    r22935 r30180  
    2727#define WebResource_h
    2828
    29 #include "IWebResource.h"
     29#include "WebKit.h"
    3030#include "COMPtr.h"
    3131
  • trunk/WebKit/win/WebScriptCallFrame.h

    r29663 r30180  
    3030#define WebScriptCallFrame_h
    3131
    32 #include "IWebScriptCallFrame.h"
     32#include "WebKit.h"
    3333
    3434#include <JavaScriptCore/ExecState.h>
  • trunk/WebKit/win/WebScriptDebugServer.cpp

    r28209 r30180  
    2525
    2626#include "config.h"
    27 #include "IWebScriptDebugListener.h"
     27#include "WebKit.h"
    2828#include "WebKitDLL.h"
    2929#include "WebScriptDebugServer.h"
  • trunk/WebKit/win/WebScriptDebugServer.h

    r28209 r30180  
    2727#define WebScriptDebugServer_H
    2828
    29 #include "IWebScriptDebugServer.h"
     29#include "WebKit.h"
    3030
    31 #include "IWebScriptDebugListener.h"
    3231#include <wtf/HashSet.h>
    3332#pragma warning(push, 0)
  • trunk/WebKit/win/WebScriptDebugger.cpp

    r28468 r30180  
    3131#include "WebScriptDebugger.h"
    3232
    33 #include "IWebView.h"
     33#include "WebKit.h"
    3434#include "WebFrame.h"
    3535#include "WebScriptCallFrame.h"
  • trunk/WebKit/win/WebScriptDebugger.h

    r29663 r30180  
    3030#define WebScriptDebugger_H
    3131
    32 #include "IWebView.h"
    33 #include "IWebScriptCallFrame.h"
     32#include "WebKit.h"
    3433
    3534#include <JavaScriptCore/debugger.h>
  • trunk/WebKit/win/WebScriptObject.h

    r23455 r30180  
    2727#define WebScriptObject_H
    2828
    29 #include "IWebScriptObject.h"
     29#include "WebKit.h"
    3030
    3131class WebScriptObject : public IWebScriptObject
  • trunk/WebKit/win/WebScrollBar.h

    r29582 r30180  
    2727#define WebScrollBar_h
    2828
    29 #include "IWebScrollBarDelegatePrivate.h"
    30 #include "IWebScrollBarPrivate.h"
     29#include "WebKit.h"
    3130
    3231#include <wtf/RefPtr.h>
  • trunk/WebKit/win/WebSecurityOrigin.h

    r29663 r30180  
    3030#define WebSecurityOrigin_h
    3131
    32 #include "IWebSecurityOrigin.h"
     32#include "WebKit.h"
    3333#include <WebCore/SecurityOrigin.h>
    3434
  • trunk/WebKit/win/WebTextRenderer.h

    r29663 r30180  
    3030#define WebTextRenderer_h
    3131
    32 #include "IWebTextRenderer.h"
     32#include "WebKit.h"
    3333
    3434class WebTextRenderer : public IWebTextRenderer {
  • trunk/WebKit/win/WebURLAuthenticationChallenge.h

    r28092 r30180  
    2727#define WebURLAuthenticationChallenge_h
    2828
    29 #include "IWebURLAuthenticationChallenge.h"
     29#include "WebKit.h"
    3030
    3131#pragma warning(push, 0)
  • trunk/WebKit/win/WebURLAuthenticationChallengeSender.h

    r28092 r30180  
    2727#define WebURLAuthenticationChallengeSender_h
    2828
    29 #include "IWebURLAuthenticationChallenge.h"
     29#include "WebKit.h"
    3030
    3131#include <wtf/Forward.h>
  • trunk/WebKit/win/WebURLCredential.h

    r22810 r30180  
    2727#define WebURLCredential_h
    2828
    29 #include "IWebURLAuthenticationChallenge.h"
     29#include "WebKit.h"
    3030
    3131#pragma warning(push, 0)
  • trunk/WebKit/win/WebURLProtectionSpace.h

    r22873 r30180  
    2727#define WebURLProtectionSpace_h
    2828
    29 #include "IWebURLAuthenticationChallenge.h"
     29#include "WebKit.h"
    3030
    3131#pragma warning(push, 0)
  • trunk/WebKit/win/WebURLResponse.h

    r28092 r30180  
    2727#define WebURLResponse_H
    2828
    29 #include "IWebURLResponse.h"
    30 #include "IWebHTTPURLResponse.h"
    31 #include "IWebURLResponsePrivate.h"
     29#include "WebKit.h"
    3230
    3331#pragma warning(push, 0)
  • trunk/WebKit/win/WebView.cpp

    r30015 r30180  
    3030#include "CFDictionaryPropertyBag.h"
    3131#include "DOMCoreClasses.h"
    32 #include "IWebNotification.h"
    3332#include "WebDatabaseManager.h"
    3433#include "WebDocumentLoader.h"
  • trunk/WebKit/win/WebView.h

    r29627 r30180  
    2828
    2929#include "COMPtr.h"
    30 #include "IWebNotificationObserver.h"
    31 #include "IWebUIDelegatePrivate.h"
    32 #include "IWebView.h"
    33 #include "IWebViewPrivate.h"
     30#include "WebKit.h"
    3431#include "WebFrame.h"
    3532#include "WebPreferences.h"
Note: See TracChangeset for help on using the changeset viewer.