Skip to content
  • Anny Gakhokidze's avatar
    Bug 1541515 - Consolidate IPC calls to nsISHEntry inside of... · 68641708
    Anny Gakhokidze authored
    Bug 1541515 - Consolidate IPC calls to nsISHEntry inside of nsDocShell::GetChildSHEntry, r=peterv, r=nika for adding sync IPC messages
    
    Currently, nsDocShell::GetChildSHEntry calls 3 sync IPC calls on nsISHEntry,
    and the method GetChildSHEntry only has one caller. By moving GetChildSHEntry
    method to parent process for nsISHEntry, resulting in a new method
    nsISHEntry::GetChildSHEntry, 3 sync IPC calls can be reduced to 1.
    
    Differential Revision: https://phabricator.services.mozilla.com/D27633
    
    --HG--
    extra : rebase_source : 1e76a1b07d827b35bae7ed6acca25aa8732c9ed0
    extra : source : 34d91f82faa36dd8d8ed721de365122d831f7b25
    extra : histedit_source : 86592bc747d506c546ec660e57087e78b9719cf7
    68641708