]> source.dussan.org Git - jquery.git/log
jquery.git
11 years agoInclude Sizzle and Qunit with bower. Fixes #14118.
Timmy Willison [Wed, 10 Jul 2013 16:00:26 +0000 (12:00 -0400)]
Include Sizzle and Qunit with bower. Fixes #14118.

11 years agoRemove `undefined` var declarations
Timmy Willison [Mon, 8 Jul 2013 16:27:33 +0000 (12:27 -0400)]
Remove `undefined` var declarations

11 years agoSupport CommonJS environments by accentuating the need for a window with a document...
Timmy Willison [Thu, 4 Jul 2013 18:00:26 +0000 (14:00 -0400)]
Support CommonJS environments by accentuating the need for a window with a document. Fixes #13768.

11 years agoUpdate sizzle to 1.10.3-pre
Timmy Willison [Thu, 4 Jul 2013 17:25:47 +0000 (13:25 -0400)]
Update sizzle to 1.10.3-pre

11 years agoUpdating the source version to 1.10.3-pre
Dave Methvin [Wed, 3 Jul 2013 13:49:00 +0000 (09:49 -0400)]
Updating the source version to 1.10.3-pre

11 years agoTagging the 1.10.2 release.
Dave Methvin [Wed, 3 Jul 2013 13:48:24 +0000 (09:48 -0400)]
Tagging the 1.10.2 release.

11 years agoUpdate Sizzle to version 1.10.2
Timmy Willison [Wed, 3 Jul 2013 13:39:17 +0000 (09:39 -0400)]
Update Sizzle to version 1.10.2

11 years agoChange the changelog header style
Dave Methvin [Tue, 2 Jul 2013 20:12:12 +0000 (16:12 -0400)]
Change the changelog header style
(cherry picked from commit a44202dc604d14688756ae0cccde0fec53e53dbf)

11 years agoRevert "Fix #13983. Switch to //# for sourcemaps."
Dave Methvin [Tue, 2 Jul 2013 20:58:20 +0000 (16:58 -0400)]
Revert "Fix #13983. Switch to //# for sourcemaps."

Per the discussion here:
https://code.google.com/p/chromium/issues/detail?id=256636

Thanks to the Chrome team for the quick response!

This reverts commit d53ddc90c1f119fb9148a553443ef3fbc3f3cc99.
(cherry picked from commit 6e630fbbb19306e1914712502a2b22872e94ddad)

11 years agoFix #13983. Switch to //# for sourcemaps.
Dave Methvin [Tue, 2 Jul 2013 13:48:40 +0000 (09:48 -0400)]
Fix #13983. Switch to //# for sourcemaps.

Normally we'd avoid doing this on a patch release, but Chrome Canary is
spewing deprecation warnings already and that's generating bug tickets.
(cherry picked from commit d53ddc90c1f119fb9148a553443ef3fbc3f3cc99)

11 years agoFix test for #13937 ticket. Close gh-1299
Oleg [Thu, 27 Jun 2013 10:35:21 +0000 (14:35 +0400)]
Fix test for #13937 ticket. Close gh-1299
(cherry picked from commit 308980ee2a5c85ba1600446d093edc921f9a71de)

11 years agoUpdate AUTHORS.txt
Michał Gołębiowski [Mon, 1 Jul 2013 18:08:01 +0000 (20:08 +0200)]
Update AUTHORS.txt

11 years agoFixes #14049: don't append px to CSS order value. Close gh-1300. (cherry picked from...
Jason Merino [Fri, 28 Jun 2013 23:08:16 +0000 (16:08 -0700)]
Fixes #14049: don't append px to CSS order value. Close gh-1300. (cherry picked from ec6eb38c64aadd6860c402cc0894c77b82b1a65d)

11 years agoUpdate Sizzle: bower manifest
Timmy Willison [Thu, 27 Jun 2013 03:08:37 +0000 (23:08 -0400)]
Update Sizzle: bower manifest

