• jsbell's avatar
    IndexedDB: Ignore open/delete requests from terminated renderers. · 94384e5f
    jsbell authored
    Tasks associated with transactions are terminated when a dispatcher
    host's connection goes away, but queued connection open/delete
    requests are not associated with transactions, meaning attempting to
    send the results will fail. To avoid this, check to see if the
    dispatcher is still connected when a request gets to the head of the
    queue.
    
    BUG=650635
    R=cmumford@chromium.org
    
    Review-Url: https://codereview.chromium.org/2386683003
    Cr-Commit-Position: refs/heads/master@{#422840}
    94384e5f
indexed_db_dispatcher_host.h 12.7 KB