aboutsummaryrefslogtreecommitdiffstats
path: root/build
Commit message (Expand)AuthorAgeFilesLines
* Added a test case for "purple include", fixed a bug.John Resig2007-08-251-0/+3
* Complete overhaul of the Ajax test suite, it's now passing in all browsers. I...John Resig2007-08-198-25/+40
* Fixed non-unique results from .parent(), .parents(), .next(), etc. (Bug #1449)John Resig2007-08-191-1/+1
* reverted my "fixes", seems like they work only with the latest (dev) rhino ve...Jörn Zaefferer2007-08-141-7/+4
* The test for underscore selectors broke under Opera, so the element is now lo...John Resig2007-07-301-0/+1
* Integrated the custom fx test suite into the main test suite. All tests are n...John Resig2007-07-294-353/+125
* Added runtest ant task (doesn't display results yet);Jörn Zaefferer2007-07-171-4/+7
* Added better support for local file XHR, added document.innerHTML, change .va...John Resig2007-07-101-41/+68
* Added support for events, made window.location Async (and based upon XHR), ad...John Resig2007-07-092-30/+115
* Got some XHR tests to run, still some hanging threads (need to investigate). ...John Resig2007-07-095-16/+43
* Touched up the XMLHttpRequest code (fixed some bugs, fixed formatting, etc.).John Resig2007-07-091-65/+86
* Adds XHR support to Rhino evnYehuda Katz2007-07-091-6/+77
* Tweaked some of the tests, added in events and fx tests.John Resig2007-07-092-2/+28
* Added a className tweak. All core and selector tests now pass.John Resig2007-07-091-1/+4
* Added a number of fixes: Tag name case-sensitivity, text escaping, opacity se...John Resig2007-07-081-6/+14
* Added basic support for IFrames, disabled a test which we don't take into acc...John Resig2007-07-081-2/+25
* A barebones implementation of getComputedStyle.John Resig2007-07-081-9/+18
* UTF8 support rolled in (both for external docs and innerHTML).John Resig2007-07-081-2/+4
* Attribute values should be JS strings.John Resig2007-07-081-3/+2
* .ownerDocument should be null on document.John Resig2007-07-081-1/+1
* Added support for "first option is auto-selected in a drop-down" functionality.John Resig2007-07-081-0/+21
* Fixed selected/checked/disabled, added .style support, added .elements.John Resig2007-07-081-4/+26
* Added .value to the env impl.John Resig2007-07-081-0/+3
* Automated test running using Rhino (no browser required!). Still very buggy, ...John Resig2007-07-083-0/+568
* Upgraded Rhino to 1.6r6.John Resig2007-07-081-0/+0
* Making the test suite a little more XML-compliant.John Resig2007-07-081-2/+2
* Added the Speed Test Suite. Can be made by doing 'make speed'.John Resig2007-06-304-0/+2979
* Disabling Ajax tests for now - too many timeouts.John Resig2007-06-291-1/+1
* use jquery for dblclick handler to access event.targetJörn Zaefferer2007-06-201-2/+2
* Removed useless safari workarounds, added rerun-single-test feature: just dou...Jörn Zaefferer2007-06-141-13/+13
* Modified min build to include (like pack) the license header, thanks John for...Jörn Zaefferer2007-06-142-3/+9
* Fix for bug #983 (Packed jQuery doesn't have a license at the top of the file.)John Resig2007-05-201-1/+2
* Added fixes for bug #1052. Fixes the problems with animation chaining (and pr...John Resig2007-05-201-0/+43
* Fix for #1169Brandon Aaron2007-05-131-0/+1
* Updated Packer - the current version was working incorrectly.John Resig2007-05-052-27/+37
* Completed test for Rev 1820 (#1044)Brandon Aaron2007-04-301-0/+1
* Query now throws no warnings under strict mode in Firefox (ticket #922). In f...John Resig2007-04-291-11/+33
* Added support for finding elements that have underscores in their name (along...John Resig2007-04-281-0/+2
* Updated build to packer3Jörn Zaefferer2007-04-255-3/+1255
* Added a number of additional speed gains (we now hold our own against Dojo an...John Resig2007-03-261-4/+3
* Fixed some more bugs with the test suite, made some minor file size tweaks to...John Resig2007-03-251-3/+5
* Cleaned up a lot of the test suite - reorganized and renamed tests. Added a n...John Resig2007-03-251-1/+21
* Added test for #945Jörn Zaefferer2007-03-251-1/+4
* Added test for #968Jörn Zaefferer2007-03-251-1/+1
* Added UTF8 Selector support (#1001) and fixed infinite selector loops (#1025)...John Resig2007-03-251-0/+6
* Merged my speed improvements into the jQuery core (is actually 200b smaller n...John Resig2007-03-241-3/+19
* Added a fix and test for bug #978 (Appending elements into an IFrame, in IE).John Resig2007-03-241-0/+1
* Forced the test suite into standards mode. Fixed some issues with how opacity...John Resig2007-03-161-4/+7
* Added an initial version of the new animation test suite. (You should never s...John Resig2007-03-152-0/+304
* Disabled the test suite in Safari.John Resig2007-02-281-2/+3