aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add another tweak for handling CSP - we need to make sure that we don't trigg...John Resig2011-01-181-1/+10
* Merge branch 'master' of https://github.com/russtacular/jquery into russtacul...John Resig2011-01-181-1/+1
|\
| * jQuery.fn.offset no longer returns ClientRect object for disconnected elementsRussell Holbrook2010-11-221-1/+1
* | Merge branch 'master' of github.com:jquery/jquery into jquery-masterColin Snover2011-01-172-24/+34
|\ \
| * | Defer scriptEval test until first use to prevent Content Security Policy inli...Brandon Sterne2011-01-172-24/+34
* | | Merge in data_nocollide branch. Fixes #6968, improves unit testing framework ...Colin Snover2011-01-176-98/+172
|\ \ \ | |/ / |/| |
| * | Introduce a temporary hack to allow jQuery.fn.data("events") to continue to w...Colin Snover2011-01-171-0/+7
| * | Fix jQuery.queue leaks empty queues.Colin Snover2011-01-091-0/+4
| * | Fix domManip leaks the first element when appending elements to multiple othe...Colin Snover2011-01-091-1/+1
| * | Change the way jQuery.data works so that there is no longer a chance of colli...Colin Snover2011-01-096-99/+162
* | | Merge branch '7608' of https://github.com/rwldrn/jquery into rwldrn-7608jeresig2011-01-171-4/+8
|\ \ \
| * | | Bug #7608 elem.runtimeStyle throws exception in Operarwldrn2011-01-051-4/+8
* | | | Merging pull request 183 for #7793.jeresig2011-01-171-1/+1
|\ \ \ \
| * | | | Simplify the check for isDefaultPrevented.Dave Methvin2010-12-241-4/+2
| * | | | When a native browser event is bubbling up the DOM, make sure that the correc...Dave Methvin2010-12-231-0/+6
* | | | | Put the split to get the list of promise methods out of the promise method it...jaubourg2011-01-161-4/+9
* | | | | Implements joined jQuery.when statements. Makes it so calling jQuery.when wit...jaubourg2011-01-161-11/+36
* | | | | Setting the jsonp option to false now inhibits any url manipulation regarding...jaubourg2011-01-161-11/+23
* | | | | The script prefilter now forces cross-domain requests type to GET.jaubourg2011-01-161-0/+1
* | | | | Makes it so a prefilter can change the type of a request.jaubourg2011-01-161-7/+7
* | | | | Removed internal dataTypes option and added headers & crossDomain options int...jaubourg2011-01-161-1/+2
* | | | | Fixes #2994. Not finding a transport now fires the error callbacks and doesn'...jaubourg2011-01-163-111/+118
* | | | | Revert "Revert fb4445070cd9e06929c7b6f27c10dbf42d4a3367 which is no longer ne...jeresig2011-01-141-3/+14
* | | | | Merge branch 'master' of https://github.com/scottgonzalez/jqueryjeresig2011-01-141-2/+9
|\ \ \ \ \
| * | | | | Avoid running jQuery.unique() for methods that are guaranteed to produce a un...Scott González2011-01-141-2/+9
* | | | | | Fix a strange Chrome issuewycats2011-01-141-2/+3
* | | | | | added jQuery.subclassJared Grippe2011-01-141-5/+26
|/ / / / /
* | | | | Moved jQuery.ajax.prefilter and jQuery.ajax.transport to jQuery.ajaxPrefilter...jaubourg2011-01-134-12/+11
* | | | | Fixes #4964. Adds a statusCode object together with a new statusCode method o...jaubourg2011-01-131-0/+27
* | | | | Removed xhr pooling since failing cross-domain requests leaves the xhr object...jaubourg2011-01-131-18/+9
* | | | | Reworked script and xhr abort logic to take advantage of the fact jXHR.abort ...jaubourg2011-01-132-42/+36
* | | | | Cleans up statusText handling and simplifies 304 notmodified logic.jaubourg2011-01-131-13/+17
* | | | | Removes unnecessary variables and adds much needed comments into the data con...jaubourg2011-01-131-6/+28
* | | | | Fixes a regression by calling dataFilter with the second argument set as the ...jaubourg2011-01-131-1/+1
* | | | | Gets rid of a var statement by moving variable declarations up.jaubourg2011-01-131-3/+4
* | | | | Script transport now uses ajaxSetup to define script dataType.jaubourg2011-01-121-3/+3
* | | | | AjaxSetup now uses deep extend internally to accomodate map structured options.jaubourg2011-01-121-1/+1
* | | | | Fixes #4897. Added ?? as a context-insensitive placeholder for the callback n...jaubourg2011-01-121-3/+3
* | | | | Fixes 4825. jQuery.fn.load: use the jXHR's Promise interface to get the actua...jaubourg2011-01-111-5/+13
* | | | | Ensure that buildFragment clones elements properly in all browsers. Fixes #38...Colin Snover2011-01-092-5/+19
* | | | | Revert fb4445070cd9e06929c7b6f27c10dbf42d4a3367 which is no longer necessary ...Colin Snover2011-01-091-14/+3
* | | | | Ensure that the DOM element ref in an event handler is removed by cleanData t...Dave Methvin2011-01-091-0/+5
* | | | | Change embedded regexp to a variable (for #6876).Dave Methvin2011-01-091-2/+3
| |_|/ / |/| | |
* | | | Moved unload abort code so that the event is only bound if the xhr transport ...jaubourg2011-01-091-16/+21
* | | | Fixes #5812. =? will be detected even when it has been escaped during data se...jaubourg2011-01-091-1/+1
* | | | Fixes #5803. Reworked jsonp prefilter so that it sets the dataType as jsonp a...jaubourg2011-01-091-53/+52
* | | | Make it so prefilters get access to the original settings.jaubourg2011-01-091-1/+1
* | | | Fixes #5955. Option crossDomain now forces ajax to consider a request as cros...jaubourg2011-01-091-6/+9
* | | | Make sure prefilters have been called and transport has been selected before ...jaubourg2011-01-091-3/+3
* | | | Fixes #7465. Reworked the regexp and associated test for cross-domain detecti...jaubourg2011-01-091-2/+7