Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: php/php-src
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 91fed78
Choose a base ref
...
head repository: php/php-src
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: ca53b21
Choose a head ref
  • 1 commit
  • 24 files changed
  • 1 contributor

Commits on Jun 26, 2025

  1. Add support for ParentNode::$children

    ParentNode::$children returns a HTMLCollection of all directly
    descendant child elements of a container.
    
    I had to move around some properties such that the ParentNode property
    offsets are always at a fixed offset, to simplify the code.
    This also adds the necessary code to deal with GC cycles in
    HTMLCollections.
    Furthermore, we also disable cloning a HTMLCollection as that never
    worked and furthermore it also conflicts with the [[SameObject]] WebIDL
    requirement of $children.
    nielsdos committed Jun 26, 2025
    Configuration menu
    Copy the full SHA
    ca53b21 View commit details
    Browse the repository at this point in the history
Loading