[Webkit-unassigned] [Bug 25902] Need to implement WorkerContext.close()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 28 14:51:00 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=25902


atwilson at google.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #30752|                            |review?
               Flag|                            |




------- Comment #9 from atwilson at google.com  2009-05-28 14:50 PDT -------
Created an attachment (id=30752)
 --> (https://bugs.webkit.org/attachment.cgi?id=30752&action=view)
proposed patch with requested changes

Updated patch with requested tests. The latest spec for WorkerContext.close()
discards all pending events, so I've updated the code and tests to reflect
this.

Note that there's a minor issue with pending XMLHttpRequest events - those
aren't always delivered via the event queue, so if you call
WorkerContext.close() from an XHR callback you can still get another event
callback invoked before the thread exits. I'll log a separate bug for this.


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list