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

Add path query for chromium #62

Open
wants to merge 13 commits into
base: master
Choose a base branch
from

Commits on Apr 29, 2016

  1. The PID is in the first column of 'ps'

    On GNU/Linux anyway. Assume SunOS is the same
    mattyclarkson committed Apr 29, 2016
    Configuration menu
    Copy the full SHA
    c2f0ecd View commit details
    Browse the repository at this point in the history
  2. Enable perl regex on PID grep

    Provides more flexibility to find the PID
    mattyclarkson committed Apr 29, 2016
    Configuration menu
    Copy the full SHA
    65420d6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9357b7d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ca62680 View commit details
    Browse the repository at this point in the history
  5. Find the chromium instance correctly

    The chromium binary is actually a script that starts the /usr/lib/chromium binary
    with the correct arguments. We just need to search for the chromium instance that
    doesn't have a '--type' parameter
    mattyclarkson committed Apr 29, 2016
    Configuration menu
    Copy the full SHA
    084c409 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2016

  1. Configuration menu
    Copy the full SHA
    7cfca19 View commit details
    Browse the repository at this point in the history
  2. Avoid favicon.ico requests

    When chrome fires up it requests for /favicon.ico automatically. As
    chrome can start up in a tab, it won't be killed and the request can
    occur during the start up of the next browser. This makes sure to only
    test the user agent when the request is for the root page.
    mattyclarkson committed May 24, 2016
    Configuration menu
    Copy the full SHA
    e7f7b27 View commit details
    Browse the repository at this point in the history
  3. Use equality for assertions

    This can provide more information in the mocha message
    mattyclarkson committed May 24, 2016
    Configuration menu
    Copy the full SHA
    4d40067 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cf859b2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8f55e4e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    db09be2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6bf7daf View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e0ac5c2 View commit details
    Browse the repository at this point in the history