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: SeleniumHQ/selenium
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: trunk
Choose a base ref
...
head repository: SeleniumHQ/selenium
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 15128
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 5 commits
  • 6 files changed
  • 2 contributors

Commits on Jan 21, 2025

  1. [py] Fix installing most of the data from source distributions

    Change `namespaces` to true to fix installing
    `selenium.webdriver.common.devtools.*` packages, and fix `package-data`
    to fix installing `.js` and `.json` data files.  The latter would
    specify a non-existing `selenium_package` package name -- instead,
    specify `*` to apply it to all Python packages found.
    
    With these changes, the result of installing the source distribution is
    almost identical to the result of installing the wheel.  One remaining
    problem is that `selenium-manager` is not included -- my guess is that
    there is no logic copying the built Rust executable into the expected
    location.
    
    Another problem is that these changes do not work when installing from
    a VCS checkout -- since all the relevant data files are explicitly
    excluded by `.gitignore` and that takes precedence over `data-files`.
    However, this was broken before, so it should not really matter.
    
    Fixes #15125
    mgorny committed Jan 21, 2025
    Configuration menu
    Copy the full SHA
    4331fe5 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2025

  1. Configuration menu
    Copy the full SHA
    206597d View commit details
    Browse the repository at this point in the history
  2. Get ready for patch 4.28.1

    Signed-off-by: Viet Nguyen Duc <[email protected]>
    VietND96 committed Jan 22, 2025
    Configuration menu
    Copy the full SHA
    8796480 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d6e4e2a View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2025

  1. Add rust ext-modules

    Signed-off-by: Viet Nguyen Duc <[email protected]>
    VietND96 committed Jan 23, 2025
    Configuration menu
    Copy the full SHA
    d7ef9d7 View commit details
    Browse the repository at this point in the history
Loading