* 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.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@17672
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2006-11-08 Darin Adler <darin@apple.com>
+
+ 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.
+
2006-11-06 Krzysztof Kowalczyk <kkowalczyk@gmail.com>
Reviewed by Maciej.
EditingDelegate *editingDelegate = [[EditingDelegate alloc] init];
[webView setEditingDelegate:editingDelegate];
-
- [[webView preferences] setTabsToLinks:YES];
NSString *pwd = [[NSString stringWithUTF8String:argv[0]] stringByDeletingLastPathComponent];
[WebPluginDatabase setAdditionalWebPlugInPaths:[NSArray arrayWithObject:pwd]];