• Eduardo Sanz García's avatar
    Fix create of a page not in VitalSource · 55f2ec61
    Eduardo Sanz García authored
    After #4176, the 'create note' button has stopped working in
    VitalSource. That's because we don't create the guest frame in the host
    frame. Creating a note relayed on one of the guest frames having a
    frameIdentifier` with value `null`. That's not longer the case.
    
    Now, when creating a page note we send the request to the first
    connected guest frame. This is analogous to #4177.
    
    In addition, we only send `textUnselected`, `textSelected` and
    `createAnnotation` RPC events to only specific guest frames. That
    simplifies the logic by avoiding to send a `frameIdentifier`.
    55f2ec61
Name
Last commit
Last update
..
integration Loading commit data...
adder-test.js Loading commit data...
annotation-counts-test.js Loading commit data...
bucket-bar-client-test.js Loading commit data...
bucket-bar-test.js Loading commit data...
empty.html Loading commit data...
features-test.js Loading commit data...
frame-observer-test.js Loading commit data...
guest-test.js Loading commit data...
highlighter-test.js Loading commit data...
notebook-test.js Loading commit data...
range-util-test.js Loading commit data...
selection-observer-test.js Loading commit data...
sidebar-test.js Loading commit data...
sidebar-trigger-test.js Loading commit data...
toolbar-test.js Loading commit data...