Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Docs: Replace `#NUMBER` Trac issue references with `trac-NUMBER` | Michał Gołębiowski-Owczarek | 2022-01-04 | 1 | -2/+2 |
| | | | | | | | | | | | | | The GitHub UI treats `#NUMBER` as referring to its own issues which is confusing when in jQuery source it's usually referring to the old deprecated Trac instance at https://bugs.jquery.com. This change replaces all such Trac references with `trac-NUMBER`. A few of the references came with the Sizzle integration and referred to the Sizzle GitHub bug tracker. Those have been replaced with full links instead. A new entry describing issue reference conventions has been added to README. Closes gh-4993 | ||||
* | Docs: Updated links to https where they are supported. | Jon Dufresne | 2016-01-13 | 1 | -1/+1 |
| | | | | Close gh-2746 | ||||
* | Tests: Change quotes according to style guidelines | Julian Alexander Murillo | 2015-10-18 | 1 | -1/+1 |
| | | | | Close gh-2339 | ||||
* | Fix typos. Close gh-1186. | dmitrygusev | 2013-02-28 | 1 | -1/+1 |
| | |||||
* | Ref #13316: Sync all documents on full vs. minified source. Close gh-1147. | Richard Gibson | 2013-02-07 | 1 | -1/+1 |
| | |||||
* | Fix #13316. Use minified version in unit testing. | Dave Methvin | 2013-01-26 | 1 | -1/+1 |
| | |||||
* | Relativize all urls pertaining to dist/jquery.js so users can run their ↵ | timmywil | 2012-06-04 | 1 | -1/+1 |
| | | | | server from any file location; Make sure Sizzle is available for its tests in testrunner. | ||||
* | Strips IIFEs from modules; Always require built jQuery for tests. | Rick Waldron | 2012-06-04 | 1 | -2/+2 |
| | |||||
* | Fix #10902. DRY up the ways to include src files in tests. | Mike Sherov | 2012-01-11 | 1 | -19/+1 |
| | |||||
* | Moves Deferred-related code into a separate module. Context handling has ↵ | jaubourg | 2011-03-03 | 1 | -0/+1 |
| | | | | been simplified in _Deferred.resolve and jQuery.when has been refactored for clarity (and minor optimization). | ||||
* | Fixes #8135. Makes sure any exception thrown by Firefox when trying to ↵ | jaubourg | 2011-02-02 | 1 | -0/+101 |
access an XMLHttpRequest property when a network error occured is caught and notified as an error. Added test/networkerror.html to test the behavior. |