Hacker News new | ask | show | jobs
by general_failure 4292 days ago
I don't think this has to do with multiprocess. The instance of HTML engine (geckk?) just needs to track who used the audio API.
1 comments

I think the problem with that is it doesn't work with Flash audio. With multiprocess browsers, the Flash audio can be associated with a tab, but that's awkward/not possible if everything is in the same process.
Chrome didn't have this feature for a very long time, and if anything sounded like it was actually harder because of how Chrome handles their processes.
Well, Chrome still often shares the same process for groups of tabs. I think this particular feature has something more to do with a change they made to their plugin API.