| Summary: | [iOS] In case of live media capture, activate capture icon | ||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | WebKit | Reporter: | youenn fablet <youennf> | ||||||||||||
| Component: | WebRTC | Assignee: | youenn fablet <youennf> | ||||||||||||
| Status: | NEW --- | ||||||||||||||
| Severity: | Normal | CC: | eric.carlson, ews-watchlist, glenn, jer.noble, philipj, sergio, webkit-bug-importer, youennf | ||||||||||||
| Priority: | P2 | Keywords: | InRadar | ||||||||||||
| Version: | WebKit Local Build | ||||||||||||||
| Hardware: | Unspecified | ||||||||||||||
| OS: | Unspecified | ||||||||||||||
| Attachments: |
|
||||||||||||||
|
Description
youenn fablet
2020-09-22 08:44:45 PDT
Created attachment 409890 [details]
WIP
Comment on attachment 409890 [details] WIP View in context: https://bugs.webkit.org/attachment.cgi?id=409890&action=review > Source/WebKit/NetworkProcess/ServiceWorker/ServiceWorkerDownloadTask.cpp:41 > +ServiceWorkerDownloadTask::ServiceWorkerDownloadTask(WebSWServerConnection& connection, WebCore::FetchIdentifier fetchIdentifier, ServiceWorkerIdentifier serviceWorkerIdentifier, ServiceWorkerRegistrationIdentifier serviceWorkerRegistrationIdentifier, PendingDownload& download, DownloadID downloadID, const WebCore::ResourceRequest& request, const WebCore::ResourceResponse& response) Did you mean to include this file? > Source/WebKit/NetworkProcess/ServiceWorker/ServiceWorkerDownloadTask.h:47 > +class ServiceWorkerDownloadTask : public CanMakeWeakPtr<ServiceWorkerDownloadTask> { Ditto. > Source/WebKit/UIProcess/Cocoa/WKMediaCaptureStatusBarManager.mm:188 > + RELEASE_LOG_ERROR(WebRTC, "WKMediaCaptureStatusBarManagerSource/WebCore/PAL/pal/cf/SpringBoardServicesSoftLink.h did invalidate status bar"); I don't think you meant to include the path in the logging output. > Source/WebKit/WebProcess/GPU/media/AudioOutputProvider.cpp:34 > +void AudioOutputProvider::defaultAudioOutputDeviceChanged(Page& page) Oops, you probably didn't mean to include this. > Source/WebKit/WebProcess/GPU/media/AudioOutputProvider.h:32 > +class AudioOutputProvider : public WebCore::AudioOutputProvider { Ditto. Created attachment 409907 [details]
WIP
Created attachment 409986 [details]
Patch
Created attachment 409990 [details]
Patch
Created attachment 409991 [details]
Patch
|