gecko-dev/dom/workers
Jeff Walden af9a670e28 Bug 1510007 - Move JSFreeOp's definition to js/public/MemoryFunctions.h, and make jsapi.h not #include that header. r=sfink
--HG--
extra : rebase_source : 4d6debefd66b89647df53c104b8560ba2de68abd
2018-11-21 18:11:15 -08:00
..
remoteworkers Bug 1508595 - Only set an intercept controller when needed. r=asuth 2018-11-21 01:06:08 +00:00
sharedworkers Bug 1438945 - Pass around URIs instead of strings in RemoteWorker. r=asuth 2018-11-19 15:18:34 -08:00
test Bug 1438945 - Part 5: SharedWorker browser test. r=asuth 2018-11-19 15:18:21 -08:00
ChromeWorker.cpp Bug 1470325 - s/FooBinding/Foo_Binding/g - r=qdot 2018-06-26 17:05:01 -07:00
ChromeWorker.h
ChromeWorkerScope.cpp Bug 1510007 - Move JSFreeOp's definition to js/public/MemoryFunctions.h, and make jsapi.h not #include that header. r=sfink 2018-11-21 18:11:15 -08:00
ChromeWorkerScope.h
JSSettings.h Bug 1461605 part 1 - Rename CompartmentOptions to RealmOptions. r=luke,bz 2018-05-17 10:59:45 +02:00
MessageEventRunnable.cpp Bug 1426467: Part 4: Segregate WorkerDebuggeeRunnables into their own queues. r=baku 2018-10-23 06:30:30 +00:00
MessageEventRunnable.h Bug 1426467: Part 3: Create a WorkerRunnable subclass, WorkerDebuggeeRunnable, for runnables that could run debuggee JS. r=baku 2018-10-22 15:46:04 +00:00
Principal.cpp
Principal.h
Queue.h
RegisterBindings.cpp
RuntimeService.cpp Bug 1438945 - Part 9: RemoteWorker in SharedWorkerManager. r=asuth 2018-11-19 15:18:33 -08:00
RuntimeService.h Bug 1438945 - Part 3: SharedWorkerService and SharedWorkerManager. r=asuth 2018-11-19 15:18:21 -08:00
ScriptLoader.cpp Bug 1438945 - Remove the string parameter in favor of always passing in an nsIURI. r=asuth 2018-11-19 15:18:34 -08:00
ScriptLoader.h Bug 1438945 - Remove the string parameter in favor of always passing in an nsIURI. r=asuth 2018-11-19 15:18:34 -08:00
Worker.cpp Bug 1438945 - Part 1: Moving SharedWorker in a separate folder. r=asuth 2018-11-19 15:18:20 -08:00
Worker.h Bug 1502802 - Implement PostMessageOptions for Worker, r=smaug 2018-10-29 16:26:30 +01:00
WorkerCSPEventListener.cpp Bug 1472927 - Fix CSP violation events in workers, r=asuth, r=ckerschb 2018-07-10 18:53:03 +02:00
WorkerCSPEventListener.h Bug 1472927 - Fix CSP violation events in workers, r=asuth, r=ckerschb 2018-07-10 18:53:03 +02:00
WorkerCommon.h Bug 1469993 - Grant storage access to a 3rd party, tracking resource if a opened document has user-interaction - part 4 - workers, r=ehsan 2018-07-10 10:09:59 +02:00
WorkerDebugger.cpp Bug 1497124 - Added some memory info in the performance counters - r=jya,jonco 2018-11-19 22:51:12 +00:00
WorkerDebugger.h Bug 1497124 - Added some memory info in the performance counters - r=jya,jonco 2018-11-19 22:51:12 +00:00
WorkerDebuggerManager.cpp Bug 1484496: Part 4b - Add intrinsic type information to most nsSimpleEnumerators. r=froydnj 2018-08-18 21:06:32 -07:00
WorkerDebuggerManager.h Bug 1443443 - Extend PContent to retrieve Performance Counters in the parent process - r=baku 2018-03-20 20:07:41 +01:00
WorkerError.cpp Bug 1438945 - Part 9: RemoteWorker in SharedWorkerManager. r=asuth 2018-11-19 15:18:33 -08:00
WorkerError.h Bug 1438945 - Part 4: errors and communications. r=asuth 2018-11-19 15:18:21 -08:00
WorkerEventTarget.cpp Bug 1457073 - Fix a leak in WorkerEventTarget::Dispatch() about how already_AddRefed<> params are handled, r=smaug 2018-04-26 11:41:15 +02:00
WorkerEventTarget.h
WorkerHolder.cpp Bug 1471189 - Removing 'Terminating' state in workers, r=mrbkap 2018-07-12 19:33:41 +02:00
WorkerHolder.h Bug 1471189 - Removing 'Terminating' state in workers, r=mrbkap 2018-07-12 19:33:41 +02:00
WorkerHolderToken.cpp Bug 1471189 - Removing 'Terminating' state in workers, r=mrbkap 2018-07-12 19:33:41 +02:00
WorkerHolderToken.h
WorkerLoadInfo.cpp Bug 1507479: Make WorkerPrivate::mIsSecureContext const r=perry,asuth 2018-11-21 20:02:51 +00:00
WorkerLoadInfo.h Bug 1507479: Make WorkerPrivate::mIsSecureContext const r=perry,asuth 2018-11-21 20:02:51 +00:00
WorkerLocation.cpp Bug 1470325 - s/FooBinding/Foo_Binding/g - r=qdot 2018-06-26 17:05:01 -07:00
WorkerLocation.h
WorkerNavigator.cpp Bug 1489844 - Port DOMPrefs to StaticPrefs - part 18 - privacy.resistFingerprinting, r=ehsan 2018-09-10 20:36:17 +02:00
WorkerNavigator.h Bug 1409664 - P1. Add MediaCapabilities skeleton IDL. r=bz 2018-07-03 11:45:15 -07:00
WorkerPrivate.cpp Bug 1508824 - SharedWorker.onconnect event should be a MessageEvent with an empty string as data, r=asuth 2018-11-27 08:44:47 +01:00
WorkerPrivate.h Bug 1507479: Make WorkerPrivate::mIsSecureContext const r=perry,asuth 2018-11-21 20:02:51 +00:00
WorkerRef.cpp Bug 1465585: Switch from mozilla::Move to std::move. r=froydnj 2018-06-01 10:45:27 +02:00
WorkerRef.h Bug 1455242 - Get rid of SimpleHolder and replace it with WorkerRef, r=asuth 2018-06-18 16:37:21 -04:00
WorkerRunnable.cpp Bug 1426467: Part 4: Segregate WorkerDebuggeeRunnables into their own queues. r=baku 2018-10-23 06:30:30 +00:00
WorkerRunnable.h Bug 1426467: Part 4: Segregate WorkerDebuggeeRunnables into their own queues. r=baku 2018-10-23 06:30:30 +00:00
WorkerScope.cpp Bug 1502802 - Implement PostMessageOptions for Worker, r=smaug 2018-10-29 16:26:30 +01:00
WorkerScope.h Bug 1502802 - Implement PostMessageOptions for Worker, r=smaug 2018-10-29 16:26:30 +01:00
WorkerThread.cpp Bug 1476828: Part 2 - Slightly decrease the DOM Worker thread stack size. r=erahm 2018-07-18 17:52:39 -07:00
WorkerThread.h Bug 1464571 - fixes DOM Worker performance counters - r=baku,froydnj 2018-06-19 16:14:06 +02:00
moz.build Bug 1438945 - Part 8: RemoteWorker IPC. r=asuth 2018-11-19 15:18:32 -08:00
nsIWorkerDebugger.idl Bug 1489047 - Change almost all DOMString occurrences in XPIDL files to AString. r=nika 2018-09-06 18:02:43 +10:00
nsIWorkerDebuggerManager.idl