gecko-dev/dom/workers
Benjamin Bouvier 675cdfa277 Bug 1618595: Disable Cranelift on aarch64 when reftypes are enabled; r=lth,perftest-reviewers,sparky
This requires adding a new JSOptions field (for internal use within the shell),
as well as a new browser pref (to support possible Cranelift benchmarking on
aarch64).

Differential Revision: https://phabricator.services.mozilla.com/D72907
2020-04-30 11:55:13 +00:00
..
remoteworkers Bug 1363541 - Modernize the PermissionManager - part 4 - mozilla namespace, r=timhuang 2020-04-11 13:42:12 +00:00
sharedworkers Bug 1620594 - Part 2: Use SchedulerGroup::Dispatch instead of SystemGroup::Dispatch. r=nika 2020-04-07 15:16:33 +00:00
test Bug 1415146 - Use getExposedWebLocales for navigator.language(s) if there are no accept languages. r=smaug 2020-04-27 20:16:04 +00:00
ChromeWorker.cpp
ChromeWorker.h
ChromeWorkerScope.cpp
ChromeWorkerScope.h
JSExecutionManager.cpp Bug 1563335 - Part 1: Implement mechanism to throttle JS execution. r=smaug,asuth 2020-03-26 00:36:24 +00:00
JSExecutionManager.h Bug 1563335 - Part 1: Implement mechanism to throttle JS execution. r=smaug,asuth 2020-03-26 00:36:24 +00:00
JSSettings.h Bug 1582293 - Part 4: Initialize worker prefs correctly. r=asuth 2020-04-30 09:18:34 +00:00
MessageEventRunnable.cpp
MessageEventRunnable.h
moz.build Bug 1563335 - Part 1: Implement mechanism to throttle JS execution. r=smaug,asuth 2020-03-26 00:36:24 +00:00
nsIWorkerDebugger.idl
nsIWorkerDebuggerManager.idl
Principal.cpp
Principal.h
Queue.h Bug 1628715 - Part 7: Add MOZ_NONNULL_RETURN to infallible nsTArray::AppendElements. r=xpcom-reviewers,necko-reviewers,nika,valentin 2020-04-24 13:31:14 +00:00
RegisterBindings.cpp
RuntimeService.cpp Bug 1618595: Disable Cranelift on aarch64 when reftypes are enabled; r=lth,perftest-reviewers,sparky 2020-04-30 11:55:13 +00:00
RuntimeService.h Bug 1582293 - Part 3: Support zero values for worker GC prefs. r=asuth 2020-04-30 09:18:27 +00:00
ScriptLoader.cpp Bug 1618546 - give worker debugger globals their own clients r=asuth,webidl,smaug 2020-04-21 06:50:53 +00:00
ScriptLoader.h Bug 1618546 - give worker debugger globals their own clients r=asuth,webidl,smaug 2020-04-21 06:50:53 +00:00
Worker.cpp Bug 1535617: Part 2 - Clear weak references for most cycle collected objects on unlink. r=mccr8 2020-02-25 19:44:39 +00:00
Worker.h
WorkerCommon.h
WorkerCSPEventListener.cpp
WorkerCSPEventListener.h
WorkerDebugger.cpp Bug 1628692 - Prepare dom/serviceworkers and dom/workers for making FallibleTArray uncopyable. r=dom-workers-and-storage-reviewers,edenchuang 2020-04-29 08:41:15 +00:00
WorkerDebugger.h
WorkerDebuggerManager.cpp Bug 1563335 - Part 1: Implement mechanism to throttle JS execution. r=smaug,asuth 2020-03-26 00:36:24 +00:00
WorkerDebuggerManager.h
WorkerError.cpp Bug 1622562 - Remove ErrorReport flags everywhere. r=mccr8 2020-03-24 10:13:15 +00:00
WorkerError.h Bug 1622562 - Remove JSREPORT_IS_WARNING everywhere. r=baku 2020-03-21 20:14:13 +00:00
WorkerEventTarget.cpp Bug 1611415 - Prefer using std::move over forget. r=froydnj 2020-02-13 14:38:48 +00:00
WorkerEventTarget.h
WorkerLoadInfo.cpp Bug 1626434 - Remove nsAutoPtr usage from dom/workers. r=dom-workers-and-storage-reviewers,sg 2020-04-03 21:04:51 +00:00
WorkerLoadInfo.h Bug 1626434 - Remove nsAutoPtr usage from dom/workers. r=dom-workers-and-storage-reviewers,sg 2020-04-03 21:04:51 +00:00
WorkerLocation.cpp
WorkerLocation.h Bug 1613985 - Use MOZ_COUNTED_DEFAULT_CTOR_*/MOZ_COUNTED_DTOR_* macros. r=froydnj 2020-02-20 11:40:14 +00:00
WorkerNavigator.cpp
WorkerNavigator.h Bug 1415146 - Use getExposedWebLocales for navigator.language(s) if there are no accept languages. r=smaug 2020-04-27 20:16:04 +00:00
WorkerPrivate.cpp Bug 1582293 - Part 3: Support zero values for worker GC prefs. r=asuth 2020-04-30 09:18:27 +00:00
WorkerPrivate.h Bug 1582293 - Part 3: Support zero values for worker GC prefs. r=asuth 2020-04-30 09:18:27 +00:00
WorkerRef.cpp
WorkerRef.h
WorkerRunnable.cpp Bug 1563335 - Part 1: Implement mechanism to throttle JS execution. r=smaug,asuth 2020-03-26 00:36:24 +00:00
WorkerRunnable.h Bug 1611415 - Prefer using std::move over forget. r=froydnj 2020-02-13 14:38:48 +00:00
WorkerScope.cpp Bug 1618546 - give worker debugger globals their own clients r=asuth,webidl,smaug 2020-04-21 06:50:53 +00:00
WorkerScope.h Bug 1618546 - give worker debugger globals their own clients r=asuth,webidl,smaug 2020-04-21 06:50:53 +00:00
WorkerStatus.h
WorkerThread.cpp
WorkerThread.h