aboutsummaryrefslogtreecommitdiffstats
path: root/build
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
| | | | but off to a good start.
* 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 ↵Jörn Zaefferer2007-06-141-13/+13
| | | | doubleclick on a single test to execute that one, use browser's back button get back to executing all
* Modified min build to include (like pack) the license header, thanks John ↵Jörn Zaefferer2007-06-142-3/+9
| | | | for the regex
* 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 ↵John Resig2007-05-201-0/+43
| | | | problems with toggling). Also, removed toggling from jQuery.fx (it's now handled in .animate() instead).
* 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 ↵John Resig2007-04-291-11/+33
| | | | fixing this, revision [1771] was discovered and reverted (no API changes are being added in at this time), and a couple un-functioning test cases were fixed (array comparisions were being done for objects).
* Added support for finding elements that have underscores in their name ↵John Resig2007-04-281-0/+2
| | | | (along with other allowed characters). Fix for ticket #1084.
* Updated build to packer3Jörn Zaefferer2007-04-255-3/+1255
|
* Added a number of additional speed gains (we now hold our own against Dojo ↵John Resig2007-03-261-4/+3
| | | | and DOMQuery), touched up some of the selector code, fixed some minor bugs, fixed a bug with triggerEvent in Opera, fixed some more test case bugs.
* Fixed some more bugs with the test suite, made some minor file size tweaks ↵John Resig2007-03-251-3/+5
| | | | to the selector code.
* Cleaned up a lot of the test suite - reorganized and renamed tests. Added a ↵John Resig2007-03-251-1/+21
| | | | new triggerEvent() method to the test runner to help us better test actual event interactions.
* 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 ↵John Resig2007-03-251-0/+6
| | | | (#1025). You can now select elements by UTF8-based IDs, classes, and attributes.
* Merged my speed improvements into the jQuery core (is actually 200b smaller ↵John Resig2007-03-241-3/+19
| | | | now!). Additionally, added in some better reporting to the test suite, and fixed a bug with how selector tests were performmed.
* 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 ↵John Resig2007-03-161-4/+7
| | | | opacity was handled in IE. Fixed a number of IE fx bugs.
* Added an initial version of the new animation test suite. (You should never ↵John Resig2007-03-152-0/+304
| | | | see red on the suite page - an error message will be generated wherever possible.)
* Disabled the test suite in Safari.John Resig2007-02-281-2/+3
|
* Reverting my packer changes - need more testing.John Resig2007-02-271-1/+1
|
* A small fix that makes the Packer compressor about 10% more efficient.John Resig2007-02-251-1/+1
|
* Fixed some bugs with building jQuery - it required that you were in a ↵John Resig2007-02-134-4/+4
| | | | directory named 'jquery' in order to build properly.
* Added equals helper for easier debugging of failed tests, soon to be used ↵Jörn Zaefferer2007-02-061-1/+19
| | | | more often, see coreTest.js attr(String) for an example
* Fix for #907Jörn Zaefferer2007-02-051-2/+2
|
* Added test for #745Jörn Zaefferer2007-01-311-1/+1
|
* Fix broken build system for lite and min tasksBrandon Aaron2007-01-312-2/+2
|
* Added plugin build script, very useful to test compressed plugins. Modified ↵Jörn Zaefferer2007-01-294-4/+4
| | | | build files to allow that "external" build. Feel free to add your own plugin to the plugin build.
* Updated testsuite: To prevent crashes in Safari, each test waits for 250 ↵Jörn Zaefferer2007-01-142-2/+16
| | | | milliseconds before running the next
* API docs: Hacked multiple argument types like "Element|jQuery|String" ↵Jörn Zaefferer2007-01-111-3/+12
| | | | representation into multiple elements, each with theier own tooltip
* Fixed eval code (Thanks Fil)Jörn Zaefferer2007-01-101-1/+1
|
* Disable error reporting in PHP test filesJörn Zaefferer2007-01-102-0/+2
|
* Fixed test for object/param selection (thanks Andrea)Jörn Zaefferer2007-01-071-2/+2
|
* Fixed the docs for noConflict, fixed a bug with pager.John Resig2007-01-061-1/+3
|
* Changed "Hash" to "Map" in docsJörn Zaefferer2007-01-041-1/+1
|
* Updated test for #750Jörn Zaefferer2007-01-031-0/+5
|