Commit Graph

4311 Commits

Author SHA1 Message Date
Rick Waldron
7ff3da186c Unit tests are linted and passing. 2012-06-21 15:30:24 -04:00
Richard Gibson
66501469c0 Close GH-829: no ticket: smaller jQuery.ready. 2012-06-21 13:40:59 -04:00
timmywil
6cdca88eee Restore rhtmlString to its original form. 1.9 will come with starts-with html matching. For now, we are warning against broad use of jQuery() to parse html. 2012-06-21 11:38:31 -04:00
timmywil
c20e031058 Revert "Adjust jQuery('html') detection to only match when html starts with '<' (counting space characters). Fixes #11290"
This reverts commit 239fc86b01.

The consensus is that this would change behavior too abruptly. We will warn in 1.8 and do this in 1.9.
2012-06-21 11:38:31 -04:00
Rick Waldron
bc9945a6a4 Actually omit files that are specified. Fixes #11943
Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
2012-06-20 20:39:22 -04:00
timmywil
f3515b735e Update Sizzle: fixes test fails in selector module in IE9/Opera 2012-06-20 12:52:41 -04:00
timmywil
c8d5734e5b Update Sizzle: minor fix for matchesSelector usage in FF<12 2012-06-20 11:55:32 -04:00
timmywil
cc9bc0bb6b Update Sizzle: performance testing and changes for optimization. Adds back matchesSelector. 2012-06-20 11:41:58 -04:00
timmywil
239fc86b01 Adjust jQuery('html') detection to only match when html starts with '<' (counting space characters). Fixes #11290 2012-06-20 11:19:24 -04:00
Jacob Thornton
286c4d91dd Adds post-install grunt hook 2012-06-19 17:11:05 -04:00
timmywil
7692ae419d When detecting html in init, ignore html characters within quotes, brackets, and parens as well as escaped characters which are valid in selectors. Fixes #11290. 2012-06-19 11:35:45 -04:00
timmywil
868a9cea08 Update Sizzle: fixes a bug dealing with backslashes in selectors. Fixes #10270. 2012-06-19 11:00:16 -04:00
timmywil
fcd6ea8465 Fixes test fails in traversing and event 2012-06-19 02:23:16 -04:00
timmywil
ccffddd89b Update Sizzle: adds selector divisions for element-rooted QSA in the Dupont strategy. Fixes #11814. 2012-06-19 01:50:03 -04:00
timmywil
2e5d645287 Update Sizzle 2012-06-19 00:40:04 -04:00
timmywil
713cc86096 Move quickIs to Sizzle; Remove duplicate id matching in init; Added selector caching to Sizzle. Fixes #11826. 2012-06-18 23:10:32 -04:00
Dave Methvin
c18f1f119e Detect IE collapsing body margin directly rather than inferring it. 2012-06-18 16:02:26 -04:00
timmywil
5c37506540 Update Sizzle 2012-06-18 14:33:37 -04:00
Rick Waldron
c31a5ee9aa Fixes typo in comment 2012-06-18 14:17:10 -04:00
Dave Methvin
90a6a493e4 Browser sniffing is *bad*, folks, even in unit tests. 2012-06-18 13:52:05 -04:00
Rick Waldron
bab641a113 Fix comment block indents
Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
2012-06-18 13:28:47 -04:00
Rick Waldron
f7ee1f6e59 Update document.defaultView.getComputedStyle. Fixes #10373 2012-06-18 13:27:04 -04:00
Jörn Zaefferer
ab542c11ca Grunt: Include commit in header if passed as ENV arg, mostly for Jenkins 2012-06-18 19:25:37 +02:00
timmywil
80295ed0e5 Update Sizzle: rewrite attributes handling to be simpler and more widespread when independent from jQuery. No changes to jQuery's attribute handling. 2012-06-17 15:42:57 -04:00
Dave Methvin
a416e2ba0d Ensure that IE stays in Big Boy mode.
Although we use a lot of iframes in the test, the IE document mode is set by the parent document so we just need a single X-UA-Compatible in the main file.

