Changeset 4269

Show
Ignore:
Timestamp:
05/02/03 17:42:39 (7 years ago)
Author:
mjs
Message:

WebFoundation:

Reviewed by Richard.

  • reformatted method prototypes to match AppKit style
  • AuthenticationManager.subproj/NSHTTPAuthenticator.h:
  • AuthenticationManager.subproj/NSURLConnectionAuthenticationChallenge.h:
  • AuthenticationManager.subproj/NSURLDownloadAuthenticationChallenge.h:
  • AuthenticationManager.subproj/NSURLProtectionSpace.h:
  • AuthenticationManager.subproj/WebCredentialStorage.h:
  • AuthenticationManager.subproj/WebKeychainCredential.h:
  • CacheLoader.subproj/NSURLCache.h:
  • CacheLoader.subproj/NSURLCachePrivate.h:
  • CacheLoader.subproj/NSURLConnection.h:
  • CacheLoader.subproj/NSURLConnectionPrivate.h:
  • CacheLoader.subproj/NSURLConnectionQueue.h:
  • CacheLoader.subproj/NSURLProtocol.h:
  • CacheLoader.subproj/NSURLProtocolClient.h:
  • CacheLoader.subproj/NSURLProtocolPrivate.h:
  • CacheLoader.subproj/NSURLRequest.h:
  • CacheLoader.subproj/NSURLRequestPrivate.h:
  • CacheLoader.subproj/NSURLResponse.h:
  • CacheLoader.subproj/NSURLResponsePrivate.h:
  • CacheLoader.subproj/WebCache.h:
  • CacheLoader.subproj/WebCachePrivate.h:
  • CacheLoader.subproj/WebDiskCache.h:
  • CacheLoader.subproj/WebNetworkSettings.h:
  • CacheLoader.subproj/WebSynchronousDelegate.h:
  • CookieManager.subproj/NSHTTPCookiePrivate.h:
  • CookieManager.subproj/NSHTTPCookieStorage.h:
  • CookieManager.subproj/NSHTTPCookieStoragePrivate.h:
  • CookieManager.subproj/WebCookieStorage.h:
  • CookieManager.subproj/WebCookieStorageServer.h:
  • Database.subproj/WebDatabase.h:
  • Database.subproj/WebFileDatabase.h:
  • Misc.subproj/WebBinaryHeap.h:
  • Misc.subproj/WebFileTypeMappings.h:
  • Misc.subproj/WebHostNameAddressInfo.h:
  • Misc.subproj/WebKeyValuePair.h:
  • Misc.subproj/WebMonitor.h:
  • Misc.subproj/WebMultipartForm.h:
  • Misc.subproj/WebNSArrayExtras.h:
  • Misc.subproj/WebNSCalendarDateExtras.h:
  • Misc.subproj/WebNSDataExtras.h:
  • Misc.subproj/WebNSDictionaryExtras.h:
  • Misc.subproj/WebNSErrorExtras.h:
  • Misc.subproj/WebNSObjectExtras.h:
  • Misc.subproj/WebNSStringExtras.h:
  • Misc.subproj/WebNSThreadExtras.h:
  • Misc.subproj/WebNSValueExtensions.h:
  • Misc.subproj/WebOrderable.h:
  • Misc.subproj/WebQueue.h:
  • Misc.subproj/WebReadWriteLock.h:
  • Misc.subproj/WebRecursiveReadWriteLock.h:
  • Misc.subproj/WebSpinLock.h:
  • ProtocolHandlers.subproj/WebCFNetworkHTTPProtocol.h:
  • ProtocolHandlers.subproj/WebFTPProtocol.h:
  • ProtocolHandlers.subproj/WebHTTPProtocol.h:

WebCore:

Reviewed by Richard.

  • reformatted method prototypes to match AppKit style
  • kwq/WebCoreBridge.h:
  • kwq/WebCoreDOMPrivate.h:
  • kwq/WebCoreHistory.h:
  • kwq/WebCoreResourceLoader.h:
  • kwq/WebCoreTextRenderer.h:
  • kwq/WebDOMDocument.h:
  • kwq/WebDOMElement.h:
  • kwq/WebDOMNode.h:

WebKit:

Reviewed by Richard.

  • reformatted method prototypes to match AppKit style
  • remove "Public header file" from headers that are not public
  • fix header doc @method names to match actual method names
  • Carbon.subproj/CarbonWindowAdapter.h:
  • Carbon.subproj/HIViewAdapter.h:
  • DOM.subproj/WebDOMDocument.h:
  • DOM.subproj/WebDOMNode.h:
  • History.subproj/WebBackForwardList.h:
  • History.subproj/WebHistoryItemPrivate.h:
  • History.subproj/WebHistoryPrivate.h:
  • History.subproj/WebURLsWithTitles.h:
  • Misc.subproj/WebIconDatabase.h:
  • Misc.subproj/WebIconLoader.h:
  • Misc.subproj/WebKitNSStringExtras.h:
  • Misc.subproj/WebUnicode.h:
  • Panels.subproj/WebPanelAuthenticationHandler.h:
  • Plugins.subproj/WebBasePluginPackage.h:
  • Plugins.subproj/WebNetscapePluginStream.h:
  • Plugins.subproj/WebNullPluginView.h:
  • Plugins.subproj/WebPluginViewFactory.h:
  • WebCoreSupport.subproj/WebGlyphBuffer.h:
  • WebCoreSupport.subproj/WebTextRenderer.h:
  • WebCoreSupport.subproj/WebTextRendererFactory.h:
  • WebView.subproj/WebBaseResourceHandleDelegate.h:
  • WebView.subproj/WebControllerSets.h:
  • WebView.subproj/WebDataProtocol.h:
  • WebView.subproj/WebDataSource.h:
  • WebView.subproj/WebDataSourcePrivate.h:
  • WebView.subproj/WebDebugDOMNode.h:
  • WebView.subproj/WebDocument.h:
  • WebView.subproj/WebFrame.h:
  • WebView.subproj/WebFramePrivate.h:
  • WebView.subproj/WebFrameView.h:
  • WebView.subproj/WebHTMLRepresentation.h:
  • WebView.subproj/WebHTMLView.h:
  • WebView.subproj/WebMainResourceClient.h:
  • WebView.subproj/WebPolicyDelegate.h:
  • WebView.subproj/WebPolicyDelegatePrivate.h:
  • WebView.subproj/WebPreferencesPrivate.h:
  • WebView.subproj/WebRenderNode.h:
  • WebView.subproj/WebResourceLoadDelegate.h:
  • WebView.subproj/WebUIDelegate.h:
  • WebView.subproj/WebView.h:
  • WebView.subproj/WebViewPrivate.h:
