aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #443 from rwldrn/minimal-licenseDave Methvin2011-08-041-3/+16
|\ | | | | Builds minimal license header block for jquery.min.js
| * Removes date from minimal licenseRick Waldron2011-07-251-14/+3
| |
| * Mine and munge date from full source license headerRick Waldron2011-07-231-4/+15
| |
| * Builds minimal license header block for jquery.min.jsRick Waldron2011-07-231-3/+16
| |
* | Merge pull request #444 from rwldrn/9634Dave Methvin2011-08-041-1/+1
|\ \ | | | | | | Non-breaking-space should achieve the same effect as a visible character. Fixes #9634
| * | Non-breaking-space should achieve the same effect as a visible character. ↵Rick Waldron2011-07-251-1/+1
| |/ | | | | | | Fixes #9634
* | Merge pull request #447 from rwldrn/9914Dave Methvin2011-08-041-5/+2
|\ \ | | | | | | Removes empty, duplicate named test block. Fixes #9914
| * | Removes empty, duplicate named test block. Fixes #9914Rick Waldron2011-07-261-5/+2
| |/
* | Merge pull request #448 from rwldrn/9912Dave Methvin2011-08-041-8/+8
|\ \ | | | | | | Renames duplicate named test block. Fixes #9912
| * | Renames duplicate named test block. Fixes #9912Rick Waldron2011-07-261-8/+8
| |/
* | Merge pull request #449 from rwldrn/9913Dave Methvin2011-08-041-19/+0
|\ \ | | | | | | Removes duplicate test block. Fixes #9913
| * | Removes duplicate test block. Fixes #9913Rick Waldron2011-07-261-19/+0
| |/
* / Landing pull request 453. Typo correction strictEquals=>strictEqual. Fixes ↵Rick Waldron2011-08-031-2/+2
|/ | | | | | | | #9964. More Details: - https://github.com/jquery/jquery/pull/453 - http://bugs.jquery.com/ticket/9964
* Fixes #9255: xml parsing error in $.parseXML is now properly detected for ↵jaubourg2011-07-232-17/+36
| | | | all browsers. Unit test added.
* Fixes #9854: propagates native statusText onto jqXHR.statusText. statusText ↵jaubourg2011-07-233-2/+21
| | | | in callbacks is still normalized. Unit test added.
* Makes sure that status -1 (used when an internal error occured) will not tag ↵jaubourg2011-07-231-1/+1
| | | | jqXHR.readyState as complete (4).
* Fixes #9887: ajax now supports circular references into objects passed as ↵jaubourg2011-07-232-16/+50
| | | | context. Prefilter and transport developpers should add their own custom option into flatOptions when needed. Unit test added.
* Landing pull request 433. Fix testswarm test cases. Fixes #9555.Krinkle2011-07-122-2/+2
| | | | | | More Details: - https://github.com/jquery/jquery/pull/433 - http://bugs.jquery.com/ticket/9555
* Check the attribute node value for false for HTML5 booleans when not ↵timmywil2011-07-092-9/+18
| | | | supported. Fixes #9504.
* Fixes #9632. Adds res:// protocol to the list of local protocols.jaubourg2011-07-011-1/+1
|
* Fixes #9682. Removes data from the options for request with no content so ↵jaubourg2011-07-012-5/+22
| | | | that it is not used again in case of a retry. Unit test added.
* Fixes #9446. Context is properly propagated using pipe. If context was the ↵jaubourg2011-07-012-1/+28
| | | | original deferred, then context is updated to next deferred in the chain. Unit tests added.
* Replaces typo (status instead of state) as observed in #9585.jaubourg2011-07-011-1/+1
|
* Updating the source version to 1.6.3preJohn Resig2011-06-301-1/+1
|
* Tagging the 1.6.2 release.John Resig2011-06-301-1/+1
|
* Set timerId to true instead of a number so that intervals set to 1 are not ↵timmywil2011-06-281-1/+1
| | | | | | accidentally cleared when stopped. Fixes #9678. - Adding a working test case would not be possible in this case, but all tests pass.
* Allow similarly named classes (regression from 9499) and switch class ↵timmywil2011-06-192-15/+20
| | | | retrieval to property when passing class to value functions. Fixes #9617.
* Landing pull request 413. Move border/padding checks to after width ↵Mike Sherov2011-06-171-11/+10
| | | | | | | | | | validation to avoid unnecessary fallbacks. Fixes #9598. More Details: - https://github.com/jquery/jquery/pull/413 - http://bugs.jquery.com/ticket/9300 - http://bugs.jquery.com/ticket/9441 - http://bugs.jquery.com/ticket/9598
* Re-updating QUnit, oops.John Resig2011-06-141-0/+0
|
* Updating version in release notes script.John Resig2011-06-141-3/+3
|
* Updating the source version to 1.6.2preJohn Resig2011-06-141-1/+1
|
* Tagging the 1.6.2rc1 release.1.6.2rc1John Resig2011-06-143-3/+3
|
* Landing pull request 378. Comment typo in core.js.Schalk Neethling2011-06-141-1/+1
| | | | | More Details: - https://github.com/jquery/jquery/pull/378
* Landing pull request 409. Adds fillOpacity to internal cssNumber. Fixes #9548.rwldrn2011-06-142-4/+15
| | | | | | More Details: - https://github.com/jquery/jquery/pull/409 - http://bugs.jquery.com/ticket/9548
* Landing pull request 410. Moves jQuery attachment comment to outro.Greg Hazel2011-06-142-1/+1
| | | | | More Details: - https://github.com/jquery/jquery/pull/410
* Landing pull request 397. withinElement rewrite in event. Fixes #6234, ↵rwldrn2011-06-142-18/+48
| | | | | | | | | | #9357, #9447. More Details: - https://github.com/jquery/jquery/pull/397 - http://bugs.jquery.com/ticket/6234 - http://bugs.jquery.com/ticket/9357 - http://bugs.jquery.com/ticket/9447
* Attribute hooks do not need to be attached in XML docs. Fixes #9568.timmywil2011-06-133-18/+22
|
* Revert "Add catch block to try/finally in deferred. Fixes #9033. Test case ↵timmywil2011-06-081-3/+2
| | | | | | needed." Line of exception was lost when debugging. This reverts commit 0a80be67f4fe968d99777564a02aeddbde1fbf35.
* Check classes passed for duplicates. Fixes #9499.timmywil2011-06-074-27/+39
|
* Add catch block to try/finally in deferred. Fixes #9033. Test case needed.timmywil2011-06-071-2/+3
|
* Remove fellback in width/height cssHooktimmywil2011-06-071-1/+1
|
* Landing pull request 401. Nulling all elements created in support.js; Fixes ↵rwldrn2011-06-061-1/+1
| | | | | | | | #9471. More Details: - https://github.com/jquery/jquery/pull/401 - http://bugs.jquery.com/ticket/9471
* Optimize width/height retrieval (moved logic to getWH, removed adjustWH). ↵timmywil2011-06-063-72/+50
| | | | Supplements #9441, #9300.
* Add margin after checking width. Add tests. Fixes #9441. Fixes #9300.Mike Sherov2011-06-062-21/+70
|
* Landing pull request 403. Check for both camelized and hyphenated data ↵rwldrn2011-06-062-1/+21
| | | | | | | | property names; Fixes #9301. More Details: - https://github.com/jquery/jquery/pull/403 - http://bugs.jquery.com/ticket/9301
* Landing pull request 404. Removes unused hasOwn var declaration. Fixes #9510.rwldrn2011-06-061-2/+1
| | | | | | More Details: - https://github.com/jquery/jquery/pull/404 - http://bugs.jquery.com/ticket/9510
* Update QUnit.timmywil2011-06-061-0/+0
|
* Move the value attrHook to the main attrHooks object to save bytestimmywil2011-05-261-20/+19
|
* Add test for appending an xml element to another. Supplements #9370.timmywil2011-05-251-0/+34
|
* Move window/document test to dimensions for consistencytimmywil2011-05-252-11/+6
|