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: relevance/blue-ridge
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: mdotterer/javascript_testing
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 10 commits
  • 13 files changed
  • 1 contributor

Commits on Aug 19, 2008

  1. - Updated JSSpec to 2008/01/07 Version

     - Created console_logger.js to display results of new version to console
       - Added color
     - Created runner.js to run any number of spec files with one set of results
        and to pull out execution code to a common place
     - Monkey patched JSSpec::Spec::extractOutSpecialEntries to ignore methods that
         Prototype adds to Object
     - Pulled generic library loads out of config.js so that config.js can be completely
        customized for your project
     - Added Rhino into the repository for convience
     - Changed the rake task to run all of the files in
        spec/javascripts/*_spec.js at once using runner.js
    mdotterer committed Aug 19, 2008
    Configuration menu
    Copy the full SHA
    a78f57c View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2008

  1. - Added simple compiler to convert specs into runnable html files fo…

    …r crossbrowser testing
    
     - Adding some changes that I missed before (I'm still getting used to git)
    mdotterer committed Aug 20, 2008
    Configuration menu
    Copy the full SHA
    4b29ec2 View commit details
    Browse the repository at this point in the history
  2. Updating README

    mdotterer committed Aug 20, 2008
    Configuration menu
    Copy the full SHA
    0da6886 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    36ed70d View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2008

  1. Configuration menu
    Copy the full SHA
    2223963 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    39efe12 View commit details
    Browse the repository at this point in the history
  3. - Fixed issue where innerHTML was broken when prototype was included

     - Isolated the Event object from dirtying up Object (Also a prototype problem)
     - Moved config into the main file, as it is to be customized by the end user.
    mdotterer committed Aug 21, 2008
    Configuration menu
    Copy the full SHA
    26981a2 View commit details
    Browse the repository at this point in the history
  4. - Moves the Event fix into env.js

     - Fixes discrepancy with attribitues[..] so that it returns an object instead of a string
    mdotterer committed Aug 21, 2008
    Configuration menu
    Copy the full SHA
    994d1a5 View commit details
    Browse the repository at this point in the history
  5. - Moves env.js into the rhino directory to reflect the fact that it …

    …is not user configurable
    
     - Moves changes to env.js to a monkey patches file to more easily track the changes.
    mdotterer committed Aug 21, 2008
    Configuration menu
    Copy the full SHA
    e2217c5 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2008

  1. Fixed bug with prototype elements and should_include by a couple of m…

    …onkey patches to get JSSpec.util.isDomNode to work on DomNodes from env.js
    mdotterer committed Aug 22, 2008
    Configuration menu
    Copy the full SHA
    ba0a8a4 View commit details
    Browse the repository at this point in the history
Loading