Skip to content
This repository has been archived by the owner on Jun 19, 2020. It is now read-only.

Support for phantomjs 2.0.0 and 2.0.1 pre-release with fileupload bugfix #1352

Merged
merged 89 commits into from Dec 1, 2015
Merged

Support for phantomjs 2.0.0 and 2.0.1 pre-release with fileupload bugfix #1352

merged 89 commits into from Dec 1, 2015

Commits on Aug 21, 2015

  1. Add basic PhantomJS v2.x support (drops v1.x)

    Removed patchRequire() as it is no longer needed for 2.x
    Removed coffeescript tests as v2.x removed support
    Removed custom bind implementation as v2.x implements this
    Switched from phantom.args to system.args as v2.x deprecated the former
    hexid committed Aug 21, 2015
    Configuration menu
    Copy the full SHA
    6e8ea43 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2015

  1. Allow the engine to define the available filetypes

    isJsFile now checks require.extensions (minus json) to determine valid
    javascript extensions
    Modified tests so that they accomodate engines (PhantomJSv2) that don't
    support coffeescript
    hexid committed Sep 1, 2015
    Configuration menu
    Copy the full SHA
    53076a3 View commit details
    Browse the repository at this point in the history
  2. Switch to system.args for all engines

    system is no longer exposed as a global variable
    phantom.args has been deprecated with PhantomJS v2.x
    system.args is available with all supported engine versions
    hexid committed Sep 1, 2015
    Configuration menu
    Copy the full SHA
    e873d44 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2015

  1. Move engine check and update version check

    Version check now checks based on the engine in use
    This will allow SlimerJS to work when it reaches v1.0.0
    hexid committed Sep 2, 2015
    Configuration menu
    Copy the full SHA
    e405c19 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2015

  1. Improve styling

    hexid committed Sep 3, 2015
    Configuration menu
    Copy the full SHA
    864e1ae View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2015

  1. Update Travis builds

    Add `CASPERJS_ENGINE` environment variable
     * The `--engine=` flag takes priority over this
    Add `ENGINE_EXECUTABLE` environment variable
     * Engine specific env vars take priority over this
    Add PhantomJS version 2.0.0
    Add SlimerJS version 0.9.6
    hexid committed Sep 5, 2015
    Configuration menu
    Copy the full SHA
    83f0332 View commit details
    Browse the repository at this point in the history
  2. Fix test failures

    Fix new engine URLs (Phantom v2.0.0 and Slimer v0.9.6)
    Launchers now utilize the `ENGINE_FLAGS` env variable
    Travis no lnger appends `ENGINE_FLAGS` to `ENGINE_EXECUTABLE`
    hexid committed Sep 5, 2015
    Configuration menu
    Copy the full SHA
    4f71689 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2015

  1. Configuration menu
    Copy the full SHA
    b042eba View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2015

  1. Export variables in TravisCI tests

    ENGINE_EXECUTABLE should now be used by make
    This will most likely cause other tests to fail
    hexid committed Sep 9, 2015
    Configuration menu
    Copy the full SHA
    d2b2813 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2015

  1. Configuration menu
    Copy the full SHA
    ab583c6 View commit details
    Browse the repository at this point in the history
  2. Fix syntax error

    Travis treats each element as one line, so semicolons are needed
    hexid committed Sep 12, 2015
    Configuration menu
    Copy the full SHA
    5125bee View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2015

  1. Fix right-click test on SlimerJS

    Added `event` as an argument to `window.oncontextmenu`
    This works in Phantom because Webkit assumes an `event` var by default.
    Running `window.oncontextmenu = function() { event.preventDefault(); }`
    in Chrome prevents opening the context menu on a page, where Firefox
    would throw the error: `event is not defined`.
    
    Fixed some formatting
    hexid committed Sep 24, 2015
    Configuration menu
    Copy the full SHA
    a125fd1 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2015

  1. Fix SlimerJS prompt test

    Changing from 'name' to 'username' variable fixed this.
    window.name defaults to an empty string in Firefox and it seems to be
    reset by the time Casper is able to access it in an `evaluate` call.
    hexid committed Sep 27, 2015
    Configuration menu
    Copy the full SHA
    fd1a201 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2015

  1. Configuration menu
    Copy the full SHA
    59f4278 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fb7e8dc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dad2357 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3121549 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5ca4190 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f3cc120 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d6a8ae7 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2015

  1. Configuration menu
    Copy the full SHA
    e58ee77 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    df0a8b6 View commit details
    Browse the repository at this point in the history
  3. don't skip checklist test

    istr committed Nov 18, 2015
    Configuration menu
    Copy the full SHA
    57c85aa View commit details
    Browse the repository at this point in the history
  4. add missing test case numbers

    istr committed Nov 18, 2015
    Configuration menu
    Copy the full SHA
    db332b0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bc14180 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2648379 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    757f805 View commit details
    Browse the repository at this point in the history
  8. add 2.0.1 pre-release

    istr committed Nov 18, 2015
    Configuration menu
    Copy the full SHA
    9612555 View commit details
    Browse the repository at this point in the history
  9. drop support for 1.9.0 and less

    istr committed Nov 18, 2015
    Configuration menu
    Copy the full SHA
    348ebb4 View commit details
    Browse the repository at this point in the history
  10. require at least 1.9.1

    istr committed Nov 18, 2015
    Configuration menu
    Copy the full SHA
    302cf6e View commit details
    Browse the repository at this point in the history
  11. try to use new travis infra

    istr committed Nov 18, 2015
    Configuration menu
    Copy the full SHA
    c12cc92 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2015

  1. try to resolve deps

    istr committed Nov 19, 2015
    Configuration menu
    Copy the full SHA
    d4ff254 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fec6b85 View commit details
    Browse the repository at this point in the history
  3. try without explicit mono source

    istr committed Nov 19, 2015
    Configuration menu
    Copy the full SHA
    bbc1c73 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    71a91cc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    12dd3b3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d6ad9bb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2056468 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d2f6a76 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    573e14b View commit details
    Browse the repository at this point in the history
  10. try slimer 0.9.5

    istr committed Nov 19, 2015
    Configuration menu
    Copy the full SHA
    460008f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    0193b67 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    ac3142d View commit details
    Browse the repository at this point in the history
  13. use full URL for slimerjs

    istr committed Nov 19, 2015
    Configuration menu
    Copy the full SHA
    7fc39ab View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    6a37399 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    6b1589d View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2015

  1. Configuration menu
    Copy the full SHA
    ad13a74 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    64d8606 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    89b1270 View commit details
    Browse the repository at this point in the history
  4. revert to only use CI for master

    istr committed Nov 20, 2015
    Configuration menu
    Copy the full SHA
    d64cd29 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4caea6e View commit details
    Browse the repository at this point in the history
  6. enable travis for all branches

    istr committed Nov 20, 2015
    Configuration menu
    Copy the full SHA
    ef7ca61 View commit details
    Browse the repository at this point in the history
  7. merge back slimerjs test

    istr committed Nov 20, 2015
    Configuration menu
    Copy the full SHA
    ab19f4d View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2015

  1. fixed whitespace

    istr committed Nov 21, 2015
    Configuration menu
    Copy the full SHA
    90f2f77 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6c99169 View commit details
    Browse the repository at this point in the history
  3. linting hints

    istr committed Nov 21, 2015
    Configuration menu
    Copy the full SHA
    58fd6b1 View commit details
    Browse the repository at this point in the history
  4. make linting pass again

    istr committed Nov 21, 2015
    Configuration menu
    Copy the full SHA
    30a1e00 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e0ad6ba View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2015

  1. Configuration menu
    Copy the full SHA
    269b279 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    82ac65c View commit details
    Browse the repository at this point in the history
  3. fetch output of timed out client

    istr committed Nov 22, 2015
    Configuration menu
    Copy the full SHA
    7f3831a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    955528f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f911aa9 View commit details
    Browse the repository at this point in the history
  6. fixed signature of addWarning

    istr committed Nov 22, 2015
    Configuration menu
    Copy the full SHA
    146e93e View commit details
    Browse the repository at this point in the history
  7. cleanup

    istr committed Nov 22, 2015
    Configuration menu
    Copy the full SHA
    d3dbe4d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    415b35d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    bd03004 View commit details
    Browse the repository at this point in the history
  10. fixed whitespaces

    istr committed Nov 22, 2015
    Configuration menu
    Copy the full SHA
    a7d9673 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2015

  1. Configuration menu
    Copy the full SHA
    a97b066 View commit details
    Browse the repository at this point in the history
  2. Fixes #1279 to trigger new build

    istr committed Nov 23, 2015
    Configuration menu
    Copy the full SHA
    189b2a6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4328495 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2015

  1. 4 Configuration menu
    Copy the full SHA
    78b3df6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a8c53b4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2cb1c05 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2015

  1. Do not print engine.

    istr committed Nov 25, 2015
    Configuration menu
    Copy the full SHA
    6169041 View commit details
    Browse the repository at this point in the history
  2. Add exit, die

    istr committed Nov 25, 2015
    Configuration menu
    Copy the full SHA
    f6a2f5e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7159538 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ac15302 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d153ade View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bb8ed2f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c86a503 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    691ddb5 View commit details
    Browse the repository at this point in the history
  9. use test.skipIfEngine

    istr committed Nov 25, 2015
    Configuration menu
    Copy the full SHA
    8a17761 View commit details
    Browse the repository at this point in the history
  10. use test.skipIfEngine

    istr committed Nov 25, 2015
    Configuration menu
    Copy the full SHA
    8cd197c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ae4d05a View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    3d1ccc6 View commit details
    Browse the repository at this point in the history
  13. use utils.matchEngine

    istr committed Nov 25, 2015
    Configuration menu
    Copy the full SHA
    e194b17 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    2b82eaa View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    f538880 View commit details
    Browse the repository at this point in the history