I'm doing an important cleanup of the worker code and I have some points to
share:

. 'workers' namespace is (mainly - bug 1435174) gone. SharedWorker,
WorkerPrivate, WorkerRunnable, and so on, are now part of 'mozilla::dom'
namespace.

. no needs to do LIBS+['workers'] in moz.build if you want to use worker
headers. Just include the headers. They are all under "mozilla/dom/".

. Functions such as GetWorkerPrivateFromContext() and
GetCurrentThreadWorkerPrivate() will be soon under a 'workerutils'
namespace (bug 1435174). They are all available including
"mozilla/dom/WorkerCommon.h"

b
_______________________________________________
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform

Reply via email to