DOM/Workers-Storage/board/team

< DOM‎ | Workers-Storage‎ | board
Revision as of 16:16, 6 August 2018 by Mdaly (talk | contribs) (Create a basic board that breaks down open bugs by team member)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

DOM: Workers and Storage -> Board By Team Member

Open bugs broken down by team member.

Andrew:

Full Query
ID Summary Status Priority
1231208 [meta] Service worker e10s redesign NEW P2
1506892 Add logging to ServiceWorker implementation exposed via about:serviceworkers ASSIGNED P2
1615164 Intermittent dom/serviceworkers/test/test_abrupt_completion.html | Correct message handler - got "handler-after-throw", expected "handler-before-throw" NEW P2
1633392 ARCH::worker-event-queues-cleanup - Worker event queue cleanup ASSIGNED P2
1910011 Crash in [@ mozilla::dom::ClientHandle::Control] ASSIGNED P2
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
1675068 Service workers delaying shutdown ASSIGNED P2
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
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
1880012 ClientSource::SetController crash with iframe ASSIGNED P2
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
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
1279406 Sandboxed iframes with "allow-same-origin" should be inherited / intercepted ASSIGNED P3
1593031 firefox-storage-test reporting Cache API error due to `NetworkError when attempting to fetch resource.` ASSIGNED P3
1646548 Add comment explaining GetInProcessParentDocument's Fission behavior in WorkerPrivate::GetLoadInfo ASSIGNED P3
1650716 serviceWorker.oncontrollerchange doesn't fire in iframe ASSIGNED P3
1666761 Document critical path for ServiceWorker interception of the first loaded page at startup ASSIGNED P3
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
1883187 `message` event handler triggered after `MessagePort.close()` ASSIGNED P3
1776004 Intermittent dom/serviceworkers/test/browser_navigation_fetch_fault_handling.js | single tracking bug ASSIGNED P3
1776962 Intermittent dom/workers/test/test_sharedworker_event_listener_leaks.html | single tracking bug REOPENED P3
1776997 Intermittent dom/serviceworkers/test/test_abrupt_completion.html | single tracking bug ASSIGNED P3
1869452 Assertion failure: IsOnWorkerThread(), at /builds/worker/checkouts/gecko/dom/workers/WorkerPrivate.cpp:5820 ASSIGNED P3
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
1861785 Intermittent dom/workers/test/test_WorkerDebugger.xhtml | single tracking bug ASSIGNED P5
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 --
1834041 Update and land the testcase for bug 1558522 ASSIGNED --
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 --
1817199 Replace use of SchedulerGroup::Dispatch from workers (including remote workers) with more straightforward main-thread dispatch. ASSIGNED --
1817198 Replace use of SchedulerGroup::Dispatch from ServiceWorkers with more straightforward main-thread dispatch. ASSIGNED --
1817076 Add high level firefox-source-docs documentation for DOM Blob/Files in the context of `<input type="file">` ASSIGNED --
1762092 Prototype an opt-in MessagePort close/onclose event for the system principal and conditionally enabled via preference for testing ASSIGNED --
1890435 searchfox hg.mozilla.org / mercurial mozilla-central retirement / migration to-do tracker ASSIGNED --
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 --
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 --
1646544 Track last focus time in the parent process ASSIGNED --
1912193 Diagram "Limits Hit" results should show pretty symbols and support a mechanism for re-writing the query to lift the limit ASSIGNED --
1914946 BroadcastChannel IPC should be modernized to not be ManualDealloc / virtual ASSIGNED --
1921142 Implement Bikeshed spec indexing after the bikeshed inline-parsing branch lands to enable diagrams of spec algorithms ASSIGNED --
1923545 config5 wubkat indexer failing on building skia mysteriously REOPENED --
1930816 Searchfox diagrams need to account for context/contextsym now including lambdas since bug 1856762 ASSIGNED --
1953349 nsStringInputStream offset that is maintained through cloning should be maintained through serialize/deserialize ASSIGNED --
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 --
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 --

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

Blake:

No results.

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

Eden:

Full Query
ID Summary Status Priority
1944240 Adapting DevTool WorkerDebugger with RemoteWorkerDebugger mechanism in the parent process NEW P1
1350337 create public interface for WorkerPrivate to hide implementation details, possibly using nsIGlobalObject for on-worker-thread use-cases NEW P2
1653470 Cleanup of PServiceWorker, PServiceWorkerContainer, and PServiceWorkerRegistration NEW P2
1672491 Eliminate Top-Level worker invariant that the parent of top-level workers be the main thread. (For RemoteWorkerService) ASSIGNED P2
1802102 Support download requests in worker through PFetch NEW P2
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
1812042 Resolve the race caused by ObjectURL/BlobURL revoke NEW P2
1823937 Service worker in a cross-origin iframe cannot intercept requests initiated by a web worker inside the iframe UNCONFIRMED P2
1894234 Get rid of WorkerPrivate HybridEventTarget NEW P2
1899507 Off-main-thread Worker ScriptLoader ASSIGNED P2
1936481 fetch from Workers fails to access localhost server while network is down. NEW P2
1971459 Aligning the PaymentRequest API implementation to the current spec NEW P2
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
1570889 blob URLs and CSP sandbox'ed pages should inherit Cross-Origin-Opener-Policy NEW P3
1761208 startup Crash in [@ mozilla::net::LoadInfo::SetReservedClientInfo] on Amazon NEW P3
1913268 Add a specific mochitest for Fetch Canceling logic NEW P3
1968427 Crash in [@ mozilla::dom::ServiceWorkerOp::ServiceWorkerOpRunnable::WorkerRun] ASSIGNED P3
1802711 Service worker: Implementation of FetchEvent.preloadResponse inconsistent with other browsers NEW --
1835988 Removing unnecessary raw-pointer of WorkerPrivate NEW --

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

Jan:

No results.

0 Total; 0 Open (0%); 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%);