Title: [163340] trunk/Tools
Revision
163340
Author
rn...@webkit.org
Date
2014-02-03 16:29:22 -0800 (Mon, 03 Feb 2014)

Log Message

kill-old-processes doesn't kill plugin processes
https://bugs.webkit.org/show_bug.cgi?id=128138

Reviewed by Andreas Kling.

Add plugin process names to the list of processes to kill.

* BuildSlaveSupport/kill-old-processes:
(main):

Modified Paths

Diff

Modified: trunk/Tools/BuildSlaveSupport/kill-old-processes (163339 => 163340)


--- trunk/Tools/BuildSlaveSupport/kill-old-processes	2014-02-04 00:26:58 UTC (rev 163339)
+++ trunk/Tools/BuildSlaveSupport/kill-old-processes	2014-02-04 00:29:22 UTC (rev 163340)
@@ -76,7 +76,11 @@
         "DumpRenderTree",
         "TestWebKitAPI Web Content",
         "TestWebKitAPI",
-        "WebKitPluginAgen", # FIXME: Why no 't'?
+        "PluginProcess",
+        "com.apple.WebKit.Plugin.64",
+        "com.apple.WebKit.Plugin.32",
+        "com.apple.WebKit.PluginProcess",
+        "com.apple.WebKit.PluginProcess.Development"
         "WebKitTestRunner Web Content",
         "WebKitTestRunner",
         "WebProcess",

Modified: trunk/Tools/ChangeLog (163339 => 163340)


--- trunk/Tools/ChangeLog	2014-02-04 00:26:58 UTC (rev 163339)
+++ trunk/Tools/ChangeLog	2014-02-04 00:29:22 UTC (rev 163340)
@@ -1,3 +1,15 @@
+2014-02-03  Ryosuke Niwa  <rn...@webkit.org>
+
+        kill-old-processes doesn't kill plugin processes
+        https://bugs.webkit.org/show_bug.cgi?id=128138
+
+        Reviewed by Andreas Kling.
+
+        Add plugin process names to the list of processes to kill.
+
+        * BuildSlaveSupport/kill-old-processes:
+        (main):
+
 2014-02-03  Dean Jackson  <d...@apple.com>
 
         Feature flag for shape-inside
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to