Comment #17 on issue 9364 by [email protected]: REGRESSION: Opening multiple tabs with same URL all share the same process id http://code.google.com/p/chromium/issues/detail?id=9364
Sounds good-- I'll keep an eye out. FWIW, I took a quick look, and creating a new RVH for a DOM_UI-to-Web transition isn't enough because it's done in the same way as a usual cross-site transition (meaning that the same BrowsingInstance is used). I think we want to have safeguards that ensure DOM UI pages never end up in the same process as normal pages, so perhaps they should have separate BrowsingInstances and SiteInstances. We should also have a check in the process-reuse code (I think in RenderProcessHost) so that a DOM UI process isn't reused for web pages if the user has more than 20 rendering processes going. Regardless, I'll take a look at your changelist tonight. Gotta run for a bit. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ Automated mail from issue updates at http://crbug.com/ Subscription options: http://groups.google.com/group/chromium-bugs -~----------~----~----~----~------~----~------~--~---
