1. 07 Jan, 2022 3 commits
  2. 06 Jan, 2022 1 commit
  3. 03 Jan, 2022 19 commits
  4. 20 Dec, 2021 10 commits
  5. 18 Dec, 2021 4 commits
  6. 17 Dec, 2021 3 commits
    • Eduardo's avatar
      Apply suggestions from code review · 6fd18cc4
      Eduardo authored
      Co-authored-by: 's avatarRobert Knight <robertknight@gmail.com>
      6fd18cc4
    • Eduardo Sanz García's avatar
      Fix and improve test · 011eb2bd
      Eduardo Sanz García authored
      In addition to cover the changes in the previous commit I have improved
      the test in this way:
      
      * like in frame-sync, segregate bridges according to the different
        channels and create utility functions to test the communication in
        those specific channels.
      * simplify a few test by relying on `emit[frame]Event` functions
      * remove mocking a public method
      011eb2bd
    • Eduardo Sanz García's avatar
      Reduce `Sidebar` dependency on `Guest` · a5613f9b
      Eduardo Sanz García authored
      Replace the 'sidebarLayoutChanged' event emitter for an RPC call using
      the `guest-host` communication channel. This change is a step further
      into be able to instantiate `Sidebar` independently from the `Guest`.
      This may be desirable in scenarios that has several iframes, like Ebooks
      and VitalSource.
      a5613f9b