Skip to content
This repository has been archived by the owner on Apr 11, 2023. It is now read-only.

Search a content from frames successfully loaded #1264

Merged
merged 5 commits into from
Sep 26, 2021

Commits on Sep 23, 2021

  1. Configuration menu
    Copy the full SHA
    01242a2 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2021

  1. Configuration menu
    Copy the full SHA
    b72728b View commit details
    Browse the repository at this point in the history
  2. Sort frame IDs

    ueokande committed Sep 25, 2021
    Configuration menu
    Copy the full SHA
    fa3500e View commit details
    Browse the repository at this point in the history
  3. Discover frames on search by count of connections

    When a tab switches pages quickly, a disconnect event on top frame is
    sometime delivered after second connect event. In addition,
    `tabs.onUpdated()` event is independent on port connection event.
    
    Now the background script finds alive frames by only port connection.
    ueokande committed Sep 25, 2021
    Configuration menu
    Copy the full SHA
    a0f2c3e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    91d4712 View commit details
    Browse the repository at this point in the history