.. |
test
|
Bug 1463291: Move docShell getter from Document to Window. r=bz
|
2018-05-21 16:58:23 -07:00 |
ChromeWorker.cpp
|
Bug 1470325 - s/FooBinding/Foo_Binding/g - r=qdot
|
2018-06-26 17:05:01 -07:00 |
ChromeWorker.h
|
Bug 1435196 - Move the webidl binding interfaces out of WorkerPrivate - part 1 - WebIDL bindings, r=bkelly
|
2018-02-08 08:26:05 +01:00 |
ChromeWorkerScope.cpp
|
…
|
|
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 1470930: Use enums for passing arguments for event dispatch. r=smaug
|
2018-06-26 18:22:06 +02:00 |
MessageEventRunnable.h
|
…
|
|
Principal.cpp
|
…
|
|
Principal.h
|
…
|
|
Queue.h
|
…
|
|
RegisterBindings.cpp
|
…
|
|
RuntimeService.cpp
|
Bug 1479547 Part 1 - Remove instrumentation related to non-deterministic GCs, r=mccr8.
|
2018-07-31 19:34:50 +00:00 |
RuntimeService.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 |
ScriptLoader.cpp
|
Bug 1478306 - Actually use the sandbox we create in CacheCreator::CreateCacheStorage. r=baku
|
2018-08-01 11:25:49 +02:00 |
ScriptLoader.h
|
…
|
|
SharedWorker.cpp
|
Bug 1470325 - s/FooBinding/Foo_Binding/g - r=qdot
|
2018-06-26 17:05:01 -07:00 |
SharedWorker.h
|
Bug 1449631 part 8. Remove nsIDOMEventTarget::GetEventTargetParent. r=smaug
|
2018-04-05 13:42:41 -04:00 |
Worker.cpp
|
Bug 1471189 - Removing 'Terminating' state in workers, r=mrbkap
|
2018-07-12 19:33:41 +02:00 |
Worker.h
|
Bug 1435196 - Move the webidl binding interfaces out of WorkerPrivate - part 1 - WebIDL bindings, r=bkelly
|
2018-02-08 08:26:05 +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 1479363 part 4 - Use JSAutoRealm instead of JSAutoRealmAllowCCW in dom/workers and dom/worklet. r=baku
|
2018-07-31 08:37:17 +02:00 |
WorkerDebugger.h
|
Bug 1452580 - remove RELEASE_OR_BETA defines for PerformanceCounter usage - r=baku,erahm,farre
|
2018-04-24 22:03:06 +02:00 |
WorkerDebuggerManager.cpp
|
Bug 1469769 - Part 6: Replace non-failing NS_NOTREACHED with MOZ_ASSERT_UNREACHABLE. r=froydnj
|
2018-06-17 22:43:11 -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 1432010 - Failures in PBackground channel creation must result in a error event in Web Workers, r=mrbkap
|
2018-07-18 12:07:14 +02:00 |
WorkerError.h
|
Bug 1432010 - Failures in PBackground channel creation must result in a error event in Web Workers, r=mrbkap
|
2018-07-18 12:07:14 +02: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 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 |
WorkerLoadInfo.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 |
WorkerLocation.cpp
|
Bug 1470325 - s/FooBinding/Foo_Binding/g - r=qdot
|
2018-06-26 17:05:01 -07:00 |
WorkerLocation.h
|
…
|
|
WorkerNavigator.cpp
|
Bug 1471189 - Removing 'Terminating' state in workers, r=mrbkap
|
2018-07-12 19:33:41 +02:00 |
WorkerNavigator.h
|
Bug 1409664 - P1. Add MediaCapabilities skeleton IDL. r=bz
|
2018-07-03 11:45:15 -07:00 |
WorkerPrivate.cpp
|
Bug 1479363 part 4 - Use JSAutoRealm instead of JSAutoRealmAllowCCW in dom/workers and dom/worklet. r=baku
|
2018-07-31 08:37:17 +02:00 |
WorkerPrivate.h
|
Bug 1471189 - Removing 'Terminating' state in workers, r=mrbkap
|
2018-07-12 19:33:41 +02: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 1479363 part 4 - Use JSAutoRealm instead of JSAutoRealmAllowCCW in dom/workers and dom/worklet. r=baku
|
2018-07-31 08:37:17 +02:00 |
WorkerRunnable.h
|
Bug 1471189 - Removing 'Terminating' state in workers, r=mrbkap
|
2018-07-12 19:33:41 +02:00 |
WorkerScope.cpp
|
Bug 1479363 part 4 - Use JSAutoRealm instead of JSAutoRealmAllowCCW in dom/workers and dom/worklet. r=baku
|
2018-07-31 08:37:17 +02:00 |
WorkerScope.h
|
Bug 1450167. Stop using atom-or-string for event names in the listener manager. r=smaug
|
2018-07-24 18:15:19 -04: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 1472927 - Fix CSP violation events in workers, r=asuth, r=ckerschb
|
2018-07-10 18:53:03 +02:00 |
nsIWorkerDebugger.idl
|
…
|
|
nsIWorkerDebuggerManager.idl
|
…
|
|