-
Notifications
You must be signed in to change notification settings - Fork 40
Comparing changes
Open a pull request
base repository: relevance/blue-ridge
base: master
head repository: mdotterer/javascript_testing
compare: master
- 10 commits
- 13 files changed
- 1 contributor
Commits on Aug 19, 2008
-
- 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.jsConfiguration menu - View commit details
-
Copy full SHA for a78f57c - Browse repository at this point
Copy the full SHA a78f57cView commit details
Commits on Aug 20, 2008
-
- 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)
Configuration menu - View commit details
-
Copy full SHA for 4b29ec2 - Browse repository at this point
Copy the full SHA 4b29ec2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0da6886 - Browse repository at this point
Copy the full SHA 0da6886View commit details -
Configuration menu - View commit details
-
Copy full SHA for 36ed70d - Browse repository at this point
Copy the full SHA 36ed70dView commit details
Commits on Aug 21, 2008
-
Added an html fixturing method that can be used in both command line …
…and compiled specs
Configuration menu - View commit details
-
Copy full SHA for 2223963 - Browse repository at this point
Copy the full SHA 2223963View commit details -
Configuration menu - View commit details
-
Copy full SHA for 39efe12 - Browse repository at this point
Copy the full SHA 39efe12View commit details -
- 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.
Configuration menu - View commit details
-
Copy full SHA for 26981a2 - Browse repository at this point
Copy the full SHA 26981a2View commit details -
- Moves the Event fix into env.js
- Fixes discrepancy with attribitues[..] so that it returns an object instead of a string
Configuration menu - View commit details
-
Copy full SHA for 994d1a5 - Browse repository at this point
Copy the full SHA 994d1a5View commit details -
- 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.
Configuration menu - View commit details
-
Copy full SHA for e2217c5 - Browse repository at this point
Copy the full SHA e2217c5View commit details
Commits on Aug 22, 2008
-
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
Configuration menu - View commit details
-
Copy full SHA for ba0a8a4 - Browse repository at this point
Copy the full SHA ba0a8a4View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master