gecko-dev/dom/workers
Simon Giesecke 9758d919eb Bug 1583109 - Use StringJoin(Append) where easily possible. r=nika
Bug 1583109 introduced new function templates StringJoin and StringJoinAppend.
These are now used to replace several custom loops across the codebase that
implement string-joining algorithms to simplify the code.

Differential Revision: https://phabricator.services.mozilla.com/D98750
2020-12-17 14:58:18 +00:00
..
remoteworkers Bug 1679272 - Include ScopeExit.h exactly where used. r=andi 2020-12-07 14:25:59 +00:00
sharedworkers Bug 1660470 - Add missing include directives/forward declarations. r=nika 2020-11-23 16:21:38 +00:00
test Bug 1679758 - Remove trailing empty lines r=sylvestre,marionette-reviewers,jgraham 2020-12-15 10:34:54 +00:00
ChromeWorker.cpp Bug 1650145 - Replace all value uses of Empty[C]String by 0-length _ns literals. r=froydnj,geckoview-reviewers,agi 2020-09-23 15:17:15 +00:00
ChromeWorker.h
ChromeWorkerScope.cpp Bug 1678561 - Fix includes in dom/workers to some degree. r=dom-workers-and-storage-reviewers,asuth 2020-11-26 13:21:15 +00:00
ChromeWorkerScope.h Bug 1678561 - Fix includes in dom/workers to some degree. r=dom-workers-and-storage-reviewers,asuth 2020-11-26 13:21:15 +00:00
JSExecutionManager.cpp Bug 1678561 - Fix includes in dom/workers to some degree. r=dom-workers-and-storage-reviewers,asuth 2020-11-26 13:21:15 +00:00
JSExecutionManager.h Bug 1678561 - Fix includes in dom/workers to some degree. r=dom-workers-and-storage-reviewers,asuth 2020-11-26 13:21:15 +00:00
JSSettings.h Bug 1678374 - Avoid including jsapi.h from header files. r=jandem 2020-11-23 16:12:34 +00:00
MessageEventRunnable.cpp Bug 1650145 - Replace all value uses of Empty[C]String by 0-length _ns literals. r=froydnj,geckoview-reviewers,agi 2020-09-23 15:17:15 +00:00
MessageEventRunnable.h
moz.build Bug 1654103: Standardize on Black for Python code in mozilla-central. 2020-10-26 18:34:53 +00:00
nsIWorkerDebugger.idl
nsIWorkerDebuggerManager.idl
Principal.cpp Bug 1678561 - Fix includes in dom/workers to some degree. r=dom-workers-and-storage-reviewers,asuth 2020-11-26 13:21:15 +00:00
Principal.h Bug 1678561 - Fix includes in dom/workers to some degree. r=dom-workers-and-storage-reviewers,asuth 2020-11-26 13:21:15 +00:00
Queue.h Bug 1678561 - Fix includes in dom/workers to some degree. r=dom-workers-and-storage-reviewers,asuth 2020-11-26 13:21:15 +00:00
RegisterBindings.cpp Bug 1678561 - Fix includes in dom/workers to some degree. r=dom-workers-and-storage-reviewers,asuth 2020-11-26 13:21:15 +00:00
RuntimeService.cpp Bug 1679272 - Include ScopeExit.h exactly where used. r=andi 2020-12-07 14:25:59 +00:00
RuntimeService.h
ScriptLoader.cpp Bug 1678561 - Fix includes in dom/workers to some degree. r=dom-workers-and-storage-reviewers,asuth 2020-11-26 13:21:15 +00:00
ScriptLoader.h Bug 1678561 - Fix includes in dom/workers to some degree. r=dom-workers-and-storage-reviewers,asuth 2020-11-26 13:21:15 +00:00
Worker.cpp
Worker.h Bug 1653011 - Simplify and make WeakPtr<Derived> usable and compact. r=froydnj,sg,geckoview-reviewers,jgilbert,kvark,snorp 2020-07-23 14:51:46 +00:00
WorkerCommon.h Bug 1678561 - Fix includes in dom/workers to some degree. r=dom-workers-and-storage-reviewers,asuth 2020-11-26 13:21:15 +00:00
WorkerCSPEventListener.cpp Bug 1678561 - Fix includes in dom/workers to some degree. r=dom-workers-and-storage-reviewers,asuth 2020-11-26 13:21:15 +00:00
WorkerCSPEventListener.h Bug 1678561 - Fix includes in dom/workers to some degree. r=dom-workers-and-storage-reviewers,asuth 2020-11-26 13:21:15 +00:00
WorkerDebugger.cpp Bug 1646505 - Fix about:performance for Fission. r=tarek 2020-12-11 15:56:23 +00:00
WorkerDebugger.h Bug 1678561 - Fix includes in dom/workers to some degree. r=dom-workers-and-storage-reviewers,asuth 2020-11-26 13:21:15 +00:00
WorkerDebuggerManager.cpp
WorkerDebuggerManager.h Bug 1678561 - Fix includes in dom/workers to some degree. r=dom-workers-and-storage-reviewers,asuth 2020-11-26 13:21:15 +00:00
WorkerError.cpp Bug 1678561 - Fix includes in dom/workers to some degree. r=dom-workers-and-storage-reviewers,asuth 2020-11-26 13:21:15 +00:00
WorkerError.h
WorkerEventTarget.cpp Bug 1678561 - Fix includes in dom/workers to some degree. r=dom-workers-and-storage-reviewers,asuth 2020-11-26 13:21:15 +00:00
WorkerEventTarget.h
WorkerLoadInfo.cpp Bug 1678561 - Fix includes in dom/workers to some degree. r=dom-workers-and-storage-reviewers,asuth 2020-11-26 13:21:15 +00:00
WorkerLoadInfo.h Bug 1678561 - Fix includes in dom/workers to some degree. r=dom-workers-and-storage-reviewers,asuth 2020-11-26 13:21:15 +00:00
WorkerLocation.cpp
WorkerLocation.h
WorkerNavigator.cpp
WorkerNavigator.h Bug 1678062 - Remove unnecessary includes. r=andi 2020-11-23 16:12:02 +00:00
WorkerPrivate.cpp Bug 1666285, try to avoid slow shrinking GC during sync calls r=sfink,asuth 2020-12-15 10:40:42 +00:00
WorkerPrivate.h Bug 1660470 - Add missing include directives/forward declarations. r=nika 2020-11-23 16:21:38 +00:00
WorkerRef.cpp Bug 1678561 - Fix includes in dom/workers to some degree. r=dom-workers-and-storage-reviewers,asuth 2020-11-26 13:21:15 +00:00
WorkerRef.h Bug 1678561 - Fix includes in dom/workers to some degree. r=dom-workers-and-storage-reviewers,asuth 2020-11-26 13:21:15 +00:00
WorkerRunnable.cpp Bug 1678561 - Fix includes in dom/workers to some degree. r=dom-workers-and-storage-reviewers,asuth 2020-11-26 13:21:15 +00:00
WorkerRunnable.h Bug 1678561 - Fix includes in dom/workers to some degree. r=dom-workers-and-storage-reviewers,asuth 2020-11-26 13:21:15 +00:00
WorkerScope.cpp Bug 1583109 - Use StringJoin(Append) where easily possible. r=nika 2020-12-17 14:58:18 +00:00
WorkerScope.h Bug 1678561 - Fix includes in dom/workers to some degree. r=dom-workers-and-storage-reviewers,asuth 2020-11-26 13:21:15 +00:00
WorkerStatus.h
WorkerThread.cpp Bug 1119956 introduce DiscardableRunnable for tasks that might not run but might not implement cancellation r=asuth,sg 2020-12-02 09:36:25 +00:00
WorkerThread.h Bug 1678561 - Fix includes in dom/workers to some degree. r=dom-workers-and-storage-reviewers,asuth 2020-11-26 13:21:15 +00:00