⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 194273 in webkit


Ignore:
Timestamp:
Dec 18, 2015, 10:16:13 AM (11 years ago)
Author:
commit-queue@webkit.org
Message:

Pasteboard get messed up after running kill-old-processes
​https://bugs.webkit.org/show_bug.cgi?id=152426

Patch by Aakash Jain <​aakash_jain@apple.com> on 2015-12-18
Reviewed by Alexey Proskuryakov.

  • BuildSlaveSupport/kill-old-processes:

(main): Do not kill pasteboard anymore.

Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/BuildSlaveSupport/kill-old-processes

    r192638 r194273  
    6868        "LayoutTestHelper",
    6969        "make",
    70         "pboard", # FIXME: https://bugs.webkit.org/show_bug.cgi?id=81012
    7170        "perl5.12",
    7271        "perl5.16",
  • trunk/Tools/ChangeLog

    r194226 r194273  
     12015-12-18  Aakash Jain  <aakash_jain@apple.com>
     2
     3        Pasteboard get messed up after running kill-old-processes
     4        https://bugs.webkit.org/show_bug.cgi?id=152426
     5
     6        Reviewed by Alexey Proskuryakov.
     7
     8        * BuildSlaveSupport/kill-old-processes:
     9        (main): Do not kill pasteboard anymore.
     10
    1112015-12-17  Aakash Jain  <aakash_jain@apple.com>
    212
Note: See TracChangeset for help on using the changeset viewer.