Commit graph

  • 974b5aeab7 Honor stopImmediatePropagation for live/delegate event handlers. Fixes #7217. dmethvin 2010-10-23 14:36:24 -0400
  • ee845c4975 Merge branch 'master' of http://github.com/rwldrn/jquery John Resig 2010-10-25 13:05:11 -0700
  • 36143ce633 Merge branch 'unusedTrue' of http://github.com/lrbabe/jquery into lrbabe-unusedTrue John Resig 2010-10-25 12:36:40 -0700
  • 1a2400de08 .cur() doesn't take any boolean parameter since 1.4.3 lrbabe 2010-10-25 17:19:45 +0200
  • 086822e641 Moved jQuery.props to attributes since it was only used in support. Fixes #6897 - suggestion by dmethvin Alex Sexton 2010-10-25 02:31:19 -0500
  • 3b50eaca2c Fixes #7229 and #5803 rwldrn 2010-10-24 12:18:33 -0400
  • 9bd9ebdd73 Allow for versions with spaces in them, in the Makefile. John Resig 2010-10-23 00:35:09 -0400
  • 53396b879b Make sure that .width()/.height() don't return NaN also standardize on returning instead of auto for default values (which is what we do elsewhere in .css() as well). Fixes #7225. jeresig 2010-10-22 02:39:06 -0400
  • 7e02cee5ff Make sure that the correct height/width of the elements is retreived. Fixes #7225. jeresig 2010-10-22 02:16:14 -0400
  • d9a3e0080a Fix broken selector code from last commit. jeresig 2010-10-22 01:48:32 -0400
  • 424500bcf0 Make sure that +, >, ~ leading, rooted, selectors go to the old engine. Thanks to @rkatic for the catch! Fixes #7220. jeresig 2010-10-22 01:18:58 -0400
  • 6bc30425f6 Make sure that we don't use matchesSelector on XML Documents (same as with qSA). Fixes #7219. jeresig 2010-10-22 00:40:06 -0400
  • 4fc86d5eb1 Make sure that we aren't reading one of the bad expandos. Fixes #7212. jeresig 2010-10-22 00:36:07 -0400
  • 8b129ccd49 Be sure to clean up the previous test. jeresig 2010-10-22 00:29:52 -0400
  • e4a38670b1 Make sure that height/width getters work on hidden inputs and disconnected elements. Fixes #7225. jeresig 2010-10-22 00:28:33 -0400
  • 3df41db036 Make sure that the ready event doesn't double-fire when .bind(ready) is used. Fixes #7247. jeresig 2010-10-22 00:08:34 -0400
  • 9be7461c3c Adding another test for an issue in Gecko's matchesSelector implementation. Fixes #7243. jeresig 2010-10-21 23:46:21 -0400
  • 0174518a49 Only need to declare the data once. jeresig 2010-10-21 23:18:47 -0400
  • a58f8f22d1 Forces lower case comparison of protocol and host when determining whether the request is remote or local. Fixes #6908 Alex Sexton 2010-10-20 21:12:47 -0700
  • 4fcfee4369 Update number of expected assertions in attribute tests Anton M 2010-10-19 11:14:07 +0200
  • 689d63f487 Return control of $ and jQuery only if it is really necessary. This make jQuery.noConflict() callable anytime. Jephte CLAIN 2010-10-19 09:29:20 +0400
  • 008e971943 Add some more tests to make sure that pulling in data- properties on an element with no data set, works. John Resig 2010-10-17 14:48:24 -0400
  • 97dfa0d5a8 fadeToggle(). as suggested by Karl Swedberg in his jQcon talk. patched live! omg Paul Irish 2010-10-17 14:26:32 -0400
  • 8a5df39045 Make sure that .data() (no args) returns a list of all the data- properties as well. Also make sure that accessing a data- property via .data() doesn't cause it to change again at a later time (it should be static). Fixes #7222, #7223. John Resig 2010-10-17 11:42:53 -0400
  • df7dfc2404 Check against the type attribute of script elements retrieved through getElementsByTagName() so that only those elements of type "text/javascript" are handled by 'clean'. rjgotten 2010-10-17 08:30:05 -0700
  • a7d0b0b9e8 Var wasn't being explicitly declared. Fixes #7226. John Resig 2010-10-17 10:58:01 -0400
  • e1b940d748 We removed deleteExpando after 1.4.2, for some reason. This caused problems with removeData() (no arguments). Fixes #7209. John Resig 2010-10-17 10:56:01 -0400
  • 25828768d7 Handle the case where JSLint complains about arguments in try/catch already being defined (we use the name 'e' consistently for catch(e) - will work to standardize on that now). John Resig 2010-10-17 10:50:17 -0400
  • 497fc9849e Bringing back the change from 80a4178af9, adapted to handle both the function collision and the issue mentioned in #7196. John Resig 2010-10-15 01:29:38 -0400
  • 091c481aca Updating the source version to 1.4.4pre. jeresig 2010-10-14 23:10:19 -0400
  • 2d201873ff Tagging the 1.4.3 release. 1.4.3 jeresig 2010-10-14 23:10:06 -0400
  • 0564553bf1 Fix the number of change tests and remove textarea tests. jeresig 2010-10-14 22:37:56 -0400
  • 21d389ccea Testing *, * was unnecessary - especially in slower browsers. jeresig 2010-10-14 22:06:27 -0400
  • 40aa95c320 Don't test inline-block in browsers that don't support it (or an approximation of it, like IE). jeresig 2010-10-14 21:48:03 -0400
  • 2d5f8666ac Use prepend for the focuin test (to avoid making the test suite jump). jeresig 2010-10-14 21:40:35 -0400
  • f009fb2f86 Test visible on inline elements. jeresig 2010-10-14 21:31:36 -0400
  • c8e5d0bca0 Getting weird results for font size tests across platforms - easier to test something else (the exact property isn't important for this test). jeresig 2010-10-14 21:15:20 -0400
  • 80a4178af9 Reverting commit 39addc87a3 after a report of problems. Fixes #7196. jeresig 2010-10-14 20:55:40 -0400
  • 8576570e6e Forgot to update the Rakefile and build.xml files from the previous commit. Thanks to @jitter for the catch. John Resig 2010-10-14 16:57:12 -0400
  • ae772e7422 Updating the copy of Google Closure Compiler. John Resig 2010-10-14 16:35:35 -0400
  • ea507b3e99 Make sure that we don't attempt to handle scrolling when the node is disconnected from the document. Fixes #7190. John Resig 2010-10-14 14:52:31 -0400
  • d490bcfa7c Oops, still have jQuery.ajax.* on the brain. jeresig 2010-10-13 21:25:23 -0400
  • cd8f4917ba Change font size to 15px in the test to fix a false negative. Thanks @jitter for the catch in 73e4ef27f0. jeresig 2010-10-13 14:27:44 -0400
  • f3d610e064 beforedeactivate will fire before focusout - use that to our advantage when working with the change event. Justin Meyer 2010-10-13 10:38:29 -0400
  • 88068f82c1 Make sure that focusin/focusout bubbles in non-IE browsers. Justin Meyer 2010-10-13 10:35:28 -0400
  • 39addc87a3 Handle issue with two concurrent JSONP requests that use the same callback name. Pinhook 2010-10-13 10:30:19 -0400
  • 8fb4d9af74 We want to make sure that we only run the MSIE-specific filter tests if opacity is explicitly not supported. jeresig 2010-10-13 00:42:05 -0400
  • 73e4ef27f0 Test CSS test on font size instead of padding. jeresig 2010-10-13 00:32:52 -0400
  • 9ede46b004 IE 9 preserves the case of the Alpha filter - maintain it in the test as well. jeresig 2010-10-13 00:10:32 -0400
  • ec462a33af Fix broken Ajax test after recent revert to jQuery.ajax namespace. jeresig 2010-10-13 00:07:52 -0400
  • 2ef8da0924 Merge branch 'bug7150' of http://github.com/csnover/jquery John Resig 2010-10-12 21:51:44 -0400
  • 783bb2a85f Fix some gaps in the handling of event data properties. Thanks to @jitter in ff6ceadbfd for the catches. John Resig 2010-10-12 20:56:46 -0400
  • 1518ae1aed Fix patch for #7150, which was not deleting the events object properly on plain JS objects. Thanks to jitter for catching it. Colin Snover 2010-10-12 18:49:37 -0500
  • 9ced9f288c Updating the source version to 1.4.3pre. John Resig 2010-10-12 15:44:53 -0400
  • 3e5520fbdc Tagging the 1.4.3rc2 release. 1.4.3rc2 John Resig 2010-10-12 15:44:36 -0400
  • b85f8673d9 Tagging the 1.4.3rc2 release. John Resig 2010-10-12 15:38:15 -0400
  • 478fa8fdb3 Forgot to remove the child selector in the previous commit. John Resig 2010-10-12 10:56:02 -0400
  • 085de84959 The child selector-prefix branch doesn't work with selectors that have a larger depth. Removing for now - will need to re-evaluate in the future. John Resig 2010-10-12 10:13:00 -0400
  • 5200194f51 Make sure that .find() with multiple direct child selectors is handled correctly. Fixes #7144. John Resig 2010-10-12 09:19:49 -0400
  • ff6ceadbfd Use a key name less likely to result in collisions for events on plain JS objects. Fixes bug #7150. Colin Snover 2010-10-11 23:35:18 -0500
  • 6245ecb2b9 The world isn't ready for moving the Ajax methods to jQuery.ajax.*. Hope to move them there some day. Fixes #7146. John Resig 2010-10-11 18:29:52 -0400
  • 1df5084c97 Handle some edge cases with binding events to the window object (which is also a plain object - causing some confusion). Fixes #7143. John Resig 2010-10-11 18:20:57 -0400
  • c00a6ff1f1 Add some resize event tests. John Resig 2010-10-11 18:03:54 -0400
  • 1dee0d2ed8 Added some more tests relating to attaching data to a window. John Resig 2010-10-11 17:52:00 -0400
  • d23f63b13e Merge branch 'animateHooks' of http://github.com/lrbabe/jquery into lrbabe-animateHooks John Resig 2010-10-11 16:44:12 -0400
  • 5f30ae3b6f Merge branch 'bug7141' of http://github.com/csnover/jquery into csnover-bug7141 John Resig 2010-10-11 16:40:10 -0400
  • 5646a4feee Fix olddisplay was inappropriately set when calling hide on an already hidden element. Fixes #7141. Colin Snover 2010-10-11 15:22:43 -0500
  • 22ccbf82c8 Fixed getting styles from disconnected nodes. Fixes #7148. Scott González 2010-10-11 15:11:03 -0400
  • aa9e4db1ab Make $.fn.animate compatible with jQuery.cssHooks lrbabe 2010-10-11 16:08:38 +0200
  • 2866f16c09 Removed trailing \x0A from version.txt which caused a problem with the build (at least in ant) Ryan W Tenney 2010-10-11 00:37:46 -0400
  • 385ca2aa89 Make sure closest works on disconnected DOM nodes. Fixes #7142. John Resig 2010-10-11 07:45:15 -0400
  • 2c04035cd1 Fix broken min file header generation. jeresig 2010-10-10 23:28:30 -0400
  • 71a58263ec Updating the source version to 1.4.3. jeresig 2010-10-10 23:09:07 -0400
  • 66a788ab83 Tagging the 1.4.3rc1 release. 1.4.3rc1 jeresig 2010-10-10 23:09:04 -0400
  • 19b4ba35c4 Return the zeroed-out bounding box instead of passing it on. jeresig 2010-10-10 18:54:30 -0400
  • 26db3f0933 Disable 304/Not Modified Ajax tests in Opera due to lack of suitable workaround. See: http://gist.github.com/599419 jeresig 2010-10-10 18:46:32 -0400
  • 884de15fb9 Make sure that the unload event doesn't leak in IE - use jQuery's binding mechanism to make that happen. jeresig 2010-10-10 18:01:59 -0400
  • bb0b9b8958 Adding some rooted-find perf tests. jeresig 2010-10-10 16:06:33 -0400
  • fac7e61f16 Tweaking some formatting of the closest changes. jeresig 2010-10-10 15:42:56 -0400
  • ba149e78a9 Switch back to using Sizzle.matchesSelector. jeresig 2010-10-10 15:36:02 -0400
  • eb67d99416 Use the new Sizzle matches functionality. jeresig 2010-10-10 15:14:23 -0400
  • 1f7bbd8939 Also test for single element filtering. jeresig 2010-10-10 14:51:11 -0400
  • f2b028f736 Adding a basic filter perf test suite. jeresig 2010-10-10 14:16:35 -0400
  • 63c892b1ed Make some more tweaks to the closest perf test suite. jeresig 2010-10-10 13:39:06 -0400
  • 6f0b06aa9b Fix formatting and switch to using the new matchesSelector method in Sizzle. jeresig 2010-10-10 13:37:36 -0400
  • 96d8c481b8 Some improvements to the closest perf tests - works in all browsers now. jeresig 2010-10-10 13:22:39 -0400
  • 0ca35de311 Should improve performance of closest considerably. Benchmark proof in speed/closest.html wycats 2010-10-09 21:33:02 -0700
  • cbf9d874e5 Change event did not fire in IE when an explicit .focus() was used. Fixes #6374. jeresig 2010-10-09 19:04:15 -0400
  • 79305ed146 Fix the case where live change was breaking if a live click was bound ahead of time. Very similar to #6359. Fixes #6505. jeresig 2010-10-09 18:16:08 -0400
  • 10065a8deb Merge branch 'master' of http://github.com/petersendidit/jquery into petersendidit-master John Resig 2010-10-09 18:04:54 -0400
  • 4a0759dc79 Merge branch 'bug7123' of http://github.com/csnover/jquery into csnover-bug7123 John Resig 2010-10-09 16:27:59 -0400
  • 9b655a176b Merge branch 'bug7018' of http://github.com/csnover/jquery into csnover-bug7018 John Resig 2010-10-09 16:25:55 -0400
  • b0dcc1746f Merge branch 'animate-nonblock' of http://github.com/csnover/jquery into csnover-animate-nonblock John Resig 2010-10-09 16:21:02 -0400
  • da597bcf90 Name the try/catch arg to satisfy JSLint - thanks to @rwldrn in 873c28425f for the catch. jeresig 2010-10-09 12:26:44 -0400
  • 51283d9643 Added some more tests to make sure that replaceWith is working correctly. Follow-up to the comment on 2a6de9ab66. jeresig 2010-10-09 11:41:58 -0400
  • 2ae872c594 Make sure null/NaN values aren't set in .css(). Fixes #7116. jeresig 2010-10-09 10:52:53 -0400
  • 2ca3659895 Prevent IE from throwing errors when setting RGBA values. Fixes #5509. Colin Snover 2010-10-09 10:42:01 -0400
  • b03416954d Coerce all array values to strings before comparison in val(). Fixes bug #7123. Colin Snover 2010-10-08 22:48:06 -0500
  • 543db64412 Fixed code convention issues. Reduced size of overflow reset code. Fixed broken show() test cases. Colin Snover 2010-10-08 20:29:41 -0500
  • 3bd737e81a Merge branch 'master' of git://github.com/jquery/jquery David Petersen 2010-10-07 20:55:47 -0400