DOM/Workers-Storage/board/team

From MozillaWiki
Jump to: navigation, search

DOM: Workers and Storage -> Board By Team Member

Open bugs broken down by team member.

Andrew:

Full Query
ID Summary Status Priority Last change time
1231208 [meta] Service worker e10s redesign NEW P2 2023-12-07T11:21:49Z
1919592 Apple support videos not playing in Desktop Firefox ASSIGNED P2 2024-10-30T17:29:43Z
1910011 Crash in [@ mozilla::dom::ClientHandle::Control] ASSIGNED P2 2024-07-29T20:23:55Z
1506892 Add logging to ServiceWorker implementation exposed via about:serviceworkers ASSIGNED P2 2022-10-11T22:12:34Z
1880012 ClientSource::SetController crash with iframe ASSIGNED P2 2024-07-29T20:20:17Z
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
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
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 2023-07-05T08:54:08Z
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 2024-06-14T14:30:43Z
1675068 Service workers delaying shutdown ASSIGNED P2 2024-05-20T22:30:06Z
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
1666761 Document critical path for ServiceWorker interception of the first loaded page at startup ASSIGNED P3 2020-12-11T14:27:36Z
1776004 Intermittent dom/serviceworkers/test/browser_navigation_fetch_fault_handling.js | single tracking bug ASSIGNED P3 2024-11-04T06:24:15Z
1776962 Intermittent dom/workers/test/test_sharedworker_event_listener_leaks.html | single tracking bug REOPENED P3 2024-11-04T06:18:40Z
1776997 Intermittent dom/serviceworkers/test/test_abrupt_completion.html | single tracking bug ASSIGNED P3 2024-11-04T06:07:04Z
1928191 Assertion failure: CloneScope() == StructuredCloneHolder::StructuredCloneScope::DifferentProcess, at /dom/serviceworkers/ServiceWorkerCloneData.cpp:44 ASSIGNED P3 2024-11-04T12:36:23Z
1646548 Add comment explaining GetInProcessParentDocument's Fission behavior in WorkerPrivate::GetLoadInfo ASSIGNED P3 2023-04-04T09:02:41Z
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-05-13T22:33:57Z
1869452 Assertion failure: IsOnWorkerThread(), at /builds/worker/checkouts/gecko/dom/workers/WorkerPrivate.cpp:5820 ASSIGNED P3 2024-10-29T05:35:11Z
1593031 firefox-storage-test reporting Cache API error due to `NetworkError when attempting to fetch resource.` ASSIGNED P3 2022-10-11T23:31:51Z
1883187 `message` event handler triggered after `MessagePort.close()` ASSIGNED P3 2024-03-06T08:51:13Z
1320796 Support ServiceWorkers in Private Browsing Mode ASSIGNED P3 2024-09-13T03:27:26Z
1279406 Sandboxed iframes with "allow-same-origin" should be inherited / intercepted ASSIGNED P3 2024-06-14T14:06:26Z
1927247 Crash in [@ IPCError-content | Init Already registered!] ASSIGNED P3 2024-11-04T17:29:25Z
1861785 Intermittent dom/workers/test/test_WorkerDebugger.xhtml | single tracking bug ASSIGNED P5 2024-11-04T06:52:05Z
1926846 Perma [tier 2] /cookie-store/cookieStore_subscribe_arguments.https.any.serviceworker.html | cookieStore.subscribe with invalid url path in option - promise_test: Unhandled rejection with value: object "TypeError: can't access property "subscribe" ASSIGNED P5 2024-10-29T13:43:36Z
1762092 Prototype an opt-in MessagePort close/onclose event for the system principal and conditionally enabled via preference for testing ASSIGNED -- 2022-05-31T17:16:26Z
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
1817198 Replace use of SchedulerGroup::Dispatch from ServiceWorkers with more straightforward main-thread dispatch. ASSIGNED -- 2023-02-16T15:48:03Z
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 -- 2023-03-31T01:09:50Z
1834041 Update and land the testcase for bug 1558522 ASSIGNED -- 2024-02-27T16:12:40Z
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-01T16:05:04Z
1646544 Track last focus time in the parent process ASSIGNED -- 2020-12-01T16:32:59Z
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-07-08T00:40:52Z
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
1924797 mozilla-mobile fulltext index is either empty or broken ASSIGNED -- 2024-10-17T08:25:08Z
1817199 Replace use of SchedulerGroup::Dispatch from workers (including remote workers) with more straightforward main-thread dispatch. ASSIGNED -- 2023-02-16T15:48:01Z

41 Total; 41 Open (100%); 0 Resolved (0%); 0 Verified (0%);

Eden:

