Open Bug 1716967 Opened 3 years ago Updated 11 months ago

Invalid using WorkerPrivate::ScheduleDeletion on the main thread

Categories

(Core :: DOM: Service Workers, defect, P2)

defect

Tracking

()

ASSIGNED

People

(Reporter: edenchuang, Assigned: edenchuang)

Details

WorkerPrivate::ScheduleDeletion is supposed to be run on the worker thread, but when RuntimeService::Shutdown calls WorkerPrivate::Cancel() to terminate top-level workers on the main thread. WorkerPrivate::Cancel() might call WorkerPrivate::ScheduleDeletion() on the main thread.

Severity: -- → S3
Priority: -- → P2
Assignee: nobody → echuang
Status: NEW → ASSIGNED

Hi Eden, are you still planning to get to this?

Flags: needinfo?(echuang)
Flags: needinfo?(echuang)
You need to log in before you can comment on or make changes to this bug.