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: karma-runner/karma-chrome-launcher
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.0.0
Choose a base ref
...
head repository: karma-runner/karma-chrome-launcher
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.1.0
Choose a head ref
  • 6 commits
  • 5 files changed
  • 3 contributors

Commits on Jul 14, 2019

  1. added "--disable-site-isolation-trials" to Chrome_without_security

    This SO page https://stackoverflow.com/questions/53080472/chrome-disable-web-security-no-longer-works got me to what has been described here https://www.chromium.org/Home/chromium-security/site-isolation#TOC-Known-Issues so I thought it will be useful for others if the docs mention that fact :)
    
    macOS 10.14, Chrome 75.0.3770.100
    I had a problem testing a site and kept getting "Error: Uncaught SecurityError: Blocked a frame with origin..." even if I had provided "--disable-web-security" as per the example in the documentation. Seems Chrome has changed its security policies and that flag is no longer enough to get it out of the the CORS cage.
    gkostov authored Jul 14, 2019
    Configuration menu
    Copy the full SHA
    e99df52 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2019

  1. Merge pull request #204 from gkostov/patch-1

    docs: added "--disable-site-isolation-trials" to Chrome_without_security
    rogeriopvl authored Jul 18, 2019
    Configuration menu
    Copy the full SHA
    78282ac View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2019

  1. feat: add --disable-dev-shm-usage flag to headless

    This flag solves some issues when running chrome headless inside
    docker. For more details check this puppeteer issue where they discuss
    adding the flag to the default options as well:
    
    puppeteer/puppeteer#1834
    rogeriopvl committed Aug 2, 2019
    Configuration menu
    Copy the full SHA
    137005d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #208 from karma-runner/feat/add-disable-dev-shm-us…

    …age-flag
    
    feat: add --disable-dev-shm-usage flag to headless
    rogeriopvl authored Aug 2, 2019
    Configuration menu
    Copy the full SHA
    c69c0a1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    28325d8 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2019

  1. chore: release v3.1.0

    johnjbarton committed Aug 13, 2019
    Configuration menu
    Copy the full SHA
    5f70a76 View commit details
    Browse the repository at this point in the history
Loading