• alexmos's avatar
    Consolidate isolated origin subframes into existing processes. · 7b7555fc
    alexmos authored
    Previously, isolated origins subframes from unrelated tabs would
    always get their own process.  This results in too many tabs for
    scenarios like sign-in, where there's a sign-in subframe on every
    Google tab.  To address this, set the process reuse policy to allow
    isolated origin subframes to reuse existing processes for that origin.
    
    BUG=713444
    CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_site_isolation
    
    Review-Url: https://codereview.chromium.org/2920473005
    Cr-Commit-Position: refs/heads/master@{#476467}
    7b7555fc
isolated_origin_browsertest.cc 15.6 KB