RESOLVED FIXED 113006
After switching to another space and back, video races to catch up with audio
https://bugs.webkit.org/show_bug.cgi?id=113006
Summary After switching to another space and back, video races to catch up with audio
Jer Noble
Reported 2013-03-21 22:58:36 PDT
After switching to another space and back, video races to catch up with audio
Attachments
Patch (2.59 KB, patch)
2013-03-21 23:36 PDT, Jer Noble
andersca: review+
Patch (4.81 KB, patch)
2013-03-21 23:39 PDT, Jer Noble
no flags
Jer Noble
Comment 1 2013-03-21 23:36:33 PDT
Jer Noble
Comment 2 2013-03-21 23:37:00 PDT
Jer Noble
Comment 3 2013-03-21 23:39:03 PDT
Anders Carlsson
Comment 4 2013-03-22 14:18:55 PDT
Comment on attachment 194452 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=194452&action=review > Source/WebKit2/UIProcess/API/mac/WKView.mm:284 > + NSNotificationCenter* nc = [[NSWorkspace sharedWorkspace] notificationCenter]; Please use a more descriptive variable name here, like workspaceNotificationCenter. > Source/WebKit2/UIProcess/API/mac/WKView.mm:3173 > + [nc addObserver:self selector:@selector(_activeSpaceDidChange:) name:NSWorkspaceActiveSpaceDidChangeNotification object:nil]; Ditto.
Jer Noble
Comment 5 2013-03-22 16:18:40 PDT
Note You need to log in before you can comment on or make changes to this bug.