• Eduardo Sanz García's avatar
    Remove event emitter from `Guest` · 561d37f8
    Eduardo Sanz García authored
    The main `Guest` was assumed to be always in the same frame as the
    `host` frame. In that scenario (which is currently the most common),
    `Guest` was able to communicate with the `host` via `TinyEmitter`.
    
    This PR removes that assumption an enforce all communication between the
    `Guest` and the `host` to occur via an inter-frame communication
    channel. This paves the work for the main `Guest` to be in a different
    frame than the `host`, which is the case in the Ebook readers and
    VitalSource.
    561d37f8
Name
Last commit
Last update
..
integration Loading commit data...
adder-test.js Loading commit data...
annotation-counts-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...