• Eduardo Sanz García's avatar
    Add `scrollToAnnotations` RPC event · 00abbb11
    Eduardo Sanz García authored
    In order to decouple `BucketBar` from `Guest` we need to send RPC events
    through the `guest-host` inter-frame communication channel.  The
    messages must trigger identical behaviour on the `Guest`.
    
    In this PR, we replace the direct use of `Guest#scrollToAnchor` by a new
    RPC event, `scrollToAnnotations`.
    00abbb11
sidebar-test.js 29.5 KB