Commit Graph

  • 825d3d96ce Only use getAttributeNode on buttons when setting value timmywil 2011-04-19 13:17:38 -0400
  • 3a3842c669 (Re) Fixes #8884 in a way that keeps the format of the headers map sent to transports natural. jaubourg 2011-04-19 00:29:20 -0700
  • 8d3754751d DRY out #6514 Rick Waldron 2011-04-17 15:29:49 -0700
  • fb5ef2c4ec Merge branch 'master' of github.com:jquery/jquery timmywil 2011-04-17 18:18:40 -0400
  • 34d80709ce Fix value attribute and val for value on button elements. Fixes #1954 timmywil 2011-04-17 18:15:20 -0400
  • 15da298f72 Remove unnecessary usage of Function.prototype.bind (#7783) but maintain API. Also fix bug with proxy failing when a name is provided. Fixes #8893. John Resig 2011-04-17 14:11:40 -0700
  • 2a71493447 Updating UglifyJS. John Resig 2011-04-17 13:28:36 -0700
  • 3cb9c1835c Fix live mouseenter and mouseleave binding so they can be activated by triggers. Fixes #6514. Brian Brennan 2011-04-17 11:58:20 -0700
  • f408aa4314 Remove unnecessary usage of Function.prototype.bind (#7783) but maintain API. Also fix bug with proxy failing when a name is provided. Fixes #8893. John Resig 2011-04-17 14:11:40 -0700
  • 2786a11053 Updating UglifyJS. John Resig 2011-04-17 13:28:36 -0700
  • 7a8fac57eb Merge branch 'master' of github.com:jquery/jquery John Resig 2011-04-17 11:58:58 -0700
  • d46042e050 Fix live mouseenter and mouseleave binding so they can be activated by triggers. Fixes #6514. Brian Brennan 2011-04-17 11:58:20 -0700
  • 230a50ff1c Update Sizzle - qunit-fixture changes timmywil 2011-04-17 14:25:16 -0400
  • 3aa46725ed Merge branch 'qunit_fixture' timmywil 2011-04-17 14:12:31 -0400
  • 68cc3ad730 Update QUnit, fix visibility of #dl and pass JSLint in effects.js timmywil 2011-04-17 14:08:52 -0400
  • 21c0be8496 Make sure that hide or show don't fail when operating on non-Element nodes. Fixes #6135. John Resig 2011-04-17 11:07:42 -0700
  • 728a70c036 Make sure that forms and selects are added to a jQuery set correctly. Fixes #6912. John Resig 2011-04-17 10:51:24 -0700
  • a9b81d759a Added check for live mouseenter/mouseleave events if bound to nested elements with the same selector. Fixes #5884. Gilmore Davidson 2011-04-17 10:34:38 -0700
  • adef5c3550 Make sure that there isn't an error if no event object exists. Fixes #8755. John Resig 2011-04-17 10:21:46 -0700
  • ecf6a3c383 Switch QUnit div from depreceted #main to #qunit-fixture timmywil 2011-04-17 02:43:57 -0400
  • 235080e125 Follow-up to #8790. Delay the creation of a jQuery.Event until we know it will need to be triggered. Dave Methvin 2011-04-16 20:48:27 -0400
  • 5d70c6d797 Add in unit tests for #6993. John Resig 2011-04-16 17:39:30 -0700
  • 6e3b596514 Allow function to be passed in as a data object to bind and one. Fixes #6993. John Resig 2011-04-16 17:37:35 -0700
  • 94ee3e9743 Cache references to navigator and location. Fixes #6690. John Resig 2011-04-16 14:18:56 -0700
  • 5b197b6c5f Merge branch 'cellpadding_support' of https://github.com/timmywil/jquery into timmywil-cellpadding_support John Resig 2011-04-16 09:17:34 -0700
  • 8312e2d852 Merge branch 'effectsCleanup' of https://github.com/louisremi/jquery into louisremi-effectsCleanup John Resig 2011-04-16 09:16:45 -0700
  • ce7b311b92 Backing out fix for #6481. John Resig 2011-04-16 09:12:53 -0700
  • a519129e99 Removes now unnecessary regexp and companion function. Fixes some spacing issues. Shortens field names. jaubourg 2011-04-15 14:16:43 -0700
  • 4d3cb7d7ee Fixing code styling typo. Sam Bisbee 2011-04-15 16:45:45 -0400
  • a9a79ccc6e Continuing to map request headers using their name in uppercase for the index, but we now map to an object with an unmodified name and value: { name: "", value: "" }. This prevents overwriting of the user's supplied headers, which many applications parse with case sensitivity, because we no longer use the modified, uppercase index when building the request. Sam Bisbee 2011-04-15 16:36:43 -0400
  • 35d9425969 removing regex Jordan Boesch 2011-04-15 08:53:37 -0600
  • bcc8187b05 undefined should be as good as null here louisremi 2011-04-15 16:33:21 +0200
  • c4d0cccecf revert to old code, bug is invalid Jordan Boesch 2011-04-15 07:48:50 -0600
  • 7bc8227d29 typo louisremi 2011-04-15 15:30:19 +0200
  • 7666c3ef9a remove more useless code. feels good. louisremi 2011-04-15 15:18:21 +0200
  • eccf15be6c - merge master - move private functions at the bottom - remove duplicate code - move more var at the top of their scope - rewrite a loop to be more efficient louisremi 2011-04-15 14:44:55 +0200
  • b6d21592cb Add support for setting the cellPadding attribute in IE6/7 timmywil 2011-04-14 23:11:49 -0400
  • 8e1467f97e Updating the source version to 1.6pre. jeresig 2011-04-14 16:29:22 -0400
  • 19ceebd0f4 Tagging the 1.6b1 release. 1.6b1 jeresig 2011-04-14 16:29:14 -0400
  • d4b31a15ff Adds box-sizing check for IE9 inputs and buttons timmywil 2011-04-14 16:26:20 -0400
  • 1dda994c46 Merge branch '8099' of https://github.com/rwldrn/jquery. Fixes #8099. jeresig 2011-04-14 15:57:47 -0400
  • 84712bd624 Fix formatting of pull 325. Fixes #4146. jeresig 2011-04-14 15:49:15 -0400
  • cdb02d09f1 Merge branch 'bug_4146_v2' of https://github.com/jboesch/jquery into jboesch-bug_4146_v2 jeresig 2011-04-14 15:44:58 -0400
  • 7dc7070426 reduce function calls simplify easing resolution code + some code cleanup louisremi 2011-04-14 15:21:08 +0200
  • 8806435a77 Merge branch 'master' of http://github.com/jquery/jquery into effectsCleanup louisremi 2011-04-14 11:46:29 +0200
  • 38d6d9f6e0 Adjust the unit tests in traversing - is(jQuery) to avoid long-running script alerts timmywil 2011-04-14 00:46:10 -0400
  • e64d3d4e57 fixing bug 4146 - round 2! Jordan Boesch 2011-04-13 22:30:30 -0600
  • ca5bc202ac IE9's support for SVG elements unfortunately does not extend to clearAttributes. Checks for its presence before proceeding. timmywil 2011-04-13 23:45:58 -0400
  • 149a040794 Fix test suite fail in IE6/7 on event:undelegate - was failing an if where it shouldn't timmywil 2011-04-13 23:10:32 -0400
  • 72ddc8c645 Merge branch 'master' of github.com:jquery/jquery jeresig 2011-04-13 16:42:20 -0400
  • 42e20269ec Updating Sizzle. jeresig 2011-04-13 16:41:55 -0400
  • a76decc476 Ticket #8099 Performance tweaking, credits rwldrn 2011-04-13 15:43:15 -0400
  • 59240d31c0 Ticket #8099 Updates per review rwldrn 2011-04-13 13:58:17 -0400
  • 4fde550cb6 Ticket #8099 Conditional iframe approache, caches both iframe and iframedoc for reuse rwldrn 2011-04-13 13:43:52 -0400
  • 4ad9b44dea Ensures callback placeholders are tested for and eventually replaced in data only when contentType is application/x-www-form-urlencoded and data is a string. Removes json to jsonp promotion when jsonp or jsonpCallback options are present. Uses new Deferred.always method to bind cleanUp function. jaubourg 2011-04-13 19:27:19 +0200
  • 4344d08417 Fixes #8635 again (fix was lost in rewrite). Also removes unnecessary "manual" garbage collection. jaubourg 2011-04-13 18:35:38 +0200
  • f7f4ef91cf Merge branch 'fix_suite_fails' of https://github.com/timmywil/jquery into timmywil-fix_suite_fails Dave Methvin 2011-04-12 19:42:35 -0400
  • 0032e30f75 Merge branch 'jslint_function_in_loop' of https://github.com/timmywil/jquery into timmywil-jslint_function_in_loop Dave Methvin 2011-04-12 19:39:53 -0400
  • 69866fd2e5 VML.type test was causing multiple test suite fails, fix attributes.js fail in IE6 where the val(String/Number) tests were interfering with the val(Function) tests timmywil 2011-04-12 19:32:18 -0400
  • bebd8bc01e Followup to #8753. Modify new Event constructor signature to jQuery.event(type, props), which can be exploited by jQuery.event.trigger as well. Dave Methvin 2011-04-12 19:29:09 -0400
  • 81de96af74 Fixes #8099 using iframe to capture an element's real default display; suggested by lrbabe/louisremi rwldrn 2011-04-12 17:27:45 -0400
  • 6d49e84daf Merge branch 'fix-8790-quick-trigger' Dave Methvin 2011-04-12 18:46:21 -0400
  • 9e71ad1b12 Explicitly set event.type in case we chopped out a namespace or exclusive flag. Dave Methvin 2011-04-12 18:32:23 -0400
  • 73f9ab6705 JSLint failed due to function created within for loop timmywil 2011-04-12 18:30:21 -0400
  • 352715bd08 Use explicit "new jQuery.Event" to avoid double-function-call overhead. Dave Methvin 2011-04-12 17:46:15 -0400
  • 0d8b247cab Accessing the 'type' property on VML elements fails on IE. Fixes #7071. John Firebaugh 2011-04-12 16:48:22 -0400
  • 3418f32387 Merge branch 'master' of https://github.com/rjgotten/jquery into rjgotten-master. Also added in unit tests covering the case. Fixes #6180. John Resig 2011-04-12 16:39:30 -0400
  • 122514a8da Merge branch 'master' of https://github.com/jclain/jquery into jclain-master John Resig 2011-04-12 16:26:41 -0400
  • f1d75edec7 Merge branch 'bug_7931' of https://github.com/Xavi-/jquery into Xavi--bug_7931 John Resig 2011-04-12 16:13:56 -0400
  • 978c065555 Merge branch 'Sub_Naming' of https://github.com/timmywil/jquery into timmywil-Sub_Naming John Resig 2011-04-12 16:05:40 -0400
  • e7787cd098 More formatting tweaks. John Resig 2011-04-12 15:54:30 -0400
  • 34adda3c88 Fixing some minor formatting problems. John Resig 2011-04-12 14:58:55 -0400
  • b05d631b30 Merge branch 'fix-8790-quick-trigger' of https://github.com/dmethvin/jquery into dmethvin-fix-8790-quick-trigger John Resig 2011-04-12 14:57:30 -0400
  • 885b64d4e6 Fixes #8099 using iframe to capture an element's real default display; suggested by lrbabe/louisremi rwldrn 2011-04-12 13:47:27 -0400
  • 7164615f67 Ticket 8099, Reattempt with iframe rwldrn 2011-04-12 11:48:07 -0400
  • f19a74f10b revert last commit louisremi 2011-04-12 13:12:58 +0200
  • 01a2b51b26 switch double quotes with single quotes louisremi 2011-04-12 13:07:38 +0200
  • 02e0047e92 resolve more conflicts louisremi 2011-04-12 11:39:21 +0200
  • a5604aedb7 merge with master and resolve more conflicts louisremi 2011-04-12 11:29:25 +0200
  • 8547b34f92 resolve conflict louisremi 2011-04-12 11:18:44 +0200
  • f42010b657 third batch louisremi 2011-04-12 10:47:46 +0200
  • 312df0441b Revert "QUnit test for overriding important css declarations, references #4427" jeresig 2011-04-12 00:54:12 -0400
  • 0ff4c69929 Some minor code cleanup. jeresig 2011-04-12 00:38:48 -0400
  • db80ad94d5 Merge branch 'fix_8402' of https://github.com/lrbabe/jquery into lrbabe-fix_8402 jeresig 2011-04-12 00:37:51 -0400
  • 430d9e0b06 Merge branch 'fix_8403' of https://github.com/lrbabe/jquery into lrbabe-fix_8403 jeresig 2011-04-12 00:35:51 -0400
  • 7bfb6a7dd3 Removing un-needed frameElement check as discussed in #8018. Fixes #8108. jeresig 2011-04-12 00:29:52 -0400
  • 0d755dff13 Merge branch 'master' of https://github.com/inukshuk/jquery into inukshuk-master jeresig 2011-04-12 00:25:36 -0400
  • ea6987e078 Merge branch 'master' of https://github.com/azatoth/jquery jeresig 2011-04-12 00:18:12 -0400
  • 1299e89dcd QUnit test for overriding important css declarations, references #4427 Azatoth 2011-04-12 00:17:07 -0400
  • 31b3c44db3 Merge branch 'bug_4366' of https://github.com/jboesch/jquery into jboesch-bug_4366 jeresig 2011-04-12 00:12:27 -0400
  • 2d27ac4d29 Merge branch 'master' of https://github.com/robmorgan/jquery into robmorgan-master jeresig 2011-04-12 00:09:46 -0400
  • 0fa0f4cf02 Merge branch 'attr_remove_list_check' of https://github.com/timmywil/jquery into timmywil-attr_remove_list_check jeresig 2011-04-12 00:05:21 -0400
  • 98da6b13bc Fixes unit/css.js test fail in Safari 5. support.js test was passing erroneously due to the body to which the div was attached having a width of 0 timmywil 2011-04-11 23:59:12 -0400
  • cb659c6054 retrieving list with getAttribute is fine, no need to add list here anymore timmywil 2011-04-11 19:30:20 -0400
  • 2b70893928 Bug fixes in queue.js: type in dequeue could be undefined which lead to a wrong data key, which would then have undesirable data left dangling on elements. Also adds missing semicolon in effects unit. jaubourg 2011-04-12 01:09:35 +0200
  • f6f1cc77f4 Merge branch 'master' of github.com:jquery/jquery jaubourg 2011-04-12 00:27:51 +0200
  • 11adde5127 second batch louisremi 2011-04-11 22:33:29 +0200
  • e9905b15d4 Merge branch '2773_firefox_opera_fix' of https://github.com/timmywil/jquery into timmywil-2773_firefox_opera_fix jeresig 2011-04-11 16:00:34 -0400
  • 581fa82420 double quotes, again louisremi 2011-04-11 21:44:29 +0200
  • cccd092fe0 first batch louisremi 2011-04-11 21:43:43 +0200