http://msdn.microsoft.com/en-us/library/cc288325(v=vs.85).aspx
2012-06-16 10:57:41 -04:00
Sindre Sorhus
ea9ec95276 Fix #11231, (append|prepend|before|after) w/ array of jQuery objects.
Closes gh-666, thanks to @rkatic!
2012-06-15 22:29:02 -04:00
Vladimir Zhuravlev
9c28a320c3 Fix #11566, allow appending to DocumentFragment, closes gh-814. 2012-06-15 21:37:01 -04:00
Mike Sherov
0b352f6cb5 Fix #9505, percentage position values in Webkit, closes gh-825. 2012-06-15 21:25:25 -04:00
Richard Gibson
a101e81bde Interim take on cross-module variables, closes gh-817. 2012-06-15 21:01:44 -04:00
Daniel Herman
46d680458b Fix #11905, correct package.json license URLs, closes gh-826. 2012-06-15 20:45:37 -04:00
timmywil
75bed122e1 Update Sizzle: Removes an unnecessary link in the test suite 2012-06-15 16:10:45 -04:00
timmywil
8763bec032 Update Sizzle. Fixes #11109. 2012-06-15 14:24:31 -04:00
Jörn Zaefferer
e64f89d9aa Update version in package.json to reflect current version and make -git builds slighlty more useful 2012-06-15 15:56:04 +02:00
Scott González
a7430dfb12 Use QUnit's URL configs to simplify custom configuration. Closes gh-827 2012-06-15 08:23:42 -05:00
timmywil
8f944a1b5c Add necessary test html from Sizzle tests; Add an easy way to turn off QSA in tests 2012-06-15 02:09:38 -04:00
Jörn Zaefferer
1ea4fe7052 Grunt: Update testswarm task to use new module filter, reduces duplication when running, should speed things up 2012-06-14 00:33:10 +02:00
Jörn Zaefferer
7c16273b1c Update QUnit to v1.8.0 2012-06-14 00:31:28 +02:00
Rick Waldron
9c9bc5aa3b Fix args translation example in gruntfile comments 2012-06-12 12:53:58 -04:00
Rick Waldron
f13de6b3d6 Simplify the terminal command args syntax for custom builds. Update README 2012-06-12 12:52:30 -04:00
kborchers
47298a7d16 Fix typo in README 2012-06-12 11:01:44 -04:00
Julian Aubourg
501927719c Adds ajax to the list of optional modules. 2012-06-12 14:13:18 +03:00
Dave Methvin
83dfb99ea9 Tweak test for #11743 in an attempt to placate Jenkins.
I can't get the current test to fail locally or in Browserstack, but suspect it may have something to do with badjson.js.
2012-06-11 22:35:04 -04:00
Dave Methvin
6a7f2492d0 Run the dist task *after* minifying so we copy the new one. 2012-06-11 22:04:43 -04:00
Mike Sherov
934a2a703f Check animation is close instead of exact, closes gh-823. 2012-06-11 21:24:19 -04:00
Timo Tijhof
849303701a Test: Remove unused file "include_js.php", closes gh-820. 2012-06-11 21:18:17 -04:00
Mike Sherov
87e709cfcb Fix regression for "-200px" in animations; closes gh-822.
Also removes fake IIFEs ffrom effects.
2012-06-11 21:01:23 -04:00
Dave Methvin
f8c02c886e Fix #11328. I've never metaKey I liked on IE 6/7/8.
The `event.metaKey` property is undefined there so we ensure it's set to `false` for lack of a better default. The `originalEvent.metaKey` property is untouched if you prefer to make other guesses about the platform or key state.

This is pretty much impossible to unit test since it is not only platform dependendent but also only executed for native browser events.
2012-06-11 18:44:54 -04:00
Dave Methvin
9e0c056171 Fix #10589. Remove deprecated $.fn.data("events") special case.
No unit tests were harmed in the removal of this hack.
2012-06-11 17:16:19 -04:00
Timo Tijhof
6af0bcc626 Test: Set testswarm.runMax from config file 2012-06-11 15:56:08 -04:00
jaubourg
cac5b08f72 Here is hoping everything works with the full build and the build without ajax... looking at you @dmethvin ;) 2012-06-11 21:04:34 +02:00