Changeset 30180 in webkit
- Timestamp:
- Feb 12, 2008, 4:16:05 PM (18 years ago)
- Location:
- trunk/WebKit/win
- Files:
-
- 122 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/WebKit/win/ChangeLog
r30178 r30180 1 2008-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 1 131 2008-02-12 Anders Carlsson <andersca@apple.com> 2 132 -
trunk/WebKit/win/DOMCSSClasses.h
r25231 r30180 27 27 #define DOMCSSClasses_H 28 28 29 #include " DOMCSS.h"29 #include "WebKit.h" 30 30 #include "DOMCoreClasses.h" 31 31 -
trunk/WebKit/win/DOMCoreClasses.h
r27755 r30180 27 27 #define DOMCoreClasses_H 28 28 29 #include "DOMCore.h" 30 #include "DOMCSS.h" 31 #include "DOMEvents.h" 32 #include "DOMExtensions.h" 33 #include "DOMPrivate.h" 29 #include "WebKit.h" 34 30 #include "WebScriptObject.h" 35 31 -
trunk/WebKit/win/DOMEventsClasses.h
r25231 r30180 27 27 #define DOMEventsClasses_H 28 28 29 #include " DOMEvents.h"29 #include "WebKit.h" 30 30 #include "DOMCoreClasses.h" 31 31 -
trunk/WebKit/win/DOMHTMLClasses.h
r25231 r30180 27 27 #define DOMHTMLClasses_H 28 28 29 #include "DOMHTML.h" 30 #include "DOMPrivate.h" 29 #include "WebKit.h" 31 30 #include "DOMCoreClasses.h" 32 31 #include "WebScriptObject.h" -
trunk/WebKit/win/DefaultDownloadDelegate.h
r23357 r30180 27 27 28 28 #include "COMPtr.h" 29 #include " IWebDownload.h"29 #include "WebKit.h" 30 30 31 31 #include <CFNetwork/CFURLDownloadPriv.h> -
trunk/WebKit/win/DefaultPolicyDelegate.cpp
r29663 r30180 28 28 #include "DefaultPolicyDelegate.h" 29 29 30 #include " IWebViewPrivate.h"30 #include "WebKit.h" 31 31 32 32 #pragma warning(push, 0) -
trunk/WebKit/win/DefaultPolicyDelegate.h
r29663 r30180 28 28 29 29 #include "COMPtr.h" 30 #include " IWebPolicyDelegate.h"30 #include "WebKit.h" 31 31 32 32 class DefaultPolicyDelegate : public IWebPolicyDelegate { -
trunk/WebKit/win/GEN_DOMObject.h
r29663 r30180 30 30 #define GEN_DOMObject_h 31 31 32 #include " IGEN_DOMObject.h"32 #include "WebKit.h" 33 33 34 34 class GEN_DOMObject : public IGEN_DOMObject { -
trunk/WebKit/win/Interfaces/DOMCSS.idl
r25231 r30180 1 1 /* 2 * Copyright (C) 2006, 2007 Apple Inc. All rights reserved.2 * Copyright (C) 2006, 2007, 2008 Apple Inc. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 24 24 */ 25 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(" */") 50 26 #ifndef DO_NO_IMPORTS 51 27 import "oaidl.idl"; 52 28 import "ocidl.idl"; 53 29 import "DOMCore.idl"; 54 30 import "IWebScriptObject.idl"; 31 #endif 55 32 56 33 interface IDOMObject; -
trunk/WebKit/win/Interfaces/DOMCore.idl
r25231 r30180 1 1 /* 2 * Copyright (C) 2006, 2007 Apple Inc. All rights reserved.2 * Copyright (C) 2006, 2007, 2008 Apple Inc. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 24 24 */ 25 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(" */") 50 26 #ifndef DO_NO_IMPORTS 51 27 import "oaidl.idl"; 52 28 import "ocidl.idl"; 53 29 import "IWebScriptObject.idl"; 30 #endif 54 31 55 32 interface IWebScriptObject; -
trunk/WebKit/win/Interfaces/DOMEvents.idl
r25231 r30180 1 1 /* 2 * Copyright (C) 2006, 2007 Apple Inc. All rights reserved.2 * Copyright (C) 2006, 2007, 2008 Apple Inc. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 24 24 */ 25 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(" */") 50 26 #ifndef DO_NO_IMPORTS 51 27 import "oaidl.idl"; 52 28 import "ocidl.idl"; 53 29 import "DOMCore.idl"; 54 30 import "DOMWindow.idl"; 31 #endif 55 32 56 33 interface IDOMEvent; … … 60 37 interface IDOMMouseEvent; 61 38 interface IDOMMutationEvent; 39 interface IDOMNode; 62 40 interface IDOMOverflowEvent; 63 41 interface IDOMUIEvent; 64 42 interface IDOMWheelEvent; 43 interface IDOMWindow; 65 44 66 45 typedef long long DOMTimeStamp; -
trunk/WebKit/win/Interfaces/DOMExtensions.idl
r25231 r30180 1 1 /* 2 * Copyright (C) 2006, 2007 Apple Inc. All rights reserved.2 * Copyright (C) 2006, 2007, 2008 Apple Inc. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 24 24 */ 25 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(" */") 50 26 #ifndef DO_NO_IMPORTS 51 27 import "oaidl.idl"; 52 28 import "ocidl.idl"; 29 #endif 53 30 54 31 [ -
trunk/WebKit/win/Interfaces/DOMHTML.idl
r25231 r30180 1 1 /* 2 * Copyright (C) 2006, 2007 Apple Inc. All rights reserved.2 * Copyright (C) 2006, 2007, 2008 Apple Inc. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 24 24 */ 25 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(" */") 50 26 #ifndef DO_NO_IMPORTS 51 27 import "oaidl.idl"; 52 28 import "ocidl.idl"; 53 29 import "DOMCore.idl"; 30 #endif 54 31 55 32 interface IDOMHTMLElement; … … 59 36 interface IDOMDocument; 60 37 interface IDOMElement; 38 interface IDOMNode; 39 interface IDOMNodeList; 61 40 62 41 /* -
trunk/WebKit/win/Interfaces/DOMPrivate.idl
r27755 r30180 1 1 /* 2 * Copyright (C) 2006, 2007 Apple Inc. All rights reserved.2 * Copyright (C) 2006, 2007, 2008 Apple Inc. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 24 24 */ 25 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(" */") 50 26 #ifndef DO_NO_IMPORTS 51 27 import "oaidl.idl"; 52 28 import "ocidl.idl"; 53 29 import "DOMCore.idl"; 30 #endif 31 32 interface IDOMElement; 54 33 55 34 typedef struct WebFontDescription WebFontDescription; -
trunk/WebKit/win/Interfaces/DOMRange.idl
r25231 r30180 1 1 /* 2 * Copyright (C) 2006, 2007 Apple Inc. All rights reserved.2 * Copyright (C) 2006, 2007, 2008 Apple Inc. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 24 24 */ 25 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(" */") 50 26 #ifndef DO_NO_IMPORTS 51 27 import "oaidl.idl"; 52 28 import "ocidl.idl"; 53 29 import "DOMCore.idl"; 30 #endif 31 32 interface IDOMNode; 33 interface IDOMDocumentFragment; 54 34 55 35 typedef enum _WebSelectionAffinity { -
trunk/WebKit/win/Interfaces/DOMWindow.idl
r25231 r30180 1 1 /* 2 * Copyright (C) 2006, 2007 Apple Inc. All rights reserved.2 * Copyright (C) 2006, 2007, 2008 Apple Inc. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 24 24 */ 25 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(" */") 50 26 #ifndef DO_NO_IMPORTS 51 27 import "oaidl.idl"; 52 28 import "ocidl.idl"; 53 29 import "DOMCore.idl"; 54 30 import "DOMCSS.idl"; 31 #endif 55 32 56 33 interface IDOMCSSRuleList; 34 interface IDOMDocument; 35 interface IDOMElement; 57 36 58 37 [ -
trunk/WebKit/win/Interfaces/IGEN_DOMObject.idl
r29671 r30180 1 1 /* 2 * Copyright (C) 2007 Apple Inc. All rights reserved.2 * Copyright (C) 2007, 2008 Apple Inc. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 27 27 */ 28 28 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 57 30 import "oaidl.idl"; 58 31 import "ocidl.idl"; 32 #endif 59 33 60 34 [ -
trunk/WebKit/win/Interfaces/IWebArchive.idl
r23357 r30180 1 1 /* 2 * Copyright (C) 2006, 2007 Apple Inc. All rights reserved.2 * Copyright (C) 2006, 2007, 2008 Apple Inc. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 24 24 */ 25 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(" */") 50 26 #ifndef DO_NO_IMPORTS 51 27 import "oaidl.idl"; 52 28 import "ocidl.idl"; 53 29 import "IWebResource.idl"; 30 #endif 54 31 55 32 interface IWebResource; -
trunk/WebKit/win/Interfaces/IWebBackForwardList.idl
r23427 r30180 1 1 /* 2 * Copyright (C) 2006, 2007 Apple Inc. All rights reserved.2 * Copyright (C) 2006, 2007, 2008 Apple Inc. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 24 24 */ 25 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(" */") 50 26 #ifndef DO_NO_IMPORTS 51 27 import "oaidl.idl"; 52 28 import "ocidl.idl"; 53 29 import "IWebHistoryItem.idl"; 30 #endif 54 31 55 32 interface IWebHistoryItem; -
trunk/WebKit/win/Interfaces/IWebBackForwardListPrivate.idl
r23357 r30180 1 1 /* 2 * Copyright (C) 2006, 2007 Apple Inc. All rights reserved.2 * Copyright (C) 2006, 2007, 2008 Apple Inc. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 24 24 */ 25 25 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 51 27 import "oaidl.idl"; 52 28 import "ocidl.idl"; 53 29 import "IWebHistoryItem.idl"; 30 #endif 54 31 55 32 interface IWebHistoryItem; -
trunk/WebKit/win/Interfaces/IWebCache.idl
r27445 r30180 1 1 /* 2 * Copyright (C) 2006, 2007 Apple Inc. All rights reserved.2 * Copyright (C) 2006, 2007, 2008 Apple Inc. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 24 24 */ 25 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(" */") 50 26 #ifndef DO_NO_IMPORTS 51 27 import "oaidl.idl"; 52 28 import "ocidl.idl"; 29 #endif 53 30 54 31 [ -
trunk/WebKit/win/Interfaces/IWebDataSource.idl
r23357 r30180 1 1 /* 2 * Copyright (C) 2006, 2007 Apple Inc. All rights reserved.2 * Copyright (C) 2006, 2007, 2008 Apple Inc. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 24 24 */ 25 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(" */") 50 26 #ifndef DO_NO_IMPORTS 51 27 import "oaidl.idl"; 52 28 import "ocidl.idl"; … … 57 33 import "IWebDocument.idl"; 58 34 import "IWebFrame.idl"; 59 35 #endif 60 36 61 37 interface IWebMutableURLRequest; … … 65 41 interface IWebArchive; 66 42 interface IWebDataSourcePrivate; 43 interface IWebError; 67 44 interface IWebFrame; 68 45 interface IWebResource; -
trunk/WebKit/win/Interfaces/IWebDatabaseManager.idl
r29698 r30180 1 1 /* 2 * Copyright (C) 2006, 2007 Apple Inc. All rights reserved.2 * Copyright (C) 2006, 2007, 2008 Apple Inc. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 24 24 */ 25 25 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 51 27 import "oaidl.idl"; 52 28 import "ocidl.idl"; 29 #endif 30 31 interface IWebSecurityOrigin; 53 32 54 33 cpp_quote("#define WebDatabaseDisplayNameKey TEXT(\"WebDatabaseDisplayNameKey\")") … … 60 39 cpp_quote("#define WebDatabaseNameKey TEXT(\"WebDatabaseNameKey\")") 61 40 41 #ifndef DO_NO_IMPORTS 62 42 import "IWebSecurityOrigin.idl"; 43 #endif 63 44 64 45 [ -
trunk/WebKit/win/Interfaces/IWebDocument.idl
r23357 r30180 1 1 /* 2 * Copyright (C) 2006, 2007 Apple Inc. All rights reserved.2 * Copyright (C) 2006, 2007, 2008 Apple Inc. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 24 24 */ 25 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(" */") 50 26 #ifndef DO_NO_IMPORTS 51 27 import "oaidl.idl"; 52 28 import "ocidl.idl"; 53 29 import "IWebError.idl"; 54 30 import "IWebDataSource.idl"; 55 import "IWebError.idl"; 31 #endif 56 32 57 33 interface IWebError; -
trunk/WebKit/win/Interfaces/IWebDownload.idl
r23357 r30180 1 1 /* 2 * Copyright (C) 2006, 2007 Apple Inc. All rights reserved.2 * Copyright (C) 2006, 2007, 2008 Apple Inc. All rights reserved. 3 3 * 2007 Apple Inc. All rights reserved. 4 4 * … … 25 25 */ 26 26 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 53 28 import "oaidl.idl"; 54 29 import "ocidl.idl"; … … 58 33 import "IWebURLResponse.idl"; 59 34 import "IWebURLRequest.idl"; 35 #endif 60 36 61 37 interface IWebDownloadDelegate; 38 interface IWebError; 39 interface IWebMutableURLRequest; 40 interface IWebURLAuthenticationChallenge; 41 interface IWebURLRequest; 42 interface IWebURLResponse; 43 62 44 /*! 63 45 @class WebDownload -
trunk/WebKit/win/Interfaces/IWebEditingDelegate.idl
r25231 r30180 1 1 /* 2 * Copyright (C) 2006, 2007 Apple Inc. All rights reserved.2 * Copyright (C) 2006, 2007, 2008 Apple Inc. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 24 24 */ 25 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(" */") 50 26 #ifndef DO_NO_IMPORTS 51 27 import "oaidl.idl"; 52 28 import "ocidl.idl"; … … 57 33 import "IWebUndoManager.idl"; 58 34 import "IWebView.idl"; 35 #endif 59 36 60 37 interface IDOMCSSStyleDeclaration; 38 interface IDOMNode; 61 39 interface IDOMRange; 62 40 interface IWebView; 63 41 interface IWebNotification; 42 interface IWebUndoManager; 64 43 65 44 typedef enum _WebViewInsertAction { -
trunk/WebKit/win/Interfaces/IWebError.idl
r30086 r30180 1 1 /* 2 * Copyright (C) 2006, 2007 Apple Inc. All rights reserved.2 * Copyright (C) 2006, 2007, 2008 Apple Inc. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 23 23 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 24 24 */ 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(" */")50 25 51 26 cpp_quote("#define WebURLErrorDomain TEXT(\"CFURLErrorDomain\")") … … 132 107 cpp_quote("#define WebPOSIXErrorECONNRESET 54") 133 108 109 #ifndef DO_NO_IMPORTS 134 110 import "oaidl.idl"; 135 111 import "ocidl.idl"; 112 #endif 136 113 137 114 [ -
trunk/WebKit/win/Interfaces/IWebErrorPrivate.idl
r25299 r30180 1 1 /* 2 * Copyright (C) 2007 Apple Inc. All rights reserved.2 * Copyright (C) 2007, 2008 Apple Inc. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 24 24 */ 25 25 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 51 26 cpp_quote("#define WebKitErrorPlugInCancelledConnection 203") 52 27 cpp_quote("// FIXME: WebKitErrorPlugInWillHandleLoad is used for the cancel we do to prevent loading plugin content twice. See <rdar://problem/4258008>") … … 55 30 cpp_quote("#define WebErrorFailingURLKey TEXT(\"WebErrorFailingURLKey\")") 56 31 32 #ifndef DO_NO_IMPORTS 57 33 import "oaidl.idl"; 58 34 import "ocidl.idl"; 35 #endif 59 36 60 37 [ -
trunk/WebKit/win/Interfaces/IWebFormDelegate.idl
r25231 r30180 1 1 /* 2 * Copyright (C) 2006, 2007 Apple Inc. All rights reserved.2 * Copyright (C) 2006, 2007, 2008 Apple Inc. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 24 24 */ 25 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(" */") 50 26 #ifndef DO_NO_IMPORTS 51 27 import "oaidl.idl"; 52 28 import "ocidl.idl"; 53 29 import "DOMHTML.idl"; 54 30 import "IWebFrame.idl"; 31 #endif 32 33 interface IDOMElement; 34 interface IDOMHTMLInputElement; 35 interface IDOMHTMLTextAreaElement; 36 interface IWebFrame; 55 37 56 38 /*! -
trunk/WebKit/win/Interfaces/IWebFrame.idl
r27612 r30180 1 1 /* 2 * Copyright (C) 2006, 2007 Apple Inc. All rights reserved.2 * Copyright (C) 2006, 2007, 2008 Apple Inc. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 24 24 */ 25 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(" */") 50 26 #ifndef DO_NO_IMPORTS 51 27 import "oaidl.idl"; 52 28 import "ocidl.idl"; … … 57 33 import "IWebURLRequest.idl"; 58 34 import "DOMCore.idl"; 35 #endif 59 36 60 37 cpp_quote("// this is done to get midl to treat the JavaScriptCore API types as pointer types") … … 66 43 67 44 interface IDOMDocument; 45 interface IDOMElement; 68 46 interface IDOMHTMLElement; 69 47 interface IWebURLRequest; -
trunk/WebKit/win/Interfaces/IWebFrameLoadDelegate.idl
r28221 r30180 1 1 /* 2 * Copyright (C) 2006, 2007 Apple Inc. All rights reserved.2 * Copyright (C) 2006, 2007, 2008 Apple Inc. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 24 24 */ 25 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(" */") 50 26 #ifndef DO_NO_IMPORTS 51 27 import "oaidl.idl"; 52 28 import "ocidl.idl"; … … 54 30 import "IWebView.idl"; 55 31 import "IWebFrame.idl"; 32 #endif 56 33 57 34 cpp_quote("// this is done to get midl to treat the JavaScriptCore API types as pointer types") -
trunk/WebKit/win/Interfaces/IWebFrameLoadDelegatePrivate.idl
r23357 r30180 1 1 /* 2 * Copyright (C) 2006, 2007 Apple Inc. All rights reserved.2 * Copyright (C) 2006, 2007, 2008 Apple Inc. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 24 24 */ 25 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(" */") 50 26 #ifndef DO_NO_IMPORTS 51 27 import "oaidl.idl"; 52 28 import "ocidl.idl"; 53 54 29 import "IWebFrame.idl"; 55 30 import "IWebView.idl"; 31 #endif 32 33 interface IWebFrame; 34 interface IWebView; 56 35 57 36 [ -
trunk/WebKit/win/Interfaces/IWebFramePrivate.idl
r24389 r30180 1 1 /* 2 * Copyright (C) 2006, 2007 Apple Inc. All rights reserved.2 * Copyright (C) 2006, 2007, 2008 Apple Inc. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 24 24 */ 25 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(" */") 50 26 #ifndef DO_NO_IMPORTS 51 27 import "oaidl.idl"; 52 28 import "ocidl.idl"; 53 29 import "IWebFrame.idl"; 30 #endif 31 32 interface IWebFrame; 54 33 55 34 typedef enum { -
trunk/WebKit/win/Interfaces/IWebFrameView.idl
r23357 r30180 1 1 /* 2 * Copyright (C) 2006, 2007 Apple Inc. All rights reserved.2 * Copyright (C) 2006, 2007, 2008 Apple Inc. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 24 24 */ 25 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(" */") 50 26 #ifndef DO_NO_IMPORTS 51 27 import "oaidl.idl"; 52 28 import "ocidl.idl"; 53 29 import "IWebDocument.idl"; 30 #endif 54 31 55 32 /*! -
trunk/WebKit/win/Interfaces/IWebHTMLRepresentation.idl
r25231 r30180 1 1 /* 2 * Copyright (C) 2006, 2007 Apple Inc. All rights reserved.2 * Copyright (C) 2006, 2007, 2008 Apple Inc. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 24 24 */ 25 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(" */") 50 26 #ifndef DO_NO_IMPORTS 51 27 import "oaidl.idl"; 52 28 import "ocidl.idl"; 29 import "DOMCore.idl"; 30 #endif 53 31 54 import "DOMCore.idl"; 32 interface IDOMElement; 33 interface IDOMNode; 55 34 56 35 /*! -
trunk/WebKit/win/Interfaces/IWebHTTPURLResponse.idl
r25796 r30180 1 1 /* 2 * Copyright (C) 2006, 2007 Apple Inc. All rights reserved.2 * Copyright (C) 2006, 2007, 2008 Apple Inc. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 24 24 */ 25 25 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 51 27 import "oaidl.idl"; 52 28 import "ocidl.idl"; 53 29 import "IWebURLResponse.idl"; 30 #endif 54 31 55 32 [ -
trunk/WebKit/win/Interfaces/IWebHistory.idl
r23357 r30180 1 1 /* 2 * Copyright (C) 2006, 2007 Apple Inc. All rights reserved.2 * Copyright (C) 2006, 2007, 2008 Apple Inc. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 24 24 */ 25 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(" */")50 51 26 /* 52 27 @discussion Notifications sent when history is modified. … … 67 42 cpp_quote("#define WebHistorySavedNotification TEXT(\"WebHistorySavedNotification\")") 68 43 44 #ifndef DO_NO_IMPORTS 69 45 import "oaidl.idl"; 70 46 import "ocidl.idl"; 71 47 import "IWebError.idl"; 72 48 import "IWebHistoryItem.idl"; 49 #endif 50 51 interface IWebError; 52 interface IWebHistoryItem; 73 53 74 54 /*! -
trunk/WebKit/win/Interfaces/IWebHistoryItem.idl
r24562 r30180 1 1 /* 2 * Copyright (C) 2006, 2007 Apple Inc. All rights reserved.2 * Copyright (C) 2006, 2007, 2008 Apple Inc. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 24 24 */ 25 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(" */") 50 26 #ifndef DO_NO_IMPORTS 51 27 import "oaidl.idl"; 52 28 import "ocidl.idl"; 29 #endif 53 30 54 31 /*! -
trunk/WebKit/win/Interfaces/IWebHistoryItemPrivate.idl
r23357 r30180 1 1 /* 2 * Copyright (C) 2006, 2007 Apple Inc. All rights reserved.2 * Copyright (C) 2006, 2007, 2008 Apple Inc. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 24 24 */ 25 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(" */") 50 26 #ifndef DO_NO_IMPORTS 51 27 import "oaidl.idl"; 52 28 import "ocidl.idl"; 53 29 import "IWebHistoryItem.idl"; 30 #endif 31 32 interface IWebHistoryItem; 54 33 55 34 [ -
trunk/WebKit/win/Interfaces/IWebIconDatabase.idl
r26029 r30180 1 1 /* 2 * Copyright (C) 2006, 2007 Apple Inc. All rights reserved.2 * Copyright (C) 2006, 2007, 2008 Apple Inc. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 24 24 */ 25 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(" */")50 51 26 cpp_quote("#define WebIconDatabaseDidAddIconNotification TEXT(\"WebIconDatabaseDidAddIconNotification\")") 52 27 cpp_quote("#define WebIconNotificationUserInfoURLKey TEXT(\"WebIconNotificationUserInfoURLKey\")") 53 28 cpp_quote("#define WebIconDatabaseDidRemoveAllIconsNotification TEXT(\"WebIconDatabaseDidRemoveAllIconsNotification\")") 54 29 30 #ifndef DO_NO_IMPORTS 55 31 import "oaidl.idl"; 56 32 import "ocidl.idl"; 33 #endif 57 34 58 35 /*! -
trunk/WebKit/win/Interfaces/IWebInspector.idl
r29671 r30180 1 1 /* 2 * Copyright (C) 2007 Apple Inc. All rights reserved.2 * Copyright (C) 2007, 2008 Apple Inc. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 27 27 */ 28 28 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 57 30 import "oaidl.idl"; 58 31 import "ocidl.idl"; 32 #endif 59 33 60 34 [ -
trunk/WebKit/win/Interfaces/IWebJavaScriptCollector.idl
r23357 r30180 1 1 /* 2 * Copyright (C) 2007 Apple Inc. All rights reserved.2 * Copyright (C) 2007, 2008 Apple Inc. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 24 24 */ 25 25 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 51 27 import "oaidl.idl"; 52 28 import "ocidl.idl"; 29 #endif 53 30 54 31 [ -
trunk/WebKit/win/Interfaces/IWebKitStatistics.idl
r23357 r30180 1 1 /* 2 * Copyright (C) 2007 Apple Inc. All rights reserved.2 * Copyright (C) 2007, 2008 Apple Inc. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 24 24 */ 25 25 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 51 27 import "oaidl.idl"; 52 28 import "ocidl.idl"; 29 #endif 53 30 54 31 [ -
trunk/WebKit/win/Interfaces/IWebMutableURLRequest.idl
r23357 r30180 1 1 /* 2 * Copyright (C) 2006, 2007 Apple Inc. All rights reserved.2 * Copyright (C) 2006, 2007, 2008 Apple Inc. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 24 24 */ 25 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(" */") 50 26 #ifndef DO_NO_IMPORTS 51 27 import "oaidl.idl"; 52 28 import "ocidl.idl"; 53 29 import "IWebURLRequest.idl"; 30 #endif 54 31 55 32 interface IWebURLRequest; -
trunk/WebKit/win/Interfaces/IWebMutableURLRequestPrivate.idl
r30086 r30180 27 27 */ 28 28 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 57 30 import "oaidl.idl"; 58 31 import "ocidl.idl"; 32 #endif 59 33 60 34 [ -
trunk/WebKit/win/Interfaces/IWebNotification.idl
r23357 r30180 1 1 /* 2 * Copyright (C) 2006, 2007 Apple Inc. All rights reserved.2 * Copyright (C) 2006, 2007, 2008 Apple Inc. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 24 24 */ 25 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(" */") 50 26 #ifndef DO_NO_IMPORTS 51 27 import "oaidl.idl"; 52 28 import "ocidl.idl"; 29 #endif 53 30 54 31 [ -
trunk/WebKit/win/Interfaces/IWebNotificationCenter.idl
r23357 r30180 1 1 /* 2 * Copyright (C) 2006, 2007 Apple Inc. All rights reserved.2 * Copyright (C) 2006, 2007, 2008 Apple Inc. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 24 24 */ 25 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(" */") 50 26 #ifndef DO_NO_IMPORTS 51 27 import "oaidl.idl"; 52 28 import "ocidl.idl"; 29 #endif 30 31 interface IWebNotification; 32 interface IWebNotificationObserver; 53 33 54 34 [ … … 61 41 interface IWebNotificationCenter : IUnknown 62 42 { 43 #ifndef DO_NO_IMPORTS 63 44 import "IWebNotification.idl"; 64 45 import "IWebNotificationObserver.idl"; 46 #endif 65 47 66 48 //+ (NSNotificationCenter *)defaultCenter -
trunk/WebKit/win/Interfaces/IWebNotificationObserver.idl
r23357 r30180 1 1 /* 2 * Copyright (C) 2006, 2007 Apple Inc. All rights reserved.2 * Copyright (C) 2006, 2007, 2008 Apple Inc. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 24 24 */ 25 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(" */") 50 26 #ifndef DO_NO_IMPORTS 51 27 import "oaidl.idl"; 52 28 import "ocidl.idl"; 29 #endif 30 31 interface IWebNotification; 53 32 54 33 [ … … 60 39 interface IWebNotificationObserver : IUnknown 61 40 { 41 #ifndef DO_NO_IMPORTS 62 42 import "IWebNotification.idl"; 43 #endif 63 44 64 45 HRESULT onNotify([in] IWebNotification* notification); -
trunk/WebKit/win/Interfaces/IWebPolicyDelegate.idl
r23357 r30180 1 1 /* 2 * Copyright (C) 2006, 2007 Apple Inc. All rights reserved.2 * Copyright (C) 2006, 2007, 2008 Apple Inc. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 24 24 */ 25 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(" */") 50 26 #ifndef DO_NO_IMPORTS 51 27 import "oaidl.idl"; 52 28 import "ocidl.idl"; 53 29 import "IWebView.idl"; 54 30 import "IWebURLRequest.idl"; 31 #endif 55 32 56 33 interface IWebError; -
trunk/WebKit/win/Interfaces/IWebPreferences.idl
r28866 r30180 1 1 /* 2 * Copyright (C) 2006, 2007 Apple Inc. All rights reserved.2 * Copyright (C) 2006, 2007, 2008 Apple Inc. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 24 24 */ 25 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(" */")50 51 26 cpp_quote("#define WebPreferencesChangedNotification TEXT(\"WebPreferencesChangedNotification\")") 52 27 cpp_quote("#define WebPreferencesRemovedNotification TEXT(\"WebPreferencesRemovedNotification\")") 53 28 29 #ifndef DO_NO_IMPORTS 54 30 import "oaidl.idl"; 55 31 import "ocidl.idl"; 32 #endif 56 33 57 34 typedef enum FontSmoothingType { -
trunk/WebKit/win/Interfaces/IWebPreferencesPrivate.idl
r29698 r30180 27 27 */ 28 28 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 57 30 import "oaidl.idl"; 58 31 import "ocidl.idl"; 32 #endif 59 33 60 34 [ -
trunk/WebKit/win/Interfaces/IWebResource.idl
r23357 r30180 1 1 /* 2 * Copyright (C) 2006, 2007 Apple Inc. All rights reserved.2 * Copyright (C) 2006, 2007, 2008 Apple Inc. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 24 24 */ 25 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(" */") 50 26 #ifndef DO_NO_IMPORTS 51 27 import "oaidl.idl"; 52 28 import "ocidl.idl"; 29 #endif 53 30 54 31 /*! -
trunk/WebKit/win/Interfaces/IWebResourceLoadDelegate.idl
r23357 r30180 1 1 /* 2 * Copyright (C) 2006, 2007 Apple Inc. All rights reserved.2 * Copyright (C) 2006, 2007, 2008 Apple Inc. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 24 24 */ 25 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(" */") 50 26 #ifndef DO_NO_IMPORTS 51 27 import "oaidl.idl"; 52 28 import "ocidl.idl"; … … 55 31 import "IWebURLResponse.idl"; 56 32 import "IWebError.idl"; 33 #endif 57 34 58 35 interface IWebView; -
trunk/WebKit/win/Interfaces/IWebResourceLoadDelegatePrivate.idl
r23357 r30180 1 1 /* 2 * Copyright (C) 2006, 2007 Apple Inc. All rights reserved.2 * Copyright (C) 2006, 2007, 2008 Apple Inc. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 24 24 */ 25 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(" */") 50 26 #ifndef DO_NO_IMPORTS 51 27 import "oaidl.idl"; 52 28 import "ocidl.idl"; 53 29 import "IWebDataSource.idl"; 54 30 import "IWebURLResponse.idl"; 31 #endif 55 32 56 33 interface IWebView; -
trunk/WebKit/win/Interfaces/IWebScriptCallFrame.idl
r28413 r30180 1 1 /* 2 * Copyright (C) 2007 Apple Inc. All rights reserved.2 * Copyright (C) 2007, 2008 Apple Inc. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 27 27 */ 28 28 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 57 30 import "oaidl.idl"; 58 31 import "ocidl.idl"; 32 #endif 59 33 60 34 cpp_quote("// this is done to get midl to treat the WebScriptCallFrame type as a pointer type") -
trunk/WebKit/win/Interfaces/IWebScriptDebugListener.idl
r29671 r30180 1 1 /* 2 * Copyright (C) 2007 Apple Inc. All rights reserved.2 * Copyright (C) 2007, 2008 Apple Inc. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 27 27 */ 28 28 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 57 30 import "oaidl.idl"; 58 31 import "ocidl.idl"; 59 60 32 import "IWebScriptCallFrame.idl"; 61 33 import "IWebView.idl"; 34 #endif 35 36 interface IWebDataSource; 37 interface IWebFrame; 38 interface IWebScriptCallFrame; 39 interface IWebView; 62 40 63 41 [ -
trunk/WebKit/win/Interfaces/IWebScriptDebugServer.idl
r27612 r30180 1 1 /* 2 * Copyright (C) 2007 Apple Inc. All rights reserved.2 * Copyright (C) 2007, 2008 Apple Inc. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 27 27 */ 28 28 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 57 30 import "oaidl.idl"; 58 31 import "ocidl.idl"; 59 60 32 import "IWebScriptDebugListener.idl"; 33 #endif 61 34 62 35 interface IWebScriptDebugListener; -
trunk/WebKit/win/Interfaces/IWebScriptObject.idl
r23357 r30180 1 1 /* 2 * Copyright (C) 2006, 2007 Apple Inc. All rights reserved.2 * Copyright (C) 2006, 2007, 2008 Apple Inc. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 24 24 */ 25 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(" */") 50 26 #ifndef DO_NO_IMPORTS 51 27 import "oaidl.idl"; 52 28 import "ocidl.idl"; 29 #endif 53 30 54 31 /*! -
trunk/WebKit/win/Interfaces/IWebScriptScope.idl
r29671 r30180 1 1 /* 2 * Copyright (C) 2007 Apple Inc. All rights reserved.2 * Copyright (C) 2007, 2008 Apple Inc. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 27 27 */ 28 28 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 57 30 import "oaidl.idl"; 58 31 import "ocidl.idl"; 59 60 32 import "IWebScriptCallFrame.idl"; 33 #endif 61 34 62 35 interface IWebScriptCallFrame; -
trunk/WebKit/win/Interfaces/IWebScrollBarDelegatePrivate.idl
r23357 r30180 1 1 /* 2 * Copyright (C) 2007 Apple Inc. All rights reserved.2 * Copyright (C) 2007, 2008 Apple Inc. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 24 24 */ 25 25 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 51 27 import "oaidl.idl"; 52 28 import "ocidl.idl"; 53 29 import "IWebScrollBarPrivate.idl"; 30 #endif 54 31 55 32 interface IWebScrollBarPrivate; -
trunk/WebKit/win/Interfaces/IWebScrollBarPrivate.idl
r23357 r30180 1 1 /* 2 * Copyright (C) 2007 Apple Inc. All rights reserved.2 * Copyright (C) 2007, 2008 Apple Inc. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 24 24 */ 25 25 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 51 27 import "oaidl.idl"; 52 28 import "ocidl.idl"; 53 54 29 import "IWebScrollBarDelegatePrivate.idl"; 30 #endif 55 31 56 32 interface IWebScrollBarDelegatePrivate; -
trunk/WebKit/win/Interfaces/IWebSecurityOrigin.idl
r29671 r30180 1 1 /* 2 * Copyright (C) 2007 Apple Inc. All rights reserved.2 * Copyright (C) 2007, 2008 Apple Inc. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 27 27 */ 28 28 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 57 30 import "oaidl.idl"; 58 31 import "ocidl.idl"; 32 #endif 59 33 60 34 [ -
trunk/WebKit/win/Interfaces/IWebTextRenderer.idl
r29671 r30180 1 1 /* 2 * Copyright (C) 2007 Apple Inc. All rights reserved.2 * Copyright (C) 2007, 2008 Apple Inc. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 27 27 */ 28 28 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 57 30 import "oaidl.idl"; 58 31 import "ocidl.idl"; 32 #endif 59 33 60 34 [ -
trunk/WebKit/win/Interfaces/IWebUIDelegate.idl
r27598 r30180 1 1 /* 2 * Copyright (C) 2006, 2007 Apple Inc. All rights reserved.2 * Copyright (C) 2006, 2007, 2008 Apple Inc. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 24 24 */ 25 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(" */") 50 26 #ifndef DO_NO_IMPORTS 51 27 import "oaidl.idl"; 52 28 import "ocidl.idl"; … … 54 30 import "IWebURLRequest.idl"; 55 31 import "IWebFrame.idl"; 32 #endif 56 33 57 34 interface IWebFrame; 58 35 interface IWebView; 59 36 interface IWebURLRequest; 37 interface IWebUndoTarget; 60 38 61 39 /*! -
trunk/WebKit/win/Interfaces/IWebUIDelegatePrivate.idl
r29698 r30180 24 24 */ 25 25 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 51 27 import "oaidl.idl"; 52 28 import "ocidl.idl"; 53 29 import "IWebSecurityOrigin.idl"; 54 30 import "IWebView.idl"; 31 #endif 55 32 33 interface IWebFrame; 56 34 interface IWebSecurityOrigin; 57 35 interface IWebView; -
trunk/WebKit/win/Interfaces/IWebURLAuthenticationChallenge.idl
r25926 r30180 1 1 /* 2 * Copyright (C) 2006, 2007 Apple Inc. All rights reserved.2 * Copyright (C) 2006, 2007, 2008 Apple Inc. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 24 24 */ 25 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(" */") 50 26 #ifndef DO_NO_IMPORTS 51 27 import "oaidl.idl"; 52 28 import "ocidl.idl"; 53 29 import "IWebError.idl"; 54 30 import "IWebURLResponse.idl"; 55 31 #endif 32 33 interface IWebError; 56 34 interface IWebURLAuthenticationChallengeSender; 35 interface IWebURLCredential; 57 36 interface IWebURLProtectionSpace; 58 interface IWebURL Credential;37 interface IWebURLResponse; 59 38 60 39 typedef enum { -
trunk/WebKit/win/Interfaces/IWebURLRequest.idl
r23357 r30180 1 1 /* 2 * Copyright (C) 2006, 2007 Apple Inc. All rights reserved.2 * Copyright (C) 2006, 2007, 2008 Apple Inc. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 24 24 */ 25 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(" */") 50 26 #ifndef DO_NO_IMPORTS 51 27 import "oaidl.idl"; 52 28 import "ocidl.idl"; 29 #endif 53 30 54 31 typedef enum _WebURLRequestCachePolicy -
trunk/WebKit/win/Interfaces/IWebURLResponse.idl
r23357 r30180 1 1 /* 2 * Copyright (C) 2006, 2007 Apple Inc. All rights reserved.2 * Copyright (C) 2006, 2007, 2008 Apple Inc. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 24 24 */ 25 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(" */")50 51 26 cpp_quote("#define WebURLResponseUnknownLength -1") 52 27 28 #ifndef DO_NO_IMPORTS 53 29 import "oaidl.idl"; 54 30 import "ocidl.idl"; 31 #endif 55 32 56 33 [ -
trunk/WebKit/win/Interfaces/IWebURLResponsePrivate.idl
r25272 r30180 1 1 /* 2 * Copyright (C) 2007 Apple Inc. All rights reserved.2 * Copyright (C) 2007, 2008 Apple Inc. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 27 27 */ 28 28 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 57 30 import "oaidl.idl"; 58 31 import "ocidl.idl"; 32 #endif 59 33 60 34 [ -
trunk/WebKit/win/Interfaces/IWebUndoManager.idl
r23357 r30180 1 1 /* 2 * Copyright (C) 2006, 2007 Apple Inc. All rights reserved.2 * Copyright (C) 2006, 2007, 2008 Apple Inc. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 24 24 */ 25 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(" */") 50 26 #ifndef DO_NO_IMPORTS 51 27 import "oaidl.idl"; 52 28 import "ocidl.idl"; 29 #endif 53 30 54 31 interface IWebInvocation; -
trunk/WebKit/win/Interfaces/IWebUndoTarget.idl
r23357 r30180 1 1 /* 2 * Copyright (C) 2006, 2007 Apple Inc. All rights reserved.2 * Copyright (C) 2006, 2007, 2008 Apple Inc. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 24 24 */ 25 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(" */") 50 26 #ifndef DO_NO_IMPORTS 51 27 import "oaidl.idl"; 52 28 import "ocidl.idl"; 29 #endif 53 30 54 31 [ -
trunk/WebKit/win/Interfaces/IWebView.idl
r28633 r30180 1 1 /* 2 * Copyright (C) 2006, 2007 Apple Inc. All rights reserved.2 * Copyright (C) 2006, 2007, 2008 Apple Inc. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 24 24 */ 25 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(" */")50 51 26 cpp_quote("/* identifiers for commands that can be called by the webview's frame */") 52 27 cpp_quote("enum WebViewCmd { Cut = 100, Copy, Paste, ForwardDelete, SelectAll, Undo, Redo };") … … 56 31 cpp_quote("#define WebViewProgressFinishedNotification TEXT(\"WebProgressFinishedNotification\")") 57 32 33 #ifndef DO_NO_IMPORTS 58 34 import "oaidl.idl"; 59 35 import "ocidl.idl"; … … 71 47 import "IWebEditingDelegate.idl"; 72 48 import "DOMRange.idl"; 49 #endif 73 50 74 51 interface IDOMCSSStyleDeclaration; -
trunk/WebKit/win/Interfaces/IWebViewPrivate.idl
r29627 r30180 1 1 /* 2 * Copyright (C) 2006, 2007 Apple Inc. All rights reserved.2 * Copyright (C) 2006, 2007, 2008 Apple Inc. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 24 24 */ 25 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(" */") 50 26 #ifndef DO_NO_IMPORTS 51 27 import "oaidl.idl"; 52 28 import "ocidl.idl"; … … 54 30 import "IWebFrameLoadDelegatePrivate.idl"; 55 31 import "IWebInspector.idl"; 32 #endif 33 34 interface IEnumTextMatches; 35 interface IWebFormDelegate; 36 interface IWebFrameLoadDelegatePrivate; 37 interface IWebInspector; 38 interface IWebURLRequest; 39 interface IWebView; 56 40 57 41 [ -
trunk/WebKit/win/Interfaces/WebKit.idl
r28531 r30180 1 1 /* 2 * Copyright (C) 2006, 2007 Apple Inc. All rights reserved.2 * Copyright (C) 2006, 2007, 2008 Apple Inc. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 25 25 26 26 cpp_quote("/*") 27 cpp_quote(" * Copyright (C) 2006, 2007 Apple Inc. All rights reserved.")27 cpp_quote(" * Copyright (C) 2006, 2007, 2008 Apple Inc. All rights reserved.") 28 28 cpp_quote(" *") 29 29 cpp_quote(" * Redistribution and use in source and binary forms, with or without") … … 49 49 cpp_quote(" */") 50 50 51 #include "autoversion.h" 52 53 #define DO_NO_IMPORTS 54 51 55 import "oaidl.idl"; 52 56 import "ocidl.idl"; 53 57 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" 88 221 89 222 [ 90 223 #if __PRODUCTION__ 91 224 uuid(2a748656-625d-4207-b29f-40c95bfeb3a9), 92 helpstring("WebKit 525.2Type Library"),225 helpstring("WebKit " __BUILD_NUMBER_SHORT__ " Type Library"), 93 226 #else 94 227 uuid(76E5F7F0-18FD-48a2-B549-1159435B513B), 95 helpstring("OpenSourceWebKit 525.2Type Library"),96 #endif 97 version( 525.2)228 helpstring("OpenSourceWebKit " __BUILD_NUMBER_SHORT__ " Type Library"), 229 #endif 230 version(__BUILD_NUMBER_MAJOR_MINOR__) 98 231 ] 99 232 #if __PRODUCTION__ -
trunk/WebKit/win/WebActionPropertyBag.cpp
r29663 r30180 27 27 #include "WebKitDLL.h" 28 28 29 #include "IWebView.h" 30 #include "IWebPolicyDelegate.h" 29 #include "WebKit.h" 31 30 #include "WebActionPropertyBag.h" 32 31 #include "WebElementPropertyBag.h" -
trunk/WebKit/win/WebBackForwardList.h
r23455 r30180 27 27 #define WebBackForwardList_H 28 28 29 #include "IWebBackForwardList.h" 30 #include "IWebBackForwardListPrivate.h" 29 #include "WebKit.h" 31 30 32 31 #include "WebHistoryItem.h" -
trunk/WebKit/win/WebCache.h
r27445 r30180 27 27 #define WebCache_H 28 28 29 #include " IWebCache.h"29 #include "WebKit.h" 30 30 31 31 class WebCache : public IWebCache -
trunk/WebKit/win/WebDataSource.cpp
r28639 r30180 28 28 #include "WebDataSource.h" 29 29 30 #include " IWebMutableURLRequest.h"30 #include "WebKit.h" 31 31 #include "MemoryStream.h" 32 32 #include "WebDocumentLoader.h" -
trunk/WebKit/win/WebDataSource.h
r25415 r30180 27 27 #define WebDataSource_H 28 28 29 #include " IWebDataSource.h"29 #include "WebKit.h" 30 30 #include "COMPtr.h" 31 31 #include <WTF/RefPtr.h> -
trunk/WebKit/win/WebDatabaseManager.h
r29698 r30180 32 32 #include <WebCore/DatabaseTrackerClient.h> 33 33 34 #include " IWebDatabaseManager.h"34 #include "WebKit.h" 35 35 36 36 class WebDatabaseManager : public IWebDatabaseManager, private WebCore::DatabaseTrackerClient { -
trunk/WebKit/win/WebDownload.h
r23187 r30180 28 28 29 29 #include "COMPtr.h" 30 #include "IWebDownload.h" 31 #include "IWebURLAuthenticationChallenge.h" 30 #include "WebKit.h" 32 31 33 32 #include <CFNetwork/CFURLDownloadPriv.h> -
trunk/WebKit/win/WebEditorClient.cpp
r29131 r30180 28 28 #include "WebEditorClient.h" 29 29 30 #include "IWebEditingDelegate.h" 31 #include "IWebUndoTarget.h" 32 #include "IWebURLResponse.h" 30 #include "WebKit.h" 33 31 #include "WebLocalizableStrings.h" 34 32 #include "WebView.h" -
trunk/WebKit/win/WebEditorClient.h
r28620 r30180 27 27 #define WebEditorClient_H 28 28 29 #include " IWebEditingDelegate.h"29 #include "WebKit.h" 30 30 #pragma warning(push, 0) 31 31 #include <WebCore/EditorClient.h> -
trunk/WebKit/win/WebError.h
r27018 r30180 27 27 #define WebError_h 28 28 29 #include "IWebError.h" 30 #include "IWebErrorPrivate.h" 29 #include "WebKit.h" 31 30 32 31 #pragma warning(push, 0) -
trunk/WebKit/win/WebFrame.cpp
r30015 r30180 32 32 #include "DefaultPolicyDelegate.h" 33 33 #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"41 34 #include "MarshallingHelpers.h" 42 35 #include "WebActionPropertyBag.h" -
trunk/WebKit/win/WebFrame.h
r28672 r30180 27 27 #define WebFrame_H 28 28 29 #include "DOMCore.h" 30 #include "IWebFormDelegate.h" 31 #include "IWebFrame.h" 32 #include "IWebFramePrivate.h" 29 #include "WebKit.h" 33 30 #include "WebDataSource.h" 34 31 -
trunk/WebKit/win/WebFramePolicyListener.h
r22780 r30180 27 27 #define WebFramePolicyListener_h 28 28 29 #include "IWebView.h" 30 #include "IWebFormDelegate.h" 31 #include "IWebPolicyDelegate.h" 29 #include "WebKit.h" 32 30 33 31 #include <WTF/PassRefPtr.h> -
trunk/WebKit/win/WebHTMLRepresentation.cpp
r27612 r30180 28 28 #include "WebHTMLRepresentation.h" 29 29 30 #include " DOMCore.h"30 #include "WebKit.h" 31 31 #include "WebFrame.h" 32 32 #include "WebKitStatisticsPrivate.h" -
trunk/WebKit/win/WebHTMLRepresentation.h
r27612 r30180 27 27 #define WebHTMLRepresentation_H 28 28 29 #include "IWebHTMLRepresentation.h" 30 #include "IWebDocument.h" 29 #include "WebKit.h" 31 30 32 31 class WebFrame; -
trunk/WebKit/win/WebHistory.cpp
r28552 r30180 29 29 30 30 #include "CFDictionaryPropertyBag.h" 31 #include " IWebURLResponse.h"31 #include "WebKit.h" 32 32 #include "MarshallingHelpers.h" 33 33 #include "WebHistoryItem.h" -
trunk/WebKit/win/WebHistory.h
r23455 r30180 27 27 #define WebHistory_H 28 28 29 #include " IWebHistory.h"29 #include "WebKit.h" 30 30 31 31 #include "COMPtr.h" -
trunk/WebKit/win/WebHistoryItem.h
r28086 r30180 27 27 #define WebHistoryItem_H 28 28 29 #include "IWebHistoryItem.h" 30 #include "IWebHistoryItemPrivate.h" 31 #include "IWebIconDatabase.h" 29 #include "WebKit.h" 32 30 33 31 #include <CoreFoundation/CoreFoundation.h> -
trunk/WebKit/win/WebIconDatabase.h
r29922 r30180 27 27 #define WebIconDatabase_H 28 28 29 #include " IWebIconDatabase.h"29 #include "WebKit.h" 30 30 31 31 #pragma warning(push, 0) -
trunk/WebKit/win/WebInspector.h
r29663 r30180 30 30 #define WebInspector_h 31 31 32 #include " IWebInspector.h"32 #include "WebKit.h" 33 33 #include <wtf/Noncopyable.h> 34 34 -
trunk/WebKit/win/WebJavaScriptCollector.h
r23118 r30180 27 27 #define WebJavaScriptCollector_H 28 28 29 #include " IWebJavaScriptCollector.h"29 #include "WebKit.h" 30 30 31 31 class WebJavaScriptCollector : public IWebJavaScriptCollector -
trunk/WebKit/win/WebKit.vcproj/Interfaces.vcproj
r30086 r30180 25 25 <Tool 26 26 Name="VCPreBuildEventTool" 27 CommandLine=" mkdir 2>NUL "$(WebKitOutputDir)\obj\WebKit\$(ProjectName)"
exit /b
"27 CommandLine="set PATH=%SystemDrive%\cygwin\bin;%PATH%
mkdir 2>NUL "$(WebKitOutputDir)\obj\WebKit\$(ProjectName)"
bash "$(WebKitLibrariesDir)\tools\scripts\auto-version.sh" "$(IntDir)"
" 28 28 /> 29 29 <Tool … … 38 38 <Tool 39 39 Name="VCMIDLTool" 40 AdditionalIncludeDirectories=""$(WebKitOutputDir)\obj\WebKit\DerivedSources";..\Interfaces "40 AdditionalIncludeDirectories=""$(WebKitOutputDir)\obj\WebKit\DerivedSources";..\Interfaces;"$(IntDir)\include"" 41 41 GenerateTypeLibrary="false" 42 42 TypeLibraryName="$(ProjectDir)\WebKit.tlb" … … 94 94 <Tool 95 95 Name="VCPreBuildEventTool" 96 CommandLine=" mkdir 2>NUL "$(WebKitOutputDir)\obj\WebKit\$(ProjectName)"
exit /b
"96 CommandLine="set PATH=%SystemDrive%\cygwin\bin;%PATH%
mkdir 2>NUL "$(WebKitOutputDir)\obj\WebKit\$(ProjectName)"
bash "$(WebKitLibrariesDir)\tools\scripts\auto-version.sh" "$(IntDir)"
" 97 97 /> 98 98 <Tool … … 107 107 <Tool 108 108 Name="VCMIDLTool" 109 AdditionalIncludeDirectories=""$(WebKitOutputDir)\obj\WebKit\DerivedSources";..\Interfaces "109 AdditionalIncludeDirectories=""$(WebKitOutputDir)\obj\WebKit\DerivedSources";..\Interfaces;"$(IntDir)\include"" 110 110 GenerateTypeLibrary="false" 111 111 TypeLibraryName="$(ProjectDir)\WebKit.tlb" … … 154 154 </References> 155 155 <Files> 156 <Filter157 Name="DOM"158 >159 <Filter160 Name="core"161 >162 <File163 RelativePath="$(WebKitOutputDir)\obj\WebKit\DerivedSources\IGEN_DOMAttr.idl"164 >165 </File>166 <File167 RelativePath="$(WebKitOutputDir)\obj\WebKit\DerivedSources\IGEN_DOMCDATASection.idl"168 >169 </File>170 <File171 RelativePath="$(WebKitOutputDir)\obj\WebKit\DerivedSources\IGEN_DOMCharacterData.idl"172 >173 </File>174 <File175 RelativePath="$(WebKitOutputDir)\obj\WebKit\DerivedSources\IGEN_DOMComment.idl"176 >177 </File>178 <File179 RelativePath="$(WebKitOutputDir)\obj\WebKit\DerivedSources\IGEN_DOMDocument.idl"180 >181 </File>182 <File183 RelativePath="$(WebKitOutputDir)\obj\WebKit\DerivedSources\IGEN_DOMDocumentFragment.idl"184 >185 </File>186 <File187 RelativePath="$(WebKitOutputDir)\obj\WebKit\DerivedSources\IGEN_DOMDocumentType.idl"188 >189 </File>190 <File191 RelativePath="$(WebKitOutputDir)\obj\WebKit\DerivedSources\IGEN_DOMDOMImplementation.idl"192 >193 </File>194 <File195 RelativePath="$(WebKitOutputDir)\obj\WebKit\DerivedSources\IGEN_DOMElement.idl"196 >197 </File>198 <File199 RelativePath="$(WebKitOutputDir)\obj\WebKit\DerivedSources\IGEN_DOMEntity.idl"200 >201 </File>202 <File203 RelativePath="$(WebKitOutputDir)\obj\WebKit\DerivedSources\IGEN_DOMEntityReference.idl"204 >205 </File>206 <File207 RelativePath="$(WebKitOutputDir)\obj\WebKit\DerivedSources\IGEN_DOMNamedNodeMap.idl"208 >209 </File>210 <File211 RelativePath="$(WebKitOutputDir)\obj\WebKit\DerivedSources\IGEN_DOMNode.idl"212 >213 </File>214 <File215 RelativePath="$(WebKitOutputDir)\obj\WebKit\DerivedSources\IGEN_DOMNodeList.idl"216 >217 </File>218 <File219 RelativePath="$(WebKitOutputDir)\obj\WebKit\DerivedSources\IGEN_DOMNotation.idl"220 >221 </File>222 <File223 RelativePath="..\Interfaces\IGEN_DOMObject.idl"224 >225 </File>226 <File227 RelativePath="$(WebKitOutputDir)\obj\WebKit\DerivedSources\IGEN_DOMProcessingInstruction.idl"228 >229 </File>230 <File231 RelativePath="$(WebKitOutputDir)\obj\WebKit\DerivedSources\IGEN_DOMText.idl"232 >233 </File>234 </Filter>235 <Filter236 Name="html"237 >238 <File239 RelativePath="$(WebKitOutputDir)\obj\WebKit\DerivedSources\IGEN_DOMHTMLAnchorElement.idl"240 >241 </File>242 <File243 RelativePath="$(WebKitOutputDir)\obj\WebKit\DerivedSources\IGEN_DOMHTMLAppletElement.idl"244 >245 </File>246 <File247 RelativePath="$(WebKitOutputDir)\obj\WebKit\DerivedSources\IGEN_DOMHTMLAreaElement.idl"248 >249 </File>250 <File251 RelativePath="$(WebKitOutputDir)\obj\WebKit\DerivedSources\IGEN_DOMHTMLBaseElement.idl"252 >253 </File>254 <File255 RelativePath="$(WebKitOutputDir)\obj\WebKit\DerivedSources\IGEN_DOMHTMLBaseFontElement.idl"256 >257 </File>258 <File259 RelativePath="$(WebKitOutputDir)\obj\WebKit\DerivedSources\IGEN_DOMHTMLBlockquoteElement.idl"260 >261 </File>262 <File263 RelativePath="$(WebKitOutputDir)\obj\WebKit\DerivedSources\IGEN_DOMHTMLBodyElement.idl"264 >265 </File>266 <File267 RelativePath="$(WebKitOutputDir)\obj\WebKit\DerivedSources\IGEN_DOMHTMLBRElement.idl"268 >269 </File>270 <File271 RelativePath="$(WebKitOutputDir)\obj\WebKit\DerivedSources\IGEN_DOMHTMLButtonElement.idl"272 >273 </File>274 <File275 RelativePath="$(WebKitOutputDir)\obj\WebKit\DerivedSources\IGEN_DOMHTMLCollection.idl"276 >277 </File>278 <File279 RelativePath="$(WebKitOutputDir)\obj\WebKit\DerivedSources\IGEN_DOMHTMLDirectoryElement.idl"280 >281 </File>282 <File283 RelativePath="$(WebKitOutputDir)\obj\WebKit\DerivedSources\IGEN_DOMHTMLDivElement.idl"284 >285 </File>286 <File287 RelativePath="$(WebKitOutputDir)\obj\WebKit\DerivedSources\IGEN_DOMHTMLDListElement.idl"288 >289 </File>290 <File291 RelativePath="$(WebKitOutputDir)\obj\WebKit\DerivedSources\IGEN_DOMHTMLDocument.idl"292 >293 </File>294 <File295 RelativePath="$(WebKitOutputDir)\obj\WebKit\DerivedSources\IGEN_DOMHTMLElement.idl"296 >297 </File>298 <File299 RelativePath="$(WebKitOutputDir)\obj\WebKit\DerivedSources\IGEN_DOMHTMLEmbedElement.idl"300 >301 </File>302 <File303 RelativePath="$(WebKitOutputDir)\obj\WebKit\DerivedSources\IGEN_DOMHTMLFieldSetElement.idl"304 >305 </File>306 <File307 RelativePath="$(WebKitOutputDir)\obj\WebKit\DerivedSources\IGEN_DOMHTMLFontElement.idl"308 >309 </File>310 <File311 RelativePath="$(WebKitOutputDir)\obj\WebKit\DerivedSources\IGEN_DOMHTMLFormElement.idl"312 >313 </File>314 <File315 RelativePath="$(WebKitOutputDir)\obj\WebKit\DerivedSources\IGEN_DOMHTMLFrameElement.idl"316 >317 </File>318 <File319 RelativePath="$(WebKitOutputDir)\obj\WebKit\DerivedSources\IGEN_DOMHTMLFrameSetElement.idl"320 >321 </File>322 <File323 RelativePath="$(WebKitOutputDir)\obj\WebKit\DerivedSources\IGEN_DOMHTMLHeadElement.idl"324 >325 </File>326 <File327 RelativePath="$(WebKitOutputDir)\obj\WebKit\DerivedSources\IGEN_DOMHTMLHeadingElement.idl"328 >329 </File>330 <File331 RelativePath="$(WebKitOutputDir)\obj\WebKit\DerivedSources\IGEN_DOMHTMLHRElement.idl"332 >333 </File>334 <File335 RelativePath="$(WebKitOutputDir)\obj\WebKit\DerivedSources\IGEN_DOMHTMLHtmlElement.idl"336 >337 </File>338 <File339 RelativePath="$(WebKitOutputDir)\obj\WebKit\DerivedSources\IGEN_DOMHTMLIFrameElement.idl"340 >341 </File>342 <File343 RelativePath="$(WebKitOutputDir)\obj\WebKit\DerivedSources\IGEN_DOMHTMLImageElement.idl"344 >345 </File>346 <File347 RelativePath="$(WebKitOutputDir)\obj\WebKit\DerivedSources\IGEN_DOMHTMLInputElement.idl"348 >349 </File>350 <File351 RelativePath="$(WebKitOutputDir)\obj\WebKit\DerivedSources\IGEN_DOMHTMLIsIndexElement.idl"352 >353 </File>354 <File355 RelativePath="$(WebKitOutputDir)\obj\WebKit\DerivedSources\IGEN_DOMHTMLLabelElement.idl"356 >357 </File>358 <File359 RelativePath="$(WebKitOutputDir)\obj\WebKit\DerivedSources\IGEN_DOMHTMLLegendElement.idl"360 >361 </File>362 <File363 RelativePath="$(WebKitOutputDir)\obj\WebKit\DerivedSources\IGEN_DOMHTMLLIElement.idl"364 >365 </File>366 <File367 RelativePath="$(WebKitOutputDir)\obj\WebKit\DerivedSources\IGEN_DOMHTMLLinkElement.idl"368 >369 </File>370 <File371 RelativePath="$(WebKitOutputDir)\obj\WebKit\DerivedSources\IGEN_DOMHTMLMapElement.idl"372 >373 </File>374 <File375 RelativePath="$(WebKitOutputDir)\obj\WebKit\DerivedSources\IGEN_DOMHTMLMarqueeElement.idl"376 >377 </File>378 <File379 RelativePath="$(WebKitOutputDir)\obj\WebKit\DerivedSources\IGEN_DOMHTMLMenuElement.idl"380 >381 </File>382 <File383 RelativePath="$(WebKitOutputDir)\obj\WebKit\DerivedSources\IGEN_DOMHTMLMetaElement.idl"384 >385 </File>386 <File387 RelativePath="$(WebKitOutputDir)\obj\WebKit\DerivedSources\IGEN_DOMHTMLModElement.idl"388 >389 </File>390 <File391 RelativePath="$(WebKitOutputDir)\obj\WebKit\DerivedSources\IGEN_DOMHTMLObjectElement.idl"392 >393 </File>394 <File395 RelativePath="$(WebKitOutputDir)\obj\WebKit\DerivedSources\IGEN_DOMHTMLOListElement.idl"396 >397 </File>398 <File399 RelativePath="$(WebKitOutputDir)\obj\WebKit\DerivedSources\IGEN_DOMHTMLOptGroupElement.idl"400 >401 </File>402 <File403 RelativePath="$(WebKitOutputDir)\obj\WebKit\DerivedSources\IGEN_DOMHTMLOptionElement.idl"404 >405 </File>406 <File407 RelativePath="$(WebKitOutputDir)\obj\WebKit\DerivedSources\IGEN_DOMHTMLOptionsCollection.idl"408 >409 </File>410 <File411 RelativePath="$(WebKitOutputDir)\obj\WebKit\DerivedSources\IGEN_DOMHTMLParagraphElement.idl"412 >413 </File>414 <File415 RelativePath="$(WebKitOutputDir)\obj\WebKit\DerivedSources\IGEN_DOMHTMLParamElement.idl"416 >417 </File>418 <File419 RelativePath="$(WebKitOutputDir)\obj\WebKit\DerivedSources\IGEN_DOMHTMLPreElement.idl"420 >421 </File>422 <File423 RelativePath="$(WebKitOutputDir)\obj\WebKit\DerivedSources\IGEN_DOMHTMLQuoteElement.idl"424 >425 </File>426 <File427 RelativePath="$(WebKitOutputDir)\obj\WebKit\DerivedSources\IGEN_DOMHTMLScriptElement.idl"428 >429 </File>430 <File431 RelativePath="$(WebKitOutputDir)\obj\WebKit\DerivedSources\IGEN_DOMHTMLSelectElement.idl"432 >433 </File>434 <File435 RelativePath="$(WebKitOutputDir)\obj\WebKit\DerivedSources\IGEN_DOMHTMLStyleElement.idl"436 >437 </File>438 <File439 RelativePath="$(WebKitOutputDir)\obj\WebKit\DerivedSources\IGEN_DOMHTMLTableCaptionElement.idl"440 >441 </File>442 <File443 RelativePath="$(WebKitOutputDir)\obj\WebKit\DerivedSources\IGEN_DOMHTMLTableCellElement.idl"444 >445 </File>446 <File447 RelativePath="$(WebKitOutputDir)\obj\WebKit\DerivedSources\IGEN_DOMHTMLTableColElement.idl"448 >449 </File>450 <File451 RelativePath="$(WebKitOutputDir)\obj\WebKit\DerivedSources\IGEN_DOMHTMLTableElement.idl"452 >453 </File>454 <File455 RelativePath="$(WebKitOutputDir)\obj\WebKit\DerivedSources\IGEN_DOMHTMLTableRowElement.idl"456 >457 </File>458 <File459 RelativePath="$(WebKitOutputDir)\obj\WebKit\DerivedSources\IGEN_DOMHTMLTableSectionElement.idl"460 >461 </File>462 <File463 RelativePath="$(WebKitOutputDir)\obj\WebKit\DerivedSources\IGEN_DOMHTMLTextAreaElement.idl"464 >465 </File>466 <File467 RelativePath="$(WebKitOutputDir)\obj\WebKit\DerivedSources\IGEN_DOMHTMLTitleElement.idl"468 >469 </File>470 <File471 RelativePath="$(WebKitOutputDir)\obj\WebKit\DerivedSources\IGEN_DOMHTMLUListElement.idl"472 >473 </File>474 </Filter>475 <Filter476 Name="css"477 >478 <File479 RelativePath="$(WebKitOutputDir)\obj\WebKit\DerivedSources\IGEN_DOMCounter.idl"480 >481 </File>482 <File483 RelativePath="$(WebKitOutputDir)\obj\WebKit\DerivedSources\IGEN_DOMCSSCharsetRule.idl"484 >485 </File>486 <File487 RelativePath="$(WebKitOutputDir)\obj\WebKit\DerivedSources\IGEN_DOMCSSFontFaceRule.idl"488 >489 </File>490 <File491 RelativePath="$(WebKitOutputDir)\obj\WebKit\DerivedSources\IGEN_DOMCSSImportRule.idl"492 >493 </File>494 <File495 RelativePath="$(WebKitOutputDir)\obj\WebKit\DerivedSources\IGEN_DOMCSSMediaRule.idl"496 >497 </File>498 <File499 RelativePath="$(WebKitOutputDir)\obj\WebKit\DerivedSources\IGEN_DOMCSSPageRule.idl"500 >501 </File>502 <File503 RelativePath="$(WebKitOutputDir)\obj\WebKit\DerivedSources\IGEN_DOMCSSPrimitiveValue.idl"504 >505 </File>506 <File507 RelativePath="$(WebKitOutputDir)\obj\WebKit\DerivedSources\IGEN_DOMCSSRule.idl"508 >509 </File>510 <File511 RelativePath="$(WebKitOutputDir)\obj\WebKit\DerivedSources\IGEN_DOMCSSRuleList.idl"512 >513 </File>514 <File515 RelativePath="$(WebKitOutputDir)\obj\WebKit\DerivedSources\IGEN_DOMCSSStyleDeclaration.idl"516 >517 </File>518 <File519 RelativePath="$(WebKitOutputDir)\obj\WebKit\DerivedSources\IGEN_DOMCSSStyleRule.idl"520 >521 </File>522 <File523 RelativePath="$(WebKitOutputDir)\obj\WebKit\DerivedSources\IGEN_DOMCSSStyleSheet.idl"524 >525 </File>526 <File527 RelativePath="$(WebKitOutputDir)\obj\WebKit\DerivedSources\IGEN_DOMCSSUnknownRule.idl"528 >529 </File>530 <File531 RelativePath="$(WebKitOutputDir)\obj\WebKit\DerivedSources\IGEN_DOMCSSValue.idl"532 >533 </File>534 <File535 RelativePath="$(WebKitOutputDir)\obj\WebKit\DerivedSources\IGEN_DOMCSSValueList.idl"536 >537 </File>538 <File539 RelativePath="$(WebKitOutputDir)\obj\WebKit\DerivedSources\IGEN_DOMMediaList.idl"540 >541 </File>542 <File543 RelativePath="$(WebKitOutputDir)\obj\WebKit\DerivedSources\IGEN_DOMRect.idl"544 >545 </File>546 <File547 RelativePath="$(WebKitOutputDir)\obj\WebKit\DerivedSources\IGEN_DOMStyleSheet.idl"548 >549 </File>550 <File551 RelativePath="$(WebKitOutputDir)\obj\WebKit\DerivedSources\IGEN_DOMStyleSheetList.idl"552 >553 </File>554 </Filter>555 <Filter556 Name="events"557 >558 <File559 RelativePath="$(WebKitOutputDir)\obj\WebKit\DerivedSources\IGEN_DOMEvent.idl"560 >561 </File>562 <File563 RelativePath="$(WebKitOutputDir)\obj\WebKit\DerivedSources\IGEN_DOMEventListener.idl"564 >565 </File>566 <File567 RelativePath="$(WebKitOutputDir)\obj\WebKit\DerivedSources\IGEN_DOMEventTarget.idl"568 >569 </File>570 </Filter>571 </Filter>572 <File573 RelativePath="..\Interfaces\DOMCore.idl"574 >575 </File>576 <File577 RelativePath="..\Interfaces\DOMCSS.idl"578 >579 </File>580 <File581 RelativePath="..\Interfaces\DOMEvents.idl"582 >583 </File>584 <File585 RelativePath="..\Interfaces\DOMExtensions.idl"586 >587 </File>588 <File589 RelativePath="..\Interfaces\DOMHTML.idl"590 >591 </File>592 <File593 RelativePath="..\Interfaces\DOMPrivate.idl"594 >595 </File>596 <File597 RelativePath="..\Interfaces\DOMRange.idl"598 >599 </File>600 <File601 RelativePath="..\Interfaces\DOMWindow.idl"602 >603 </File>604 <File605 RelativePath="..\Interfaces\IWebArchive.idl"606 >607 </File>608 <File609 RelativePath="..\Interfaces\IWebBackForwardList.idl"610 >611 </File>612 <File613 RelativePath="..\Interfaces\IWebBackForwardListPrivate.idl"614 >615 </File>616 <File617 RelativePath="..\Interfaces\IWebCache.idl"618 >619 </File>620 <File621 RelativePath="..\Interfaces\IWebDatabaseManager.idl"622 >623 </File>624 <File625 RelativePath="..\Interfaces\IWebDataSource.idl"626 >627 </File>628 <File629 RelativePath="..\Interfaces\IWebDocument.idl"630 >631 </File>632 <File633 RelativePath="..\Interfaces\IWebDownload.idl"634 >635 </File>636 <File637 RelativePath="..\Interfaces\IWebEditingDelegate.idl"638 >639 </File>640 <File641 RelativePath="..\Interfaces\IWebError.idl"642 >643 </File>644 <File645 RelativePath="..\Interfaces\IWebErrorPrivate.idl"646 >647 </File>648 <File649 RelativePath="..\Interfaces\IWebFormDelegate.idl"650 >651 </File>652 <File653 RelativePath="..\Interfaces\IWebFrame.idl"654 >655 </File>656 <File657 RelativePath="..\Interfaces\IWebFrameLoadDelegate.idl"658 >659 </File>660 <File661 RelativePath="..\Interfaces\IWebFrameLoadDelegatePrivate.idl"662 >663 </File>664 <File665 RelativePath="..\Interfaces\IWebFramePrivate.idl"666 >667 </File>668 <File669 RelativePath="..\Interfaces\IWebFrameView.idl"670 >671 </File>672 <File673 RelativePath="..\Interfaces\IWebHistory.idl"674 >675 </File>676 <File677 RelativePath="..\Interfaces\IWebHistoryItem.idl"678 >679 </File>680 <File681 RelativePath="..\Interfaces\IWebHistoryItemPrivate.idl"682 >683 </File>684 <File685 RelativePath="..\Interfaces\IWebHTMLRepresentation.idl"686 >687 </File>688 <File689 RelativePath="..\Interfaces\IWebHTTPURLResponse.idl"690 >691 </File>692 <File693 RelativePath="..\Interfaces\IWebIconDatabase.idl"694 >695 </File>696 <File697 RelativePath="..\Interfaces\IWebInspector.idl"698 >699 </File>700 <File701 RelativePath="..\Interfaces\IWebJavaScriptCollector.idl"702 >703 </File>704 <File705 RelativePath="..\Interfaces\IWebKitStatistics.idl"706 >707 </File>708 <File709 RelativePath="..\Interfaces\IWebMutableURLRequest.idl"710 >711 </File>712 <File713 RelativePath="..\Interfaces\IWebMutableURLRequestPrivate.idl"714 >715 </File>716 <File717 RelativePath="..\Interfaces\IWebNotification.idl"718 >719 </File>720 <File721 RelativePath="..\Interfaces\IWebNotificationCenter.idl"722 >723 </File>724 <File725 RelativePath="..\Interfaces\IWebNotificationObserver.idl"726 >727 </File>728 <File729 RelativePath="..\Interfaces\IWebPolicyDelegate.idl"730 >731 </File>732 <File733 RelativePath="..\Interfaces\IWebPreferences.idl"734 >735 </File>736 <File737 RelativePath="..\Interfaces\IWebPreferencesPrivate.idl"738 >739 </File>740 <File741 RelativePath="..\Interfaces\IWebResource.idl"742 >743 </File>744 <File745 RelativePath="..\Interfaces\IWebResourceLoadDelegate.idl"746 >747 </File>748 <File749 RelativePath="..\Interfaces\IWebResourceLoadDelegatePrivate.idl"750 >751 </File>752 <File753 RelativePath="..\Interfaces\IWebScriptCallFrame.idl"754 >755 </File>756 <File757 RelativePath="..\Interfaces\IWebScriptDebugListener.idl"758 >759 </File>760 <File761 RelativePath="..\Interfaces\IWebScriptDebugServer.idl"762 >763 </File>764 <File765 RelativePath="..\Interfaces\IWebScriptObject.idl"766 >767 </File>768 <File769 RelativePath="..\Interfaces\IWebScrollBarDelegatePrivate.idl"770 >771 </File>772 <File773 RelativePath="..\Interfaces\IWebScrollBarPrivate.idl"774 >775 </File>776 <File777 RelativePath="..\Interfaces\IWebSecurityOrigin.idl"778 >779 </File>780 <File781 RelativePath="..\Interfaces\IWebTextRenderer.idl"782 >783 </File>784 <File785 RelativePath="..\Interfaces\IWebUIDelegate.idl"786 >787 </File>788 <File789 RelativePath="..\Interfaces\IWebUIDelegatePrivate.idl"790 >791 </File>792 <File793 RelativePath="..\Interfaces\IWebUndoManager.idl"794 >795 </File>796 <File797 RelativePath="..\Interfaces\IWebUndoTarget.idl"798 >799 </File>800 <File801 RelativePath="..\Interfaces\IWebURLAuthenticationChallenge.idl"802 >803 </File>804 <File805 RelativePath="..\Interfaces\IWebURLRequest.idl"806 >807 </File>808 <File809 RelativePath="..\Interfaces\IWebURLResponse.idl"810 >811 </File>812 <File813 RelativePath="..\Interfaces\IWebURLResponsePrivate.idl"814 >815 </File>816 <File817 RelativePath="..\Interfaces\IWebView.idl"818 >819 </File>820 <File821 RelativePath="..\Interfaces\IWebViewPrivate.idl"822 >823 </File>824 156 <File 825 157 RelativePath="..\Interfaces\WebKit.idl" -
trunk/WebKit/win/WebKit.vcproj/WebKitGUID.vcproj
r30086 r30180 199 199 <Files> 200 200 <File 201 RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\DOMCore_i.c"202 >203 </File>204 <File205 RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\DOMCSS_i.c"206 >207 </File>208 <File209 RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\DOMEvents_i.c"210 >211 </File>212 <File213 RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\DOMExtensions_i.c"214 >215 </File>216 <File217 RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\DOMHTML_i.c"218 >219 </File>220 <File221 RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\DOMPrivate_i.c"222 >223 </File>224 <File225 RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\DOMRange_i.c"226 >227 </File>228 <File229 RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IGEN_DOMAttr_i.c"230 >231 </File>232 <File233 RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IGEN_DOMCDATASection_i.c"234 >235 </File>236 <File237 RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IGEN_DOMCharacterData_i.c"238 >239 </File>240 <File241 RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IGEN_DOMComment_i.c"242 >243 </File>244 <File245 RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IGEN_DOMCounter_i.c"246 >247 </File>248 <File249 RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IGEN_DOMCSSCharsetRule_i.c"250 >251 </File>252 <File253 RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IGEN_DOMCSSFontFaceRule_i.c"254 >255 </File>256 <File257 RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IGEN_DOMCSSImportRule_i.c"258 >259 </File>260 <File261 RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IGEN_DOMCSSMediaRule_i.c"262 >263 </File>264 <File265 RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IGEN_DOMCSSPageRule_i.c"266 >267 </File>268 <File269 RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IGEN_DOMCSSPrimitiveValue_i.c"270 >271 </File>272 <File273 RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IGEN_DOMCSSRule_i.c"274 >275 </File>276 <File277 RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IGEN_DOMCSSRuleList_i.c"278 >279 </File>280 <File281 RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IGEN_DOMCSSStyleDeclaration_i.c"282 >283 </File>284 <File285 RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IGEN_DOMCSSStyleRule_i.c"286 >287 </File>288 <File289 RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IGEN_DOMCSSStyleSheet_i.c"290 >291 </File>292 <File293 RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IGEN_DOMCSSUnknownRule_i.c"294 >295 </File>296 <File297 RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IGEN_DOMCSSValue_i.c"298 >299 </File>300 <File301 RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IGEN_DOMCSSValueList_i.c"302 >303 </File>304 <File305 RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IGEN_DOMDocument_i.c"306 >307 </File>308 <File309 RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IGEN_DOMDocumentFragment_i.c"310 >311 </File>312 <File313 RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IGEN_DOMDocumentType_i.c"314 >315 </File>316 <File317 RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IGEN_DOMDOMImplementation_i.c"318 >319 </File>320 <File321 RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IGEN_DOMElement_i.c"322 >323 </File>324 <File325 RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IGEN_DOMEntity_i.c"326 >327 </File>328 <File329 RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IGEN_DOMEntityReference_i.c"330 >331 </File>332 <File333 RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IGEN_DOMEvent_i.c"334 >335 </File>336 <File337 RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IGEN_DOMEventListener_i.c"338 >339 </File>340 <File341 RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IGEN_DOMEventTarget_i.c"342 >343 </File>344 <File345 RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IGEN_DOMHTMLAnchorElement_i.c"346 >347 </File>348 <File349 RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IGEN_DOMHTMLAppletElement_i.c"350 >351 </File>352 <File353 RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IGEN_DOMHTMLAreaElement_i.c"354 >355 </File>356 <File357 RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IGEN_DOMHTMLBaseElement_i.c"358 >359 </File>360 <File361 RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IGEN_DOMHTMLBaseFontElement_i.c"362 >363 </File>364 <File365 RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IGEN_DOMHTMLBlockquoteElement_i.c"366 >367 </File>368 <File369 RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IGEN_DOMHTMLBodyElement_i.c"370 >371 </File>372 <File373 RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IGEN_DOMHTMLBRElement_i.c"374 >375 </File>376 <File377 RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IGEN_DOMHTMLButtonElement_i.c"378 >379 </File>380 <File381 RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IGEN_DOMHTMLCollection_i.c"382 >383 </File>384 <File385 RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IGEN_DOMHTMLDirectoryElement_i.c"386 >387 </File>388 <File389 RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IGEN_DOMHTMLDivElement_i.c"390 >391 </File>392 <File393 RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IGEN_DOMHTMLDListElement_i.c"394 >395 </File>396 <File397 RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IGEN_DOMHTMLDocument_i.c"398 >399 </File>400 <File401 RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IGEN_DOMHTMLElement_i.c"402 >403 </File>404 <File405 RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IGEN_DOMHTMLEmbedElement_i.c"406 >407 </File>408 <File409 RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IGEN_DOMHTMLFieldSetElement_i.c"410 >411 </File>412 <File413 RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IGEN_DOMHTMLFontElement_i.c"414 >415 </File>416 <File417 RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IGEN_DOMHTMLFormElement_i.c"418 >419 </File>420 <File421 RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IGEN_DOMHTMLFrameElement_i.c"422 >423 </File>424 <File425 RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IGEN_DOMHTMLFrameSetElement_i.c"426 >427 </File>428 <File429 RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IGEN_DOMHTMLHeadElement_i.c"430 >431 </File>432 <File433 RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IGEN_DOMHTMLHeadingElement_i.c"434 >435 </File>436 <File437 RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IGEN_DOMHTMLHRElement_i.c"438 >439 </File>440 <File441 RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IGEN_DOMHTMLHtmlElement_i.c"442 >443 </File>444 <File445 RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IGEN_DOMHTMLIFrameElement_i.c"446 >447 </File>448 <File449 RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IGEN_DOMHTMLImageElement_i.c"450 >451 </File>452 <File453 RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IGEN_DOMHTMLInputElement_i.c"454 >455 </File>456 <File457 RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IGEN_DOMHTMLIsIndexElement_i.c"458 >459 </File>460 <File461 RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IGEN_DOMHTMLLabelElement_i.c"462 >463 </File>464 <File465 RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IGEN_DOMHTMLLegendElement_i.c"466 >467 </File>468 <File469 RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IGEN_DOMHTMLLIElement_i.c"470 >471 </File>472 <File473 RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IGEN_DOMHTMLLinkElement_i.c"474 >475 </File>476 <File477 RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IGEN_DOMHTMLMapElement_i.c"478 >479 </File>480 <File481 RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IGEN_DOMHTMLMarqueeElement_i.c"482 >483 </File>484 <File485 RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IGEN_DOMHTMLMenuElement_i.c"486 >487 </File>488 <File489 RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IGEN_DOMHTMLMetaElement_i.c"490 >491 </File>492 <File493 RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IGEN_DOMHTMLModElement_i.c"494 >495 </File>496 <File497 RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IGEN_DOMHTMLObjectElement_i.c"498 >499 </File>500 <File501 RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IGEN_DOMHTMLOListElement_i.c"502 >503 </File>504 <File505 RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IGEN_DOMHTMLOptGroupElement_i.c"506 >507 </File>508 <File509 RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IGEN_DOMHTMLOptionElement_i.c"510 >511 </File>512 <File513 RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IGEN_DOMHTMLOptionsCollection_i.c"514 >515 </File>516 <File517 RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IGEN_DOMHTMLParagraphElement_i.c"518 >519 </File>520 <File521 RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IGEN_DOMHTMLParamElement_i.c"522 >523 </File>524 <File525 RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IGEN_DOMHTMLPreElement_i.c"526 >527 </File>528 <File529 RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IGEN_DOMHTMLQuoteElement_i.c"530 >531 </File>532 <File533 RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IGEN_DOMHTMLScriptElement_i.c"534 >535 </File>536 <File537 RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IGEN_DOMHTMLSelectElement_i.c"538 >539 </File>540 <File541 RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IGEN_DOMHTMLStyleElement_i.c"542 >543 </File>544 <File545 RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IGEN_DOMHTMLTableCaptionElement_i.c"546 >547 </File>548 <File549 RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IGEN_DOMHTMLTableCellElement_i.c"550 >551 </File>552 <File553 RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IGEN_DOMHTMLTableColElement_i.c"554 >555 </File>556 <File557 RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IGEN_DOMHTMLTableElement_i.c"558 >559 </File>560 <File561 RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IGEN_DOMHTMLTableRowElement_i.c"562 >563 </File>564 <File565 RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IGEN_DOMHTMLTableSectionElement_i.c"566 >567 </File>568 <File569 RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IGEN_DOMHTMLTextAreaElement_i.c"570 >571 </File>572 <File573 RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IGEN_DOMHTMLTitleElement_i.c"574 >575 </File>576 <File577 RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IGEN_DOMHTMLUListElement_i.c"578 >579 </File>580 <File581 RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IGEN_DOMMediaList_i.c"582 >583 </File>584 <File585 RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IGEN_DOMNamedNodeMap_i.c"586 >587 </File>588 <File589 RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IGEN_DOMNode_i.c"590 >591 </File>592 <File593 RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IGEN_DOMNodeList_i.c"594 >595 </File>596 <File597 RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IGEN_DOMNotation_i.c"598 >599 </File>600 <File601 RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IGEN_DOMObject_i.c"602 >603 </File>604 <File605 RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IGEN_DOMProcessingInstruction_i.c"606 >607 </File>608 <File609 RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IGEN_DOMRect_i.c"610 >611 </File>612 <File613 RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IGEN_DOMStyleSheet_i.c"614 >615 </File>616 <File617 RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IGEN_DOMStyleSheetList_i.c"618 >619 </File>620 <File621 RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IGEN_DOMText_i.c"622 >623 </File>624 <File625 RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IWebArchive_i.c"626 >627 </File>628 <File629 RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IWebBackForwardList_i.c"630 >631 </File>632 <File633 RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IWebBackForwardListPrivate_i.c"634 >635 </File>636 <File637 RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IWebCache_i.c"638 >639 </File>640 <File641 RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IWebDatabaseManager_i.c"642 >643 </File>644 <File645 RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IWebDataSource_i.c"646 >647 </File>648 <File649 RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IWebDocument_i.c"650 >651 </File>652 <File653 RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IWebDownload_i.c"654 >655 </File>656 <File657 RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IWebEditingDelegate_i.c"658 >659 </File>660 <File661 RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IWebError_i.c"662 >663 </File>664 <File665 RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IWebErrorPrivate_i.c"666 >667 </File>668 <File669 RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IWebFormDelegate_i.c"670 >671 </File>672 <File673 RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IWebFrame_i.c"674 >675 </File>676 <File677 RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IWebFrameLoadDelegate_i.c"678 >679 </File>680 <File681 RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IWebFrameLoadDelegatePrivate_i.c"682 >683 </File>684 <File685 RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IWebFramePrivate_i.c"686 >687 </File>688 <File689 RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IWebFrameView_i.c"690 >691 </File>692 <File693 RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IWebHistory_i.c"694 >695 </File>696 <File697 RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IWebHistoryItem_i.c"698 >699 </File>700 <File701 RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IWebHistoryItemPrivate_i.c"702 >703 </File>704 <File705 RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IWebHTMLRepresentation_i.c"706 >707 </File>708 <File709 RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IWebHTTPURLResponse_i.c"710 >711 </File>712 <File713 RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IWebIconDatabase_i.c"714 >715 </File>716 <File717 RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IWebInspector_i.c"718 >719 </File>720 <File721 RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IWebJavaScriptCollector_i.c"722 >723 </File>724 <File725 RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IWebKitStatistics_i.c"726 >727 </File>728 <File729 RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IWebMutableURLRequest_i.c"730 >731 </File>732 <File733 RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IWebMutableURLRequestPrivate_i.c"734 >735 </File>736 <File737 RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IWebNotification_i.c"738 >739 </File>740 <File741 RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IWebNotificationCenter_i.c"742 >743 </File>744 <File745 RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IWebNotificationObserver_i.c"746 >747 </File>748 <File749 RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IWebPolicyDelegate_i.c"750 >751 </File>752 <File753 RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IWebPreferences_i.c"754 >755 </File>756 <File757 RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IWebPreferencesPrivate_i.c"758 >759 </File>760 <File761 RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IWebResource_i.c"762 >763 </File>764 <File765 RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IWebResourceLoadDelegate_i.c"766 >767 </File>768 <File769 RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IWebResourceLoadDelegatePrivate_i.c"770 >771 </File>772 <File773 RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IWebScriptCallFrame_i.c"774 >775 </File>776 <File777 RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IWebScriptDebugListener_i.c"778 >779 </File>780 <File781 RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IWebScriptDebugServer_i.c"782 >783 </File>784 <File785 RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IWebScriptObject_i.c"786 >787 </File>788 <File789 RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IWebScrollBarDelegatePrivate_i.c"790 >791 </File>792 <File793 RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IWebScrollBarPrivate_i.c"794 >795 </File>796 <File797 RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IWebSecurityOrigin_i.c"798 >799 </File>800 <File801 RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IWebTextRenderer_i.c"802 >803 </File>804 <File805 RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IWebUIDelegate_i.c"806 >807 </File>808 <File809 RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IWebUIDelegatePrivate_i.c"810 >811 </File>812 <File813 RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IWebUndoManager_i.c"814 >815 </File>816 <File817 RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IWebUndoTarget_i.c"818 >819 </File>820 <File821 RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IWebURLAuthenticationChallenge_i.c"822 >823 </File>824 <File825 RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IWebURLRequest_i.c"826 >827 </File>828 <File829 RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IWebURLResponse_i.c"830 >831 </File>832 <File833 RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IWebURLResponsePrivate_i.c"834 >835 </File>836 <File837 RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IWebView_i.c"838 >839 </File>840 <File841 RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\IWebViewPrivate_i.c"842 >843 </File>844 <File845 201 RelativePath="$(WebKitOutputDir)\obj\WebKit\Interfaces\WebKit_i.c" 846 202 > -
trunk/WebKit/win/WebKitDLL.cpp
r28531 r30180 28 28 29 29 #include "ForEachCoClass.h" 30 #include " IWebURLResponse.h"30 #include "WebKit.h" 31 31 #include "ProgIDMacros.h" 32 32 #include "WebKit.h" -
trunk/WebKit/win/WebKitStatistics.h
r23220 r30180 30 30 #define WebkitStatistics_h 31 31 32 #include " IWebKitStatistics.h"32 #include "WebKit.h" 33 33 34 34 class WebKitStatistics : public IWebKitStatistics { -
trunk/WebKit/win/WebMutableURLRequest.cpp
r30086 r30180 28 28 #include "WebMutableURLRequest.h" 29 29 30 #include " IWebURLResponse.h"30 #include "WebKit.h" 31 31 #include "MarshallingHelpers.h" 32 32 #include "WebKit.h" -
trunk/WebKit/win/WebMutableURLRequest.h
r30086 r30180 27 27 #define WebMutableURLRequest_H 28 28 29 #include "IWebMutableURLRequest.h" 30 #include "IWebMutableURLRequestPrivate.h" 29 #include "WebKit.h" 31 30 #pragma warning(push, 0) 32 31 #include <WebCore/ResourceRequest.h> -
trunk/WebKit/win/WebNotification.h
r23455 r30180 27 27 #define WebNotification_H 28 28 29 #include " IWebNotification.h"29 #include "WebKit.h" 30 30 31 31 class WebNotification : public IWebNotification -
trunk/WebKit/win/WebNotificationCenter.h
r26940 r30180 27 27 #define WebNotificationCenter_H 28 28 29 #include " IWebNotificationCenter.h"29 #include "WebKit.h" 30 30 #include <wtf/OwnPtr.h> 31 31 -
trunk/WebKit/win/WebPreferences.h
r29698 r30180 27 27 #define WebPreferences_H 28 28 29 #include "IWebPreferences.h" 30 #include "IWebPreferencesPrivate.h" 29 #include "WebKit.h" 31 30 #include <CoreFoundation/CoreFoundation.h> 32 31 #include <WebCore/BString.h> -
trunk/WebKit/win/WebResource.h
r22935 r30180 27 27 #define WebResource_h 28 28 29 #include " IWebResource.h"29 #include "WebKit.h" 30 30 #include "COMPtr.h" 31 31 -
trunk/WebKit/win/WebScriptCallFrame.h
r29663 r30180 30 30 #define WebScriptCallFrame_h 31 31 32 #include " IWebScriptCallFrame.h"32 #include "WebKit.h" 33 33 34 34 #include <JavaScriptCore/ExecState.h> -
trunk/WebKit/win/WebScriptDebugServer.cpp
r28209 r30180 25 25 26 26 #include "config.h" 27 #include " IWebScriptDebugListener.h"27 #include "WebKit.h" 28 28 #include "WebKitDLL.h" 29 29 #include "WebScriptDebugServer.h" -
trunk/WebKit/win/WebScriptDebugServer.h
r28209 r30180 27 27 #define WebScriptDebugServer_H 28 28 29 #include " IWebScriptDebugServer.h"29 #include "WebKit.h" 30 30 31 #include "IWebScriptDebugListener.h"32 31 #include <wtf/HashSet.h> 33 32 #pragma warning(push, 0) -
trunk/WebKit/win/WebScriptDebugger.cpp
r28468 r30180 31 31 #include "WebScriptDebugger.h" 32 32 33 #include " IWebView.h"33 #include "WebKit.h" 34 34 #include "WebFrame.h" 35 35 #include "WebScriptCallFrame.h" -
trunk/WebKit/win/WebScriptDebugger.h
r29663 r30180 30 30 #define WebScriptDebugger_H 31 31 32 #include "IWebView.h" 33 #include "IWebScriptCallFrame.h" 32 #include "WebKit.h" 34 33 35 34 #include <JavaScriptCore/debugger.h> -
trunk/WebKit/win/WebScriptObject.h
r23455 r30180 27 27 #define WebScriptObject_H 28 28 29 #include " IWebScriptObject.h"29 #include "WebKit.h" 30 30 31 31 class WebScriptObject : public IWebScriptObject -
trunk/WebKit/win/WebScrollBar.h
r29582 r30180 27 27 #define WebScrollBar_h 28 28 29 #include "IWebScrollBarDelegatePrivate.h" 30 #include "IWebScrollBarPrivate.h" 29 #include "WebKit.h" 31 30 32 31 #include <wtf/RefPtr.h> -
trunk/WebKit/win/WebSecurityOrigin.h
r29663 r30180 30 30 #define WebSecurityOrigin_h 31 31 32 #include " IWebSecurityOrigin.h"32 #include "WebKit.h" 33 33 #include <WebCore/SecurityOrigin.h> 34 34 -
trunk/WebKit/win/WebTextRenderer.h
r29663 r30180 30 30 #define WebTextRenderer_h 31 31 32 #include " IWebTextRenderer.h"32 #include "WebKit.h" 33 33 34 34 class WebTextRenderer : public IWebTextRenderer { -
trunk/WebKit/win/WebURLAuthenticationChallenge.h
r28092 r30180 27 27 #define WebURLAuthenticationChallenge_h 28 28 29 #include " IWebURLAuthenticationChallenge.h"29 #include "WebKit.h" 30 30 31 31 #pragma warning(push, 0) -
trunk/WebKit/win/WebURLAuthenticationChallengeSender.h
r28092 r30180 27 27 #define WebURLAuthenticationChallengeSender_h 28 28 29 #include " IWebURLAuthenticationChallenge.h"29 #include "WebKit.h" 30 30 31 31 #include <wtf/Forward.h> -
trunk/WebKit/win/WebURLCredential.h
r22810 r30180 27 27 #define WebURLCredential_h 28 28 29 #include " IWebURLAuthenticationChallenge.h"29 #include "WebKit.h" 30 30 31 31 #pragma warning(push, 0) -
trunk/WebKit/win/WebURLProtectionSpace.h
r22873 r30180 27 27 #define WebURLProtectionSpace_h 28 28 29 #include " IWebURLAuthenticationChallenge.h"29 #include "WebKit.h" 30 30 31 31 #pragma warning(push, 0) -
trunk/WebKit/win/WebURLResponse.h
r28092 r30180 27 27 #define WebURLResponse_H 28 28 29 #include "IWebURLResponse.h" 30 #include "IWebHTTPURLResponse.h" 31 #include "IWebURLResponsePrivate.h" 29 #include "WebKit.h" 32 30 33 31 #pragma warning(push, 0) -
trunk/WebKit/win/WebView.cpp
r30015 r30180 30 30 #include "CFDictionaryPropertyBag.h" 31 31 #include "DOMCoreClasses.h" 32 #include "IWebNotification.h"33 32 #include "WebDatabaseManager.h" 34 33 #include "WebDocumentLoader.h" -
trunk/WebKit/win/WebView.h
r29627 r30180 28 28 29 29 #include "COMPtr.h" 30 #include "IWebNotificationObserver.h" 31 #include "IWebUIDelegatePrivate.h" 32 #include "IWebView.h" 33 #include "IWebViewPrivate.h" 30 #include "WebKit.h" 34 31 #include "WebFrame.h" 35 32 #include "WebPreferences.h"
Note:
See TracChangeset
for help on using the changeset viewer.