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: angular/angular
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4.4.6
Choose a base ref
...
head repository: angular/angular
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4.4.7
Choose a head ref
  • 7 commits
  • 18 files changed
  • 4 contributors

Commits on Feb 11, 2018

  1. revert: ci: use chrome stable (#18307)

    This reverts commit 8bcb268.
    filipesilva authored and gkalpak committed Feb 11, 2018
    Configuration menu
    Copy the full SHA
    6a6164a View commit details
    Browse the repository at this point in the history
  2. build: pin ChromeDriver version (#20940)

    Since our version of Chromium is also pinned, a new ChromeDriver (that
    drops support for our Chromium version) can cause random (and unrelated
    to the corresponding changes) errors on CI.
    This commit pins the version of ChromeDriver and it should now be
    manually upgraded to a vrsion that is compatible with th currently used
    Chromium version.
    
    PR Close #20940
    gkalpak committed Feb 11, 2018
    Configuration menu
    Copy the full SHA
    1d9024e View commit details
    Browse the repository at this point in the history
  3. ci: downgrade Chromium to a version that does not cause flakes

    There seems to be some issue that causes Chrome/ChromeDriver to
    unexpectedly reload during the aio e2e tests, causing flakes. It is not
    clear what exactly is causing the reloading, but to the best of my
    knowledge it is something inside Chrome or ChromeDriver.
    
    Pinning Chrome to r494239 (between 62.0.3185.0 and 62.0.3186.0) fixes
    the flakes.
    
    Fixes #20159
    gkalpak committed Feb 11, 2018
    Configuration menu
    Copy the full SHA
    e9f1d44 View commit details
    Browse the repository at this point in the history
  4. ci: use sudo: false on Travis (#21641)

    Related to #21422.
    
    PR Close #21641
    gkalpak committed Feb 11, 2018
    Configuration menu
    Copy the full SHA
    0dacf6d View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2018

  1. fix(core): use appropriate inert document strategy for Firefox & Safa…

    …ri (#22077)
    
    Both Firefox and Safari are vulnerable to XSS if we use an inert document
    created via `document.implementation.createHTMLDocument()`.
    
    Now we check for those vulnerabilities and then use a DOMParser or XHR
    strategy if needed.
    
    Further the platform-server has its own library for parsing HTML, so we
    sniff for that (by checking whether DOMParser exists) and fall back to
    the standard strategy.
    
    Thanks to @cure53 for the heads up on this issue.
    petebacondarwin authored and mhevery committed Feb 13, 2018
    Configuration menu
    Copy the full SHA
    2c5cf19 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2018

  1. Configuration menu
    Copy the full SHA
    1c40be2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    84fc1a3 View commit details
    Browse the repository at this point in the history
Loading