+2006-02-27 Eric Seidel <eseidel@apple.com>
+
+ Reviewed by ggaren.
+
+ Test new KConfig -> PlugInInfoStore change.
+ http://bugzilla.opendarwin.org/show_bug.cgi?id=7498
+
+ * DumpRenderTree/DumpRenderTree.m:
+ (main): load test netscape plugin
+ * Scripts/run-webkit-tests: style update
+
2006-02-24 Eric Seidel <eseidel@apple.com>
Reviewed by mjs.
#import <WebKit/WebPreferences.h>
#import <WebKit/WebView.h>
#import <WebKit/WebHTMLViewPrivate.h>
+#import <WebKit/WebPluginDatabase.h>
#import <Carbon/Carbon.h> // for GetCurrentEventTime()
#import <ApplicationServices/ApplicationServices.h> // for CMSetDefaultProfileBySpace
[webView setEditingDelegate:editingDelegate];
[webView setUIDelegate:delegate];
frame = [webView mainFrame];
+
+ NSString *pwd = [[NSString stringWithCString:argv[0]] stringByDeletingLastPathComponent];
+ [WebPluginDatabase setAdditionalWebPlugInPaths:[NSArray arrayWithObject:pwd]];
+ [[WebPluginDatabase installedPlugins] refresh];
// The back/forward cache is causing problems due to layouts during transition from one page to another.
// So, turn it off for now, but we might want to turn it back on some day.
my $adjustedCount = $count;
$adjustedCount -= $excluded if $excluded;
- if ($adjustedCount == 0) {
+ if (!$adjustedCount) {
print " - no leaks found\n";
unlink $leaksFilePath;
return 0;