NEW 216826
[iOS] In case of live media capture, activate capture icon
https://bugs.webkit.org/show_bug.cgi?id=216826
Summary [iOS] In case of live media capture, activate capture icon
youenn fablet
Reported 2020-09-22 08:44:45 PDT
[iOS] In case of live media capture, activate capture icon
Attachments
WIP (52.06 KB, patch)
2020-09-28 09:27 PDT, youenn fablet
no flags
WIP (37.64 KB, patch)
2020-09-28 11:47 PDT, youenn fablet
no flags
Patch (43.89 KB, patch)
2020-09-29 05:34 PDT, youenn fablet
no flags
Patch (43.84 KB, patch)
2020-09-29 05:51 PDT, youenn fablet
no flags
Patch (43.94 KB, patch)
2020-09-29 06:00 PDT, youenn fablet
no flags
youenn fablet
Comment 1 2020-09-28 09:27:28 PDT
Eric Carlson
Comment 2 2020-09-28 11:06:08 PDT
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.
youenn fablet
Comment 3 2020-09-28 11:47:01 PDT
youenn fablet
Comment 4 2020-09-29 05:34:44 PDT
Radar WebKit Bug Importer
Comment 5 2020-09-29 05:39:13 PDT
youenn fablet
Comment 6 2020-09-29 05:51:40 PDT
youenn fablet
Comment 7 2020-09-29 06:00:09 PDT
Note You need to log in before you can comment on or make changes to this bug.