Full Query
ID Summary Status Priority Last change time
1350337 create public interface for WorkerPrivate to hide implementation details, possibly using nsIGlobalObject for on-worker-thread use-cases NEW P2 2022-12-01T16:53:07Z
1471805 Webworker violating cross-origin policy silently ignored, instead of throwing a SecurityError REOPENED P2 2024-10-30T17:29:43Z
1653470 Cleanup of PServiceWorker, PServiceWorkerContainer, and PServiceWorkerRegistration NEW P2 2023-12-15T15:07:21Z
1672491 Eliminate Top-Level worker invariant that the parent of top-level workers be the main thread. (For RemoteWorkerService) ASSIGNED P2 2024-05-29T09:18:06Z
1672493 ServiceWorker event dispatch should not go through the main thread of the content process NEW P2 2024-10-23T16:53:53Z
1802102 Support download requests in worker through PFetch NEW P2 2022-11-23T11:21:38Z
1805613 Intermittent Main app process exited normally application crashed [@ __pthread_cond_wait] after [Parent 1500, IPC I/O Parent] WARNING: Process X hanging at shutdown; attempting crash report (fatal error) ASSIGNED P2 2024-11-04T06:07:57Z
1812042 Resolve the race caused by ObjectURL/BlobURL revoke NEW P2 2024-05-21T18:12:29Z
1823937 Service worker in a cross-origin iframe cannot intercept requests initiated by a web worker inside the iframe UNCONFIRMED P2 2023-11-14T12:42:09Z
1839621 Remove raw pointers for Notification codes. NEW P2 2024-10-07T08:41:18Z
1843001 GeckoView fails to return web requests after GeckoNetworkManager is marked as down REOPENED P2 2024-10-21T10:24:09Z
1894234 Get rid of WorkerPrivate HybridEventTarget NEW P2 2024-04-30T13:13:03Z
1899503 Making WorkerDebugger communication through IPC instead of runnable dispatching between threads. ASSIGNED P2 2024-06-11T19:06:48Z
1899507 Off-main-thread Worker ScriptLoader ASSIGNED P2 2024-06-03T01:17:42Z
1899509 Off-main-thread RemoteWorker initialization ASSIGNED P2 2024-05-29T16:14:16Z
1433689 Intermittent linux32-non-e10s dom/push/test/test_serviceworker_lifetime.html | application crashed [@ mozilla::dom::FetchDriver::~FetchDriver] after Assertion failure: mResponseAvailableCalled, at FetchDriver.cpp:360 NEW P3 2024-05-27T09:12:58Z
1570889 blob URLs and CSP sandbox'ed pages should inherit Cross-Origin-Opener-Policy NEW P3 2024-05-30T17:01:31Z
1749342 Assertion failure: mResultPromise, at /dom/payments/PaymentRequest.cpp:719 NEW P3 2024-10-11T14:31:29Z
1752377 src/objdir-ff-ubsan/dist/include/mozilla/dom/quota/CheckedUnsafePtr.h:350:43: runtime error: reference binding to null pointer of type 'mozilla::dom::WorkerPrivate' NEW P3 2022-09-06T15:02:33Z
1761208 startup Crash in [@ mozilla::net::LoadInfo::SetReservedClientInfo] on Amazon NEW P3 2024-01-29T12:56:31Z
1913268 Add a specific mochitest for Fetch Canceling logic NEW P3 2024-09-04T09:11:30Z
1835988 Removing unnecessary raw-pointer of WorkerPrivate NEW -- 2023-12-15T15:15:48Z

22 Total; 22 Open (100%); 0 Resolved (0%); 0 Verified (0%);

Jan:

