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: puppeteer/puppeteer
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.0.0
Choose a base ref
...
head repository: puppeteer/puppeteer
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v7.0.0
Choose a head ref
  • 5 commits
  • 11 files changed
  • 3 contributors

Commits on Feb 2, 2021

  1. Configuration menu
    Copy the full SHA
    20526b5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    03db2cb View commit details
    Browse the repository at this point in the history
  3. feat(chromium): roll Chromium to r848005 (#6801)

    This corresponds to Chromium 90.0.4403.0
    This roll includes:
    - Cut screenshot by ViewPort size, not position (crrev.com/c/2643792)
    
    BREAKING CHANGE:
    - `page.screenshot` cuts screenshot content by the ViewPort size, not ViewPort position.
    sadym-chromium authored Feb 2, 2021
    Configuration menu
    Copy the full SHA
    890d5c2 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2021

  1. feat: use captureBeyondViewport in Page.captureScreenshot (#6805)

    BREAKING CHANGE:
    - `page.screenshot` makes a screenshot with the clip dimensions, not cutting it by the ViewPort size.
    sadym-chromium authored Feb 3, 2021
    Configuration menu
    Copy the full SHA
    401d84e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    edd8bcc View commit details
    Browse the repository at this point in the history
Loading