<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Adding default implementation for JavaScript watchdog."
   href="https://bugs.webkit.org/show_bug.cgi?id=147107#c13">Comment # 13</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Adding default implementation for JavaScript watchdog."
   href="https://bugs.webkit.org/show_bug.cgi?id=147107">bug 147107</a>
              from <span class="vcard"><a class="email" href="mailto:mark.lam&#64;apple.com" title="Mark Lam &lt;mark.lam&#64;apple.com&gt;"> <span class="fn">Mark Lam</span></a>
</span></b>
        <pre>(In reply to <a href="show_bug.cgi?id=147107#c12">comment #12</a>)
<span class="quote">&gt; This was already implemented but ignored by reviewers in <a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - implement Glib Watchdog which is used to track script execution time, and initiate script termination if needed"
   href="show_bug.cgi?id=121219">bug #121219</a>, but
&gt; for GTK and EFL only, so one bug or the other should be closed, I think.</span >

It would help to cc me on Watchdog changes.  Anyway, it appears that 121219 is also implementing the same solution of using a monitoring thread.  As Anders pointed out above (<a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Adding default implementation for JavaScript watchdog."
   href="show_bug.cgi?id=147107#c10">https://bugs.webkit.org/show_bug.cgi?id=147107#c10</a>), WTF::WorkQueue provides the abstraction we need to implement the Watchdog in a generic way for all platforms.

Hence, we should refactor the default implementation to be expressed in terms of WTF::WorkQueue, and have all platforms use that instead.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>