]> source.dussan.org Git - jquery.git/shortlog
jquery.git
2015-11-13 Oleg GaidarenkoRevert "Ajax: remove deprecated extensions from ajax...
2015-11-13 Oleg GaidarenkoRelease: remove revert artefacts
2015-11-13 Oleg GaidarenkoRevert "Deferred: Backwards-compatible standards intero...
2015-11-13 Oleg GaidarenkoRevert "Wrap: Support .unwrap( selector) for selective...
2015-11-13 Oleg GaidarenkoRevert "Event: remove guard for falsy handler argument...
2015-11-13 Oleg GaidarenkoRevert "Data: do not include digits when camelCasing"
2015-11-13 Oleg GaidarenkoRevert "Data: always camelCase keys in .data()"
2015-11-13 Oleg GaidarenkoRevert "Data: camelCasing should not ignore case"
2015-11-13 Oleg GaidarenkoRevert "Offset: Fix .offset() to correctly work with...
2015-11-13 Oleg GaidarenkoRevert "Offset: allow offset setter to throw for discon...
2015-11-13 Oleg GaidarenkoRevert "Offset: remove ownerDocument check in offset...
2015-11-13 Oleg GaidarenkoRevert "CSS: Ignore the CSS cascade in show()/hide...
2015-11-11 Oleg GaidarenkoRevert "CSS: Make show/hide/toggle methods a module"
2015-11-11 Oleg GaidarenkoRevert "CSS: fix AMD mode for the new showHide module"
2015-11-11 Oleg GaidarenkoRevert "Effects: fix loading showHide in AMD mode"
2015-11-11 Oleg GaidarenkoRevert "Core: remove custom ready event"
2015-11-11 Oleg GaidarenkoAjax: code style fixes
2015-11-11 Oleg GaidarenkoRevert "Event: remove deprecated event aliases"
2015-11-11 Oleg GaidarenkoRevert "Ajax: Remove remnants of the load event alias...
2015-11-11 Oleg GaidarenkoRevert "Revert "Offset: allow offset setter to throw...
2015-11-11 Oleg GaidarenkoRevert "Deferred: add .catch handler"
2015-11-11 Oleg GaidarenkoRevert "CSS: Make .css("width") & .css("height") return...
2015-11-11 Oleg GaidarenkoRevert "Effects: Remove additional parameters of easings"
2015-11-11 Oleg GaidarenkoRevert "Ajax: Mitigate possible XSS vulnerability"
2015-11-11 Oleg GaidarenkoRevert "Ajax: don't expect cross-origin tests run in...
2015-11-11 Oleg GaidarenkoRevert "Attributes: do not set properties to false...
2015-11-11 Oleg GaidarenkoRevert "Attributes: remove flakey test for selected...
2015-11-11 Oleg GaidarenkoRevert "Ajax: Only form-encode requests with a body"
2015-11-11 Oleg GaidarenkoRevert "Attributes: return empty array for select-multi...
2015-11-11 Oleg GaidarenkoRevert "Dimensions: outerWidth/Height include scrollbar"
2015-11-11 Oleg GaidarenkoRevert "Dimensions: Empty sets should return undefined"
2015-11-11 Timmy WillisonSelector: pass jQuery unit tests with selector-native
2015-11-10 Timmy WillisonEffects: fix loading showHide in AMD mode
2015-11-10 Dave MethvinOffset: offsetLeft/Top on empty set returns undefined
2015-11-10 Dave MethvinDimensions: Empty sets should return undefined
2015-11-09 Timmy WillisonDimensions: properly manipulate non-px values
2015-11-09 Timmy WillisonManipulation: execute scripts from iframe in the iframe...
2015-11-07 Dave MethvinEvent: Move VML test out of event alias test
2015-11-07 Dave MethvinDimensions: outerWidth/Height include scrollbar
2015-11-06 Dave MethvinEvent: Make event aliases optional in unit tests 2693/head
2015-11-06 Dave MethvinEvent: Separate trigger/simulate into its own module
2015-11-05 Timmy WillisonTests: make editorconfig match css style
2015-11-05 Timmy WillisonAttributes: return empty array for select-multiple...
2015-11-05 Dave MethvinEvent: Add basic unit tests for event aliases
2015-11-04 Timmy WillisonEvent: Ensure delegation doesn't error on comment nodes 2659/head
2015-11-04 Dave MethvinAjax: Don't throw exceptions on binary data response
2015-11-03 Timmy WillisonAjax: trigger error callback on native abort
2015-11-02 Dave MethvinAjax: Only form-encode requests with a body
2015-10-30 Michał GołębiowskiTests: Make regexes for iOS devices more rigid
2015-10-30 Michał GołębiowskiTests: Remove Safari 7.0 & iOS 6 support tests results
2015-10-30 Michał GołębiowskiTests: Add iOS 9 support tests results
2015-10-30 Michał GołębiowskiBuild: Test on Node 5
2015-10-29 Timmy WillisonRelease: remove antiquated release-notes.js
2015-10-29 Timmy WillisonCore: use interactive to evaluate dom ready, barring... 2678/head
2015-10-26 Timmy WillisonAttributes: remove flakey test for selected attribute
2015-10-25 Richard GibsonTests: Post-Summit cleanup
2015-10-23 Richard GibsonTests: Use standard external domain name
2015-10-21 Timmy WillisonAttributes: do not set properties to false when removin... 2665/head
2015-10-21 Timmy WillisonCore: make isNumeric limited to strings and numbers 2663/head
2015-10-20 Dave MethvinBuild: Add "deprecated" to the Testswarm module list
2015-10-18 Michał GołębiowskiTests: Add Safari 9 support tests results
2015-10-18 Richard GibsonCSS: Correct misrepresentation of "auto" horizontal...
2015-10-18 Joelle FleurantinAttributes: fix tabIndex on <img> in IE11
2015-10-18 Timmy WillisonCSS: use isFinite in place of redundant isNumeric
2015-10-18 Liza RamoCore: add unit test for isPlainObject(Symbol)
2015-10-18 Timmy WillisonCSS: fix AMD mode for the new showHide module
2015-10-18 Joelle FleurantinOffset: allow small differences in offset.top
2015-10-18 Julian Alexander... Tests: Change quotes according to style guidelines
2015-10-18 Dave MethvinEvent: Fix delegated radio events when arrow keys are...
2015-10-18 Thomas TortoriniAttributes: removeClass() -> attr("class", "")
2015-10-18 Dave MethvinAttributes: Use simpler boolean check vs a function...
2015-10-18 Dave MethvinAttributes: Remove undocumented .toggleClass( boolean...
2015-10-18 Dave MethvinCSS: Make show/hide/toggle methods a module
2015-10-18 Timmy WillisonDeprecated: fix amd mode for the deprecated module
2015-10-17 Richard GibsonTests: Keep test iframes around for assertions
2015-10-17 Liza RamoCore: make isNumeric test work on Symbol
2015-10-17 Oleg GaidarenkoBuild: update Sizzle to 2.2.1
2015-10-13 Aurelio De... Tests: Account for array-like objects in jQuery.grep
2015-10-12 Oleg GaidarenkoTests: fix code style issues
2015-10-12 Christian GreteCore: Support Symbol wrapper objects in jQuery.type
2015-10-12 Oleg GaidarenkoAjax: don't expect cross-origin tests run in envs which...
2015-10-12 Oleg GaidarenkoAjax: improve content-type detection
2015-10-12 Oleg GaidarenkoAjax: correct indentation
2015-10-12 Oleg GaidarenkoEvent: fix incorrect test
2015-10-12 Martin NaumannBuild: Fixed issue with base path that contain 'var'
2015-10-12 Gary YeTests:Docs: Fix various typos
2015-10-12 Dave MethvinEvent: Move .bind() and .delegate() to deprecated
2015-10-12 Connor AthertonTests: Add .extend test for defined accessor properties
2015-10-12 Oleg GaidarenkoAjax: Mitigate possible XSS vulnerability
2015-10-12 Richard KraaijenhagenDocs: "npm run build" was missing from the contributing...
2015-10-09 Richard GibsonTests: Use QUnit URL parameter parsing
2015-10-09 Richard GibsonTests: Add dummy modules when running basic tests
2015-09-14 Anthony RyanManipulation: Don't provide the parser with sloppy...
2015-09-14 Jason BedardData: Combine register and cache methods
2015-09-14 Michał GołębiowskiAjax:Attributes:CSS:Manipulation: Reduce Android 2... 2581/head
2015-09-14 Michał GołębiowskiTests: Account for Edge in originalEvent UA-sniffs
2015-09-11 Michał GołębiowskiBuild: Remove a double empty line at the end of .travis.yml
2015-09-11 Michał GołębiowskiBuild: Use double quotes in .travis.yml
2015-09-08 Michał GołębiowskiBuild: Drop io.js testing, test on latest Node.js
2015-09-08 Richard GibsonTests: Provide equal() arguments in correct order ...
next