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

feat(chromium): roll Chromium to r705776 #5058

Merged
merged 5 commits into from Oct 23, 2019
Merged

Commits on Oct 21, 2019

  1. feat(chromium): roll Chromium to r705776

    This corresponds to Chromium 79.0.3942.0.
    
    This roll includes:
    
    - Support CSS media feature emulation in CDP
      https://chromium-review.googlesource.com/c/chromium/src/+/1821608
    - Implement timezone ID verification
      https://chromium-review.googlesource.com/c/chromium/src/+/1822557
    - Allow aria-hidden objects into the browser-side ax tree
      https://chromium-review.googlesource.com/c/chromium/src/+/1760862
    mathiasbynens committed Oct 21, 2019
    Copy the full SHA
    a94720f View commit details
    Browse the repository at this point in the history
  2. feat(chromium): roll Chromium to r706915

    r706915 corresponds to 79.0.3945.1.
    mathiasbynens committed Oct 21, 2019
    Copy the full SHA
    6c2095d View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    17248e4 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2019

  1. feat(api): page.screenshot now clips to viewport

    Per upstream Chromium changes, page.screenshot now clips elements
    to the viewport.
    
    This matches the clipping behavior of elements in inner scrollers
    (i.e., document and overflow scroll clipping now work the same).
    
    https://bugs.chromium.org/p/chromium/issues/detail?id=937609
    mathiasbynens committed Oct 23, 2019
    Copy the full SHA
    728c3b6 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    648f63d View commit details
    Browse the repository at this point in the history