Changeset 4269
- Timestamp:
- 05/02/03 17:42:39 (7 years ago)
- Location:
- trunk
- Files:
-
- 56 modified
-
WebCore/ChangeLog-2003-10-25 (modified) (1 diff)
-
WebCore/ChangeLog-2005-08-23 (modified) (1 diff)
-
WebCore/kwq/WebCoreBridge.h (modified) (2 diffs)
-
WebCore/kwq/WebCoreDOMPrivate.h (modified) (1 diff)
-
WebCore/kwq/WebCoreHistory.h (modified) (2 diffs)
-
WebCore/kwq/WebCoreResourceLoader.h (modified) (1 diff)
-
WebCore/kwq/WebCoreTextRenderer.h (modified) (1 diff)
-
WebCore/kwq/WebDOMDocument.h (modified) (1 diff)
-
WebCore/kwq/WebDOMElement.h (modified) (4 diffs)
-
WebCore/kwq/WebDOMNode.h (modified) (3 diffs)
-
WebKit/Carbon.subproj/CarbonWindowAdapter.h (modified) (2 diffs)
-
WebKit/Carbon.subproj/HIViewAdapter.h (modified) (1 diff)
-
WebKit/ChangeLog (modified) (2 diffs)
-
WebKit/DOM.subproj/WebDOMDocument.h (modified) (1 diff)
-
WebKit/DOM.subproj/WebDOMNode.h (modified) (5 diffs)
-
WebKit/History.subproj/WebBackForwardList.h (modified) (1 diff)
-
WebKit/History.subproj/WebHistoryItemPrivate.h (modified) (3 diffs)
-
WebKit/History.subproj/WebHistoryPrivate.h (modified) (2 diffs)
-
WebKit/History.subproj/WebURLsWithTitles.h (modified) (1 diff)
-
WebKit/Misc.subproj/WebDatabase.h (modified) (3 diffs)
-
WebKit/Misc.subproj/WebFileDatabase.h (modified) (1 diff)
-
WebKit/Misc.subproj/WebIconDatabase.h (modified) (1 diff)
-
WebKit/Misc.subproj/WebIconLoader.h (modified) (3 diffs)
-
WebKit/Misc.subproj/WebKitNSStringExtras.h (modified) (1 diff)
-
WebKit/Misc.subproj/WebUnicode.h (modified) (1 diff)
-
WebKit/Panels.subproj/WebPanelAuthenticationHandler.h (modified) (1 diff)
-
WebKit/Plugins.subproj/WebBasePluginPackage.h (modified) (1 diff)
-
WebKit/Plugins.subproj/WebNetscapePluginStream.h (modified) (1 diff)
-
WebKit/Plugins.subproj/WebNullPluginView.h (modified) (1 diff)
-
WebKit/Plugins.subproj/WebPluginViewFactory.h (modified) (1 diff)
-
WebKit/WebCoreSupport.subproj/WebGlyphBuffer.h (modified) (1 diff)
-
WebKit/WebCoreSupport.subproj/WebTextRenderer.h (modified) (1 diff)
-
WebKit/WebCoreSupport.subproj/WebTextRendererFactory.h (modified) (1 diff)
-
WebKit/WebView.subproj/WebBaseResourceHandleDelegate.h (modified) (2 diffs)
-
WebKit/WebView.subproj/WebControllerSets.h (modified) (1 diff)
-
WebKit/WebView.subproj/WebDataProtocol.h (modified) (1 diff)
-
WebKit/WebView.subproj/WebDataSource.h (modified) (1 diff)
-
WebKit/WebView.subproj/WebDataSourcePrivate.h (modified) (3 diffs)
-
WebKit/WebView.subproj/WebDebugDOMNode.h (modified) (1 diff)
-
WebKit/WebView.subproj/WebDocument.h (modified) (8 diffs)
-
WebKit/WebView.subproj/WebFrame.h (modified) (2 diffs)
-
WebKit/WebView.subproj/WebFramePrivate.h (modified) (4 diffs)
-
WebKit/WebView.subproj/WebFrameView.h (modified) (1 diff)
-
WebKit/WebView.subproj/WebHTMLRepresentation.h (modified) (3 diffs)
-
WebKit/WebView.subproj/WebHTMLView.h (modified) (2 diffs)
-
WebKit/WebView.subproj/WebLoader.h (modified) (2 diffs)
-
WebKit/WebView.subproj/WebMainResourceClient.h (modified) (1 diff)
-
WebKit/WebView.subproj/WebMainResourceLoader.h (modified) (1 diff)
-
WebKit/WebView.subproj/WebPolicyDelegate.h (modified) (7 diffs)
-
WebKit/WebView.subproj/WebPolicyDelegatePrivate.h (modified) (1 diff)
-
WebKit/WebView.subproj/WebPreferencesPrivate.h (modified) (1 diff)
-
WebKit/WebView.subproj/WebRenderNode.h (modified) (1 diff)
-
WebKit/WebView.subproj/WebResourceLoadDelegate.h (modified) (8 diffs)
-
WebKit/WebView.subproj/WebUIDelegate.h (modified) (6 diffs)
-
WebKit/WebView.subproj/WebView.h (modified) (8 diffs)
-
WebKit/WebView.subproj/WebViewPrivate.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/WebCore/ChangeLog-2003-10-25
r4266 r4269 1 2003-05-02 Maciej Stachowiak <mjs@apple.com> 2 3 Reviewed by Richard. 4 5 - reformatted method prototypes to match AppKit style 6 7 * kwq/WebCoreBridge.h: 8 * kwq/WebCoreDOMPrivate.h: 9 * kwq/WebCoreHistory.h: 10 * kwq/WebCoreResourceLoader.h: 11 * kwq/WebCoreTextRenderer.h: 12 * kwq/WebDOMDocument.h: 13 * kwq/WebDOMElement.h: 14 * kwq/WebDOMNode.h: 15 1 16 2003-05-02 Maciej Stachowiak <mjs@apple.com> 2 17 -
trunk/WebCore/ChangeLog-2005-08-23
r4266 r4269 1 2003-05-02 Maciej Stachowiak <mjs@apple.com> 2 3 Reviewed by Richard. 4 5 - reformatted method prototypes to match AppKit style 6 7 * kwq/WebCoreBridge.h: 8 * kwq/WebCoreDOMPrivate.h: 9 * kwq/WebCoreHistory.h: 10 * kwq/WebCoreResourceLoader.h: 11 * kwq/WebCoreTextRenderer.h: 12 * kwq/WebDOMDocument.h: 13 * kwq/WebDOMElement.h: 14 * kwq/WebDOMNode.h: 15 1 16 2003-05-02 Maciej Stachowiak <mjs@apple.com> 2 17 -
trunk/WebCore/kwq/WebCoreBridge.h
r4266 r4269 100 100 } 101 101 102 - (void)initializeSettings: (WebCoreSettings *)settings;102 - (void)initializeSettings:(WebCoreSettings *)settings; 103 103 104 104 - (void)setRenderPart:(KHTMLRenderPart *)renderPart; … … 304 304 - (int)getObjectCacheSize; 305 305 306 - (BOOL)frameRequiredForMIMEType: (NSString*)mimeType;306 - (BOOL)frameRequiredForMIMEType:(NSString*)mimeType; 307 307 308 308 - (void)loadEmptyDocumentSynchronously; -
trunk/WebCore/kwq/WebCoreDOMPrivate.h
r3376 r4269 43 43 44 44 @interface WebCoreDOMDocumentType (CorePrivate) 45 + (WebCoreDOMDocumentType *)documentTypeWithImpl: (DOM::DocumentTypeImpl *)impl;45 + (WebCoreDOMDocumentType *)documentTypeWithImpl:(DOM::DocumentTypeImpl *)impl; 46 46 - (DOM::DocumentTypeImpl *)documentTypeImpl; 47 47 @end 48 48 49 49 @interface WebCoreDOMImplementation (CorePrivate) 50 + (WebCoreDOMImplementation *)implementationWithImpl: (DOM::DOMImplementationImpl *)impl;51 - initWithImpl: (DOM::DOMImplementationImpl *)coreImpl;50 + (WebCoreDOMImplementation *)implementationWithImpl:(DOM::DOMImplementationImpl *)impl; 51 - initWithImpl:(DOM::DOMImplementationImpl *)coreImpl; 52 52 - (DOM::DOMImplementationImpl *)DOMImplementationImpl; 53 53 @end 54 54 55 55 @interface WebCoreDOMDocument (CorePrivate) 56 + (WebCoreDOMDocument *)documentWithImpl: (DOM::DocumentImpl *)impl;56 + (WebCoreDOMDocument *)documentWithImpl:(DOM::DocumentImpl *)impl; 57 57 - (DOM::DocumentImpl *)documentImpl; 58 58 @end 59 59 60 60 @interface WebCoreDOMNamedNodeMap (CorePrivate) 61 + (WebCoreDOMNamedNodeMap *)namedNodeMapWithImpl: (DOM::NamedNodeMapImpl *)impl;62 - initWithImpl: (DOM::NamedNodeMapImpl *)coreImpl;61 + (WebCoreDOMNamedNodeMap *)namedNodeMapWithImpl:(DOM::NamedNodeMapImpl *)impl; 62 - initWithImpl:(DOM::NamedNodeMapImpl *)coreImpl; 63 63 - (DOM::NamedNodeMapImpl *)impl; 64 64 @end 65 65 66 66 @interface WebCoreDOMElement (CorePrivate) 67 + (WebCoreDOMElement *)elementWithImpl: (DOM::ElementImpl *)impl;67 + (WebCoreDOMElement *)elementWithImpl:(DOM::ElementImpl *)impl; 68 68 - (DOM::ElementImpl *)elementImpl; 69 69 @end 70 70 71 71 @interface WebCoreDOMAttr (CorePrivate) 72 + (WebCoreDOMAttr *)attrWithImpl: (DOM::AttrImpl *)impl;72 + (WebCoreDOMAttr *)attrWithImpl:(DOM::AttrImpl *)impl; 73 73 - (DOM::AttrImpl *)attrImpl; 74 74 @end 75 75 76 76 @interface WebCoreDOMDocumentFragment (CorePrivate) 77 + (WebCoreDOMDocumentFragment *)documentFragmentWithImpl: (DOM::DocumentFragmentImpl *)impl;77 + (WebCoreDOMDocumentFragment *)documentFragmentWithImpl:(DOM::DocumentFragmentImpl *)impl; 78 78 - (DOM::DocumentFragmentImpl *)documentFragmentImpl; 79 79 @end 80 80 81 81 @interface WebCoreDOMCharacterData (CorePrivate) 82 + (WebCoreDOMCharacterData *)characterDataWithImpl: (DOM::CharacterDataImpl *)impl;83 - initWithImpl: (DOM::CharacterDataImpl *)coreImpl;82 + (WebCoreDOMCharacterData *)characterDataWithImpl:(DOM::CharacterDataImpl *)impl; 83 - initWithImpl:(DOM::CharacterDataImpl *)coreImpl; 84 84 - (DOM::CharacterDataImpl *)impl; 85 85 @end 86 86 87 87 @interface WebCoreDOMText (CorePrivate) 88 + (WebCoreDOMText *)textWithImpl: (DOM::TextImpl *)impl;88 + (WebCoreDOMText *)textWithImpl:(DOM::TextImpl *)impl; 89 89 - (DOM::TextImpl *)textImpl; 90 90 @end 91 91 92 92 @interface WebCoreDOMComment (CorePrivate) 93 + (WebCoreDOMComment *)commentWithImpl: (DOM::CommentImpl *)impl;93 + (WebCoreDOMComment *)commentWithImpl:(DOM::CommentImpl *)impl; 94 94 - (DOM::CommentImpl *)commentImpl; 95 95 @end 96 96 97 97 @interface WebCoreDOMCDATASection (CorePrivate) 98 + (WebCoreDOMCDATASection *)CDATASectionWithImpl: (DOM::CDATASectionImpl *)impl;98 + (WebCoreDOMCDATASection *)CDATASectionWithImpl:(DOM::CDATASectionImpl *)impl; 99 99 - (DOM::CDATASectionImpl *)CDATASectionImpl; 100 100 @end 101 101 102 102 @interface WebCoreDOMProcessingInstruction (CorePrivate) 103 + (WebCoreDOMProcessingInstruction *)processingInstructionWithImpl: (DOM::ProcessingInstructionImpl *)impl;103 + (WebCoreDOMProcessingInstruction *)processingInstructionWithImpl:(DOM::ProcessingInstructionImpl *)impl; 104 104 - (DOM::ProcessingInstructionImpl *)processingInstructionImpl; 105 105 @end 106 106 107 107 @interface WebCoreDOMEntityReference (CorePrivate) 108 + (WebCoreDOMEntityReference *)entityReferenceWithImpl: (DOM::EntityReferenceImpl *)impl;108 + (WebCoreDOMEntityReference *)entityReferenceWithImpl:(DOM::EntityReferenceImpl *)impl; 109 109 - (DOM::EntityReferenceImpl *)entityReferenceImpl; 110 110 @end 111 111 112 112 @interface WebCoreDOMNode (CorePrivate) 113 + (WebCoreDOMNode *)nodeWithImpl: (DOM::NodeImpl *)impl;114 - initWithImpl: (DOM::NodeImpl *)coreImpl;113 + (WebCoreDOMNode *)nodeWithImpl:(DOM::NodeImpl *)impl; 114 - initWithImpl:(DOM::NodeImpl *)coreImpl; 115 115 - (DOM::NodeImpl *)impl; 116 116 @end 117 117 118 118 @interface WebCoreDOMNodeList (CorePrivate) 119 + (WebCoreDOMNodeList *)nodeListWithImpl: (DOM::NodeListImpl *)impl;120 - initWithImpl: (DOM::NodeListImpl *)coreImpl;119 + (WebCoreDOMNodeList *)nodeListWithImpl:(DOM::NodeListImpl *)impl; 120 - initWithImpl:(DOM::NodeListImpl *)coreImpl; 121 121 - (DOM::NodeListImpl *)impl; 122 122 @end -
trunk/WebCore/kwq/WebCoreHistory.h
r3887 r4269 27 27 28 28 @protocol WebCoreHistoryProvider <NSObject> 29 - (BOOL)containsItemForURLString: (NSString *)urlString;29 - (BOOL)containsItemForURLString:(NSString *)urlString; 30 30 @end 31 31 … … 34 34 } 35 35 36 + (void)setHistoryProvider: (id<WebCoreHistoryProvider>)h;36 + (void)setHistoryProvider:(id<WebCoreHistoryProvider>)h; 37 37 + (id<WebCoreHistoryProvider>)historyProvider; 38 38 -
trunk/WebCore/kwq/WebCoreResourceLoader.h
r3376 r4269 28 28 @protocol WebCoreResourceLoader <NSObject> 29 29 30 - (void)receivedResponse: response;30 - (void)receivedResponse:(id)response; 31 31 32 32 - (void)addData:(NSData *)data; -
trunk/WebCore/kwq/WebCoreTextRenderer.h
r3648 r4269 39 39 40 40 // horizontal metrics 41 - (float)floatWidthForCharacters:(const unichar *)characters stringLength:(unsigned)length fromCharacterPosition: (int)pos numberOfCharacters: (int)len withPadding: (int)padding applyRounding: (BOOL)applyRounding attemptFontSubstitution: (BOOL)attemptFontSubstitution widths: (float *)buffer letterSpacing: (int)letterSpacing wordSpacing: (int)wordSpacing fontFamilies:(NSString **)families;41 - (float)floatWidthForCharacters:(const unichar *)characters stringLength:(unsigned)length fromCharacterPosition:(int)pos numberOfCharacters:(int)len withPadding:(int)padding applyRounding:(BOOL)applyRounding attemptFontSubstitution:(BOOL)attemptFontSubstitution widths:(float *)buffer letterSpacing:(int)letterSpacing wordSpacing:(int)wordSpacing fontFamilies:(NSString **)families; 42 42 43 43 // drawing 44 - (void)drawCharacters:(const UniChar *)characters stringLength:(unsigned)length fromCharacterPosition:(int)from toCharacterPosition:(int)to atPoint:(NSPoint)point withPadding: (int)padding withTextColor:(NSColor *)textColor backgroundColor:(NSColor *)backgroundColor rightToLeft: (BOOL)rtl letterSpacing: (int)letterSpacing wordSpacing: (int)wordSpacing fontFamilies:(NSString **)families;45 - (void)drawLineForCharacters:(NSPoint)point yOffset:(float)yOffset withWidth: (int)width withColor:(NSColor *)color;44 - (void)drawCharacters:(const UniChar *)characters stringLength:(unsigned)length fromCharacterPosition:(int)from toCharacterPosition:(int)to atPoint:(NSPoint)point withPadding:(int)padding withTextColor:(NSColor *)textColor backgroundColor:(NSColor *)backgroundColor rightToLeft:(BOOL)rtl letterSpacing:(int)letterSpacing wordSpacing:(int)wordSpacing fontFamilies:(NSString **)families; 45 - (void)drawLineForCharacters:(NSPoint)point yOffset:(float)yOffset withWidth:(int)width withColor:(NSColor *)color; 46 46 47 47 @end -
trunk/WebCore/kwq/WebDOMDocument.h
r3376 r4269 63 63 @protocol WebDOMImplementation 64 64 65 - (BOOL)hasFeature: (NSString *)feature :(NSString *)version;65 - (BOOL)hasFeature:(NSString *)feature :(NSString *)version; 66 66 67 - (id<WebDOMDocumentType>)createDocumentType: (NSString *)qualifiedName67 - (id<WebDOMDocumentType>)createDocumentType:(NSString *)qualifiedName 68 68 :(NSString *)publicId 69 69 :(NSString *)systemId 70 70 :(int *)exceptionCode; 71 71 72 - (id<WebDOMDocument>)createDocument: (NSString *)namespaceURI73 : (NSString *)qualifiedName74 : (id<WebDOMDocumentType>)doctype;72 - (id<WebDOMDocument>)createDocument:(NSString *)namespaceURI 73 :(NSString *)qualifiedName 74 :(id<WebDOMDocumentType>)doctype; 75 75 76 76 @end -
trunk/WebCore/kwq/WebDOMElement.h
r3376 r4269 50 50 - (NSString *)data; 51 51 52 - (void)setData: (NSString *)data;52 - (void)setData:(NSString *)data; 53 53 54 54 - (unsigned long)length; 55 55 56 - (NSString *)substringData: (unsigned long)offset :(unsigned long)count;56 - (NSString *)substringData:(unsigned long)offset :(unsigned long)count; 57 57 58 58 - (void)appendData:(NSString *)arg; … … 73 73 @protocol WebDOMText <WebDOMCharacterData> 74 74 75 - (id<WebDOMText>)splitText: (unsigned long)offset;75 - (id<WebDOMText>)splitText:(unsigned long)offset; 76 76 77 77 @end … … 103 103 - (NSString *)tagName; 104 104 105 - (NSString *)getAttribute: (NSString *)name;105 - (NSString *)getAttribute:(NSString *)name; 106 106 107 107 - (void)setAttribute:(NSString *)name :(NSString *)value; … … 129 129 - (id<WebDOMAttr>)setAttributeNodeNS:(id<WebDOMAttr>)newAttr; 130 130 131 - (BOOL)hasAttribute: (NSString *)name;131 - (BOOL)hasAttribute:(NSString *)name; 132 132 133 133 - (BOOL)hasAttributeNS:(NSString *)namespaceURI :(NSString *)localName; -
trunk/WebCore/kwq/WebDOMNode.h
r3376 r4269 49 49 - (NSString *)nodeName; 50 50 - (NSString *)nodeValue; 51 - (void)setNodeValue: (NSString *)string;51 - (void)setNodeValue:(NSString *)string; 52 52 - (unsigned short)nodeType; 53 53 - (id<WebDOMNode>)parentNode; … … 64 64 - (id<WebDOMNode>)appendChild:(id<WebDOMNode>)newChild; 65 65 - (BOOL)hasChildNodes; 66 - (id<WebDOMNode>)cloneNode: (BOOL) deep;66 - (id<WebDOMNode>)cloneNode:(BOOL) deep; 67 67 - (void)normalize; 68 - (BOOL)isSupported:(NSString *)feature : (NSString *)version;68 - (BOOL)isSupported:(NSString *)feature :(NSString *)version; 69 69 - (NSString *)namespaceURI; 70 70 - (NSString *)prefix; 71 - (void)setPrefix: (NSString *)prefix;71 - (void)setPrefix:(NSString *)prefix; 72 72 - (NSString *)localName; 73 73 - (BOOL)hasAttributes; … … 93 93 94 94 - (unsigned long)length; 95 - (id<WebDOMNode>)item: (unsigned long)index;95 - (id<WebDOMNode>)item:(unsigned long)index; 96 96 97 97 @end -
trunk/WebKit/Carbon.subproj/CarbonWindowAdapter.h
r3764 r4269 12 12 #import <HIToolbox/MacWindows.h> 13 13 14 @interface CarbonWindowAdapter : NSWindow {15 16 @private14 @interface CarbonWindowAdapter : NSWindow 15 { 16 @private 17 17 18 18 // The Carbon window that's being encapsulated, and whether or not this object owns (has responsibility for disposing) it. 19 19 WindowRef _windowRef; 20 20 BOOL _windowRefIsOwned; 21 BOOL _carbon;22 21 BOOL _carbon; 22 23 23 // The UPP for the event handler that we use to deal with various Carbon events, and the event handler itself. 24 24 EventHandlerUPP _handleEventUPP; … … 27 27 // Yes if this object should let Carbon handle kEventWindowActivated and kEventWindowDeactivated events. No otherwise. 28 28 BOOL _passingCarbonWindowActivationEvents; 29 30 29 } 31 30 -
trunk/WebKit/Carbon.subproj/HIViewAdapter.h
r3866 r4269 4 4 // 5 5 // Created by Ed Voas on Mon Jan 20 2003. 6 // Copyright (c) 2003 __MyCompanyName__. All rights reserved.6 // Copyright (c) 2003 Apple Computer, Inc. All rights reserved. 7 7 // 8 8 -
trunk/WebKit/ChangeLog
r4266 r4269 1 2003-05-02 Maciej Stachowiak <mjs@apple.com> 2 3 Reviewed by Richard. 4 5 - reformatted method prototypes to match AppKit style 6 - remove "Public header file" from headers that are not public 7 - fix header doc @method names to match actual method names 8 9 * Carbon.subproj/CarbonWindowAdapter.h: 10 * Carbon.subproj/HIViewAdapter.h: 11 * DOM.subproj/WebDOMDocument.h: 12 * DOM.subproj/WebDOMNode.h: 13 * History.subproj/WebBackForwardList.h: 14 * History.subproj/WebHistoryItemPrivate.h: 15 * History.subproj/WebHistoryPrivate.h: 16 * History.subproj/WebURLsWithTitles.h: 17 * Misc.subproj/WebIconDatabase.h: 18 * Misc.subproj/WebIconLoader.h: 19 * Misc.subproj/WebKitNSStringExtras.h: 20 * Misc.subproj/WebUnicode.h: 21 * Panels.subproj/WebPanelAuthenticationHandler.h: 22 * Plugins.subproj/WebBasePluginPackage.h: 23 * Plugins.subproj/WebNetscapePluginStream.h: 24 * Plugins.subproj/WebNullPluginView.h: 25 * Plugins.subproj/WebPluginViewFactory.h: 26 * WebCoreSupport.subproj/WebGlyphBuffer.h: 27 * WebCoreSupport.subproj/WebTextRenderer.h: 28 * WebCoreSupport.subproj/WebTextRendererFactory.h: 29 * WebView.subproj/WebBaseResourceHandleDelegate.h: 30 * WebView.subproj/WebControllerSets.h: 31 * WebView.subproj/WebDataProtocol.h: 32 * WebView.subproj/WebDataSource.h: 33 * WebView.subproj/WebDataSourcePrivate.h: 34 * WebView.subproj/WebDebugDOMNode.h: 35 * WebView.subproj/WebDocument.h: 36 * WebView.subproj/WebFrame.h: 37 * WebView.subproj/WebFramePrivate.h: 38 * WebView.subproj/WebFrameView.h: 39 * WebView.subproj/WebHTMLRepresentation.h: 40 * WebView.subproj/WebHTMLView.h: 41 * WebView.subproj/WebMainResourceClient.h: 42 * WebView.subproj/WebPolicyDelegate.h: 43 * WebView.subproj/WebPolicyDelegatePrivate.h: 44 * WebView.subproj/WebPreferencesPrivate.h: 45 * WebView.subproj/WebRenderNode.h: 46 * WebView.subproj/WebResourceLoadDelegate.h: 47 * WebView.subproj/WebUIDelegate.h: 48 * WebView.subproj/WebView.h: 49 * WebView.subproj/WebViewPrivate.h: 50 1 51 2003-05-02 Maciej Stachowiak <mjs@apple.com> 2 52 … … 246 296 * WebView.subproj/WebMainResourceClient.m: 247 297 (-[WebMainResourceClient connection:willSendRequest:redirectResponse:]): 298 299 2003-04-30 Maciej Stachowiak <mjs@apple.com> 300 301 Reviewed by Ken. 302 303 Minor header tweaks. 304 305 * Misc.subproj/WebDownload.h: Fix copyright notice. 306 * Panels.subproj/WebAuthenticationPanel.h: Added 2003 to copyright. 307 * WebView.subproj/WebAuthenticationChallenge.h: Fix copyright notice, add docs. 308 * WebView.subproj/WebAuthenticationChallengeInternal.h: Fix copyright notice. 248 309 249 310 2003-04-30 Maciej Stachowiak <mjs@apple.com> -
trunk/WebKit/DOM.subproj/WebDOMDocument.h
r2277 r4269 45 45 @protocol WebDOMImplementation 46 46 47 - (BOOL)hasFeature: (NSString *)feature :(NSString *)version;47 - (BOOL)hasFeature:(NSString *)feature :(NSString *)version; 48 48 49 - (id<WebDOMDocumentType>)createDocumentType: (NSString *)qualifiedName49 - (id<WebDOMDocumentType>)createDocumentType:(NSString *)qualifiedName 50 50 :(NSString *)publicId 51 51 :(NSString *)systemId 52 52 :(int *)exceptionCode; 53 53 54 - (id<WebDOMDocument>)createDocument: (NSString *)namespaceURI55 : (NSString *)qualifiedName56 : (id<WebDOMDocumentType>)doctype;54 - (id<WebDOMDocument>)createDocument:(NSString *)namespaceURI 55 :(NSString *)qualifiedName 56 :(id<WebDOMDocumentType>)doctype; 57 57 58 58 @end -
trunk/WebKit/DOM.subproj/WebDOMNode.h
r2277 r4269 31 31 - (NSString *)nodeValue; 32 32 33 - (void)setNodeValue: (NSString *)string;33 - (void)setNodeValue:(NSString *)string; 34 34 35 35 - (unsigned short)nodeType; … … 43 43 - (id<WebDOMNode>)lastChild; 44 44 45 - (id<WebDOMNode>) previousSibling;45 - (id<WebDOMNode>)previousSibling; 46 46 47 47 - (id<WebDOMNode>)nextSibling; … … 61 61 - (BOOL)hasChildNodes; 62 62 63 - (id<WebDOMNode>)cloneNode: (BOOL)deep;63 - (id<WebDOMNode>)cloneNode:(BOOL)deep; 64 64 65 65 - (void)normalize; 66 66 67 - (BOOL)isSupported:(NSString *)feature : (NSString *)version;67 - (BOOL)isSupported:(NSString *)feature :(NSString *)version; 68 68 69 69 - (NSString *)namespaceURI; … … 71 71 - (NSString *)prefix; 72 72 73 - (void)setPrefix: (NSString *)prefix;73 - (void)setPrefix:(NSString *)prefix; 74 74 75 75 - (NSString *)localName; … … 105 105 - (unsigned long)length; 106 106 107 - (id<WebDOMNode>)item: (unsigned long)index;107 - (id<WebDOMNode>)item:(unsigned long)index; 108 108 109 109 @end -
trunk/WebKit/History.subproj/WebBackForwardList.h
r4210 r4269 135 135 - (WebHistoryItem *)itemAtIndex:(int)index; 136 136 137 /*!138 @method setPageCacheSize:139 @abstract Sets the size of the page cache.140 @param size The number of pages to allow in the page cache.141 */142 - (void)setPageCacheSize: (unsigned)size;137 /*! 138 @method setPageCacheSize: 139 @abstract Sets the size of the page cache. 140 @param size The number of pages to allow in the page cache. 141 */ 142 - (void)setPageCacheSize:(unsigned)size; 143 143 144 /*!144 /*! 145 145 @method pageCacheSize 146 @abstract Returns the number of pages that may be cached.147 @result The number of pages that may be cached.148 */146 @abstract Returns the number of pages that may be cached. 147 @result The number of pages that may be cached. 148 */ 149 149 - (unsigned)pageCacheSize; 150 150 -
trunk/WebKit/History.subproj/WebHistoryItemPrivate.h
r4222 r4269 12 12 + (void)_releaseAllPendingPageCaches; 13 13 - (BOOL)hasPageCache; 14 - (void)setHasPageCache: (BOOL)f;14 - (void)setHasPageCache:(BOOL)f; 15 15 - (NSMutableDictionary *)pageCache; 16 16 … … 54 54 - (WebHistoryItem *)targetItem; 55 55 56 - (void)setAlwaysAttemptToUsePageCache: (BOOL)flag;56 - (void)setAlwaysAttemptToUsePageCache:(BOOL)flag; 57 57 - (BOOL)alwaysAttemptToUsePageCache; 58 58 … … 64 64 @interface WebBackForwardList (WebPrivate) 65 65 - (void)_clearPageCache; 66 - (void)_setUsesPageCache: (BOOL)f;66 - (void)_setUsesPageCache:(BOOL)f; 67 67 - (BOOL)_usesPageCache; 68 68 @end -
trunk/WebKit/History.subproj/WebHistoryPrivate.h
r4180 r4269 21 21 } 22 22 23 - (void)addItem: (WebHistoryItem *)entry;23 - (void)addItem:(WebHistoryItem *)entry; 24 24 - (void)addItems:(NSArray *)newEntries; 25 - (BOOL)removeItem: (WebHistoryItem *)entry;26 - (BOOL)removeItems: (NSArray *)entries;25 - (BOOL)removeItem:(WebHistoryItem *)entry; 26 - (BOOL)removeItems:(NSArray *)entries; 27 27 - (BOOL)removeAllItems; 28 28 29 29 - (NSArray *)orderedLastVisitedDays; 30 - (NSArray *)orderedItemsLastVisitedOnDay: (NSCalendarDate *)calendarDate;31 - (BOOL)containsItemForURLString: (NSString *)URLString;32 - (BOOL)containsURL: (NSURL *)URL;30 - (NSArray *)orderedItemsLastVisitedOnDay:(NSCalendarDate *)calendarDate; 31 - (BOOL)containsItemForURLString:(NSString *)URLString; 32 - (BOOL)containsURL:(NSURL *)URL; 33 33 - (WebHistoryItem *)itemForURL:(NSURL *)URL; 34 34 - (WebHistoryItem *)itemForURLString:(NSString *)URLString; … … 40 40 41 41 @interface WebHistory (WebPrivate) 42 - (void)removeItem: (WebHistoryItem *)entry;43 - (void)addItem: (WebHistoryItem *)entry;42 - (void)removeItem:(WebHistoryItem *)entry; 43 - (void)addItem:(WebHistoryItem *)entry; 44 44 45 45 - (BOOL)loadHistory; 46 - initWithFile: (NSString *)file;47 - (WebHistoryItem *)addItemForURL: (NSURL *)URL;48 - (BOOL)containsItemForURLString: (NSString *)URLString;46 - initWithFile:(NSString *)file; 47 - (WebHistoryItem *)addItemForURL:(NSURL *)URL; 48 - (BOOL)containsItemForURLString:(NSString *)URLString; 49 49 - (WebHistoryItem *)_itemForURLString:(NSString *)URLString; 50 50 -
trunk/WebKit/History.subproj/WebURLsWithTitles.h
r1571 r4269 20 20 // returns without doing anything. You must declare an WebURLsWithTitlesPboardType data type 21 21 // for pasteboard before invoking this method, or it will return without doing anything. 22 + (void)writeURLs:(NSArray *)URLs andTitles:(NSArray *)titles toPasteboard:(NSPasteboard *)pasteboard;22 + (void)writeURLs:(NSArray *)URLs andTitles:(NSArray *)titles toPasteboard:(NSPasteboard *)pasteboard; 23 23 24 24 // Reads an array of NSURLs off the pasteboard. Returns nil if pasteboard does not contain 25 25 // data of type WebURLsWithTitlesPboardType. This array consists of the URLs that correspond to 26 26 // the titles returned from titlesFromPasteboard. 27 + (NSArray *)URLsFromPasteboard:(NSPasteboard *)pasteboard;27 + (NSArray *)URLsFromPasteboard:(NSPasteboard *)pasteboard; 28 28 29 29 // Reads an array of NSStrings off the pasteboard. Returns nil if pasteboard does not contain 30 30 // data of type WebURLsWithTitlesPboardType. This array consists of the titles that correspond to 31 31 // the URLs returned from URLsFromPasteboard. 32 + (NSArray *)titlesFromPasteboard:(NSPasteboard *)pasteboard;32 + (NSArray *)titlesFromPasteboard:(NSPasteboard *)pasteboard; 33 33 34 34 @end -
trunk/WebKit/Misc.subproj/WebDatabase.h
r4242 r4269 16 16 } 17 17 18 - (void)setObject:(id)object forKey:(id)key;19 - (void)removeObjectForKey:(id)key;20 - (void)removeAllObjects;21 - (id)objectForKey:(id)key;18 - (void)setObject:(id)object forKey:(id)key; 19 - (void)removeObjectForKey:(id)key; 20 - (void)removeAllObjects; 21 - (id)objectForKey:(id)key; 22 22 23 23 @end … … 26 26 @interface WebDatabase (WebDatabaseCreation) 27 27 28 - (id)initWithPath:(NSString *)thePath;28 - (id)initWithPath:(NSString *)thePath; 29 29 30 30 @end … … 33 33 @interface WebDatabase (WebDatabaseManagement) 34 34 35 - (void)open;36 - (void)close;37 - (void)sync;35 - (void)open; 36 - (void)close; 37 - (void)sync; 38 38 39 - (NSString *)path;40 - (BOOL)isOpen;39 - (NSString *)path; 40 - (BOOL)isOpen; 41 41 42 - (unsigned)count;43 - (unsigned)sizeLimit;44 - (void)setSizeLimit:(unsigned)limit;45 - (unsigned)usage;42 - (unsigned)count; 43 - (unsigned)sizeLimit; 44 - (void)setSizeLimit:(unsigned)limit; 45 - (unsigned)usage; 46 46 47 47 @end -
trunk/WebKit/Misc.subproj/WebFileDatabase.h
r4242 r4269 19 19 } 20 20 21 - (void)performSetObject:(id)object forKey:(id)key;22 - (void)performRemoveObjectForKey:(id)key;21 - (void)performSetObject:(id)object forKey:(id)key; 22 - (void)performRemoveObjectForKey:(id)key; 23 23 24 24 @end -
trunk/WebKit/Misc.subproj/WebIconDatabase.h
r4223 r4269 2 2 WebIconDatabase.h 3 3 Copyright 2001, 2002, Apple, Inc. All rights reserved. 4 5 Public header file.6 4 */ 7 5 -
trunk/WebKit/Misc.subproj/WebIconLoader.h
r3992 r4269 2 2 WebIconLoader.h 3 3 Copyright 2002, Apple, Inc. All rights reserved. 4 5 Public header file.6 4 */ 7 5 … … 22 20 @param URL 23 21 */ 24 + iconLoaderWithURL:(NSURL *)URL;22 + (id)iconLoaderWithURL:(NSURL *)URL; 25 23 26 24 /*! … … 28 26 @param URL 29 27 */ 30 - initWithURL:(NSURL *)URL;28 - (id)initWithURL:(NSURL *)URL; 31 29 32 30 /*! -
trunk/WebKit/Misc.subproj/WebKitNSStringExtras.h
r3748 r4269 10 10 @interface NSString (WebKitExtras) 11 11 12 - (void)_web_drawAtPoint:(NSPoint)point font: (NSFont *)font textColor:(NSColor *)textColor;12 - (void)_web_drawAtPoint:(NSPoint)point font:(NSFont *)font textColor:(NSColor *)textColor; 13 13 14 14 - (float)_web_widthWithFont:(NSFont *)font; -
trunk/WebKit/Misc.subproj/WebUnicode.h
r3046 r4269 1 1 /* 2 WebUnicode.h3 Copyright 2001, 2002, Apple Computer, Inc.2 WebUnicode.h 3 Copyright 2001, 2002, Apple Computer, Inc. 4 4 5 Private header file.5 Private header file. 6 6 */ 7 7 #ifdef __cplusplus -
trunk/WebKit/Panels.subproj/WebPanelAuthenticationHandler.h
r4225 r4269 3 3 4 4 Copyright 2002 Apple, Inc. All rights reserved. 5 */5 */ 6 6 7 7 #import <Foundation/Foundation.h> -
trunk/WebKit/Plugins.subproj/WebBasePluginPackage.h
r4006 r4269 34 34 35 35 + (WebBasePluginPackage *)pluginWithPath:(NSString *)pluginPath; 36 - initWithPath:(NSString *)pluginPath;36 - (id)initWithPath:(NSString *)pluginPath; 37 37 38 38 - (BOOL)getPluginInfoFromBundleAndMIMEDictionary:(NSDictionary *)MIMETypes; -
trunk/WebKit/Plugins.subproj/WebNetscapePluginStream.h
r3946 r4269 21 21 } 22 22 23 - initWithRequest:(NSURLRequest *)theRequest24 pluginPointer:(NPP)thePluginPointer25 notifyData:(void *)theNotifyData;23 - (id)initWithRequest:(NSURLRequest *)theRequest 24 pluginPointer:(NPP)thePluginPointer 25 notifyData:(void *)theNotifyData; 26 26 27 27 - (void)start; -
trunk/WebKit/Plugins.subproj/WebNullPluginView.h
r4177 r4269 14 14 } 15 15 16 - initWithFrame:(NSRect)frame error:(NSError *)pluginError;16 - (id)initWithFrame:(NSRect)frame error:(NSError *)pluginError; 17 17 18 18 @end -
trunk/WebKit/Plugins.subproj/WebPluginViewFactory.h
r2466 r4269 58 58 @param arguments The arguments dictionary with the mentioned keys and objects. 59 59 */ 60 + (NSView<WebPlugin> *) pluginViewWithArguments:(NSDictionary *)arguments;60 + (NSView<WebPlugin> *)pluginViewWithArguments:(NSDictionary *)arguments; 61 61 62 62 @end -
trunk/WebKit/WebCoreSupport.subproj/WebGlyphBuffer.h
r1775 r4269 18 18 CGGlyph *bufferedGlyphs; 19 19 } 20 - initWithFont: (NSFont *)font color:(NSColor *)color;21 - (void)addGlyphs: (CGGlyph *)newGlyphs advances: (CGSize *)newAdvances count: (int)count at: (float)startX :(float)startY;22 - (void)drawInView: (NSView *)targetView;20 - (id)initWithFont:(NSFont *)font color:(NSColor *)color; 21 - (void)addGlyphs:(CGGlyph *)newGlyphs advances:(CGSize *)newAdvances count:(int)count at:(float)startX :(float)startY; 22 - (void)drawInView:(NSView *)targetView; 23 23 - (void)reset; 24 24 - (NSFont *)font; -
trunk/WebKit/WebCoreSupport.subproj/WebTextRenderer.h
r3904 r4269 38 38 + (BOOL)shouldBufferTextDrawing; 39 39 40 - initWithFont:(NSFont *)font usingPrinterFont:(BOOL)usingPrinterFont;40 - (id)initWithFont:(NSFont *)font usingPrinterFont:(BOOL)usingPrinterFont; 41 41 42 - (float)_floatWidthForCharacters:(const UniChar *)characters stringLength:(unsigned)stringLength fromCharacterPosition: (int)pos numberOfCharacters: (int)len withPadding: (int)padding applyRounding: (BOOL)applyRounding attemptFontSubstitution: (BOOL)attemptSubstitution widths: (float *)widthBuffer fonts: (NSFont **)fontBuffer glyphs: (CGGlyph *)glyphBuffer numGlyphs: (int *)_numGlyphs letterSpacing: (int)ls wordSpacing: (int)ws fontFamilies:(NSString **)families;42 - (float)_floatWidthForCharacters:(const UniChar *)characters stringLength:(unsigned)stringLength fromCharacterPosition:(int)pos numberOfCharacters:(int)len withPadding:(int)padding applyRounding:(BOOL)applyRounding attemptFontSubstitution:(BOOL)attemptSubstitution widths:(float *)widthBuffer fonts:(NSFont **)fontBuffer glyphs:(CGGlyph *)glyphBuffer numGlyphs:(int *)_numGlyphs letterSpacing:(int)ls wordSpacing:(int)ws fontFamilies:(NSString **)families; 43 43 44 44 @end -
trunk/WebKit/WebCoreSupport.subproj/WebTextRendererFactory.h
r3904 r4269 21 21 + (WebTextRendererFactory *)sharedFactory; 22 22 - (NSFont *)cachedFontFromFamily:(NSString *)family traits:(NSFontTraitMask)traits size:(float)size; 23 - init;24 23 25 24 - (WebTextRenderer *)rendererWithFont:(NSFont *)font usingPrinterFont:(BOOL)usingPrinterFont; -
trunk/WebKit/WebView.subproj/WebBaseResourceHandleDelegate.h
r4263 r4269 42 42 - (WebDataSource *)dataSource; 43 43 44 - resourceLoadDelegate;45 - downloadDelegate;44 - (id)resourceLoadDelegate; 45 - (id)downloadDelegate; 46 46 47 47 - (void)cancel; … … 53 53 - (NSError *)cancelledError; 54 54 55 - (void)setIdentifier: ident;55 - (void)setIdentifier:(id)ident; 56 56 57 - (void)useCredential:(NSURLCredential *)credential forAuthenticationChallenge:(WebAuthenticationChallenge *)challenge;57 - (void)useCredential:(NSURLCredential *)credential forAuthenticationChallenge:(WebAuthenticationChallenge *)challenge; 58 58 59 - (void)continueWithoutCredentialForAuthenticationChallenge:(WebAuthenticationChallenge *)challenge;59 - (void)continueWithoutCredentialForAuthenticationChallenge:(WebAuthenticationChallenge *)challenge; 60 60 61 61 @end -
trunk/WebKit/WebView.subproj/WebControllerSets.h
r4263 r4269 10 10 11 11 @interface WebViewSets : NSObject 12 + (void)addWebView:(WebView *)webView toSetNamed:(NSString *)name;13 + (void)removeWebView:(WebView *)webView fromSetNamed:(NSString *)name;14 + (NSEnumerator *)webViewsInSetNamed:(NSString *)name;12 + (void)addWebView:(WebView *)webView toSetNamed:(NSString *)name; 13 + (void)removeWebView:(WebView *)webView fromSetNamed:(NSString *)name; 14 + (NSEnumerator *)webViewsInSetNamed:(NSString *)name; 15 15 @end 16 16 -
trunk/WebKit/WebView.subproj/WebDataProtocol.h
r4192 r4269 15 15 { 16 16 } 17 + (BOOL)_webIsDataProtocolURL:(NSURL *)URL;17 + (BOOL)_webIsDataProtocolURL:(NSURL *)URL; 18 18 @end 19 19 20 20 @interface NSURLRequest (WebDataRequest) 21 + (NSURL *)_webDataRequestURLForData: (NSData *)data;21 + (NSURL *)_webDataRequestURLForData:(NSData *)data; 22 22 - (NSData *)_webDataRequestData; 23 23 - (void)_webDataRequestSetData:(NSData *)data; -
trunk/WebKit/WebView.subproj/WebDataSource.h
r4215 r4269 74 74 @result Returns the request that was used to create this datasource. 75 75 */ 76 - (NSMutableURLRequest *)request;76 - (NSMutableURLRequest *)request; 77 77 78 78 /*! -
trunk/WebKit/WebView.subproj/WebDataSourcePrivate.h
r4263 r4269 121 121 - (void)_setRepresentation:(id<WebDocumentRepresentation>)representation; 122 122 - (void)_setWebView:(WebView *)webView; 123 - (void)_startLoading: (NSDictionary *)pageCache;123 - (void)_startLoading:(NSDictionary *)pageCache; 124 124 - (void)_stopLoadingInternal; 125 125 - (BOOL)_isStopping; … … 155 155 156 156 - (BOOL)_isCommitted; 157 - (void)_commitIfReady: (NSDictionary *)pageCache;157 - (void)_commitIfReady:(NSDictionary *)pageCache; 158 158 - (void)_makeRepresentation; 159 159 - (void)_receivedData:(NSData *)data; … … 172 172 - (BOOL)_loadingFromPageCache; 173 173 174 - (void)_addResponse: (NSURLResponse *)r;174 - (void)_addResponse:(NSURLResponse *)r; 175 175 - (NSArray *)_responses; 176 176 -
trunk/WebKit/WebView.subproj/WebDebugDOMNode.h
r3829 r4269 17 17 } 18 18 19 - initWithWebFrameView:(WebFrameView *)view;19 - (id)initWithWebFrameView:(WebFrameView *)view; 20 20 21 21 - (NSArray *)children; -
trunk/WebKit/WebView.subproj/WebDocument.h
r4210 r4269 22 22 @param dataSource The corresponding data source. 23 23 */ 24 - (void)setDataSource: (WebDataSource *)dataSource;24 - (void)setDataSource:(WebDataSource *)dataSource; 25 25 26 26 /*! … … 29 29 @param dataSource The corresponding data source. 30 30 */ 31 - (void)dataSourceUpdated: (WebDataSource *)dataSource;31 - (void)dataSourceUpdated:(WebDataSource *)dataSource; 32 32 33 33 /*! … … 37 37 @param flag YES to cause a layout, no to not cause a layout. 38 38 */ 39 - (void)setNeedsLayout: (BOOL)flag;39 - (void)setNeedsLayout:(BOOL)flag; 40 40 41 41 /*! … … 68 68 @protocol WebDocumentSearching <NSObject> 69 69 /*! 70 @method searchFor:direction:caseSensitive: 70 @method searchFor:direction:caseSensitive:wrap: 71 71 @abstract Searches a document view for a string and highlights the string if it is found. 72 72 @param string The string to search for. 73 73 @param forward YES to search forward, NO to seach backwards. 74 74 @param caseFlag YES to for case-sensitive search, NO for case-insensitive search. 75 @param wrapFlag YES to wrap around, NO to avoid wrapping. 75 76 @result YES if found, NO if not found. 76 77 */ 77 - (BOOL)searchFor: (NSString *)string direction: (BOOL)forward caseSensitive: (BOOL)caseFlag wrap:(BOOL)wrapFlag;78 - (BOOL)searchFor:(NSString *)string direction:(BOOL)forward caseSensitive:(BOOL)caseFlag wrap:(BOOL)wrapFlag; 78 79 @end 79 80 … … 141 142 @param dataSource The data source that is set. 142 143 */ 143 - (void)setDataSource: (WebDataSource *)dataSource;144 - (void)setDataSource:(WebDataSource *)dataSource; 144 145 145 146 /*! … … 149 150 @param dataSource The data source that has received data. 150 151 */ 151 - (void)receivedData: (NSData *)data withDataSource:(WebDataSource *)dataSource;152 - (void)receivedData:(NSData *)data withDataSource:(WebDataSource *)dataSource; 152 153 153 154 /*! … … 157 158 @param dataSource The data source that has received the error. 158 159 */ 159 - (void)receivedError: (NSError *)error withDataSource:(WebDataSource *)dataSource;160 - (void)receivedError:(NSError *)error withDataSource:(WebDataSource *)dataSource; 160 161 161 162 /*! … … 164 165 @param dataSource The datasource that has finished loading. 165 166 */ 166 - (void)finishedLoadingWithDataSource: (WebDataSource *)dataSource;167 - (void)finishedLoadingWithDataSource:(WebDataSource *)dataSource; 167 168 168 169 /*! -
trunk/WebKit/WebView.subproj/WebFrame.h
r4222 r4269 35 35 @result Returns an initialized WebFrame. 36 36 */ 37 - (id)initWithName: (NSString *)name webFrameView: (WebFrameView *)view webView:(WebView *)webView;37 - (id)initWithName:(NSString *)name webFrameView:(WebFrameView *)view webView:(WebView *)webView; 38 38 39 39 /*! … … 68 68 @param URL The base URL to apply to relative URLs within the document. 69 69 */ 70 - (void)loadData:(NSData *)data MIMEType:(NSString *)MIMEType textEncodingName: (NSString *)encodingName baseURL:(NSURL *)URL;70 - (void)loadData:(NSData *)data MIMEType:(NSString *)MIMEType textEncodingName:(NSString *)encodingName baseURL:(NSURL *)URL; 71 71 72 72 /*! -
trunk/WebKit/WebView.subproj/WebFramePrivate.h
r4263 r4269 95 95 - (void)setLoadType:(WebFrameLoadType)loadType; 96 96 97 - (void)setProvisionalItem: (WebHistoryItem *)item;97 - (void)setProvisionalItem:(WebHistoryItem *)item; 98 98 - (WebHistoryItem *)provisionalItem; 99 99 - (void)setPreviousItem:(WebHistoryItem *)item; … … 105 105 106 106 @interface WebFrame (WebPrivate) 107 - (void)_setWebView: (WebView *)webView;107 - (void)_setWebView:(WebView *)webView; 108 108 - (void)_setName:(NSString *)name; 109 109 - (WebFrame *)_descendantFrameNamed:(NSString *)name; 110 110 - (void)_detachFromParent; 111 111 - (void)_closeOldDataSources; 112 - (void)_setDataSource: (WebDataSource *)d;113 - (void)_transitionToCommitted: (NSDictionary *)pageCache;112 - (void)_setDataSource:(WebDataSource *)d; 113 - (void)_transitionToCommitted:(NSDictionary *)pageCache; 114 114 - (void)_transitionToLayoutAcceptable; 115 115 - (WebFrameState)_state; 116 - (void)_setState: (WebFrameState)newState;117 + (void)_recursiveCheckCompleteFromFrame: (WebFrame *)fromFrame;116 - (void)_setState:(WebFrameState)newState; 117 + (void)_recursiveCheckCompleteFromFrame:(WebFrame *)fromFrame; 118 118 - (void)_isLoadComplete; 119 119 - (void)_checkLoadComplete; 120 - (void)_timedLayout: userInfo;120 - (void)_timedLayout:userInfo; 121 121 - (WebBridge *)_bridge; 122 122 - (void)_clearProvisionalDataSource; 123 - (void)_setLoadType: (WebFrameLoadType)loadType;123 - (void)_setLoadType:(WebFrameLoadType)loadType; 124 124 - (WebFrameLoadType)_loadType; 125 125 126 - (void)_addExtraFieldsToRequest:(NSMutableURLRequest *)request alwaysFromRequest: (BOOL)f;126 - (void)_addExtraFieldsToRequest:(NSMutableURLRequest *)request alwaysFromRequest:(BOOL)f; 127 127 128 128 - (void)_checkNewWindowPolicyForRequest:(NSURLRequest *)request action:(NSDictionary *)action frameName:(NSString *)frameName formState:(WebFormState *)formState andCall:(id)target withSelector:(SEL)selector; … … 132 132 - (void)_invalidatePendingPolicyDecisionCallingDefaultAction:(BOOL)call; 133 133 134 - (void)_goToItem: (WebHistoryItem *)item withLoadType:(WebFrameLoadType)type;134 - (void)_goToItem:(WebHistoryItem *)item withLoadType:(WebFrameLoadType)type; 135 135 - (void)_loadURL:(NSURL *)URL referrer:(NSString *)referrer loadType:(WebFrameLoadType)loadType target:(NSString *)target triggeringEvent:(NSEvent *)event form:(id <WebDOMElement>)form formValues:(NSDictionary *)values; 136 136 - (void)_loadURL:(NSURL *)URL intoChild:(WebFrame *)childFrame; … … 168 168 - (void)_setJustOpenedForTargetedLink:(BOOL)justOpened; 169 169 170 - (void)_setProvisionalDataSource: (WebDataSource *)d;170 - (void)_setProvisionalDataSource:(WebDataSource *)d; 171 171 172 172 + (CFAbsoluteTime)_timeOfLastCompletedLoad; -
trunk/WebKit/WebView.subproj/WebFrameView.h
r4210 r4269 42 42 @param flag YES to allow the document to be scrolled, NO to disallow scrolling 43 43 */ 44 - (void)setAllowsScrolling: (BOOL)flag;44 - (void)setAllowsScrolling:(BOOL)flag; 45 45 46 46 /*! -
trunk/WebKit/WebView.subproj/WebHTMLRepresentation.h
r4069 r4269 2 2 WebHTMLRepresentation.h 3 3 Copyright 2002, Apple, Inc. All rights reserved. 4 5 Public header file.6 4 */ 7 5 … … 39 37 @param endOffset The character offset into the text of the ending node. 40 38 */ 41 - (void)setSelectionFrom:(id<WebDOMNode>)start startOffset:(int)startOffset to:(id<WebDOMNode>)end endOffset:(int) endOffset;39 - (void)setSelectionFrom:(id<WebDOMNode>)start startOffset:(int)startOffset to:(id<WebDOMNode>)end endOffset:(int)endOffset; 42 40 43 41 //- (NSAttributedString *)selectedAttributedString; … … 50 48 51 49 52 - (NSAttributedString *)attributedStringFrom: (id<WebDOMNode>)startNode startOffset: (int)startOffset to: (id<WebDOMNode>)endNode endOffset:(int)endOffset;50 - (NSAttributedString *)attributedStringFrom:(id<WebDOMNode>)startNode startOffset:(int)startOffset to:(id<WebDOMNode>)endNode endOffset:(int)endOffset; 53 51 54 52 - (id <WebDOMElement>)elementWithName:(NSString *)name inForm:(id <WebDOMElement>)form; -
trunk/WebKit/WebView.subproj/WebHTMLView.h
r3859 r4269 2 2 WebHTMLView.h 3 3 Copyright 2002, Apple, Inc. All rights reserved. 4 5 Public header file.6 4 */ 7 5 … … 28 26 @param flag YES to apply style information, NO to not apply style information. 29 27 */ 30 - (void)setNeedsToApplyStyles: (BOOL)flag;28 - (void)setNeedsToApplyStyles:(BOOL)flag; 31 29 32 30 /*! -
trunk/WebKit/WebView.subproj/WebLoader.h
r4263 r4269 42 42 - (WebDataSource *)dataSource; 43 43 44 - resourceLoadDelegate;45 - downloadDelegate;44 - (id)resourceLoadDelegate; 45 - (id)downloadDelegate; 46 46 47 47 - (void)cancel; … … 53 53 - (NSError *)cancelledError; 54 54 55 - (void)setIdentifier: ident;55 - (void)setIdentifier:(id)ident; 56 56 57 - (void)useCredential:(NSURLCredential *)credential forAuthenticationChallenge:(WebAuthenticationChallenge *)challenge;57 - (void)useCredential:(NSURLCredential *)credential forAuthenticationChallenge:(WebAuthenticationChallenge *)challenge; 58 58 59 - (void)continueWithoutCredentialForAuthenticationChallenge:(WebAuthenticationChallenge *)challenge;59 - (void)continueWithoutCredentialForAuthenticationChallenge:(WebAuthenticationChallenge *)challenge; 60 60 61 61 @end -
trunk/WebKit/WebView.subproj/WebMainResourceClient.h
r4195 r4269 24 24 } 25 25 26 - initWithDataSource:(WebDataSource *)dataSource;26 - (id)initWithDataSource:(WebDataSource *)dataSource; 27 27 28 28 @end -
trunk/WebKit/WebView.subproj/WebMainResourceLoader.h
r4195 r4269 24 24 } 25 25 26 - initWithDataSource:(WebDataSource *)dataSource;26 - (id)initWithDataSource:(WebDataSource *)dataSource; 27 27 28 28 @end -
trunk/WebKit/WebView.subproj/WebPolicyDelegate.h
r4210 r4269 70 70 this method. 71 71 */ 72 - (void)use;72 - (void)use; 73 73 /*! 74 74 @method download … … 79 79 load. 80 80 */ 81 - (void)download;81 - (void)download; 82 82 83 83 /*! … … 90 90 external app, revealing the location in Finder if a file URL, etc. 91 91 */ 92 - (void)ignore;92 - (void)ignore; 93 93 94 94 @end … … 119 119 120 120 /*! 121 @method decidePolicyForNavigationAction:request:frame:decisionListener:121 @method webView:decidePolicyForNavigationAction:request:frame:decisionListener: 122 122 @abstract This method is called to decide what to do with a proposed navigation. 123 123 @param actionInformation Dictionary that describes the action that triggered this navigation. … … 134 134 135 135 /*! 136 @method decidePolicyForNewWindowAction:request:newFrameName:decisionListener:136 @method webView:decidePolicyForNewWindowAction:request:newFrameName:decisionListener: 137 137 @discussion This method is called to decide what to do with an targetted nagivation that would open a new window. 138 138 @param actionInformation Dictionary that describes the action that triggered this navigation. … … 155 155 156 156 /*! 157 @method decidePolicyForMIMEType:request:frame:157 @method webView:decidePolicyForMIMEType:request:frame: 158 158 @discussion Returns the policy for content which has been partially loaded. 159 159 Sent after webView:didStartProvisionalLoadForFrame: is sent on the WebFrameLoadDelegate. … … 169 169 170 170 /*! 171 @method unableToImplementPolicy:error:forURL:inFrame:171 @method webView:unableToImplementPolicy:error:forURL:inFrame: 172 172 @discussion Called when a WebPolicy could not be implemented. It is up to the client to display appropriate feedback. 173 173 @param policy The policy that could not be implemented. -
trunk/WebKit/WebView.subproj/WebPolicyDelegatePrivate.h
r3868 r4269 23 23 } 24 24 25 - (id)_initWithTarget:(id)target action:(SEL)action;25 - (id)_initWithTarget:(id)target action:(SEL)action; 26 26 27 - (void)_invalidate;27 - (void)_invalidate; 28 28 29 29 @end -
trunk/WebKit/WebView.subproj/WebPreferencesPrivate.h
r3610 r4269 1 1 /* 2 WebPreferences .h2 WebPreferencesPrivate.h 3 3 Copyright 2001, Apple, Inc. All rights reserved. 4 5 Public header file.6 4 */ 7 5 -
trunk/WebKit/WebView.subproj/WebRenderNode.h
r3829 r4269 19 19 } 20 20 21 - initWithWebFrameView:(WebFrameView *)view;21 - (id)initWithWebFrameView:(WebFrameView *)view; 22 22 23 23 - (NSArray *)children; -
trunk/WebKit/WebView.subproj/WebResourceLoadDelegate.h
r4226 r4269 25 25 26 26 /*! 27 @method identifierForInitialRequest:fromDataSource:27 @method webView:identifierForInitialRequest:fromDataSource: 28 28 @param webView The WebView sending the message. 29 29 @param request The request about to be sent. … … 37 37 The identifier will be retained. 38 38 */ 39 - webView:(WebView *)sender identifierForInitialRequest: (NSURLRequest *)request fromDataSource:(WebDataSource *)dataSource;39 - (id)webView:(WebView *)sender identifierForInitialRequest:(NSURLRequest *)request fromDataSource:(WebDataSource *)dataSource; 40 40 41 41 /*! … … 53 53 will be request. 54 54 */ 55 - (NSURLRequest *)webView:(WebView *)sender resource:identifier willSendRequest:(NSURLRequest *)request redirectResponse:(NSURLResponse *)redirectResponse fromDataSource:(WebDataSource *)dataSource;55 - (NSURLRequest *)webView:(WebView *)sender resource:identifier willSendRequest:(NSURLRequest *)request redirectResponse:(NSURLResponse *)redirectResponse fromDataSource:(WebDataSource *)dataSource; 56 56 57 57 /*! … … 74 74 75 75 /*! 76 @method resource:didReceiveResponse:fromDataSource:76 @method webView:resource:didReceiveResponse:fromDataSource: 77 77 @abstract This message is sent after a response has been received for this load. 78 78 @param webView The WebView sending the message. … … 86 86 and should check the new response for the expected content length. 87 87 */ 88 - (void)webView:(WebView *)sender resource:identifier didReceiveResponse:(NSURLResponse *)response fromDataSource:(WebDataSource *)dataSource;88 - (void)webView:(WebView *)sender resource:(id)identifier didReceiveResponse:(NSURLResponse *)response fromDataSource:(WebDataSource *)dataSource; 89 89 90 90 /*! 91 @method resource:didReceiveContentLength:fromDataSource:91 @method webView:resource:didReceiveContentLength:fromDataSource: 92 92 @discussion Multiple of these messages may be sent as data arrives. 93 93 @param webView The WebView sending the message. … … 97 97 @param dataSource The dataSource that initiated the load. 98 98 */ 99 - (void)webView:(WebView *)sender resource:identifier didReceiveContentLength: (unsigned)length fromDataSource:(WebDataSource *)dataSource;99 - (void)webView:(WebView *)sender resource:(id)identifier didReceiveContentLength: (unsigned)length fromDataSource:(WebDataSource *)dataSource; 100 100 101 101 /*! 102 @method resource:didFinishLoadingFromDataSource:102 @method webView:resource:didFinishLoadingFromDataSource: 103 103 @discussion This message is sent after a load has successfully completed. 104 104 @param webView The WebView sending the message. … … 107 107 @param dataSource The dataSource that initiated the load. 108 108 */ 109 - (void)webView:(WebView *)sender resource:identifier didFinishLoadingFromDataSource:(WebDataSource *)dataSource;109 - (void)webView:(WebView *)sender resource:(id)identifier didFinishLoadingFromDataSource:(WebDataSource *)dataSource; 110 110 111 111 /*! 112 @method resource:didFailLoadingWithError:fromDataSource:112 @method webView:resource:didFailLoadingWithError:fromDataSource: 113 113 @discussion This message is sent after a load has failed to load due to an error. 114 114 @param webView The WebView sending the message. … … 118 118 @param dataSource The dataSource that initiated the load. 119 119 */ 120 - (void)webView:(WebView *)sender resource:identifier didFailLoadingWithError:(NSError *)error fromDataSource:(WebDataSource *)dataSource;120 - (void)webView:(WebView *)sender resource:(id)identifier didFailLoadingWithError:(NSError *)error fromDataSource:(WebDataSource *)dataSource; 121 121 122 122 /*! 123 @method pluginFailedWithError:dataSource:123 @method webView:plugInFailedWithError:dataSource: 124 124 @discussion Called when a plug-in is not found, fails to load or is not available for some reason. 125 125 @param webView The WebView sending the message. -
trunk/WebKit/WebView.subproj/WebUIDelegate.h
r4235 r4269 10 10 11 11 /*! 12 @enum WebMenuItemTag13 @discussion Each menu item in the default menu items array passed in14 contextMenuItemsForElement:defaultMenuItems: has its tag set to one of the WebMenuItemTags.15 When iterating through the default menu items array, use the tag to differentiate between them.16 */12 @enum WebMenuItemTag 13 @discussion Each menu item in the default menu items array passed in 14 contextMenuItemsForElement:defaultMenuItems: has its tag set to one of the WebMenuItemTags. 15 When iterating through the default menu items array, use the tag to differentiate between them. 16 */ 17 17 18 18 enum { … … 133 133 elsewhere, or possibly ignore this call. 134 134 */ 135 - (void)webView: (WebView *)sender makeFirstResponder:(NSResponder *)responder; 136 135 - (void)webView:(WebView *)sender makeFirstResponder:(NSResponder *)responder; 137 136 138 137 /*! … … 142 141 @param text The status text to set 143 142 */ 144 - (void)webView: (WebView *)sender setStatusText:(NSString *)text;145 146 /*! 147 @method statusText143 - (void)webView:(WebView *)sender setStatusText:(NSString *)text; 144 145 /*! 146 @method webViewStatusText 148 147 @abstract Get the currently displayed status text. 149 148 @param sender The WebView sending the delegate method. … … 163 162 @result YES if at least one toolbar is visible, otherwise NO. 164 163 */ 165 - (BOOL)webViewAreToolbarsVisible: (WebView *)sender;164 - (BOOL)webViewAreToolbarsVisible:(WebView *)sender; 166 165 167 166 /*! … … 227 226 228 227 /*! 229 @method webViewFrame 228 @method webViewFrame: 230 229 @param sender The WebView sending the delegate method. 231 230 @abstract REturn the window's frame rect … … 318 317 - (NSArray *)webView:(WebView *)sender contextMenuItemsForElement:(NSDictionary *)element defaultMenuItems:(NSArray *)defaultMenuItems; 319 318 320 321 319 @end -
trunk/WebKit/WebView.subproj/WebView.h
r4222 r4269 100 100 @result Returns an initialized WebView. 101 101 */ 102 - initWithFrame: (NSRect)frame frameName: (NSString *)frameName groupName:(NSString *)groupName;102 - (id)initWithFrame:(NSRect)frame frameName:(NSString *)frameName groupName:(NSString *)groupName; 103 103 104 104 /*! … … 107 107 @param delegate The WebUIDelegate to set as the delegate. 108 108 */ 109 - (void)setUIDelegate: (id)delegate;109 - (void)setUIDelegate:(id)delegate; 110 110 111 111 /*! … … 121 121 @param delegate The WebResourceLoadDelegate to set as the load delegate. 122 122 */ 123 - (void)setResourceLoadDelegate: (id)delegate;123 - (void)setResourceLoadDelegate:(id)delegate; 124 124 125 125 /*! … … 135 135 @param delegate The WebDownloadDelegate to set as the download delegate. 136 136 */ 137 - (void)setDownloadDelegate: (id)delegate;137 - (void)setDownloadDelegate:(id)delegate; 138 138 139 139 /*! … … 149 149 @param delegate The WebFrameLoadDelegate to set as the delegate. 150 150 */ 151 - (void)setFrameLoadDelegate: (id)delegate;151 - (void)setFrameLoadDelegate:(id)delegate; 152 152 153 153 /*! … … 163 163 @param delegate The WebPolicyDelegate to set as the delegate. 164 164 */ 165 - (void)setPolicyDelegate: (id)delegate;165 - (void)setPolicyDelegate:(id)delegate; 166 166 167 167 /*! … … 188 188 189 189 /*! 190 @method set UseBackForwardList:190 @method setMaintainsBackForwardList: 191 191 @abstract Enable or disable the use of a backforward list for this webView. 192 192 @param flag Turns use of the back forward list on or off 193 193 */ 194 - (void)setMaintainsBackForwardList: (BOOL)flag;194 - (void)setMaintainsBackForwardList:(BOOL)flag; 195 195 196 196 /*! … … 354 354 @param MIMEType The MIME type to represent with an object of the given class. 355 355 */ 356 + (void)registerViewClass:(Class)viewClass representationClass: (Class)representationClass forMIMEType:(NSString *)MIMEType;356 + (void)registerViewClass:(Class)viewClass representationClass:(Class)representationClass forMIMEType:(NSString *)MIMEType; 357 357 358 358 -
trunk/WebKit/WebView.subproj/WebViewPrivate.h
r4264 r4269 145 145 - (void)_loadBackForwardListFromOtherView:(WebView *)otherView; 146 146 147 - (void)_goToItem: (WebHistoryItem *)item withLoadType:(WebFrameLoadType)type;147 - (void)_goToItem:(WebHistoryItem *)item withLoadType:(WebFrameLoadType)type; 148 148 149 149 // May well become public 150 - (void)_setFormDelegate: (id<WebFormDelegate>)delegate;150 - (void)_setFormDelegate:(id<WebFormDelegate>)delegate; 151 151 - (id<WebFormDelegate>)_formDelegate; 152 152 153 153 - (WebCoreSettings *)_settings; 154 - (void)_updateWebCoreSettingsFromPreferences: (WebPreferences *)prefs;154 - (void)_updateWebCoreSettingsFromPreferences:(WebPreferences *)prefs; 155 155 156 - _frameLoadDelegateForwarder;157 - _resourceLoadDelegateForwarder;156 - (id)_frameLoadDelegateForwarder; 157 - (id)_resourceLoadDelegateForwarder; 158 158 - (void)_cacheResourceLoadDelegateImplementations; 159 159 - (WebResourceDelegateImplementationCache)_resourceLoadDelegateImplementations; 160 - _policyDelegateForwarder;161 - _UIDelegateForwarder;160 - (id)_policyDelegateForwarder; 161 - (id)_UIDelegateForwarder; 162 162 163 163 - (void)_closeWindow; … … 174 174 Class templateClass; 175 175 } 176 - initWithTarget: t defaultTarget: dt templateClass:(Class)aClass;177 + safeForwarderWithTarget: t defaultTarget: dt templateClass:(Class)aClass;176 - (id)initWithTarget:(id)t defaultTarget:(id)dt templateClass:(Class)aClass; 177 + (id)safeForwarderWithTarget:(id)t defaultTarget:(id)dt templateClass:(Class)aClass; 178 178 @end 179 179