11 years agoMoved too-early assignment inside the if stmt where the var is actually used. Close...
terrycojones [Wed, 19 Jun 2013 21:36:32 +0000 (22:36 +0100)]
Moved too-early assignment inside the if stmt where the var is actually used. Close gh-1292.
(cherry picked from commit 3a434434c420096cef478936ea21b33e9cfae30c)

11 years agoBuild: Update testswarm task to node-testswarm 1.x API
Jörn Zaefferer [Wed, 5 Jun 2013 13:58:33 +0000 (15:58 +0200)]
Build: Update testswarm task to node-testswarm 1.x API

11 years agoUpdate Sizzle. Avoid the use of frameElement. Fixes #13980.
Timmy Willison [Mon, 3 Jun 2013 20:10:48 +0000 (16:10 -0400)]
Update Sizzle. Avoid the use of frameElement. Fixes #13980.

11 years agoAvoid jQuery(this) and a closure for .toggle(Boolean), close gh-1271.
Jason Bedard [Sat, 11 May 2013 19:34:48 +0000 (12:34 -0700)]
Avoid jQuery(this) and a closure for .toggle(Boolean), close gh-1271.
(cherry picked from commit e53a91909061c7a7280a274990db179b94db81b6)

11 years agoFix #13974: XML .attr("type")
Richard Gibson [Sun, 2 Jun 2013 05:35:24 +0000 (01:35 -0400)]
Fix #13974: XML .attr("type")

