Changeset 44384 in webkit


Ignore:
Timestamp:
Jun 3, 2009 9:35:58 AM (15 years ago)
Author:
mitz@apple.com
Message:

Reviewed by Anders Carlsson.

  • build fix
  • WebView/WebHTMLView.mm:
  • WebView/WebView.mm:
Location:
trunk/WebKit/mac
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebKit/mac/ChangeLog

    r44379 r44384  
     12009-06-03  Dan Bernstein  <mitz@apple.com>
     2
     3        Reviewed by Anders Carlsson.
     4
     5        - build fix
     6
     7        * WebView/WebHTMLView.mm:
     8        * WebView/WebView.mm:
     9
    1102009-06-02  Darin Adler  <darin@apple.com>
    211
  • trunk/WebKit/mac/WebView/WebHTMLView.mm

    r44379 r44384  
    376376@interface WebHTMLView (WebForwardDeclaration) // FIXME: Put this in a normal category and stop doing the forward declaration trick.
    377377- (void)_setPrinting:(BOOL)printing minimumPageWidth:(float)minPageWidth maximumPageWidth:(float)maxPageWidth adjustViewSize:(BOOL)adjustViewSize;
    378 @end
    379 
    380 @class NSTextInputContext;
    381 @interface NSResponder (AppKitDetails)
    382 - (NSTextInputContext *)inputContext;
    383378@end
    384379
  • trunk/WebKit/mac/WebView/WebView.mm

    r44379 r44384  
    336336#endif
    337337
     338#if !defined(BUILDING_ON_TIGER) && !defined(BUILDING_ON_LEOPARD)
     339@interface NSObject (NSTextInputContextDetails)
     340- (BOOL)wantsToHandleMouseEvents;
     341- (BOOL)handleMouseEvent:(NSEvent *)event;
     342@end
     343#endif
     344
    338345@interface NSObject (WebValidateWithoutDelegate)
    339346- (BOOL)validateUserInterfaceItemWithoutDelegate:(id <NSValidatedUserInterfaceItem>)item;
Note: See TracChangeset for help on using the changeset viewer.