Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

shell: Use the "load" event instead of polling to catch ready frames #21061

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from

Commits on Sep 20, 2024

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

Commits on Oct 1, 2024

  1. Configuration menu
    Copy the full SHA
    9b412c4 View commit details
    Browse the repository at this point in the history
  2. WIP - new shell

    mvollmer committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    7512aa2 View commit details
    Browse the repository at this point in the history
  3. WIP - replace frame polling with the "load" event

    And only show the frame once it is loaded. This side-steps the
    problems with showing a white not-yet-loaded iframe in dark mode. And
    the polling was sus anyway.
    mvollmer committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    73cab72 View commit details
    Browse the repository at this point in the history