1231208 |
[meta] Service worker e10s redesign |
NEW |
P2 |
2025-03-11T00:09:19Z |
1506892 |
Add logging to ServiceWorker implementation exposed via about:serviceworkers |
ASSIGNED |
P2 |
2024-11-22T15:37:38Z |
1615164 |
Intermittent dom/serviceworkers/test/test_abrupt_completion.html | Correct message handler - got "handler-after-throw", expected "handler-before-throw" |
NEW |
P2 |
2024-04-29T14:48:29Z |
1633392 |
ARCH::worker-event-queues-cleanup - Worker event queue cleanup |
ASSIGNED |
P2 |
2020-10-08T13:22:59Z |
1910011 |
Crash in [@ mozilla::dom::ClientHandle::Control] |
ASSIGNED |
P2 |
2025-05-14T16:05:59Z |
1668743 |
Pinned tabs that use ServiceWorkers and do not skipWaiting on update may fail to load at next startup due to shutdown race involving SW activation |
ASSIGNED |
P2 |
2025-05-05T14:04:16Z |
1675068 |
Service workers delaying shutdown |
ASSIGNED |
P2 |
2025-05-23T15:02:10Z |
1752287 |
MessagePort.postMessage for received MessagePorts will fail to send messages if blocking APIs (Sync XHR, Atomics) are used prior to to the Entangling state machine stabilizing; workaround is to wait for receipt of a message |
ASSIGNED |
P2 |
2025-05-06T15:23:16Z |
1756975 |
MessagePort attempts to fire already-queued events on a shipped message port after the message port is shipped if the port message queue was already started prior to shipping |
ASSIGNED |
P2 |
2025-05-09T14:20:15Z |
1880012 |
ClientSource::SetController crash with iframe |
ASSIGNED |
P2 |
2025-03-31T07:32:51Z |
1873204 |
Missing gmail icons as served by ServiceWorker due to apparent 0-length persisted Cache API storage; question of how 0-length records were persisted |
ASSIGNED |
P2 |
2024-08-21T14:37:59Z |
1837186 |
Intermittent Assertion failure: aCx == mWorkerPrivate->GetJSContext(), at /builds/worker/checkouts/gecko/dom/workers/RuntimeService.cpp:612 [dom/promise/tests/test_webassembly_compile.html] |
ASSIGNED |
P2 |
2024-03-11T07:15:20Z |
1279406 |
Sandboxed iframes with "allow-same-origin" should be inherited / intercepted |
ASSIGNED |
P3 |
2024-06-14T14:06:26Z |
1593031 |
firefox-storage-test reporting Cache API error due to `NetworkError when attempting to fetch resource.` |
ASSIGNED |
P3 |
2022-10-11T23:31:51Z |
1646548 |
Add comment explaining GetInProcessParentDocument's Fission behavior in WorkerPrivate::GetLoadInfo |
ASSIGNED |
P3 |
2023-04-04T09:02:41Z |
1650716 |
serviceWorker.oncontrollerchange doesn't fire in iframe |
ASSIGNED |
P3 |
2025-04-25T14:35:13Z |
1666761 |
Document critical path for ServiceWorker interception of the first loaded page at startup |
ASSIGNED |
P3 |
2020-12-11T14:27:36Z |
1683595 |
Refactor remote worker process selection, spawning, and "does this process need to stay alive" to the main thread and ContentParent and exposed to ChildProcInfoDictionary |
ASSIGNED |
P3 |
2023-09-01T01:32:09Z |
1883187 |
`message` event handler triggered after `MessagePort.close()` |
ASSIGNED |
P3 |
2024-03-06T08:51:13Z |
1776004 |
Intermittent dom/serviceworkers/test/browser_navigation_fetch_fault_handling.js | single tracking bug |
ASSIGNED |
P3 |
2025-06-02T07:03:32Z |
1776962 |
Intermittent dom/workers/test/test_sharedworker_event_listener_leaks.html | single tracking bug |
REOPENED |
P3 |
2025-06-02T06:57:15Z |
1776997 |
Intermittent dom/serviceworkers/test/test_abrupt_completion.html | single tracking bug |
ASSIGNED |
P3 |
2025-06-02T06:40:11Z |
1869452 |
Assertion failure: IsOnWorkerThread(), at /builds/worker/checkouts/gecko/dom/workers/WorkerPrivate.cpp:5820 |
ASSIGNED |
P3 |
2024-10-29T05:35:11Z |
1837302 |
Implement an opt-in mechanism for WebIDL methods which can synchronously run JS or spin a nested event loop to add logic to (re)throw uncatchable exceptions in the binding with a DEBUG/FUZZING verification that all appropriate bindings are labeled. |
NEW |
P3 |
2024-12-22T13:08:22Z |
1861785 |
Intermittent dom/workers/test/test_WorkerDebugger.xhtml | single tracking bug |
ASSIGNED |
P5 |
2025-06-02T06:59:52Z |
1836707 |
Add helper `nsIServiceWorkerManager::CreateBrowsingContextFilter` to create a filter to help devtools determine what console messages and/or network channels related to ServiceWorkers are relevant to devtools |
ASSIGNED |
-- |
2024-11-16T16:40:28Z |
1834041 |
Update and land the testcase for bug 1558522 |
ASSIGNED |
-- |
2024-02-27T16:12:40Z |
1825446 |
Change threshold for blocking shutdown for Service Workers in the parent process to workers having notified Cancellation through to the global instead of having fully shutdown |
ASSIGNED |
-- |
2025-05-23T15:02:10Z |
1817199 |
Replace use of SchedulerGroup::Dispatch from workers (including remote workers) with more straightforward main-thread dispatch. |
ASSIGNED |
-- |
2023-02-16T15:48:01Z |
1817198 |
Replace use of SchedulerGroup::Dispatch from ServiceWorkers with more straightforward main-thread dispatch. |
ASSIGNED |
-- |
2023-02-16T15:48:03Z |
1817076 |
Add high level firefox-source-docs documentation for DOM Blob/Files in the context of `<input type="file">` |
ASSIGNED |
-- |
2023-02-15T23:26:45Z |
1762092 |
Prototype an opt-in MessagePort close/onclose event for the system principal and conditionally enabled via preference for testing |
ASSIGNED |
-- |
2025-01-01T14:40:10Z |
1890435 |
searchfox hg.mozilla.org / mercurial mozilla-central retirement / migration to-do tracker |
ASSIGNED |
-- |
2025-05-16T23:19:38Z |
1902538 |
Look into weird automation behavior for testing/web-platform/tests/service-workers/service-worker/ServiceWorkerGlobalScope/unregister.https.html where the test passes locally but seems to reliably fail on automation |
ASSIGNED |
-- |
2024-06-13T23:54:03Z |
1906550 |
Experiment with adding a Clang Static Analyzer (CSA) checker to the clang plugin to provide the ability to follow values forward / backward through the system as a more useful version of the calls-to/calls-from diagrams |
ASSIGNED |
-- |
2024-11-13T02:43:01Z |
1646544 |
Track last focus time in the parent process |
ASSIGNED |
-- |
2020-12-01T16:32:59Z |
1912193 |
Diagram "Limits Hit" results should show pretty symbols and support a mechanism for re-writing the query to lift the limit |
ASSIGNED |
-- |
2024-08-08T04:33:32Z |
1914946 |
BroadcastChannel IPC should be modernized to not be ManualDealloc / virtual |
ASSIGNED |
-- |
2024-08-26T15:08:04Z |
1921142 |
Implement Bikeshed spec indexing after the bikeshed inline-parsing branch lands to enable diagrams of spec algorithms |
ASSIGNED |
-- |
2025-04-10T15:43:57Z |
1923545 |
config5 wubkat indexer failing on building skia mysteriously |
REOPENED |
-- |
2025-02-11T00:34:12Z |
1930816 |
Searchfox diagrams need to account for context/contextsym now including lambdas since bug 1856762 |
ASSIGNED |
-- |
2025-03-10T02:34:44Z |
1953349 |
nsStringInputStream offset that is maintained through cloning should be maintained through serialize/deserialize |
ASSIGNED |
-- |
2025-04-09T20:31:04Z |
1958114 |
diagram "subsystem" hierarchy mode gets tricked by lookup of the "mozilla" C++ namespace resolving to JS "#mozilla" symbol, resulting in C++ namespaced classes not being grouped by subsystem |
ASSIGNED |
-- |
2025-04-03T00:04:02Z |
1959527 |
Replace nsIInputStream::isNonBlocking with a streamFlags attribute that provides a bitmask of flags providing STREAM_NONBLOCKING and STREAM_BUFFERED and implement a backwards-compatibility helper |
ASSIGNED |
-- |
2025-04-09T21:01:03Z |