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

Add may-block reasons to NotRestoredReasons #10154

Open
wants to merge 23 commits into
base: main
Choose a base branch
from

Commits on May 20, 2024

  1. c

    rubberyuzu committed May 20, 2024
    Configuration menu
    Copy the full SHA
    190780e View commit details
    Browse the repository at this point in the history
  2. add more features

    rubberyuzu committed May 20, 2024
    Configuration menu
    Copy the full SHA
    9839a80 View commit details
    Browse the repository at this point in the history
  3. buildable

    rubberyuzu committed May 20, 2024
    Configuration menu
    Copy the full SHA
    c5b6cf4 View commit details
    Browse the repository at this point in the history
  4. add reasons part

    rubberyuzu committed May 20, 2024
    Configuration menu
    Copy the full SHA
    564003d View commit details
    Browse the repository at this point in the history
  5. add all the reasons

    rubberyuzu committed May 20, 2024
    Configuration menu
    Copy the full SHA
    458bb58 View commit details
    Browse the repository at this point in the history
  6. resolve mc

    rubberyuzu committed May 20, 2024
    Configuration menu
    Copy the full SHA
    d705f01 View commit details
    Browse the repository at this point in the history
  7. buildable - so far

    rubberyuzu committed May 20, 2024
    Configuration menu
    Copy the full SHA
    72319c9 View commit details
    Browse the repository at this point in the history
  8. added all the reasons

    rubberyuzu committed May 20, 2024
    Configuration menu
    Copy the full SHA
    043bfba View commit details
    Browse the repository at this point in the history
  9. add cookie flush

    resolve mc
    
    c
    
    so far
    
    resolve mc
    
    resolve mc
    rubberyuzu committed May 20, 2024
    Configuration menu
    Copy the full SHA
    acd8244 View commit details
    Browse the repository at this point in the history
  10. rename

    rubberyuzu committed May 20, 2024
    Configuration menu
    Copy the full SHA
    fe042fa View commit details
    Browse the repository at this point in the history
  11. add capital ref

    rubberyuzu committed May 20, 2024
    Configuration menu
    Copy the full SHA
    ea7baab View commit details
    Browse the repository at this point in the history
  12. merge conflict

    rubberyuzu committed May 20, 2024
    Configuration menu
    Copy the full SHA
    3bc3992 View commit details
    Browse the repository at this point in the history
  13. add capital ref

    Allow top layer elements to be nested within popovers
    
    This allows top layer elements, including the dialog element, to be nested inside of an open popover, by not closing the popover when the new top layer element is opened. Without this patch, opening a modal dialog inside of a popover will make the page inert and make the dialog invisible.
    
    Fixes whatwg#9998. See also whatwg/fullscreen#237.
    
    Editorial: order of comparisons
    
    For consistency:
    - greater than or equal to
    - less than or equal to
    
    Improve element reflection
    
    This attempts to make the following improvements:
    
    1. Make it more clear that initializing attr is not the first step in an algorithm, but rather something that counts for all the list items.
    2. Rewrite the associated element(s) fields as algorithms. As there are no downstream references so far this is a change we can still make.
    3. Add another layer of caching that is separate from the FrozenArray to avoid having to compare a list of elements with a FrozenArray directly.
    
    This helps with whatwg#10219.
    
    Disable PageSwapEvent's activation on cross-origin redirects
    
    Closes whatwg#10196.
    
    Upstream Long Animation Frames monkey-patches
    
    Long Animation Frames (https://w3c.github.io/long-animation-frames/) expects a few calls from HTML and other specs, for reporting when tasks, rendering or JS entry points take place. This moves those calls from the Long Animation Frames spec to HTML.
    
    Preload: only allow certain values for as=""
    
    Closes whatwg#8332.
    
    Call the view transition page visibility change steps
    
    This allows the CSS view-transitions spec to react to page visibility changes. Specifically, skip the active transition once a page is hidden.
    
    See w3c/csswg-drafts#9543.
    
    Style marquee using overflow: hidden
    
    This matches Chromium and WebKit. Tests will be worked on in https://bugzilla.mozilla.org/show_bug.cgi?id=306344.
    
    Editorial: export Element's innerText getter and setter steps
    
    These will be used by Trusted Types (and eventually HTML once upstreamed) as part of shadowing this attribute to HTMLScriptElement.
    
    Add getHTML() and serializable shadow roots
    
    Corresponding DOM PR: whatwg/dom#1256.
    
    Closes whatwg#8867.
    
    Co-authored-by: Domenic Denicola <d@domenic.me>
    
    Make buttons respect display: none/contents in button layout
    
    Fixes whatwg#10238. This matches what is already implemented in browsers.
    
    Remove duplicate requirement for 'overflow' for marquee
    
    The duplication was introduced by whatwg#10243.
    
    Meta: make all the SVGs darkmode-aware
    
    Also tag them as such, so that they don't get a white background after whatwg/whatwg.org#439 is merged.
    
    Warn that the XML syntax is not recommended
    
    Closes whatwg#10237.
    rubberyuzu committed May 20, 2024
    Configuration menu
    Copy the full SHA
    71dd2a7 View commit details
    Browse the repository at this point in the history
  14. fix syntax

    rubberyuzu committed May 20, 2024
    Configuration menu
    Copy the full SHA
    6e7c357 View commit details
    Browse the repository at this point in the history
  15. add more API reference

    rubberyuzu committed May 20, 2024
    Configuration menu
    Copy the full SHA
    ee45927 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    74abd29 View commit details
    Browse the repository at this point in the history
  17. c

    rubberyuzu committed May 20, 2024
    Configuration menu
    Copy the full SHA
    bb78bf8 View commit details
    Browse the repository at this point in the history
  18. remove internal reasons

    rubberyuzu committed May 20, 2024
    Configuration menu
    Copy the full SHA
    2973fd1 View commit details
    Browse the repository at this point in the history
  19. link other specs

    rubberyuzu committed May 20, 2024
    Configuration menu
    Copy the full SHA
    b05a923 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. remove printing

    rubberyuzu committed May 21, 2024
    Configuration menu
    Copy the full SHA
    211a3f9 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. add cross-origin

    rubberyuzu committed May 22, 2024
    Configuration menu
    Copy the full SHA
    49f30c3 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2024

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

Commits on Jun 3, 2024

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