11 years agoNo ticket: correct typo in an example in README.md. Close gh-1281. (cherry-picked...
Michał Gołębiowski [Fri, 31 May 2013 15:20:32 +0000 (17:20 +0200)]
No ticket: correct typo in an example in README.md. Close gh-1281. (cherry-picked from a0aa6232d0b451bb6e61a33d6f33a750b51bbe18)

11 years agoUpdating the source version to 1.10.2-pre
Dave Methvin [Thu, 30 May 2013 21:49:13 +0000 (17:49 -0400)]
Updating the source version to 1.10.2-pre

11 years agoTagging the 1.10.1 release.
Dave Methvin [Thu, 30 May 2013 21:49:05 +0000 (17:49 -0400)]
Tagging the 1.10.1 release.

11 years agoFix #13789: Don't throw when module === null. Close gh-1269. Close gh-1280. (cherry...
Eddie Monge [Mon, 13 May 2013 20:10:36 +0000 (13:10 -0700)]
Fix #13789: Don't throw when module === null. Close gh-1269. Close gh-1280. (cherry-picked from eabb56c27484cbffd2ce4951f661df83c91e5d7a)

11 years agoSizzle Update: fix #13936 - iframe reload should not affect Sizzle.
Oleg [Wed, 29 May 2013 13:46:02 +0000 (17:46 +0400)]
Sizzle Update: fix #13936 - iframe reload should not affect Sizzle.

11 years agoFix #13937: Correctly scope .finish() following multi-element .animate(). Thanks...
Richard Gibson [Sat, 25 May 2013 14:18:57 +0000 (10:18 -0400)]
Fix #13937: Correctly scope .finish() following multi-element .animate(). Thanks @gnarf37. Close gh-1279.

11 years agoFix #13939: Same-unit relative animations
Richard Gibson [Sun, 26 May 2013 20:02:32 +0000 (16:02 -0400)]
Fix #13939: Same-unit relative animations

11 years agoUpdating the source version to 1.10.1-pre
Dave Methvin [Fri, 24 May 2013 18:39:33 +0000 (14:39 -0400)]
Updating the source version to 1.10.1-pre

11 years agoTagging the 1.10.0 release.
Dave Methvin [Fri, 24 May 2013 18:39:24 +0000 (14:39 -0400)]
Tagging the 1.10.0 release.

11 years agoRemove an unnecessary comment
Michał Gołębiowski [Tue, 21 May 2013 06:35:12 +0000 (08:35 +0200)]
Remove an unnecessary comment

11 years agoDo not include the path in map references.
Dave Methvin [Fri, 24 May 2013 16:37:32 +0000 (12:37 -0400)]
Do not include the path in map references.
(cherry picked from commit 9cbd6898b9deb1a21b796933ba6f4e6dd801172e)

11 years agoFix #13793. Correct source map generation bugs. Close gh-1275. (cherry-picked from...
Michał Gołębiowski [Wed, 22 May 2013 13:11:19 +0000 (15:11 +0200)]
Fix #13793. Correct source map generation bugs. Close gh-1275. (cherry-picked from commit 997da31121b9d084ccba05a9bb1e258c8c8faaf0)

11 years agoHandles HEAD requests as if they always were 204. Fixes #13922.
Julian Aubourg [Thu, 23 May 2013 00:11:37 +0000 (02:11 +0200)]
Handles HEAD requests as if they always were 204. Fixes #13922.

11 years agoFollowup #13315: Correct support comment
Richard Gibson [Tue, 21 May 2013 21:08:49 +0000 (17:08 -0400)]
Followup #13315: Correct support comment

11 years agoUpdate the map reference in each minified file.
Dave Methvin [Fri, 17 May 2013 02:48:02 +0000 (22:48 -0400)]
Update the map reference in each minified file.

11 years agobuild: switch from .min.gz to .zip format.
Dave Methvin [Mon, 13 May 2013 01:58:53 +0000 (21:58 -0400)]
build: switch from .min.gz to .zip format.
(cherry picked from commit 5e8a5f4adcbaf07a8306f8a6a14a9fbcda81afb8)

11 years agobuild: update release script to use nodejs archiver.
Chris Talkington [Sun, 12 May 2013 21:21:31 +0000 (16:21 -0500)]
build: update release script to use nodejs archiver.
(cherry picked from commit eaee6eae0fee57337fabe41eb4558cf1acdf765b)

Conflicts:
AUTHORS.txt

11 years agobuild: correct paths so that archiving works.
Chris Talkington [Sun, 12 May 2013 20:50:54 +0000 (15:50 -0500)]
build: correct paths so that archiving works.
(cherry picked from commit 8ab32fe3ff81491e01f2da132ec2ba9bd499b555)

11 years agoFix #13894: CSS identifiers with backslash-escaped whitespace
Richard Gibson [Thu, 16 May 2013 01:25:30 +0000 (21:25 -0400)]
Fix #13894: CSS identifiers with backslash-escaped whitespace

11 years agoFix #13835: classes separated by form feed
Richard Gibson [Tue, 14 May 2013 01:55:00 +0000 (21:55 -0400)]
Fix #13835: classes separated by form feed
(cherry picked from commit d8a35011ec05ed3493a85c1bd699902893cd437c)

11 years agoFix #13855: line-height animations. Close gh-1265.
Richard Gibson [Thu, 9 May 2013 02:56:51 +0000 (22:56 -0400)]
Fix #13855: line-height animations. Close gh-1265.
(cherry picked from commit 3971c2ebb2e6729fe80bac4ee7b91bc02f26486f)

11 years agoRef #13483: Cherry-pick tests from master ea5c22ec12e6a548b1ec2d7b0dcd9f71bea8d5dd
Renato Oliveira dos Santos [Sun, 17 Mar 2013 06:40:18 +0000 (03:40 -0300)]
Ref #13483: Cherry-pick tests from master ea5c22ec12e6a548b1ec2d7b0dcd9f71bea8d5dd

11 years agoAdd release time to header on uncompressed file.
Dave Methvin [Sat, 11 May 2013 19:54:17 +0000 (15:54 -0400)]
Add release time to header on uncompressed file.

11 years agoUpdate Sizzle: fix sort order test
Timmy Willison [Fri, 10 May 2013 19:43:39 +0000 (15:43 -0400)]
Update Sizzle: fix sort order test

11 years agoUpdate Sizzle: empty string arguments in pseudos. Fixes #13882.
Timmy Willison [Fri, 10 May 2013 16:48:03 +0000 (12:48 -0400)]
Update Sizzle: empty string arguments in pseudos. Fixes #13882.

11 years agoUpdating the source version to 1.10.0-pre
Dave Methvin [Fri, 10 May 2013 01:16:58 +0000 (21:16 -0400)]
Updating the source version to 1.10.0-pre

11 years agoTagging the 1.10.0-beta1 release. 1.10.0-beta1
Dave Methvin [Fri, 10 May 2013 01:16:49 +0000 (21:16 -0400)]
Tagging the 1.10.0-beta1 release.

11 years agoUse grunt option with grunt.util.spawn, close gh-1255.
Kyle Robinson Young [Wed, 24 Apr 2013 18:56:38 +0000 (11:56 -0700)]
Use grunt option with grunt.util.spawn, close gh-1255.
(cherry picked from commit b5580a989869f0b702e60704a35e133eeee3e1fc)

11 years agoOnly call jQuery(this) when needed. Close gh-1260.
Jason Bedard [Fri, 3 May 2013 01:45:02 +0000 (18:45 -0700)]
Only call jQuery(this) when needed. Close gh-1260.

Conflicts:
.mailmap
AUTHORS.txt

11 years agoFix #13223. Re-allow leading space in HTML. Close gh-1264.
Dave Methvin [Thu, 9 May 2013 01:07:41 +0000 (21:07 -0400)]
Fix #13223. Re-allow leading space in HTML. Close gh-1264.

11 years agoCreate CDN archives in the build script.
Dave Methvin [Thu, 9 May 2013 00:00:24 +0000 (20:00 -0400)]
Create CDN archives in the build script.

11 years agoUpdate Sizzle: minor fixes
Timmy Willison [Wed, 8 May 2013 14:38:06 +0000 (10:38 -0400)]
Update Sizzle: minor fixes

11 years agoUpdate Sizzle: fix failing tests with attributes
Timmy Willison [Tue, 7 May 2013 21:37:51 +0000 (17:37 -0400)]
Update Sizzle: fix failing tests with attributes

11 years agoMove attr hook for value to Sizzle.
Timmy Willison [Tue, 7 May 2013 19:22:58 +0000 (15:22 -0400)]
Move attr hook for value to Sizzle.

Related: https://github.com/jquery/sizzle/issues/209

11 years agoNo ticket: Sync master/1.x-master README.md.
Richard Gibson [Mon, 6 May 2013 15:13:25 +0000 (11:13 -0400)]
No ticket: Sync master/1.x-master README.md.

11 years agoFix #13846: .prev sort direction
Richard Gibson [Wed, 1 May 2013 15:33:06 +0000 (11:33 -0400)]
Fix #13846: .prev sort direction
(cherry picked from commit 9c4a428528cc47b0ef87a273f191c0fbbccc9678)

11 years agoFix #13803: domManip remote-script evaluation per 1.9 (AJAX dataType "script")
Richard Gibson [Mon, 29 Apr 2013 17:31:59 +0000 (13:31 -0400)]
Fix #13803: domManip remote-script evaluation per 1.9 (AJAX dataType "script")
(cherry picked from commit 18cccd04a6f69018242bce96ef905bc5d3be6ff8)

11 years agoFix #13819: .parent sort direction
Richard Gibson [Wed, 24 Apr 2013 15:38:23 +0000 (11:38 -0400)]
Fix #13819: .parent sort direction

11 years agoFix #13809: Avoid collisions with words reserved by any version of ECMA-262
Richard Gibson [Wed, 24 Apr 2013 13:06:11 +0000 (09:06 -0400)]
Fix #13809: Avoid collisions with words reserved by any version of ECMA-262
(cherry picked from commit ad71f47b27f463c6952768c5ab2773ae15ffa745)

11 years agoFix #13810: .replaceWith(nextSibling)
Richard Gibson [Tue, 23 Apr 2013 01:08:18 +0000 (21:08 -0400)]
Fix #13810: .replaceWith(nextSibling)
(cherry picked from commit d8f7e8371230a6dd504ca02e65442745b6ff6ce2)

11 years agoFix #13807: attribute/Object.prototype name collisions
Richard Gibson [Mon, 22 Apr 2013 13:58:09 +0000 (09:58 -0400)]
Fix #13807: attribute/Object.prototype name collisions
(cherry picked from commit 67a080b284af50433583da05f84e73bc63814bab)

11 years agoFix #13797: .is with single-node context
Richard Gibson [Sat, 20 Apr 2013 15:40:27 +0000 (11:40 -0400)]
Fix #13797: .is with single-node context

11 years agoNo ticket: Reduce .find
Richard Gibson [Sat, 20 Apr 2013 14:02:07 +0000 (10:02 -0400)]
No ticket: Reduce .find

11 years agoFix failing test in manipulation. Empty string values are acceptable.
Timmy Willison [Thu, 18 Apr 2013 18:00:13 +0000 (14:00 -0400)]
Fix failing test in manipulation. Empty string values are acceptable.

11 years agoFix #13776: Add banner before generating source map. Close gh-1246.
Richard Gibson [Thu, 18 Apr 2013 17:19:22 +0000 (13:19 -0400)]
Fix #13776: Add banner before generating source map. Close gh-1246.
(cherry picked from commit 9d16fe6283667396094d49559a37fc672c06252c)

11 years agoRemove usage of the deprecated getAttributeNode() unless a support test warrants...
Timmy Willison [Thu, 18 Apr 2013 17:39:29 +0000 (13:39 -0400)]
Remove usage of the deprecated getAttributeNode() unless a support test warrants it. Fixes #12072.

11 years agoFix #13743. Remove deprecated support.boxModel. Close gh-1231.
Michał Gołębiowski [Sun, 7 Apr 2013 12:42:42 +0000 (14:42 +0200)]
Fix #13743. Remove deprecated support.boxModel. Close gh-1231.

add myself to AUTHORS.txt

11 years agoFix #13741. Make wrap/unwrap methods optional; close gh-1236.
Michał Gołębiowski [Mon, 8 Apr 2013 21:40:08 +0000 (23:40 +0200)]
Fix #13741. Make wrap/unwrap methods optional; close gh-1236.

move size() test to unit/deprecated;
don't use size() in other tests;
make 2 unit tests actually fire;
code cleanup

11 years agoFollowup #13779: Backwards-compatible unit test
Richard Gibson [Wed, 17 Apr 2013 16:23:44 +0000 (12:23 -0400)]
Followup #13779: Backwards-compatible unit test

11 years agoFix #12838: hook point for non-jQuery.ajax synchronous script fetch/execute in domMan...
Richard Gibson [Sun, 2 Dec 2012 05:14:25 +0000 (00:14 -0500)]
Fix #12838: hook point for non-jQuery.ajax synchronous script fetch/execute in domManip. Close gh-1051.
(cherry picked from commit 03db1ada2cc223edf545c5a452e55062647837fa)

11 years agoFixes #13779. Remove nodes in document order
Rick Waldron [Wed, 17 Apr 2013 02:26:22 +0000 (22:26 -0400)]
Fixes #13779. Remove nodes in document order

Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
11 years agoFix #13596; #13722: .replaceWith consistency. Close gh-1216.
Richard Gibson [Wed, 3 Apr 2013 17:17:02 +0000 (13:17 -0400)]
Fix #13596; #13722: .replaceWith consistency. Close gh-1216.

11 years agoFurther spacing & code style corrections.
Michał Gołębiowski [Mon, 15 Apr 2013 17:26:34 +0000 (19:26 +0200)]
Further spacing & code style corrections.

11 years agoCorrect spacing
Michał Gołębiowski [Mon, 15 Apr 2013 17:13:08 +0000 (19:13 +0200)]
Correct spacing

11 years agoUpdate Sizzle: src attribute in IE7. Fixes #13777.
Timmy Willison [Mon, 15 Apr 2013 14:43:29 +0000 (10:43 -0400)]
Update Sizzle: src attribute in IE7. Fixes #13777.

11 years agoAdd onevar to jshintrc, but remove the option for linting the concatenated file
Timmy Willison [Tue, 9 Apr 2013 16:48:34 +0000 (12:48 -0400)]
Add onevar to jshintrc, but remove the option for linting the concatenated file

11 years agoUpdate Sizzle: jshintrc
Timmy Willison [Tue, 9 Apr 2013 16:40:50 +0000 (12:40 -0400)]
Update Sizzle: jshintrc

11 years agoUpdate jshintrc to conform to new style guide. Conform to onevar and unused in tests...
Timmy Willison [Tue, 9 Apr 2013 15:45:09 +0000 (11:45 -0400)]
Update jshintrc to conform to new style guide. Conform to onevar and unused in tests. Fixes #13755.

Conflicts:
src/.jshintrc
src/data.js
test/unit/attributes.js
test/unit/core.js
test/unit/data.js
test/unit/event.js
test/unit/manipulation.js
test/unit/queue.js
test/unit/traversing.js
test/unit/wrap.js

11 years agoFix #13754: Require element.style for support tests
Richard Gibson [Tue, 9 Apr 2013 13:59:43 +0000 (09:59 -0400)]
Fix #13754: Require element.style for support tests

11 years agoFix #13393. Avoid IE9 activeElement of death.
Dave Methvin [Tue, 9 Apr 2013 01:33:25 +0000 (21:33 -0400)]
Fix #13393. Avoid IE9 activeElement of death.

(Cherry picked from 85fc5878b3c6af73f42d61eedf73013e7faae408)

Conflicts:
src/event.js

11 years agoAdjust the return value of the tabIndex propHook to match the spec. Fixes #13752.
Oleg Gaidarenko [Tue, 9 Apr 2013 01:33:17 +0000 (21:33 -0400)]
Adjust the return value of the tabIndex propHook to match the spec. Fixes #13752.

11 years agoUpdate Sizzle: pick IE over Chrome this time. Supplements #13378.
Timmy Willison [Mon, 8 Apr 2013 19:37:58 +0000 (15:37 -0400)]
Update Sizzle: pick IE over Chrome this time. Supplements #13378.

11 years agoRevert "Update Sizzle: use documentElement in focus selector. Fixes #13378."
Timmy Willison [Mon, 8 Apr 2013 19:36:52 +0000 (15:36 -0400)]
Revert "Update Sizzle: use documentElement in focus selector. Fixes #13378."

This reverts commit ae7efb6bc2a6e29f798e6906d217c1e7f2445c29.

11 years agoUpdate Sizzle: use documentElement in focus selector. Fixes #13378.
Timmy Willison [Mon, 8 Apr 2013 18:17:01 +0000 (14:17 -0400)]
Update Sizzle: use documentElement in focus selector. Fixes #13378.

11 years agoRef #12652: Allow overriding native .click() suppression
Richard Gibson [Sun, 7 Apr 2013 02:56:03 +0000 (22:56 -0400)]
Ref #12652: Allow overriding native .click() suppression

11 years agoNo ticket: Move jQuery.fn.size to deprecated. Close gh-1229.
Michał Gołębiowski [Sun, 7 Apr 2013 11:48:46 +0000 (13:48 +0200)]
No ticket: Move jQuery.fn.size to deprecated. Close gh-1229.

11 years agoRef #13554: Move redundant methods to event-alias.js. Close gh-1225.
Michał Gołębiowski [Mon, 4 Mar 2013 02:22:11 +0000 (03:22 +0100)]
Ref #13554: Move redundant methods to event-alias.js. Close gh-1225.
(cherry picked from commits 8ca9f931ec311b6f73990eac7665451a28bceac3 84a94acae1ed7d65d91df235985e433d34486dc3 100d3c351604e1f9641098da2e78678b4e6d9cdf)

11 years agoNo ticket: fix indentation. Close gh-1224.
Michał Gołębiowski [Sun, 7 Apr 2013 03:48:48 +0000 (05:48 +0200)]
No ticket: fix indentation. Close gh-1224.

11 years agoFix indentation issue with last cherry-pick.
Dave Methvin [Sat, 6 Apr 2013 20:50:36 +0000 (16:50 -0400)]
Fix indentation issue with last cherry-pick.

11 years agoFix #13721. Filter before .remove() loop so positionals work. Close gh-1221.
Dave Methvin [Fri, 5 Apr 2013 12:57:01 +0000 (08:57 -0400)]
Fix #13721. Filter before .remove() loop so positionals work. Close gh-1221.

(Cherry picked from 1b610266502490eab42a0b9ddfac2f93da0b0fe1)

11 years agoNo ticket: minor 1.x/2.x code standardization
Richard Gibson [Fri, 5 Apr 2013 05:16:32 +0000 (01:16 -0400)]
No ticket: minor 1.x/2.x code standardization

11 years agoFix #13539: Utilize Sizzle hooks. Close gh-1215.
Richard Gibson [Wed, 27 Mar 2013 01:20:27 +0000 (21:20 -0400)]
Fix #13539: Utilize Sizzle hooks. Close gh-1215.

11 years agoRef 65a66489: oldIE handholding for native event tests
Richard Gibson [Thu, 4 Apr 2013 23:26:08 +0000 (19:26 -0400)]
Ref 65a66489: oldIE handholding for native event tests

11 years agoFix #12199. Handle iteration over inherited properties in oldIE. Close
Brandon Johnson [Thu, 4 Apr 2013 14:14:05 +0000 (10:14 -0400)]
Fix #12199. Handle iteration over inherited properties in oldIE. Close
gh-1196.

11 years agoFix #13543. offsetWidth is wrong on non-1 zoom. Close gh-1218.
Michał Gołębiowski [Mon, 4 Mar 2013 04:20:25 +0000 (05:20 +0100)]
Fix #13543. offsetWidth is wrong on non-1 zoom. Close gh-1218.

11 years agoRemove doesNotIncludeMarginInBodyOffset from support checks.
Dave Methvin [Thu, 4 Apr 2013 01:44:40 +0000 (21:44 -0400)]
Remove doesNotIncludeMarginInBodyOffset from support checks.

11 years agoRemove an unused support check, correct a comment. Close gh-1212.
Michał Gołębiowski [Tue, 26 Mar 2013 03:48:47 +0000 (04:48 +0100)]
Remove an unused support check, correct a comment. Close gh-1212.

11 years agoUpdate grunt-contrib-jshint to 0.3.0, ref gh-1204.
Michał Gołębiowski [Wed, 13 Mar 2013 23:23:36 +0000 (00:23 +0100)]
Update grunt-contrib-jshint to 0.3.0, ref gh-1204.

11 years agoRef #13353: capture onlyHandlers in jQuery.Event.isTrigger. Close gh-1183.
Richard Gibson [Sat, 2 Feb 2013 02:20:15 +0000 (21:20 -0500)]
Ref #13353: capture onlyHandlers in jQuery.Event.isTrigger. Close gh-1183.

11 years agoRemove the define.amd.jQuery check, close gh-1150.
jrburke [Wed, 30 Jan 2013 23:32:19 +0000 (15:32 -0800)]
Remove the define.amd.jQuery check, close gh-1150.

Cherry picked from 2.0 master 34c4e122a333bbfc80bd4f6e79db20f3a73ae5b3

Conflicts:
src/exports.js

11 years agoNo ticket: fix build date formatting
Richard Gibson [Mon, 1 Apr 2013 17:02:57 +0000 (13:02 -0400)]
No ticket: fix build date formatting
(cherry picked from commit 5b59a63b2b9247b326c654ca941a1dfe77914024)