Full Query
ID Summary Status Priority Last change time
1928939 Crash in [@ mozilla::dom::(anonymous namespace)::ConnectionThread::CreateConnection] ASSIGNED P1 2024-11-04T10:33:33Z
1927410 Crash in [@ mozilla::dom::(anonymous namespace)::Datastore::CleanupMetadata] ASSIGNED P1 2024-11-04T17:12:22Z
1671932 Asynchronous non-blocking temporary storage initialization tolerating broken origins ASSIGNED P1 2024-11-04T16:07:11Z
1512750 Having a marker file before removing files in QuotaManager NEW P2 2024-10-16T13:51:43Z
1910846 Consider adding common argument validation methods to QuotaManagerService impl NEW P2 2024-07-31T08:21:05Z
1810411 Stop using MozURL for getting origin and base domain off the main thread ASSIGNED P2 2023-03-24T08:54:54Z
1875995 [meta] Enable background origin initialization on Nightly NEW P2 2024-11-03T12:49:06Z
1928092 QM: Temporary origin is not added to cached origins if directory metadata creation fails ASSIGNED P2 2024-11-04T16:07:11Z
1888895 Remove unaccessed origins (instead of archiving them) ASSIGNED P2 2024-04-01T11:03:30Z
1928028 QM: Add suppport for triggering artificial failures ASSIGNED P2 2024-11-04T09:06:13Z
1890727 Add nsIQuotaManagerService::BackupStoragesForClient ASSIGNED P2 2024-08-01T14:19:19Z
1891829 Add variations of performance tests for testing using multiple databases ASSIGNED P2 2024-06-21T06:43:30Z
1927723 QM: Expose all cached temporary origins via QuotaManagerService ASSIGNED P2 2024-11-04T16:07:11Z
1927259 QM: Remove empty origin directories during temporary storage initialization ASSIGNED P2 2024-10-26T10:29:25Z
1925418 Crash in [@ mozilla::dom::quota::OriginInfo::LockedAccessTime] ASSIGNED P2 2024-10-31T17:01:14Z
1902432 Investigate if it's really needed to clear data for "userContextIdInternal.thumbnail" identity during shutdown ASSIGNED P2 2024-10-29T13:14:45Z
1905068 Use a cached list of all available temporary origins for pattern-based clearing of origins NEW P2 2024-10-20T08:07:00Z
1905445 Provide a generic keep alive mechanism ASSIGNED P2 2024-10-24T07:16:54Z
1905612 LSNG: Replace CheckedUnsafePtr uses with a safer alternative NEW P2 2024-07-02T13:36:15Z
1924680 Handle unexpected origin directory in QuotaManager::EnsureTemporaryOriginIsInitializedInternal NEW P2 2024-10-16T06:24:44Z
1910844 Consider implicit registration of normal origin operations NEW P2 2024-07-31T07:48:02Z
1909810 Add presets for pushing to try NEW P2 2024-07-25T16:04:30Z
1910875 Improve cancellation handling in usage requests NEW P2 2024-07-31T12:04:11Z
1922525 FS: Handle shutdown requested during CreateFileSystemManagerParent ASSIGNED P2 2024-11-03T12:37:13Z
1920665 LSNG: Investigate and improve the response time to the RequestAllowToClose message sent by the parent process NEW P3 2024-10-17T08:16:23Z
1920663 IPDL: structs containing more than one Endpoint fail to compile using gcc base toolchains ASSIGNED P3 2024-09-30T15:38:11Z
1923715 QM: Introduce MOZ_ASSERT_WITH_RETURN macro ASSIGNED P3 2024-10-10T05:48:24Z
1672378 Lift extensions to MOZ_TRY and related macros from dom/quota/QuotaCommon.h (QM_TRY_*) NEW P3 2023-12-03T08:07:08Z
1900382 Test IDB and OPFS interaction under heavy load NEW P3 2024-06-03T15:48:18Z
1926658 IDB: Speed up subsequent indexeDB.databases() calls by caching information about databases ASSIGNED P3 2024-10-29T10:25:36Z
1926778 FS: Replace custom Registered keep alive mechanism with generic KeepAliveHandle NEW P3 2024-10-24T07:16:54Z
1900380 Remove unneeded AdjustIdleTimer call NEW P3 2024-06-03T14:54:19Z
1624802 Run all tests under QM and its clients with a long file name on Windows ASSIGNED P3 2023-12-03T08:02:36Z
1900310 Add a new module for QuotaManager to reflect governance post of May 2024 NEW P3 2024-06-03T08:45:46Z
1890097 Perform quota checks for writable file stream in the parent process using dedicated task queues ASSIGNED P3 2024-10-22T15:57:51Z
1882000 Assertion failure: !result.IsVoid(), at /builds/worker/checkouts/gecko/dom/localstorage/LSSnapshot.cpp:789 NEW P3 2024-04-02T09:49:06Z
1685691 Improve testing and documentation for DirectoryLockImpl::MaybeUnblock ASSIGNED P3 2023-12-03T08:02:48Z
1928884 Intermittent Assertion failure: !mRegistered, at /builds/worker/checkouts/gecko/dom/quota/DirectoryLockImpl.cpp:63 ASSIGNED P5 2024-11-03T12:37:13Z

38 Total; 38 Open (100%); 0 Resolved (0%); 0 Verified (0%);

Perry:

No results.

0 Total; 0 Open (0%); 0 Resolved (0%); 0 Verified (0%);

Tom:

No results.

0 Total; 0 Open (0%); 0 Resolved (0%); 0 Verified (0%);

Yaron:

No results.

0 Total; 0 Open (0%); 0 Resolved (0%); 0 Verified (0%);

Simon:

No results.

0 Total; 0 Open (0%); 0 Resolved (0%); 0 Verified (0%);

Subhamoy:

No results.

0 Total; 0 Open (0%); 0 Resolved (0%); 0 Verified (0%);

</div>