Location:
trunk
Files:
56 modified

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog-2003-10-25

    r4266 r4269  
     12003-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 
    1162003-05-02  Maciej Stachowiak  <mjs@apple.com> 
    217 
  • trunk/WebCore/ChangeLog-2005-08-23

    r4266 r4269  
     12003-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 
    1162003-05-02  Maciej Stachowiak  <mjs@apple.com> 
    217 
  • trunk/WebCore/kwq/WebCoreBridge.h

    r4266 r4269  
    100100} 
    101101 
    102 - (void)initializeSettings: (WebCoreSettings *)settings; 
     102- (void)initializeSettings:(WebCoreSettings *)settings; 
    103103 
    104104- (void)setRenderPart:(KHTMLRenderPart *)renderPart; 
     
    304304- (int)getObjectCacheSize; 
    305305 
    306 - (BOOL)frameRequiredForMIMEType: (NSString*)mimeType; 
     306- (BOOL)frameRequiredForMIMEType:(NSString*)mimeType; 
    307307 
    308308- (void)loadEmptyDocumentSynchronously; 
  • trunk/WebCore/kwq/WebCoreDOMPrivate.h

    r3376 r4269  
    4343 
    4444@interface WebCoreDOMDocumentType (CorePrivate) 
    45 + (WebCoreDOMDocumentType *)documentTypeWithImpl: (DOM::DocumentTypeImpl *)impl; 
     45+ (WebCoreDOMDocumentType *)documentTypeWithImpl:(DOM::DocumentTypeImpl *)impl; 
    4646- (DOM::DocumentTypeImpl *)documentTypeImpl; 
    4747@end 
    4848 
    4949@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; 
    5252- (DOM::DOMImplementationImpl *)DOMImplementationImpl; 
    5353@end 
    5454 
    5555@interface WebCoreDOMDocument (CorePrivate) 
    56 + (WebCoreDOMDocument *)documentWithImpl: (DOM::DocumentImpl *)impl; 
     56+ (WebCoreDOMDocument *)documentWithImpl:(DOM::DocumentImpl *)impl; 
    5757- (DOM::DocumentImpl *)documentImpl; 
    5858@end 
    5959 
    6060@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; 
    6363- (DOM::NamedNodeMapImpl *)impl; 
    6464@end 
    6565 
    6666@interface WebCoreDOMElement (CorePrivate) 
    67 + (WebCoreDOMElement *)elementWithImpl: (DOM::ElementImpl *)impl; 
     67+ (WebCoreDOMElement *)elementWithImpl:(DOM::ElementImpl *)impl; 
    6868- (DOM::ElementImpl *)elementImpl; 
    6969@end 
    7070 
    7171@interface WebCoreDOMAttr (CorePrivate) 
    72 + (WebCoreDOMAttr *)attrWithImpl: (DOM::AttrImpl *)impl; 
     72+ (WebCoreDOMAttr *)attrWithImpl:(DOM::AttrImpl *)impl; 
    7373- (DOM::AttrImpl *)attrImpl; 
    7474@end 
    7575 
    7676@interface WebCoreDOMDocumentFragment (CorePrivate) 
    77 + (WebCoreDOMDocumentFragment *)documentFragmentWithImpl: (DOM::DocumentFragmentImpl *)impl; 
     77+ (WebCoreDOMDocumentFragment *)documentFragmentWithImpl:(DOM::DocumentFragmentImpl *)impl; 
    7878- (DOM::DocumentFragmentImpl *)documentFragmentImpl; 
    7979@end 
    8080 
    8181@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; 
    8484- (DOM::CharacterDataImpl *)impl; 
    8585@end 
    8686 
    8787@interface WebCoreDOMText (CorePrivate) 
    88 + (WebCoreDOMText *)textWithImpl: (DOM::TextImpl *)impl; 
     88+ (WebCoreDOMText *)textWithImpl:(DOM::TextImpl *)impl; 
    8989- (DOM::TextImpl *)textImpl; 
    9090@end 
    9191 
    9292@interface WebCoreDOMComment (CorePrivate) 
    93 + (WebCoreDOMComment *)commentWithImpl: (DOM::CommentImpl *)impl; 
     93+ (WebCoreDOMComment *)commentWithImpl:(DOM::CommentImpl *)impl; 
    9494- (DOM::CommentImpl *)commentImpl; 
    9595@end 
    9696 
    9797@interface WebCoreDOMCDATASection (CorePrivate) 
    98 + (WebCoreDOMCDATASection *)CDATASectionWithImpl: (DOM::CDATASectionImpl *)impl; 
     98+ (WebCoreDOMCDATASection *)CDATASectionWithImpl:(DOM::CDATASectionImpl *)impl; 
    9999- (DOM::CDATASectionImpl *)CDATASectionImpl; 
    100100@end 
    101101 
    102102@interface WebCoreDOMProcessingInstruction (CorePrivate) 
    103 + (WebCoreDOMProcessingInstruction *)processingInstructionWithImpl: (DOM::ProcessingInstructionImpl *)impl; 
     103+ (WebCoreDOMProcessingInstruction *)processingInstructionWithImpl:(DOM::ProcessingInstructionImpl *)impl; 
    104104- (DOM::ProcessingInstructionImpl *)processingInstructionImpl; 
    105105@end 
    106106 
    107107@interface WebCoreDOMEntityReference (CorePrivate) 
    108 + (WebCoreDOMEntityReference *)entityReferenceWithImpl: (DOM::EntityReferenceImpl *)impl; 
     108+ (WebCoreDOMEntityReference *)entityReferenceWithImpl:(DOM::EntityReferenceImpl *)impl; 
    109109- (DOM::EntityReferenceImpl *)entityReferenceImpl; 
    110110@end 
    111111 
    112112@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; 
    115115- (DOM::NodeImpl *)impl; 
    116116@end 
    117117 
    118118@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; 
    121121- (DOM::NodeListImpl *)impl; 
    122122@end 
  • trunk/WebCore/kwq/WebCoreHistory.h

    r3887 r4269  
    2727 
    2828@protocol WebCoreHistoryProvider <NSObject> 
    29 - (BOOL)containsItemForURLString: (NSString *)urlString; 
     29- (BOOL)containsItemForURLString:(NSString *)urlString; 
    3030@end 
    3131 
     
    3434} 
    3535 
    36 + (void)setHistoryProvider: (id<WebCoreHistoryProvider>)h; 
     36+ (void)setHistoryProvider:(id<WebCoreHistoryProvider>)h; 
    3737+ (id<WebCoreHistoryProvider>)historyProvider; 
    3838 
  • trunk/WebCore/kwq/WebCoreResourceLoader.h

    r3376 r4269  
    2828@protocol WebCoreResourceLoader <NSObject> 
    2929 
    30 - (void)receivedResponse: response; 
     30- (void)receivedResponse:(id)response; 
    3131 
    3232- (void)addData:(NSData *)data; 
  • trunk/WebCore/kwq/WebCoreTextRenderer.h

    r3648 r4269  
    3939 
    4040// 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; 
    4242 
    4343// 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; 
    4646 
    4747@end 
  • trunk/WebCore/kwq/WebDOMDocument.h

    r3376 r4269  
    6363@protocol WebDOMImplementation 
    6464 
    65 - (BOOL)hasFeature: (NSString *)feature : (NSString *)version; 
     65- (BOOL)hasFeature:(NSString *)feature :(NSString *)version; 
    6666 
    67 - (id<WebDOMDocumentType>)createDocumentType: (NSString *)qualifiedName 
     67- (id<WebDOMDocumentType>)createDocumentType:(NSString *)qualifiedName 
    6868                                      :(NSString *)publicId 
    6969                                      :(NSString *)systemId 
    7070                                      :(int *)exceptionCode; 
    7171 
    72 - (id<WebDOMDocument>)createDocument: (NSString *)namespaceURI 
    73                               : (NSString *)qualifiedName 
    74                               : (id<WebDOMDocumentType>)doctype; 
     72- (id<WebDOMDocument>)createDocument:(NSString *)namespaceURI 
     73                              :(NSString *)qualifiedName 
     74                              :(id<WebDOMDocumentType>)doctype; 
    7575 
    7676@end 
  • trunk/WebCore/kwq/WebDOMElement.h

    r3376 r4269  
    5050- (NSString *)data; 
    5151 
    52 - (void)setData: (NSString *)data; 
     52- (void)setData:(NSString *)data; 
    5353 
    5454- (unsigned long)length; 
    5555 
    56 - (NSString *)substringData: (unsigned long)offset :(unsigned long)count; 
     56- (NSString *)substringData:(unsigned long)offset :(unsigned long)count; 
    5757 
    5858- (void)appendData:(NSString *)arg; 
     
    7373@protocol WebDOMText <WebDOMCharacterData> 
    7474 
    75 - (id<WebDOMText>)splitText: (unsigned long)offset; 
     75- (id<WebDOMText>)splitText:(unsigned long)offset; 
    7676 
    7777@end 
     
    103103- (NSString *)tagName; 
    104104 
    105 - (NSString *)getAttribute: (NSString *)name; 
     105- (NSString *)getAttribute:(NSString *)name; 
    106106 
    107107- (void)setAttribute:(NSString *)name :(NSString *)value; 
     
    129129- (id<WebDOMAttr>)setAttributeNodeNS:(id<WebDOMAttr>)newAttr; 
    130130 
    131 - (BOOL)hasAttribute: (NSString *)name; 
     131- (BOOL)hasAttribute:(NSString *)name; 
    132132 
    133133- (BOOL)hasAttributeNS:(NSString *)namespaceURI :(NSString *)localName; 
  • trunk/WebCore/kwq/WebDOMNode.h

    r3376 r4269  
    4949- (NSString *)nodeName; 
    5050- (NSString *)nodeValue; 
    51 - (void)setNodeValue: (NSString *)string;  
     51- (void)setNodeValue:(NSString *)string;  
    5252- (unsigned short)nodeType; 
    5353- (id<WebDOMNode>)parentNode; 
     
    6464- (id<WebDOMNode>)appendChild:(id<WebDOMNode>)newChild; 
    6565- (BOOL)hasChildNodes; 
    66 - (id<WebDOMNode>)cloneNode: (BOOL) deep; 
     66- (id<WebDOMNode>)cloneNode:(BOOL) deep; 
    6767- (void)normalize; 
    68 - (BOOL)isSupported:(NSString *)feature : (NSString *)version; 
     68- (BOOL)isSupported:(NSString *)feature :(NSString *)version; 
    6969- (NSString *)namespaceURI; 
    7070- (NSString *)prefix; 
    71 - (void)setPrefix: (NSString *)prefix; 
     71- (void)setPrefix:(NSString *)prefix; 
    7272- (NSString *)localName; 
    7373- (BOOL)hasAttributes; 
     
    9393 
    9494- (unsigned long)length; 
    95 - (id<WebDOMNode>)item: (unsigned long)index; 
     95- (id<WebDOMNode>)item:(unsigned long)index; 
    9696 
    9797@end 
  • trunk/WebKit/Carbon.subproj/CarbonWindowAdapter.h

    r3764 r4269  
    1212#import <HIToolbox/MacWindows.h> 
    1313 
    14 @interface CarbonWindowAdapter : NSWindow { 
    15  
    16     @private 
     14@interface CarbonWindowAdapter : NSWindow  
     15{ 
     16@private 
    1717 
    1818    // The Carbon window that's being encapsulated, and whether or not this object owns (has responsibility for disposing) it. 
    1919    WindowRef _windowRef; 
    2020    BOOL _windowRefIsOwned; 
    21         BOOL _carbon; 
    22  
     21    BOOL _carbon; 
     22         
    2323    // The UPP for the event handler that we use to deal with various Carbon events, and the event handler itself. 
    2424    EventHandlerUPP _handleEventUPP; 
     
    2727    // Yes if this object should let Carbon handle kEventWindowActivated and kEventWindowDeactivated events.  No otherwise. 
    2828    BOOL _passingCarbonWindowActivationEvents; 
    29  
    3029} 
    3130 
  • trunk/WebKit/Carbon.subproj/HIViewAdapter.h

    r3866 r4269  
    44// 
    55//  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. 
    77// 
    88 
  • trunk/WebKit/ChangeLog

    r4266 r4269  
     12003-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 
    1512003-05-02  Maciej Stachowiak  <mjs@apple.com> 
    252 
     
    246296        * WebView.subproj/WebMainResourceClient.m: 
    247297        (-[WebMainResourceClient connection:willSendRequest:redirectResponse:]): 
     298 
     2992003-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. 
    248309 
    2493102003-04-30  Maciej Stachowiak  <mjs@apple.com> 
  • trunk/WebKit/DOM.subproj/WebDOMDocument.h

    r2277 r4269  
    4545@protocol WebDOMImplementation 
    4646 
    47 - (BOOL)hasFeature: (NSString *)feature : (NSString *)version; 
     47- (BOOL)hasFeature:(NSString *)feature :(NSString *)version; 
    4848 
    49 - (id<WebDOMDocumentType>)createDocumentType: (NSString *)qualifiedName 
     49- (id<WebDOMDocumentType>)createDocumentType:(NSString *)qualifiedName 
    5050                                      :(NSString *)publicId 
    5151                                      :(NSString *)systemId 
    5252                                      :(int *)exceptionCode; 
    5353 
    54 - (id<WebDOMDocument>)createDocument: (NSString *)namespaceURI 
    55                               : (NSString *)qualifiedName 
    56                               : (id<WebDOMDocumentType>)doctype; 
     54- (id<WebDOMDocument>)createDocument:(NSString *)namespaceURI 
     55                              :(NSString *)qualifiedName 
     56                              :(id<WebDOMDocumentType>)doctype; 
    5757 
    5858@end 
  • trunk/WebKit/DOM.subproj/WebDOMNode.h

    r2277 r4269  
    3131- (NSString *)nodeValue; 
    3232 
    33 - (void)setNodeValue: (NSString *)string;  
     33- (void)setNodeValue:(NSString *)string;  
    3434 
    3535- (unsigned short)nodeType; 
     
    4343- (id<WebDOMNode>)lastChild; 
    4444 
    45 - (id<WebDOMNode>) previousSibling; 
     45- (id<WebDOMNode>)previousSibling; 
    4646 
    4747- (id<WebDOMNode>)nextSibling; 
     
    6161- (BOOL)hasChildNodes; 
    6262 
    63 - (id<WebDOMNode>)cloneNode: (BOOL) deep; 
     63- (id<WebDOMNode>)cloneNode:(BOOL)deep; 
    6464 
    6565- (void)normalize; 
    6666 
    67 - (BOOL)isSupported:(NSString *)feature : (NSString *)version; 
     67- (BOOL)isSupported:(NSString *)feature :(NSString *)version; 
    6868 
    6969- (NSString *)namespaceURI; 
     
    7171- (NSString *)prefix; 
    7272 
    73 - (void)setPrefix: (NSString *)prefix; 
     73- (void)setPrefix:(NSString *)prefix; 
    7474 
    7575- (NSString *)localName; 
     
    105105- (unsigned long)length; 
    106106 
    107 - (id<WebDOMNode>)item: (unsigned long)index; 
     107- (id<WebDOMNode>)item:(unsigned long)index; 
    108108 
    109109@end 
  • trunk/WebKit/History.subproj/WebBackForwardList.h

    r4210 r4269  
    135135- (WebHistoryItem *)itemAtIndex:(int)index; 
    136136 
    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; 
    143143 
    144     /*! 
     144/*! 
    145145    @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*/ 
    149149- (unsigned)pageCacheSize; 
    150150 
  • trunk/WebKit/History.subproj/WebHistoryItemPrivate.h

    r4222 r4269  
    1212+ (void)_releaseAllPendingPageCaches; 
    1313- (BOOL)hasPageCache; 
    14 - (void)setHasPageCache: (BOOL)f; 
     14- (void)setHasPageCache:(BOOL)f; 
    1515- (NSMutableDictionary *)pageCache; 
    1616 
     
    5454- (WebHistoryItem *)targetItem; 
    5555 
    56 - (void)setAlwaysAttemptToUsePageCache: (BOOL)flag; 
     56- (void)setAlwaysAttemptToUsePageCache:(BOOL)flag; 
    5757- (BOOL)alwaysAttemptToUsePageCache; 
    5858 
     
    6464@interface WebBackForwardList (WebPrivate) 
    6565- (void)_clearPageCache; 
    66 - (void)_setUsesPageCache: (BOOL)f; 
     66- (void)_setUsesPageCache:(BOOL)f; 
    6767- (BOOL)_usesPageCache; 
    6868@end 
  • trunk/WebKit/History.subproj/WebHistoryPrivate.h

    r4180 r4269  
    2121} 
    2222 
    23 - (void)addItem: (WebHistoryItem *)entry; 
     23- (void)addItem:(WebHistoryItem *)entry; 
    2424- (void)addItems:(NSArray *)newEntries; 
    25 - (BOOL)removeItem: (WebHistoryItem *)entry; 
    26 - (BOOL)removeItems: (NSArray *)entries; 
     25- (BOOL)removeItem:(WebHistoryItem *)entry; 
     26- (BOOL)removeItems:(NSArray *)entries; 
    2727- (BOOL)removeAllItems; 
    2828 
    2929- (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; 
    3333- (WebHistoryItem *)itemForURL:(NSURL *)URL; 
    3434- (WebHistoryItem *)itemForURLString:(NSString *)URLString; 
     
    4040 
    4141@interface WebHistory (WebPrivate) 
    42 - (void)removeItem: (WebHistoryItem *)entry; 
    43 - (void)addItem: (WebHistoryItem *)entry; 
     42- (void)removeItem:(WebHistoryItem *)entry; 
     43- (void)addItem:(WebHistoryItem *)entry; 
    4444 
    4545- (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; 
    4949- (WebHistoryItem *)_itemForURLString:(NSString *)URLString; 
    5050 
  • trunk/WebKit/History.subproj/WebURLsWithTitles.h

    r1571 r4269  
    2020// returns without doing anything. You must declare an WebURLsWithTitlesPboardType data type 
    2121// 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; 
    2323 
    2424// Reads an array of NSURLs off the pasteboard. Returns nil if pasteboard does not contain 
    2525// data of type WebURLsWithTitlesPboardType. This array consists of the URLs that correspond to 
    2626// the titles returned from titlesFromPasteboard. 
    27 +(NSArray *)URLsFromPasteboard:(NSPasteboard *)pasteboard; 
     27+ (NSArray *)URLsFromPasteboard:(NSPasteboard *)pasteboard; 
    2828 
    2929// Reads an array of NSStrings off the pasteboard. Returns nil if pasteboard does not contain 
    3030// data of type WebURLsWithTitlesPboardType. This array consists of the titles that correspond to 
    3131// the URLs returned from URLsFromPasteboard. 
    32 +(NSArray *)titlesFromPasteboard:(NSPasteboard *)pasteboard; 
     32+ (NSArray *)titlesFromPasteboard:(NSPasteboard *)pasteboard; 
    3333 
    3434@end 
  • trunk/WebKit/Misc.subproj/WebDatabase.h

    r4242 r4269  
    1616} 
    1717 
    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; 
    2222 
    2323@end 
     
    2626@interface WebDatabase (WebDatabaseCreation) 
    2727 
    28 -(id)initWithPath:(NSString *)thePath; 
     28- (id)initWithPath:(NSString *)thePath; 
    2929 
    3030@end 
     
    3333@interface WebDatabase (WebDatabaseManagement) 
    3434 
    35 -(void)open; 
    36 -(void)close; 
    37 -(void)sync; 
     35- (void)open; 
     36- (void)close; 
     37- (void)sync; 
    3838 
    39 -(NSString *)path; 
    40 -(BOOL)isOpen; 
     39- (NSString *)path; 
     40- (BOOL)isOpen; 
    4141 
    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; 
    4646 
    4747@end 
  • trunk/WebKit/Misc.subproj/WebFileDatabase.h

    r4242 r4269  
    1919} 
    2020 
    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; 
    2323 
    2424@end 
  • trunk/WebKit/Misc.subproj/WebIconDatabase.h

    r4223 r4269  
    22    WebIconDatabase.h 
    33    Copyright 2001, 2002, Apple, Inc. All rights reserved. 
    4  
    5     Public header file. 
    64*/ 
    75 
  • trunk/WebKit/Misc.subproj/WebIconLoader.h

    r3992 r4269  
    22     WebIconLoader.h 
    33     Copyright 2002, Apple, Inc. All rights reserved. 
    4  
    5      Public header file. 
    64*/ 
    75 
     
    2220    @param URL 
    2321*/ 
    24 + iconLoaderWithURL:(NSURL *)URL; 
     22+ (id)iconLoaderWithURL:(NSURL *)URL; 
    2523 
    2624/*! 
     
    2826    @param URL 
    2927*/ 
    30 - initWithURL:(NSURL *)URL; 
     28- (id)initWithURL:(NSURL *)URL; 
    3129 
    3230/*! 
  • trunk/WebKit/Misc.subproj/WebKitNSStringExtras.h

    r3748 r4269  
    1010@interface NSString (WebKitExtras) 
    1111 
    12 - (void)_web_drawAtPoint:(NSPoint)point font: (NSFont *)font textColor:(NSColor *)textColor; 
     12- (void)_web_drawAtPoint:(NSPoint)point font:(NSFont *)font textColor:(NSColor *)textColor; 
    1313 
    1414- (float)_web_widthWithFont:(NSFont *)font; 
  • trunk/WebKit/Misc.subproj/WebUnicode.h

    r3046 r4269  
    11/*       
    2         WebUnicode.h 
    3         Copyright 2001, 2002, Apple Computer, Inc. 
     2    WebUnicode.h 
     3    Copyright 2001, 2002, Apple Computer, Inc. 
    44 
    5         Private header file. 
     5    Private header file. 
    66*/ 
    77#ifdef __cplusplus 
  • trunk/WebKit/Panels.subproj/WebPanelAuthenticationHandler.h

    r4225 r4269  
    33 
    44 Copyright 2002 Apple, Inc. All rights reserved. 
    5  */ 
     5*/ 
    66 
    77#import <Foundation/Foundation.h> 
  • trunk/WebKit/Plugins.subproj/WebBasePluginPackage.h

    r4006 r4269  
    3434 
    3535+ (WebBasePluginPackage *)pluginWithPath:(NSString *)pluginPath; 
    36 - initWithPath:(NSString *)pluginPath; 
     36- (id)initWithPath:(NSString *)pluginPath; 
    3737 
    3838- (BOOL)getPluginInfoFromBundleAndMIMEDictionary:(NSDictionary *)MIMETypes; 
  • trunk/WebKit/Plugins.subproj/WebNetscapePluginStream.h

    r3946 r4269  
    2121} 
    2222 
    23 - initWithRequest:(NSURLRequest *)theRequest 
    24     pluginPointer:(NPP)thePluginPointer 
    25        notifyData:(void *)theNotifyData; 
     23- (id)initWithRequest:(NSURLRequest *)theRequest 
     24        pluginPointer:(NPP)thePluginPointer 
     25           notifyData:(void *)theNotifyData; 
    2626 
    2727- (void)start; 
  • trunk/WebKit/Plugins.subproj/WebNullPluginView.h

    r4177 r4269  
    1414} 
    1515 
    16 - initWithFrame:(NSRect)frame error:(NSError *)pluginError; 
     16- (id)initWithFrame:(NSRect)frame error:(NSError *)pluginError; 
    1717 
    1818@end 
  • trunk/WebKit/Plugins.subproj/WebPluginViewFactory.h

    r2466 r4269  
    5858    @param arguments The arguments dictionary with the mentioned keys and objects. 
    5959*/ 
    60 + (NSView<WebPlugin> *) pluginViewWithArguments:(NSDictionary *)arguments; 
     60+ (NSView<WebPlugin> *)pluginViewWithArguments:(NSDictionary *)arguments; 
    6161 
    6262@end 
  • trunk/WebKit/WebCoreSupport.subproj/WebGlyphBuffer.h

    r1775 r4269  
    1818    CGGlyph *bufferedGlyphs; 
    1919} 
    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; 
    2323- (void)reset; 
    2424- (NSFont *)font; 
  • trunk/WebKit/WebCoreSupport.subproj/WebTextRenderer.h

    r3904 r4269  
    3838+ (BOOL)shouldBufferTextDrawing; 
    3939 
    40 - initWithFont:(NSFont *)font usingPrinterFont:(BOOL)usingPrinterFont; 
     40- (id)initWithFont:(NSFont *)font usingPrinterFont:(BOOL)usingPrinterFont; 
    4141 
    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; 
    4343 
    4444@end 
  • trunk/WebKit/WebCoreSupport.subproj/WebTextRendererFactory.h

    r3904 r4269  
    2121+ (WebTextRendererFactory *)sharedFactory; 
    2222- (NSFont *)cachedFontFromFamily:(NSString *)family traits:(NSFontTraitMask)traits size:(float)size; 
    23 - init; 
    2423 
    2524- (WebTextRenderer *)rendererWithFont:(NSFont *)font usingPrinterFont:(BOOL)usingPrinterFont; 
  • trunk/WebKit/WebView.subproj/WebBaseResourceHandleDelegate.h

    r4263 r4269  
    4242- (WebDataSource *)dataSource; 
    4343 
    44 - resourceLoadDelegate; 
    45 - downloadDelegate; 
     44- (id)resourceLoadDelegate; 
     45- (id)downloadDelegate; 
    4646 
    4747- (void)cancel; 
     
    5353- (NSError *)cancelledError; 
    5454 
    55 - (void)setIdentifier: ident; 
     55- (void)setIdentifier:(id)ident; 
    5656 
    57 -(void)useCredential:(NSURLCredential *)credential forAuthenticationChallenge:(WebAuthenticationChallenge *)challenge; 
     57- (void)useCredential:(NSURLCredential *)credential forAuthenticationChallenge:(WebAuthenticationChallenge *)challenge; 
    5858 
    59 -(void)continueWithoutCredentialForAuthenticationChallenge:(WebAuthenticationChallenge *)challenge; 
     59- (void)continueWithoutCredentialForAuthenticationChallenge:(WebAuthenticationChallenge *)challenge; 
    6060 
    6161@end 
  • trunk/WebKit/WebView.subproj/WebControllerSets.h

    r4263 r4269  
    1010 
    1111@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; 
    1515@end 
    1616 
  • trunk/WebKit/WebView.subproj/WebDataProtocol.h

    r4192 r4269  
    1515{ 
    1616} 
    17 +(BOOL)_webIsDataProtocolURL:(NSURL *)URL; 
     17+ (BOOL)_webIsDataProtocolURL:(NSURL *)URL; 
    1818@end 
    1919 
    2020@interface NSURLRequest (WebDataRequest) 
    21 + (NSURL *)_webDataRequestURLForData: (NSData *)data; 
     21+ (NSURL *)_webDataRequestURLForData:(NSData *)data; 
    2222- (NSData *)_webDataRequestData; 
    2323- (void)_webDataRequestSetData:(NSData *)data; 
  • trunk/WebKit/WebView.subproj/WebDataSource.h

    r4215 r4269  
    7474    @result Returns the request that was used to create this datasource. 
    7575*/ 
    76 -(NSMutableURLRequest *)request; 
     76- (NSMutableURLRequest *)request; 
    7777 
    7878/*! 
  • trunk/WebKit/WebView.subproj/WebDataSourcePrivate.h

    r4263 r4269  
    121121- (void)_setRepresentation:(id<WebDocumentRepresentation>)representation; 
    122122- (void)_setWebView:(WebView *)webView; 
    123 - (void)_startLoading: (NSDictionary *)pageCache; 
     123- (void)_startLoading:(NSDictionary *)pageCache; 
    124124- (void)_stopLoadingInternal; 
    125125- (BOOL)_isStopping; 
     
    155155 
    156156- (BOOL)_isCommitted; 
    157 - (void)_commitIfReady: (NSDictionary *)pageCache; 
     157- (void)_commitIfReady:(NSDictionary *)pageCache; 
    158158- (void)_makeRepresentation; 
    159159- (void)_receivedData:(NSData *)data; 
     
    172172- (BOOL)_loadingFromPageCache; 
    173173 
    174 - (void)_addResponse: (NSURLResponse *)r; 
     174- (void)_addResponse:(NSURLResponse *)r; 
    175175- (NSArray *)_responses; 
    176176 
  • trunk/WebKit/WebView.subproj/WebDebugDOMNode.h

    r3829 r4269  
    1717} 
    1818 
    19 - initWithWebFrameView:(WebFrameView *)view; 
     19- (id)initWithWebFrameView:(WebFrameView *)view; 
    2020 
    2121- (NSArray *)children; 
  • trunk/WebKit/WebView.subproj/WebDocument.h

    r4210 r4269  
    2222    @param dataSource The corresponding data source. 
    2323*/ 
    24 - (void)setDataSource: (WebDataSource *)dataSource; 
     24- (void)setDataSource:(WebDataSource *)dataSource; 
    2525 
    2626/*! 
     
    2929    @param dataSource The corresponding data source. 
    3030*/ 
    31 - (void)dataSourceUpdated: (WebDataSource *)dataSource; 
     31- (void)dataSourceUpdated:(WebDataSource *)dataSource; 
    3232 
    3333/*! 
     
    3737    @param flag YES to cause a layout, no to not cause a layout. 
    3838*/ 
    39 - (void)setNeedsLayout: (BOOL)flag; 
     39- (void)setNeedsLayout:(BOOL)flag; 
    4040 
    4141/*! 
     
    6868@protocol WebDocumentSearching <NSObject> 
    6969/*! 
    70     @method searchFor:direction:caseSensitive: 
     70    @method searchFor:direction:caseSensitive:wrap: 
    7171    @abstract Searches a document view for a string and highlights the string if it is found. 
    7272    @param string The string to search for. 
    7373    @param forward YES to search forward, NO to seach backwards. 
    7474    @param caseFlag YES to for case-sensitive search, NO for case-insensitive search. 
     75    @param wrapFlag YES to wrap around, NO to avoid wrapping. 
    7576    @result YES if found, NO if not found. 
    7677*/ 
    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; 
    7879@end 
    7980 
     
    141142    @param dataSource The data source that is set. 
    142143*/ 
    143 - (void)setDataSource: (WebDataSource *)dataSource; 
     144- (void)setDataSource:(WebDataSource *)dataSource; 
    144145 
    145146/*! 
     
    149150    @param dataSource The data source that has received data. 
    150151*/ 
    151 - (void)receivedData: (NSData *)data withDataSource: (WebDataSource *)dataSource; 
     152- (void)receivedData:(NSData *)data withDataSource:(WebDataSource *)dataSource; 
    152153 
    153154/*! 
     
    157158    @param dataSource The data source that has received the error. 
    158159*/ 
    159 - (void)receivedError: (NSError *)error withDataSource: (WebDataSource *)dataSource; 
     160- (void)receivedError:(NSError *)error withDataSource:(WebDataSource *)dataSource; 
    160161 
    161162/*! 
     
    164165    @param dataSource The datasource that has finished loading. 
    165166*/ 
    166 - (void)finishedLoadingWithDataSource: (WebDataSource *)dataSource; 
     167- (void)finishedLoadingWithDataSource:(WebDataSource *)dataSource; 
    167168 
    168169/*! 
  • trunk/WebKit/WebView.subproj/WebFrame.h

    r4222 r4269  
    3535    @result Returns an initialized WebFrame. 
    3636*/ 
    37 - (id)initWithName: (NSString *)name webFrameView: (WebFrameView *)view webView: (WebView *)webView; 
     37- (id)initWithName:(NSString *)name webFrameView:(WebFrameView *)view webView:(WebView *)webView; 
    3838 
    3939/*! 
     
    6868    @param URL The base URL to apply to relative URLs within the document. 
    6969*/ 
    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; 
    7171 
    7272/*! 
  • trunk/WebKit/WebView.subproj/WebFramePrivate.h

    r4263 r4269  
    9595- (void)setLoadType:(WebFrameLoadType)loadType; 
    9696 
    97 - (void)setProvisionalItem: (WebHistoryItem *)item; 
     97- (void)setProvisionalItem:(WebHistoryItem *)item; 
    9898- (WebHistoryItem *)provisionalItem; 
    9999- (void)setPreviousItem:(WebHistoryItem *)item; 
     
    105105 
    106106@interface WebFrame (WebPrivate) 
    107 - (void)_setWebView: (WebView *)webView; 
     107- (void)_setWebView:(WebView *)webView; 
    108108- (void)_setName:(NSString *)name; 
    109109- (WebFrame *)_descendantFrameNamed:(NSString *)name; 
    110110- (void)_detachFromParent; 
    111111- (void)_closeOldDataSources; 
    112 - (void)_setDataSource: (WebDataSource *)d; 
    113 - (void)_transitionToCommitted: (NSDictionary *)pageCache; 
     112- (void)_setDataSource:(WebDataSource *)d; 
     113- (void)_transitionToCommitted:(NSDictionary *)pageCache; 
    114114- (void)_transitionToLayoutAcceptable; 
    115115- (WebFrameState)_state; 
    116 - (void)_setState: (WebFrameState)newState; 
    117 + (void)_recursiveCheckCompleteFromFrame: (WebFrame *)fromFrame; 
     116- (void)_setState:(WebFrameState)newState; 
     117+ (void)_recursiveCheckCompleteFromFrame:(WebFrame *)fromFrame; 
    118118- (void)_isLoadComplete; 
    119119- (void)_checkLoadComplete; 
    120 - (void)_timedLayout: userInfo; 
     120- (void)_timedLayout:userInfo; 
    121121- (WebBridge *)_bridge; 
    122122- (void)_clearProvisionalDataSource; 
    123 - (void)_setLoadType: (WebFrameLoadType)loadType; 
     123- (void)_setLoadType:(WebFrameLoadType)loadType; 
    124124- (WebFrameLoadType)_loadType; 
    125125 
    126 - (void)_addExtraFieldsToRequest:(NSMutableURLRequest *)request alwaysFromRequest: (BOOL)f; 
     126- (void)_addExtraFieldsToRequest:(NSMutableURLRequest *)request alwaysFromRequest:(BOOL)f; 
    127127 
    128128- (void)_checkNewWindowPolicyForRequest:(NSURLRequest *)request action:(NSDictionary *)action frameName:(NSString *)frameName formState:(WebFormState *)formState andCall:(id)target withSelector:(SEL)selector; 
     
    132132- (void)_invalidatePendingPolicyDecisionCallingDefaultAction:(BOOL)call; 
    133133 
    134 - (void)_goToItem: (WebHistoryItem *)item withLoadType: (WebFrameLoadType)type; 
     134- (void)_goToItem:(WebHistoryItem *)item withLoadType:(WebFrameLoadType)type; 
    135135- (void)_loadURL:(NSURL *)URL referrer:(NSString *)referrer loadType:(WebFrameLoadType)loadType target:(NSString *)target triggeringEvent:(NSEvent *)event form:(id <WebDOMElement>)form formValues:(NSDictionary *)values; 
    136136- (void)_loadURL:(NSURL *)URL intoChild:(WebFrame *)childFrame; 
     
    168168- (void)_setJustOpenedForTargetedLink:(BOOL)justOpened; 
    169169 
    170 - (void)_setProvisionalDataSource: (WebDataSource *)d; 
     170- (void)_setProvisionalDataSource:(WebDataSource *)d; 
    171171 
    172172+ (CFAbsoluteTime)_timeOfLastCompletedLoad; 
  • trunk/WebKit/WebView.subproj/WebFrameView.h

    r4210 r4269  
    4242    @param flag YES to allow the document to be scrolled, NO to disallow scrolling 
    4343*/ 
    44 - (void)setAllowsScrolling: (BOOL)flag; 
     44- (void)setAllowsScrolling:(BOOL)flag; 
    4545 
    4646/*! 
  • trunk/WebKit/WebView.subproj/WebHTMLRepresentation.h

    r4069 r4269  
    22        WebHTMLRepresentation.h 
    33        Copyright 2002, Apple, Inc. All rights reserved. 
    4  
    5         Public header file. 
    64*/ 
    75 
     
    3937    @param endOffset The character offset into the text of the ending node. 
    4038*/ 
    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; 
    4240 
    4341//- (NSAttributedString *)selectedAttributedString; 
     
    5048 
    5149 
    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; 
    5351 
    5452- (id <WebDOMElement>)elementWithName:(NSString *)name inForm:(id <WebDOMElement>)form; 
  • trunk/WebKit/WebView.subproj/WebHTMLView.h

    r3859 r4269  
    22        WebHTMLView.h 
    33        Copyright 2002, Apple, Inc. All rights reserved. 
    4          
    5         Public header file. 
    64*/ 
    75 
     
    2826    @param flag YES to apply style information, NO to not apply style information. 
    2927*/ 
    30 - (void)setNeedsToApplyStyles: (BOOL)flag; 
     28- (void)setNeedsToApplyStyles:(BOOL)flag; 
    3129 
    3230/*! 
  • trunk/WebKit/WebView.subproj/WebLoader.h

    r4263 r4269  
    4242- (WebDataSource *)dataSource; 
    4343 
    44 - resourceLoadDelegate; 
    45 - downloadDelegate; 
     44- (id)resourceLoadDelegate; 
     45- (id)downloadDelegate; 
    4646 
    4747- (void)cancel; 
     
    5353- (NSError *)cancelledError; 
    5454 
    55 - (void)setIdentifier: ident; 
     55- (void)setIdentifier:(id)ident; 
    5656 
    57 -(void)useCredential:(NSURLCredential *)credential forAuthenticationChallenge:(WebAuthenticationChallenge *)challenge; 
     57- (void)useCredential:(NSURLCredential *)credential forAuthenticationChallenge:(WebAuthenticationChallenge *)challenge; 
    5858 
    59 -(void)continueWithoutCredentialForAuthenticationChallenge:(WebAuthenticationChallenge *)challenge; 
     59- (void)continueWithoutCredentialForAuthenticationChallenge:(WebAuthenticationChallenge *)challenge; 
    6060 
    6161@end 
  • trunk/WebKit/WebView.subproj/WebMainResourceClient.h

    r4195 r4269  
    2424} 
    2525 
    26 - initWithDataSource:(WebDataSource *)dataSource; 
     26- (id)initWithDataSource:(WebDataSource *)dataSource; 
    2727 
    2828@end 
  • trunk/WebKit/WebView.subproj/WebMainResourceLoader.h

    r4195 r4269  
    2424} 
    2525 
    26 - initWithDataSource:(WebDataSource *)dataSource; 
     26- (id)initWithDataSource:(WebDataSource *)dataSource; 
    2727 
    2828@end 
  • trunk/WebKit/WebView.subproj/WebPolicyDelegate.h

    r4210 r4269  
    7070    this method. 
    7171*/ 
    72 -(void)use; 
     72- (void)use; 
    7373/*! 
    7474    @method download 
     
    7979    load. 
    8080*/ 
    81 -(void)download; 
     81- (void)download; 
    8282 
    8383/*! 
     
    9090    external app, revealing the location in Finder if a file URL, etc. 
    9191*/ 
    92 -(void)ignore; 
     92- (void)ignore; 
    9393 
    9494@end 
     
    119119 
    120120/*! 
    121    @method decidePolicyForNavigationAction:request:frame:decisionListener: 
     121   @method webView:decidePolicyForNavigationAction:request:frame:decisionListener: 
    122122   @abstract This method is called to decide what to do with a proposed navigation. 
    123123   @param actionInformation Dictionary that describes the action that triggered this navigation. 
     
    134134 
    135135/*! 
    136      @method decidePolicyForNewWindowAction:request:newFrameName:decisionListener: 
     136     @method webView:decidePolicyForNewWindowAction:request:newFrameName:decisionListener: 
    137137     @discussion This method is called to decide what to do with an targetted nagivation that would open a new window. 
    138138     @param actionInformation Dictionary that describes the action that triggered this navigation. 
     
    155155 
    156156/*! 
    157     @method decidePolicyForMIMEType:request:frame: 
     157    @method webView:decidePolicyForMIMEType:request:frame: 
    158158    @discussion Returns the policy for content which has been partially loaded. 
    159159    Sent after webView:didStartProvisionalLoadForFrame: is sent on the WebFrameLoadDelegate. 
     
    169169 
    170170/*! 
    171     @method unableToImplementPolicy:error:forURL:inFrame: 
     171    @method webView:unableToImplementPolicy:error:forURL:inFrame: 
    172172    @discussion Called when a WebPolicy could not be implemented. It is up to the client to display appropriate feedback. 
    173173    @param policy The policy that could not be implemented. 
  • trunk/WebKit/WebView.subproj/WebPolicyDelegatePrivate.h

    r3868 r4269  
    2323} 
    2424 
    25 -(id)_initWithTarget:(id)target action:(SEL)action; 
     25- (id)_initWithTarget:(id)target action:(SEL)action; 
    2626 
    27 -(void)_invalidate; 
     27- (void)_invalidate; 
    2828 
    2929@end 
  • trunk/WebKit/WebView.subproj/WebPreferencesPrivate.h

    r3610 r4269  
    11/*       
    2         WebPreferences.h 
     2        WebPreferencesPrivate.h 
    33        Copyright 2001, Apple, Inc. All rights reserved. 
    4  
    5         Public header file. 
    64*/ 
    75 
  • trunk/WebKit/WebView.subproj/WebRenderNode.h

    r3829 r4269  
    1919} 
    2020 
    21 - initWithWebFrameView:(WebFrameView *)view; 
     21- (id)initWithWebFrameView:(WebFrameView *)view; 
    2222 
    2323- (NSArray *)children; 
  • trunk/WebKit/WebView.subproj/WebResourceLoadDelegate.h

    r4226 r4269  
    2525 
    2626/*! 
    27     @method identifierForInitialRequest:fromDataSource: 
     27    @method webView:identifierForInitialRequest:fromDataSource: 
    2828    @param webView The WebView sending the message. 
    2929    @param request The request about to be sent. 
     
    3737    The identifier will be retained. 
    3838*/ 
    39 - webView:(WebView *)sender identifierForInitialRequest: (NSURLRequest *)request fromDataSource: (WebDataSource *)dataSource; 
     39- (id)webView:(WebView *)sender identifierForInitialRequest:(NSURLRequest *)request fromDataSource:(WebDataSource *)dataSource; 
    4040 
    4141/*! 
     
    5353    will be request. 
    5454*/ 
    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; 
    5656 
    5757/*! 
     
    7474 
    7575/*! 
    76     @method resource:didReceiveResponse:fromDataSource: 
     76    @method webView:resource:didReceiveResponse:fromDataSource: 
    7777    @abstract This message is sent after a response has been received for this load. 
    7878    @param webView The WebView sending the message. 
     
    8686    and should check the new response for the expected content length. 
    8787*/ 
    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; 
    8989 
    9090/*! 
    91     @method resource:didReceiveContentLength:fromDataSource: 
     91    @method webView:resource:didReceiveContentLength:fromDataSource: 
    9292    @discussion Multiple of these messages may be sent as data arrives. 
    9393    @param webView The WebView sending the message. 
     
    9797    @param dataSource The dataSource that initiated the load. 
    9898*/ 
    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; 
    100100 
    101101/*! 
    102     @method resource:didFinishLoadingFromDataSource: 
     102    @method webView:resource:didFinishLoadingFromDataSource: 
    103103    @discussion This message is sent after a load has successfully completed. 
    104104    @param webView The WebView sending the message. 
     
    107107    @param dataSource The dataSource that initiated the load. 
    108108*/ 
    109 -(void)webView:(WebView *)sender resource:identifier didFinishLoadingFromDataSource:(WebDataSource *)dataSource; 
     109- (void)webView:(WebView *)sender resource:(id)identifier didFinishLoadingFromDataSource:(WebDataSource *)dataSource; 
    110110 
    111111/*! 
    112     @method resource:didFailLoadingWithError:fromDataSource: 
     112    @method webView:resource:didFailLoadingWithError:fromDataSource: 
    113113    @discussion This message is sent after a load has failed to load due to an error. 
    114114    @param webView The WebView sending the message. 
     
    118118    @param dataSource The dataSource that initiated the load. 
    119119*/ 
    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; 
    121121 
    122122/*! 
    123      @method pluginFailedWithError:dataSource: 
     123     @method webView:plugInFailedWithError:dataSource: 
    124124     @discussion Called when a plug-in is not found, fails to load or is not available for some reason. 
    125125     @param webView The WebView sending the message. 
  • trunk/WebKit/WebView.subproj/WebUIDelegate.h

    r4235 r4269  
    1010 
    1111/*! 
    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  */ 
     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*/ 
    1717 
    1818enum { 
     
    133133    elsewhere, or possibly ignore this call. 
    134134*/ 
    135 - (void)webView: (WebView *)sender makeFirstResponder:(NSResponder *)responder; 
    136  
     135- (void)webView:(WebView *)sender makeFirstResponder:(NSResponder *)responder; 
    137136 
    138137/*! 
     
    142141    @param text The status text to set 
    143142*/ 
    144 - (void)webView: (WebView *)sender setStatusText:(NSString *)text; 
    145  
    146 /*! 
    147     @method statusText 
     143- (void)webView:(WebView *)sender setStatusText:(NSString *)text; 
     144 
     145/*! 
     146    @method webViewStatusText 
    148147    @abstract Get the currently displayed status text. 
    149148    @param sender The WebView sending the delegate method. 
     
    163162    @result YES if at least one toolbar is visible, otherwise NO. 
    164163*/ 
    165 - (BOOL)webViewAreToolbarsVisible: (WebView *)sender; 
     164- (BOOL)webViewAreToolbarsVisible:(WebView *)sender; 
    166165 
    167166/*! 
     
    227226 
    228227/*! 
    229     @method webViewFrame 
     228    @method webViewFrame: 
    230229    @param sender The WebView sending the delegate method. 
    231230    @abstract REturn the window's frame rect 
     
    318317- (NSArray *)webView:(WebView *)sender contextMenuItemsForElement:(NSDictionary *)element defaultMenuItems:(NSArray *)defaultMenuItems; 
    319318 
    320  
    321319@end 
  • trunk/WebKit/WebView.subproj/WebView.h

    r4222 r4269  
    100100    @result Returns an initialized WebView. 
    101101*/ 
    102 - initWithFrame: (NSRect)frame frameName: (NSString *)frameName groupName: (NSString *)groupName; 
     102- (id)initWithFrame:(NSRect)frame frameName:(NSString *)frameName groupName:(NSString *)groupName; 
    103103 
    104104/*! 
     
    107107    @param delegate The WebUIDelegate to set as the delegate. 
    108108*/     
    109 - (void)setUIDelegate: (id)delegate; 
     109- (void)setUIDelegate:(id)delegate; 
    110110 
    111111/*! 
     
    121121    @param delegate The WebResourceLoadDelegate to set as the load delegate. 
    122122*/ 
    123 - (void)setResourceLoadDelegate: (id)delegate; 
     123- (void)setResourceLoadDelegate:(id)delegate; 
    124124 
    125125/*! 
     
    135135    @param delegate The WebDownloadDelegate to set as the download delegate. 
    136136*/     
    137 - (void)setDownloadDelegate: (id)delegate; 
     137- (void)setDownloadDelegate:(id)delegate; 
    138138 
    139139/*! 
     
    149149    @param delegate The WebFrameLoadDelegate to set as the delegate. 
    150150*/     
    151 - (void)setFrameLoadDelegate: (id)delegate; 
     151- (void)setFrameLoadDelegate:(id)delegate; 
    152152 
    153153/*! 
     
    163163    @param delegate The WebPolicyDelegate to set as the delegate. 
    164164*/     
    165 - (void)setPolicyDelegate: (id)delegate; 
     165- (void)setPolicyDelegate:(id)delegate; 
    166166 
    167167/*! 
     
    188188 
    189189/*! 
    190     @method setUseBackForwardList: 
     190    @method setMaintainsBackForwardList: 
    191191    @abstract Enable or disable the use of a backforward list for this webView. 
    192192    @param flag Turns use of the back forward list on or off 
    193193*/     
    194 - (void)setMaintainsBackForwardList: (BOOL)flag; 
     194- (void)setMaintainsBackForwardList:(BOOL)flag; 
    195195 
    196196/*! 
     
    354354    @param MIMEType The MIME type to represent with an object of the given class. 
    355355*/ 
    356 + (void)registerViewClass:(Class)viewClass representationClass: (Class)representationClass forMIMEType:(NSString *)MIMEType; 
     356+ (void)registerViewClass:(Class)viewClass representationClass:(Class)representationClass forMIMEType:(NSString *)MIMEType; 
    357357 
    358358 
  • trunk/WebKit/WebView.subproj/WebViewPrivate.h

    r4264 r4269  
    145145- (void)_loadBackForwardListFromOtherView:(WebView *)otherView; 
    146146 
    147 - (void)_goToItem: (WebHistoryItem *)item withLoadType: (WebFrameLoadType)type; 
     147- (void)_goToItem:(WebHistoryItem *)item withLoadType:(WebFrameLoadType)type; 
    148148 
    149149// May well become public 
    150 - (void)_setFormDelegate: (id<WebFormDelegate>)delegate; 
     150- (void)_setFormDelegate:(id<WebFormDelegate>)delegate; 
    151151- (id<WebFormDelegate>)_formDelegate; 
    152152 
    153153- (WebCoreSettings *)_settings; 
    154 - (void)_updateWebCoreSettingsFromPreferences: (WebPreferences *)prefs; 
     154- (void)_updateWebCoreSettingsFromPreferences:(WebPreferences *)prefs; 
    155155 
    156 - _frameLoadDelegateForwarder; 
    157 - _resourceLoadDelegateForwarder; 
     156- (id)_frameLoadDelegateForwarder; 
     157- (id)_resourceLoadDelegateForwarder; 
    158158- (void)_cacheResourceLoadDelegateImplementations; 
    159159- (WebResourceDelegateImplementationCache)_resourceLoadDelegateImplementations; 
    160 - _policyDelegateForwarder; 
    161 - _UIDelegateForwarder; 
     160- (id)_policyDelegateForwarder; 
     161- (id)_UIDelegateForwarder; 
    162162 
    163163- (void)_closeWindow; 
     
    174174    Class templateClass; 
    175175} 
    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; 
    178178@end 
    179179