Commit graph

  • 2d70dc9c43 Derp, had parseInt on the brain. Thanks karbassi in 6541eb9d80. John Resig 2010-09-17 17:02:03 -04:00
  • 7c5fd489ee Updated the Questions? section with the forum information. Ralph Whitbeck 2010-09-17 12:40:04 -07:00
  • 9dd70a44ad Adding a simple file for doing .css() performance testing. John Resig 2010-09-17 15:38:27 -04:00
  • 8691a826c0 Fix trailing arg. John Resig 2010-09-17 14:58:50 -04:00
  • 77e310b906 Simplifying the camelCase logic used in the CSS and Effects modules. John Resig 2010-09-17 14:53:10 -04:00
  • 6541eb9d80 Cleaning up some un-needed CSS code and adding back a temporary (deprecated) curCSS method. John Resig 2010-09-17 14:41:28 -04:00
  • 51d258074c Merge branch 'csshooks' John Resig 2010-09-17 14:32:43 -04:00
  • 192bab8ed6 jQuery.css() returns a string value - handle this properly in the animation code. John Resig 2010-09-17 14:30:30 -04:00
  • d1f3dc9a04 Make sure that empty height/width values are still set. John Resig 2010-09-17 13:51:12 -04:00
  • 99fcf3babb Fixed some sloppy checks in the effects test suite, makes it more apparent where issues are happening. John Resig 2010-09-17 13:38:13 -04:00
  • fc5b69fc70 Bringing in the rdashAlpha/fcamelCase private var tweaks from the csshooks branch. John Resig 2010-09-17 13:18:39 -04:00
  • 37b607d281 Split apart jQuery.css into jQuery.css (computed values) and jQuery.style (currently set values). jeresig 2010-09-16 10:00:56 -04:00
  • 492a2e2c53 Wrap the core return in parens to fix a confused JSLint. jeresig 2010-09-14 09:57:26 -04:00
  • 2131e1a7ad Removing leftover debug code. jeresig 2010-09-14 09:52:13 -04:00
  • 959c20f768 Add a flag to verify if a browser supports some form of XHR request. Fixes #7030. John Resig 2010-09-13 18:02:33 -04:00
  • 2bda99c18a Making some more adjustments to handle auto CSS properties. John Resig 2010-09-13 18:00:28 -04:00
  • 8b7015987c Only set height/width if it's a non-negative number (don't set it to 0). jeresig 2010-09-09 16:34:15 -04:00
  • cb3a9c14f1 Make sure that height/width methods return numbers instead of strings. jeresig 2010-09-09 16:33:05 -04:00
  • c168c30a6a Another logic bug caught by furf in ad950c8c59. jeresig 2010-09-09 16:29:26 -04:00
  • c36596ea58 Make sure that the CSS hook getter isn't called if a forced computed style is done. jeresig 2010-09-09 16:26:30 -04:00
  • 70377a65e2 Make sure that effect tests no longer reference the old CSS methods. jeresig 2010-09-09 15:48:28 -04:00
  • a166860a19 Adding in a couple private variables to effects.js that were in css.js. jeresig 2010-09-09 15:45:24 -04:00
  • 7c8588530a Make sure that string values are returned from the height/width CSS properties. jeresig 2010-09-09 15:42:38 -04:00
  • 194c93eca2 Merge branch 'master' into csshooks jeresig 2010-09-09 15:35:18 -04:00
  • ad950c8c59 Landing a bunch of bug fixes from furf's pull request at eefcbaebb31b89b5eb360cd5ec6165b89c84e75f. jeresig 2010-09-09 15:33:06 -04:00
  • 1ed405176b Trim out the module wrappers during the build process. Follow-up to #7011. jeresig 2010-09-09 10:34:21 -04:00
  • 82b35a4f2c Removing extraneous argument. jeresig 2010-09-09 10:20:32 -04:00
  • 2663041924 Make sure that jQuery is being exposed outside of core (this will be stripped during the build process). Follow-up to #7011. jeresig 2010-09-09 08:23:10 -04:00
  • acb162a697 Make sure that the removeEvent and buildFragment private functions are exposed (to help with access across modules). The final API for each of these is very much in flux and will likely change before the final release. Fixes #7011. jeresig 2010-09-08 18:13:35 -04:00
  • bca5765502 Make sure that jQuery works even when the individual modules are loaded separately AND jQuery.noConflict(true) is used. Fixes #7011. jeresig 2010-09-08 13:54:33 -04:00
  • ca3b18ca53 Merge branch 'master' of github.com:jquery/jquery into csshooks jeresig 2010-09-08 13:47:56 -04:00
  • a44ec40277 Make sure that jQuery works even when the individual modules are loaded separately AND jQuery.noConflict(true) is used. Fixes #7011. jeresig 2010-09-08 12:00:29 -04:00
  • 116f3b7c72 added "#main" ancestor selector to an "Only Child" and "Last Child" test to fix broken tests caused by QUnit commit abfab1713ccb588aa87136b199a9ddc8d1b56c4b (Aug 29, 2010) Karl Swedberg 2010-09-07 08:53:06 -04:00
  • b920f0aeb4 Broke more of the property-specific CSS logic out of the jQuery.css() function. John Resig 2010-09-05 11:01:27 -04:00
  • 920099b29c First pass at unifying the various CSS methods in jQuery (jQuery.style, jQuery.curCSS, and jQuery.css are now all under jQuery.css). John Resig 2010-09-05 10:17:18 -04:00
  • 2912f8ab95 Broke apart some of the browser-specific logic for CSS handling. John Resig 2010-09-05 00:04:37 -04:00
  • 426045cc74 Some more minor formatting tweaks. John Resig 2010-09-04 23:34:52 -04:00
  • 1970154c3b Tweaking the formatting from the previous commit. John Resig 2010-09-04 23:28:17 -04:00
  • 65b24861bc First look at css hooks. These hooks provide a way to change how jQuery handles getting and setting certain css properties. This means normalizing properties like background-position can easily be done via plugins. Brandon Aaron 2010-09-02 21:06:40 -05:00
  • 97cbd76695 Fix the order of the element test arguments. John Resig 2010-09-02 16:15:54 -04:00
  • 90a4abd511 Tweaked the name unit tests to specify the exact nodes from which to test against. John Resig 2010-09-02 15:13:10 -04:00
  • d48db1f440 Remove cases of :contains() where quotes are used - not using quotes follows more closely with the CSS Selector recommendation. John Resig 2010-09-02 14:56:32 -04:00
  • 8d04ffec16 Add .width() and .height() unit test for empty sets. Fix .height() test that was masquerading as a .width() test. Made sure .width() and .height() tests were in-sync (testing the same things). Brandon Aaron 2010-09-01 11:05:35 -05:00
  • a2e1051fb4 Increase max number of JSLint errors. This is necessary because we have several error messages that we choose to ignore. Brandon Aaron 2010-09-01 10:48:19 -05:00
  • 13f27fcd05 Switched to use 'in' for the setInterval/window check as it also skirts around the Safari 2 NodeList crasher. See the discussion in 94f35d0519 for more details. John Resig 2010-08-27 18:17:07 -04:00
  • 1ead20c2ed Blackberry 4.6 is capable of finding elements that are no longer in the DOM via getElementById. It only appears to happen when the node has been inside of a cloned Document Fragment. Fixes #6963. John Resig 2010-08-27 15:14:30 -04:00
  • 43fbe3b33a Handle two more cases where comments were missing in the test case, in Blackberry 4.6. John Resig 2010-08-27 14:16:27 -04:00
  • ea8b1584b1 Use the native isArray whenever possible. See perf test by jdalton here: http://jsperf.com/isarray-vs-other Fixes #6825. John Resig 2010-08-27 13:15:48 -04:00
  • 7f18d29287 Simplify the logic in $.type, thanks to jdalton for the suggesiton in 5d2be7e299. John Resig 2010-08-27 07:03:30 -07:00
  • 5d2be7e299 Added some tweaks to $.type to handle null and undefined. Added a bunch of unit tests as well. John Resig 2010-08-27 06:10:52 -07:00
  • 9ce1d09a0a Blackberry 4.6 doesn't maintain comment nodes in the DOM, ignore them in our test cases. John Resig 2010-08-26 15:36:44 -04:00
  • 1e9d6e1255 Fixed mistake with tweaked iframe manipulation test. John Resig 2010-08-26 15:26:30 -04:00
  • c5382ad7c1 Tweak some more jQuery set results in the manipulation tests. Also fixed the order of the expected test results. John Resig 2010-08-26 15:21:01 -04:00
  • c0fe98f028 Tweak more element orders in the manipulation tests. Also differentiate between iframe test failing and the inability to access iframe internals (as in the case of Blackberry). John Resig 2010-08-26 14:57:23 -04:00
  • 3b76b58815 Tweaked manipulation test to ignore order of elements from selector (not important to the test). John Resig 2010-08-26 14:37:58 -04:00
  • 5673e4bc3a Only attempt to use the IE technique for setting opacity if the filter property exists (otherwise fallback to the standards-compatible technique). John Resig 2010-08-26 12:51:37 -04:00
  • dc060f08cd Tweaked anchor test to work better on Blackberry 4.7. John Resig 2010-08-26 12:36:50 -04:00
  • 94f35d0519 Adding in a jQuery.type(obj) method (a simple map to using Object.prototype.toString.call). Fixes #3330. John Resig 2010-08-25 09:57:34 -07:00
  • 18dad47489 Tweaked logic for working around Blackberry 4.7 makeArray(RegExp) issue. Fixes #6930. John Resig 2010-08-25 09:27:30 -07:00
  • cb40495b21 Make sure that missing attributes return undefined in Blackberry 4.7. Fixes #6938. John Resig 2010-08-24 07:28:47 -07:00
  • 1bdcffba8e Simplifying some of the .val() test code. John Resig 2010-08-23 14:23:13 -07:00
  • 392174431a .val() on empty options returns the text value rather than the value in Blackberry 4.7. Fixes #6932. John Resig 2010-08-23 14:10:39 -07:00
  • 396dd21273 Fixing getting/setting classes and makeArray(RegExp) for Blackberry 4.7. Fixes #6930, #6931. John Resig 2010-08-23 12:38:55 -07:00
  • 6f031c1015 Replace usage of the removed global reset() method with QUnit.reset(). jzaefferer 2010-07-28 17:19:01 +02:00
  • c4b4df4691 Make sure that .data() events don't bubble, per the discussion in 2e10af143b. Fixes #6832. John Resig 2010-07-27 13:45:32 -04:00
  • 646fbea561 Moving jQuery-core specific resets from QUnit to core. jzaefferer 2010-07-27 12:50:08 +02:00
  • 2084e01780 Fix for issues discussed in 9faab0b74f. Goes towards fixing #6808. Dave Reed 2010-07-23 11:25:31 -04:00
  • 266facc08a Ticket 6808. Updated per code review comments by jeresig InfinitiesLoop 2010-07-23 01:48:24 +08:00
  • 9faab0b74f Ticket #6808. Changes data() so on plain objects, it uses a function to contain the cache ID to avoid it being JSON serialized. InfinitiesLoop 2010-07-21 05:53:36 +08:00
  • ef9fb80cab Fixed ant build to be more consistent with Makefile. Now has all same targets (see README.md) and * generates an identical jquery.js to that of make * generates a min file * runs jslint. * cleans more thoroughly * can be passed a PREFIX property Richard D. Worth 2010-04-08 09:38:19 +08:00
  • bb0f1a97fb Whitespace (spaces to tabs) Richard D. Worth 2010-04-08 09:20:35 +08:00
  • 6803bf1fe5 Minor fix to Makefile so that 'make clean' doesn't fail when run immediately after 'make clean' Richard D. Worth 2010-04-08 09:10:07 +08:00
  • 4ec1b743a8 Simplified getting the commit date using git log --pretty. Fixed missing date in ant build. Richard D. Worth 2010-04-08 09:06:46 +08:00
  • 2e10af143b Ticket #6804. Adds a changeData event. InfinitiesLoop 2010-07-20 07:22:25 +08:00
  • a2bd8a53f3 .closest() should return a unique set of elements, not duplicates of the same ancestor. Fixes #6700 adam j. sontag 2010-06-21 13:50:02 -04:00
  • 6a0942c9d5 Merge branch 'doug' wycats 2010-06-19 22:29:55 -07:00
  • cecd1d8735 Slight optmization on the Rakefile Douglas Neiner 2010-06-14 15:03:13 -04:00
  • e61d7d12e2 Edits to README after Karl's review Douglas Neiner 2010-06-14 11:49:30 -04:00
  • c2976e68ff Minor changes to README Douglas Neiner 2010-06-14 11:25:22 -04:00
  • 4e337f504e Updated README file with updated information for the Rake addtions Douglas Neiner 2010-06-14 11:17:13 -04:00
  • ab2537a7ec Fixed spelling on QUnit pull message Douglas Neiner 2010-06-14 02:07:21 -04:00
  • ad849eb5a4 Updated Rakefile to remove use of *nix specific commands Douglas Neiner 2010-06-14 02:05:06 -04:00
  • 3e1ac2aaac Updated Rakefile to mirror the functionality of the Makefile Douglas Neiner 2010-06-12 23:55:49 -04:00
  • ef8df7f55c Expose jQuery.uuid (use with caution) and make sure the expando property is used in the events module. John Resig 2010-04-24 14:15:45 -07:00
  • 23699bc783 Removed extra semicolon leftover from recent tweaking. jeresig 2010-03-31 14:36:24 -04:00
  • 9568866aad Mobile WebKit browsers don't support accessing the scroll position of the document/window. jeresig 2010-03-25 17:30:13 -04:00
  • dc886a83f5 Need to expose the isLocal change globally as well. jeresig 2010-03-24 16:16:13 -04:00
  • ac670f3954 Temporarily disable ajax tests when running in TestSwam. jeresig 2010-03-24 16:04:10 -04:00
  • d54014ed91 Use custom events for testing unbind instead of the, potentially conflicting, error event. jeresig 2010-03-24 15:39:58 -04:00
  • d4aff802da Adjust isPlainObject test to run in an iframe. jeresig 2010-03-24 15:18:11 -04:00
  • 568db29c2b Make sure the offset tests work without a built jQuery file. jeresig 2010-03-23 16:37:40 -04:00
  • 83a97f5c21 Update other remote test URLs as well. jeresig 2010-03-23 16:24:51 -04:00
  • 31cfe62ed4 Strip off filename and query string for JSONP Remote test. jeresig 2010-03-23 16:22:09 -04:00
  • f502d118d1 Update the TestSwarm URL to point to the new jQuery swarm location. jeresig 2010-03-23 15:21:42 -04:00
  • 4e5e31f29e Changed the order of the tests to run in the same order in which they're specified in the Makefile (fixed a dimensions test bug that popped up as a result). jeresig 2010-03-23 12:31:40 -04:00
  • b64a51e136 Handle auto-running of the TestSwarm injection script in the test suite. jeresig 2010-03-23 12:19:47 -04:00
  • b3ccf2f288 Made it so that you no longer need to build jQuery in order to run the test suite (but you'll still need a checkout of QUnit and Sizzle, at least). jeresig 2010-03-23 12:12:16 -04:00
  • c90d609c0d Fixing request data param issue. Thanks to mislav for the patch. Fixes #5123. jeresig 2010-06-14 23:08:28 -04:00
  • c34a62f8ab Tweak spacing from last commit. jeresig 2010-06-14 23:05:01 -04:00
  • d1931a8241 Fix for http://dev.jquery.com/ticket/6451 malsup 2010-04-29 11:45:34 +08:00