Changeset 17672

Show
Ignore:
Timestamp:
11/08/06 17:21:14 (3 years ago)
Author:
darin
Message:

Reviewed by Anders.

  • DumpRenderTree/DumpRenderTree.m: (main): Get rid of code to turn on "tab to links" mode. No current tests depend on this, and there's a new test I want to land that depends on the default setting.
Location:
trunk/WebKitTools
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/WebKitTools/ChangeLog

    r17636 r17672  
     12006-11-08  Darin Adler  <darin@apple.com> 
     2 
     3        Reviewed by Anders. 
     4 
     5        * DumpRenderTree/DumpRenderTree.m: (main): Get rid of code to turn on 
     6        "tab to links" mode. No current tests depend on this, and there's a new 
     7        test I want to land that depends on the default setting. 
     8 
    192006-11-06  Krzysztof Kowalczyk  <kkowalczyk@gmail.com> 
    210 
  • trunk/WebKitTools/DumpRenderTree/DumpRenderTree.m

    r17562 r17672  
    308308    EditingDelegate *editingDelegate = [[EditingDelegate alloc] init]; 
    309309    [webView setEditingDelegate:editingDelegate]; 
    310  
    311     [[webView preferences] setTabsToLinks:YES]; 
    312310     
    313311    NSString *pwd = [[NSString stringWithUTF8String:argv[0]] stringByDeletingLastPathComponent];