Skip to content
This repository was archived by the owner on Mar 26, 2020. It is now read-only.
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: StanAngeloff/lotte
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.2.1
Choose a base ref
...
head repository: StanAngeloff/lotte
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.2.2
Choose a head ref
  • 4 commits
  • 5 files changed
  • 1 contributor

Commits on Sep 7, 2012

  1. Use existing 'console' overrides from PhantomJS as well.

    This commit swaps the built-in 'console' object with the one defined in
    'lib/console.js'. The custom object sets up proper styles for errors and
    warnings.
    StanAngeloff committed Sep 7, 2012
    Configuration menu
    Copy the full SHA
    f0f0c8d View commit details
    Browse the repository at this point in the history
  2. Capture page exceptions and print using new 'console' object.

    This commit captures unhandled exceptions on a page level and prints out
    the message and stack trace using the custom 'console' object.
    StanAngeloff committed Sep 7, 2012
    Configuration menu
    Copy the full SHA
    f1dcc99 View commit details
    Browse the repository at this point in the history
  3. Add '--console' flag to display messages from web pages.

    This flag redirects console messages from web pages to the terminal so
    they are shown while running the tests.
    
    The default value for the new flag is 'off' to keep existing tests
    working without any output changes.
    StanAngeloff committed Sep 7, 2012
    Configuration menu
    Copy the full SHA
    79f7649 View commit details
    Browse the repository at this point in the history
  4. Bump version.

    StanAngeloff committed Sep 7, 2012
    Configuration menu
    Copy the full SHA
    4886473 View commit details
    Browse the repository at this point in the history
Loading