ajax: script: Threat sameDomain file:// requests as crossDomain
[jquery.git] / src /
2011-02-03 Asbjørn Sloth Tønnesenajax: script: Threat sameDomain file:// requests as... getscript-fix
2011-02-03 jaubourgAdds widget as the list of local protocols.
2011-02-03 jaubourgDon't use a local copy of jQuery.ajaxSettings.isLocal...
2011-02-03 jaubourgAdds support for more complex protocol by having the...
2011-02-03 jaubourgStores jQuery.ajaxSettings.isLocal locally at load...
2011-02-03 jaubourgFixes #7653. Changes regexp to detect local protocol...
2011-02-03 jaubourgFixes #8146. Custom fields in xhrFields are now set...
2011-02-03 jaubourgFixes #8152 by applying the same special cases for...
2011-02-02 jaubourgFixes #8146 by introducing the xhrFields option with...
2011-02-02 jaubourgFixes #8138. Access to document.location is made only...
2011-02-02 jaubourgFixes #8135. Makes sure any exception thrown by Firefox...
2011-02-01 Mathias BynensFixes #8098. Use the fast document.head when available...
2011-02-01 Anton KovalyovFixes #7945. Make jQuery.param() serialize plain object...
2011-02-01 rwldrnFixes #8129. Fix cloning multiple selected options...
2011-02-01 jaubourgFixes #8125. Status is set to 200 for requests with...
2011-02-01 jaubourgFixes #8115. Renames all references to jXHR with jqXHR...
2011-02-01 jeresigThe default for .clone() is to not clone any events...
2011-02-01 Dan HeberdenBug 8107; Fix argument handling for $.ajax for multiple...
2011-01-31 jaubourgFixes #8095. Properly handles the case where browser...
2011-01-31 jaubourgScript dataType now supports ecmascript mimetypes.
2011-01-31 jaubourgMakes sure jsonp callback is not left in the global...
2011-01-31 jaubourgMakes sure all converters keys are lowercased before...
2011-01-31 jaubourgMakes sure options.context is used as the context for...
2011-01-31 Anton MFixes #7568. Follow-up fix for #5862. Objects with...
2011-01-31 jaubourgAdds an invert method to promises that returns a "inver...
2011-01-31 jeresigRename jQuery.subclass() to jQuery.sub().
2011-01-31 jaubourgEnsures dataTypeExpressions are lowercased for prefilte...
2011-01-29 jaubourgFixes #8082. Text to script converter now returns text...
2011-01-29 jaubourgFixes potential collisions between jsonp requests from...
2011-01-28 Colin SnoverUse the original element/fragment as the last item...
2011-01-28 jaubourgCompatibility fixes in ajax: exceptions are no longer...
2011-01-27 DigitalxeroMake sure subclass is a proper subclass not just subcla...
2011-01-26 jaubourgMerge branch 'master' of github.com:jquery/jquery
2011-01-26 jaubourgActually does what https://github.com/jquery/jquery...
2011-01-26 gnarfRemove unneeded and confusing variable definition for...
2011-01-26 jaubourgPasses jXHR object as third argument of prefilters...
2011-01-26 jaubourgFixes #5866. Issue number in previous commit was wrong...
2011-01-26 jaubourgFixes #5856. Adds document protocol at the beginning...
2011-01-25 jaubourgFixes #8054 by reverting feature enhancement 5812 ...
2011-01-25 jaubourgReworks how values of parameters passed to error callba...
2011-01-25 Rick Waldron#8044 Removes unnec. rnonword var
2011-01-24 jeresigUpdating the year in the header.
2011-01-24 jaubourgMakes prefilters and transport inspection more robust...
2011-01-23 jaubourgRevised internal implementation of ajaxPrefilter()...
2011-01-23 jaubourgMore code style fixes.
2011-01-23 jaubourgApply JQuery Core Style Guidelines to ajax.js and ajax...
2011-01-23 jaubourgFixes some coding style issues in core.js. In jQuery...
2011-01-22 jaubourgRe-organizes ajax.js: prefilters and transports are...
2011-01-21 rwldrnMerge branch '8017lint' of https://github.com/rwldrn...
2011-01-21 jeresigMerge branch 'fix-7398-frameset-docs' of https://github...
2011-01-21 jeresigMerge branch '8013p' of https://github.com/rwldrn/jquer...
2011-01-21 Dave MethvinDon't do body-related feature tests on frameset docs...
2011-01-21 jeresigRevert "Make sure that focusin/focusout bubbles in...
2011-01-21 jaubourgReplaces "text in-between" technique with a full-fledge...
2011-01-20 rwldrnCleaned up; fixes per review
2011-01-20 John ResigMerge branch 'fix-7853-add-context' of https://github...
2011-01-20 John ResigMerge branch 'master' of https://github.com/scottjehl...
2011-01-20 rwldrncloneCopyEvent; jQuery.clone() review
2011-01-20 jaubourgMoves determineResponse logic into main ajax callback...
2011-01-20 jaubourgRemoves misleading comment.
2011-01-20 jeresigMerge branch 'master' of github.com:jquery/jquery
2011-01-20 jeresigBring jQuery('#id') and jQuery('body') logic back into...
2011-01-20 jaubourgMerge branch 'master' of github.com:jquery/jquery
2011-01-20 jaubourgRenames Deferred's fire and fireReject methods as resol...
2011-01-20 jeresigFix typo in regex tweak from previous commit.
2011-01-20 jaubourgRenames determineDataType as determineResponse. Makes...
2011-01-20 jeresigMove jQuery(...) selector speed-up logic into Sizzle...
2011-01-20 jaubourgRevises the way arguments are handled in ajax.
2011-01-20 jaubourgMakes sure statusCode callbacks are ordered in the...
2011-01-20 jaubourgCleans up and simplifies code shared by ajaxPrefilter...
2011-01-19 scottjehlRevised the Nokia support fallback. It turns out that...
2011-01-19 jaubourgMoves things around to make jsLint happier.
2011-01-19 jaubourgFixes crossDomain test so that it assumes port to be...
2011-01-19 scottjehlMerge remote branch 'upstream/master'
2011-01-19 jaubourgMoves determineDataType into ajaxSettings so that it...
2011-01-19 jaubourgRe-adds hastily removed variable and simplifies statusC...
2011-01-19 jaubourgUse undefined instead of 0 to deference transport for...
2011-01-19 jaubourgRemoves unnecessary test and ensures getResponseHeader...
2011-01-19 jaubourgRevised how context is determined and removed unnecessa...
2011-01-19 jaubourgMoved ajaxSettings.xhr definition together with support...
2011-01-18 Anton MRemove an unused regex and optimize character escape...
2011-01-18 John ResigMerge branch 'chrome-slice-comment' of https://github...
2011-01-18 John ResigAdd another tweak for handling CSP - we need to make...
2011-01-18 John ResigMerge branch 'master' of https://github.com/russtacular...
2011-01-17 adam j. sontagFix tabs vs spaces in initial workaround commit
2011-01-17 adam j. sontagshorten the SHA
2011-01-17 adam j. sontagAdd link to chrome issue ticket
2011-01-17 Colin SnoverMerge branch 'master' of github.com:jquery/jquery into...
2011-01-17 Colin SnoverMerge in data_nocollide branch. Fixes #6968, improves...
2011-01-17 Brandon SterneDefer scriptEval test until first use to prevent Conten...
2011-01-17 Colin SnoverIntroduce a temporary hack to allow jQuery.fn.data...
2011-01-17 adam j. sontagAdd a comment to explain (and enforce the temporary...
2011-01-17 jeresigMerge branch '7608' of https://github.com/rwldrn/jquery...
2011-01-17 jeresigMerging pull request 183 for #7793.
2011-01-16 jaubourgPut the split to get the list of promise methods out...
2011-01-16 jaubourgImplements joined jQuery.when statements. Makes it...
2011-01-16 jaubourgSetting the jsonp option to false now inhibits any...
2011-01-16 jaubourgThe script prefilter now forces cross-domain requests...
2011-01-16 jaubourgMakes it so a prefilter can change the type of a request.
2011-01-16 jaubourgRemoved internal dataTypes option and added headers...
next