Rick Waldron
f5d2bc4db1
Ensure both height and width port functions exist before attempting to run dimensions tests.
...
Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
2012-06-06 17:38:52 -04:00
Mike Sherov
4dcd7dd324
Fixe dimensions tests. No core code changes. Supplements #11856
2012-06-06 17:06:03 -04:00
Rick Waldron
e680f36ca0
Fix busted tests that relied on width in 2nd param to jQuery(), dimensions stays modular. (core, attributes, offset)
...
Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
2012-06-05 16:38:18 -04:00
Mike Sherov
3225d61496
Make dimensions modular, adds optional build flag. Fixes #11856
2012-06-05 15:29:46 -04:00
Rick Waldron
8265fa0837
Allow users to store custom dist destinations in dist/.destination.json
...
Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
2012-06-05 13:10:01 -04:00
Rick Waldron
e0cdeac87b
Don't create "*" dir when "grunt dist" is run without explicit destination dir. (thanks @timmywil)
...
Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
2012-06-05 12:16:48 -04:00
Rick Waldron
ef31b678d3
Adds "grunt submodules" docs to readme, removes old make command docs
...
Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
2012-06-05 11:59:07 -04:00
Rick Waldron
655350be5d
Create special "grunt watch" task called "dev"
...
"dev" is a short task list that's optimized for grunt watch's high run rate frequency
Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
2012-06-05 11:52:22 -04:00
timmywil
37ffb29d37
Relativize all urls pertaining to dist/jquery.js so users can run their server from any file location; Make sure Sizzle is available for its tests in testrunner.
2012-06-04 18:04:11 -04:00
Rick Waldron
81c7b83d64
Make readme instructions bold and hopefully easier to spot
2012-06-04 12:56:06 -04:00
Rick Waldron
36623de76c
Take out the papers and the trash (from build/)
2012-06-04 12:53:53 -04:00
Rick Waldron
7c23b77af2
Strips IIFEs from modules; Always require built jQuery for tests.
2012-06-04 12:48:18 -04:00
Rick Waldron
9a3046c375
Space => tab indent correction
2012-06-03 10:42:24 -04:00
Mike Sherov
888635f8c1
No need to dasherize and use getPropertyValue, closes gh-805.
...
All invocations of curCSS are already camelcased. See the PR for discussion.
2012-06-01 08:24:23 -07:00
Rick Waldron
1442bf9449
Removes temp var, shaves 2 bytes from gzipped size
2012-05-31 18:15:57 -04:00
Mike Sherov
ba70f8aeb6
Fix #11724 , $(document).height() in Firefox 12. Closes gh-802.
...
This reopens #3838 for IE6 which is a regression on a fix in 1.7.2, but we'd rather break a really old IE than a really recent Firefox.
2012-05-31 09:24:44 -07:00
Richard Gibson
742872984e
Fix #11743 : Don't mask script errors in jQuery.ajax, closes gh-795.
2012-05-31 08:31:13 -07:00
Richard Gibson
2d37b6ccb8
Fix #11787 : Remove jQuery.curCSS, closes gh-801.
2012-05-31 08:21:53 -07:00
timmywil
1122c8ce32
Adjust the return type for the tabindex attribute tests to be a string. Recomment a tabindex test since FF12's QSA includes video elements that don't have a tabindex attribute.
...
Related:
https://bugzilla.mozilla.org/show_bug.cgi?id=618737
2012-05-30 15:00:30 -04:00
timmywil
f633c7f165
Uncomment an old test for when the tabindex attrhook was deprecated
2012-05-30 14:07:59 -04:00
timmywil
3e2a77c5e8
Remove the tabindex attrHook. Fixes #8473
2012-05-30 13:46:50 -04:00
timmywil
f313384be3
Update Sizzle: Fixes fail in ajax module and Safari 5.0
2012-05-30 11:20:28 -04:00
timmywil
2c57d4cf27
Update Sizzle: fixes fail in traversing tests
2012-05-29 22:33:17 -04:00
timmywil
66f60ba818
Update Sizzle: regex cleanup
2012-05-29 20:48:07 -04:00
timmywil
b4b2e87058
Update Sizzle: save 5 bytes
2012-05-29 16:08:00 -04:00
timmywil
de1d3fa38f
Update Sizzle: fixes a bug with the adjacent combinator. Fixes #9939 .
2012-05-29 15:46:33 -04:00
timmywil
9c69891d2d
Update Sizzle: only one assertion is needed for getElementsByClassName
2012-05-29 15:13:53 -04:00
timmywil
75277c52dc
Update Sizzle
2012-05-29 14:58:34 -04:00
timmywil
162ffe7295
Update README: IDs are without hashes in t()
2012-05-29 15:57:37 -03:00
timmywil
5660b6df50
Update README to stylize docs on jQuery's test suite methods
2012-05-29 14:25:02 -03:00
timmywil
a8d9d05388
Add quick-start documentation for testing with QUnit and using jQuery's helper methods.
2012-05-29 13:13:26 -04:00
Ben Alman
02dd7c570b
jQuery#addBack supports an optional selector that can be used to filter the prior set before adding it back. Fixes #9800
2012-05-29 12:04:27 -04:00
Richard Gibson
7f2cc46955
Fix #11767 . Modularize build and unit tests for exluding effects.
...
Closes gh-785. To build a version of jQuery without effects, use `grunt build:*:*:-effects`. The unit tests feature-check for the interfaces and skip the unit tests for effects if they don't detect it.
2012-05-28 22:36:23 -04:00
Rick Waldron
82d4c72fb1
Adds back dist/.sizecache.json; maintain build/.sizecache.json until build dir is removed
2012-05-28 22:20:37 -04:00
timmywil
9efad09d68
Add .sizecache.json to the gitignore
2012-05-28 21:39:31 -04:00
timmywil
e9e1221979
Update Sizzle: Case insensitive text filter. Fixes #8943
2012-05-28 20:10:57 -04:00
timmywil
12a01ee543
Revert QUnit to a stable release (v1.6.0)
2012-05-28 19:16:23 -04:00
timmywil
6f7bdf8977
Update Sizzle: Add test for [selected] attribute selections. Addresses a small issue in IE8's boolean attribute selections with QSA.
2012-05-28 18:32:20 -04:00
Oleg
631f0933b0
Followup gh-796. Eliminate try-catch in oldIE, closes gh-799.
2012-05-28 17:26:35 -04:00
timmywil
fb21faa1bc
Update Sizzle: Fixes a fail in traversing and one in ajax.
2012-05-28 16:04:45 -04:00
timmywil
66cf58e79f
Move length tests to jQuery's selector tests as it relates to jQuery.merge.
2012-05-28 15:07:39 -04:00
timmywil
22d2fe3679
Update Sizzle: independent XML testing
2012-05-28 13:10:36 -04:00
timmywil
3ee332b238
Minor test suite adjustments
2012-05-28 12:43:41 -04:00
timmywil
519b225a5b
Update QUnit
2012-05-28 12:43:16 -04:00
timmywil
a4fc2edaab
Update Sizzle and add tests from the Sizzle suite that require jQuery for the selection to jquery/test/unit/selector.js
2012-05-28 12:41:58 -04:00
Oleg
d0763a37c6
Fix #11823 . Remove webkitConvertPointFromNodeToPage. Closes gh-796.
2012-05-27 12:37:35 -04:00
Richard Gibson
bc7231e323
Apply a GibsonTransform(-55) to the #10877 fix. Closes gh-788.
2012-05-24 21:54:04 -04:00
Mike Sherov
d5e5ce5bd0
Fix #11311 . Percents not pixels for top/left/bottom/right. Closes gh-793.
2012-05-24 21:39:31 -04:00
Mike Sherov
04c06e6858
Fix #11443 fix. Safari 5.0.x, reliable margin? Riiight. Closes gh-792.
2012-05-24 21:04:50 -04:00
Corey Frang
4621a0131b
Optimizations to animation queue/promise logic, closes gh-776.
2012-05-22 23:04:45 -04:00