RESOLVED FIXED 192182
[MediaStream] DeviceIdHashSaltStorage should use iframe and top level documents
https://bugs.webkit.org/show_bug.cgi?id=192182
Summary [MediaStream] DeviceIdHashSaltStorage should use iframe and top level documents
Eric Carlson
Reported 2018-11-29 14:41:56 PST
DeviceIdHashSaltStorage should use iframe and top level documents
Attachments
Patch (17.60 KB, patch)
2018-11-29 14:48 PST, Eric Carlson
no flags
Patch for landing. (18.16 KB, patch)
2018-11-29 18:47 PST, Eric Carlson
no flags
Radar WebKit Bug Importer
Comment 1 2018-11-29 14:42:29 PST
Eric Carlson
Comment 2 2018-11-29 14:48:44 PST
youenn fablet
Comment 3 2018-11-29 15:34:11 PST
Comment on attachment 356061 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=356061&action=review > Source/WebKit/UIProcess/DeviceIdHashSaltStorage.cpp:83 > void DeviceIdHashSaltStorage::deleteDeviceIdHashSaltForOrigins(const Vector<SecurityOriginData>& origins, CompletionHandler<void()>&& completionHandler) We probably need to update getDeviceIdHashSaltOrigins to also add the topOrigin to origins. > Source/WebKit/UIProcess/DeviceIdHashSaltStorage.h:50 > + : documentOrigin(documentOrigin) WTFMove(documentOrigin) and WTFMove(parentOrigin)
Eric Carlson
Comment 4 2018-11-29 18:44:08 PST
Comment on attachment 356061 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=356061&action=review Thanks for the review! >> Source/WebKit/UIProcess/DeviceIdHashSaltStorage.cpp:83 >> void DeviceIdHashSaltStorage::deleteDeviceIdHashSaltForOrigins(const Vector<SecurityOriginData>& origins, CompletionHandler<void()>&& completionHandler) > > We probably need to update getDeviceIdHashSaltOrigins to also add the topOrigin to origins. Good point, fixed. >> Source/WebKit/UIProcess/DeviceIdHashSaltStorage.h:50 >> + : documentOrigin(documentOrigin) > > WTFMove(documentOrigin) and WTFMove(parentOrigin) Fixed.
Eric Carlson
Comment 5 2018-11-29 18:47:42 PST
Created attachment 356105 [details] Patch for landing.
WebKit Commit Bot
Comment 6 2018-11-29 19:15:11 PST
Comment on attachment 356105 [details] Patch for landing. Clearing flags on attachment: 356105 Committed r238724: <https://trac.webkit.org/changeset/238724>
WebKit Commit Bot
Comment 7 2018-11-29 19:15:13 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.