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

Fix document.cloneNode #514

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

Fix document.cloneNode #514

wants to merge 6 commits into from

Commits on Nov 1, 2022

  1. Fix document.cloneNode

    Node patch affects document too, which means `this.ownerDocument.__CE_registry` will cause an error because `document.ownerDocument` is `null`
    Aierie committed Nov 1, 2022
    Configuration menu
    Copy the full SHA
    56687c9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d39ab05 View commit details
    Browse the repository at this point in the history
  3. Changelog entry

    Aierie committed Nov 1, 2022
    Configuration menu
    Copy the full SHA
    39e098e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9b07f63 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2022

  1. fix lint issue

    Aierie committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    93bea8b View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2023

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