]> source.dussan.org Git - jquery.git/log
jquery.git
12 years agoStreamline getComputedStyle per @JustinDrake's observation.
Dave Methvin [Sun, 6 Nov 2011 20:49:45 +0000 (15:49 -0500)]
Streamline getComputedStyle per @JustinDrake's observation.

12 years agoFix #10691. Remove all instances of equals() and same(), as these are deprecated...
Mike Sherov [Sun, 6 Nov 2011 20:27:42 +0000 (15:27 -0500)]
Fix #10691. Remove all instances of equals() and same(), as these are deprecated in QUnit.

12 years agoRemove forever-alone regexps in event.js
Dave Methvin [Sun, 6 Nov 2011 19:49:31 +0000 (14:49 -0500)]
Remove forever-alone regexps in event.js

These should have been removed during the event refactor.

12 years agoEliminate spurious error message from `which`.
Dave Methvin [Sun, 6 Nov 2011 19:45:35 +0000 (14:45 -0500)]
Eliminate spurious error message from `which`.

Some versions of `which` (Cygwin's among them) spit out an error to stderr when not all their args are found. We only expect one of these to be found anyway.

12 years agoUpdating the source version to 1.7.1pre
Dave Methvin [Thu, 3 Nov 2011 20:18:50 +0000 (16:18 -0400)]
Updating the source version to 1.7.1pre

12 years agoTagging the 1.7 release.
Dave Methvin [Thu, 3 Nov 2011 20:18:21 +0000 (16:18 -0400)]
Tagging the 1.7 release.

12 years agoUpdate the version for building release notes.
Dave Methvin [Thu, 3 Nov 2011 20:10:23 +0000 (16:10 -0400)]
Update the version for building release notes.

12 years agoCorrect typo in support.js assigning margin-top with cssText. Fixes #10638.
timmywil [Wed, 2 Nov 2011 18:03:08 +0000 (14:03 -0400)]
Correct typo in support.js assigning margin-top with cssText. Fixes #10638.

12 years agoUpdating the source version to 1.7pre
Dave Methvin [Tue, 1 Nov 2011 16:07:49 +0000 (12:07 -0400)]
Updating the source version to 1.7pre

12 years agoTagging the 1.7rc2 release.
Dave Methvin [Tue, 1 Nov 2011 16:07:23 +0000 (12:07 -0400)]
Tagging the 1.7rc2 release.

12 years agoAdd return in the offset support tests if the body is not present in frameset docs
timmywil [Tue, 1 Nov 2011 16:02:22 +0000 (12:02 -0400)]
Add return in the offset support tests if the body is not present in frameset docs

12 years agoFix a failing effects test in IE; minor style changes in effects
timmywil [Tue, 1 Nov 2011 13:46:20 +0000 (09:46 -0400)]
Fix a failing effects test in IE; minor style changes in effects

12 years agoPass iframe support tests at doc ready. Fixes support fail in FF7
timmywil [Mon, 31 Oct 2011 22:24:34 +0000 (18:24 -0400)]
Pass iframe support tests at doc ready. Fixes support fail in FF7

12 years agoRevert "Landing pull request 530. Fixes coniditional path for tr, td defaultDisplay...
timmywil [Mon, 31 Oct 2011 21:31:46 +0000 (17:31 -0400)]
Revert "Landing pull request 530. Fixes coniditional path for tr, td defaultDisplay() calls. Fixes #10416." Fixes #10622.

This reverts commit 22f2e8b3dc18dede5f1ccb28cbdf8cb5bcde115f.

12 years agoMerge branch 'bug_10613_2'
timmywil [Mon, 31 Oct 2011 16:34:32 +0000 (12:34 -0400)]
Merge branch 'bug_10613_2'

12 years agojQuery.support.supportsFixedPosition -> jQuery.support.fixedPosition; Remove jQuery...
timmywil [Mon, 31 Oct 2011 16:33:55 +0000 (12:33 -0400)]
jQuery.support.supportsFixedPosition -> jQuery.support.fixedPosition; Remove jQuery.offset.supportProps and reference support in offset

12 years agoReduce bytes and minor adjustments
timmywil [Mon, 31 Oct 2011 16:07:19 +0000 (12:07 -0400)]
Reduce bytes and minor adjustments

12 years agoConstruct a new container so that styles on the body are not affected
timmywil [Mon, 31 Oct 2011 14:50:19 +0000 (10:50 -0400)]
Construct a new container so that styles on the body are not affected

12 years agoRun offset support tests at doc ready. Fixes #10613.
timmywil [Mon, 31 Oct 2011 13:50:21 +0000 (09:50 -0400)]
Run offset support tests at doc ready. Fixes #10613.

12 years agoRenaming 'runner' to 'hooks' - makes it a little more obvious whats happening
Corey Frang [Mon, 31 Oct 2011 13:33:11 +0000 (08:33 -0500)]
Renaming 'runner' to 'hooks' - makes it a little more obvious whats happening

12 years agoAdd a way to fire native events using dispatchEvent/fireEvent in testinit.js; fixes...
timmywil [Fri, 28 Oct 2011 18:17:14 +0000 (14:17 -0400)]
Add a way to fire native events using dispatchEvent/fireEvent in testinit.js; fixes failing click test in FF3.6

12 years agoLanding pull request 562. Make sure runtimeStyle isn't affected by dimensions. Fixes...
Mike Sherov [Fri, 28 Oct 2011 14:53:42 +0000 (10:53 -0400)]
Landing pull request 562. Make sure runtimeStyle isn't affected by dimensions. Fixes #9233.

More Details:
 - https://github.com/jquery/jquery/pull/562
 - http://bugs.jquery.com/ticket/9233

12 years agoDRY the hover pseudo-event, get the type right, allow override.
Dave Methvin [Thu, 27 Oct 2011 21:11:40 +0000 (17:11 -0400)]
DRY the hover pseudo-event, get the type right, allow override.

Now with working unit test for extra correctness! If external code defines a special.hover event, we won't string-hack "hover" into "mouseenter mouseleave".

12 years agoPass correct arg list to special._default. Thanks @mikaelkaron!
Dave Methvin [Thu, 27 Oct 2011 20:02:54 +0000 (16:02 -0400)]
Pass correct arg list to special._default. Thanks @mikaelkaron!

12 years agoMerge pull request #565 from rwldrn/10601
Dave Methvin [Thu, 27 Oct 2011 19:49:41 +0000 (12:49 -0700)]
Merge pull request #565 from rwldrn/10601

Cleanup spacing. Fixes #10601

12 years agoCleanup spacing in traversing.js. Fixes #10601 565/head
Rick Waldron [Thu, 27 Oct 2011 19:35:09 +0000 (15:35 -0400)]
Cleanup spacing in traversing.js. Fixes #10601

12 years agoCleanup spacing in support.js. Fixes #10601
Rick Waldron [Thu, 27 Oct 2011 19:34:42 +0000 (15:34 -0400)]
Cleanup spacing in support.js. Fixes #10601

12 years agoCleanup spacing in queue.js. Fixes #10601
Rick Waldron [Thu, 27 Oct 2011 19:34:05 +0000 (15:34 -0400)]
Cleanup spacing in queue.js. Fixes #10601

12 years agoCleanup spacing in outro.js. Fixes #10601
Rick Waldron [Thu, 27 Oct 2011 19:33:37 +0000 (15:33 -0400)]
Cleanup spacing in outro.js. Fixes #10601

12 years agoCleanup spacing in offset.js. Fixes #10601
Rick Waldron [Thu, 27 Oct 2011 19:33:21 +0000 (15:33 -0400)]
Cleanup spacing in offset.js. Fixes #10601

12 years agoCleanup spacing in manipulation.js. Fixes #10601
Rick Waldron [Thu, 27 Oct 2011 19:32:49 +0000 (15:32 -0400)]
Cleanup spacing in manipulation.js. Fixes #10601

12 years agoCleanup spacing in events.js. Fixes #10601
Rick Waldron [Thu, 27 Oct 2011 19:31:35 +0000 (15:31 -0400)]
Cleanup spacing in events.js. Fixes #10601

12 years agoCleanup spacing in effects.js. Fixes #10601
Rick Waldron [Thu, 27 Oct 2011 19:30:12 +0000 (15:30 -0400)]
Cleanup spacing in effects.js. Fixes #10601

12 years agoCleanup spacing in css.js. Fixes #10601
Rick Waldron [Thu, 27 Oct 2011 19:29:09 +0000 (15:29 -0400)]
Cleanup spacing in css.js. Fixes #10601

12 years agoCleanup spacing in attributes.js. Fixes #10601
Rick Waldron [Thu, 27 Oct 2011 19:28:14 +0000 (15:28 -0400)]
Cleanup spacing in attributes.js. Fixes #10601

12 years agoCleanup spacing in ajax.js. Fixes #10601
Rick Waldron [Thu, 27 Oct 2011 19:26:37 +0000 (15:26 -0400)]
Cleanup spacing in ajax.js. Fixes #10601

12 years agoCleanup spacing in core.js. Fixes #10601
Rick Waldron [Thu, 27 Oct 2011 19:25:30 +0000 (15:25 -0400)]
Cleanup spacing in core.js. Fixes #10601

12 years agoCleanup spacing. Fixes #10601
Rick Waldron [Thu, 27 Oct 2011 19:07:21 +0000 (15:07 -0400)]
Cleanup spacing. Fixes #10601

12 years agoMake sure `.data("events")` still works, for now.
Dave Methvin [Thu, 27 Oct 2011 02:56:26 +0000 (22:56 -0400)]
Make sure `.data("events")` still works, for now.

12 years agoMerge pull request #564 from rwldrn/10586
Julian Aubourg [Wed, 26 Oct 2011 23:50:21 +0000 (16:50 -0700)]
Merge pull request #564 from rwldrn/10586

Core styleguide cleanup. Fixes #10586

12 years agoFix #10588. For now, event voyeurism only merits the look of disapproval.
Dave Methvin [Wed, 26 Oct 2011 21:04:15 +0000 (17:04 -0400)]
Fix #10588. For now, event voyeurism only merits the look of disapproval.

If you are using `.data("events")` we would like to know how we can provide a documented interface that satisfies the need.

12 years agoFix #10576. Add alias for jQuery.event.handle so voyeur code still works.
Dave Methvin [Wed, 26 Oct 2011 20:02:20 +0000 (16:02 -0400)]
Fix #10576. Add alias for jQuery.event.handle so voyeur code still works.

Between new 1.7 special event hooks and jQuery.event.simulate() we have a much cleaner solution than the people calling jQuery.event.handle are doing, but we shouldn't break their use of this undocumented internal interface for now.

12 years agoCore styleguide cleanup. Fixes #10586 564/head
Rick Waldron [Wed, 26 Oct 2011 18:58:05 +0000 (14:58 -0400)]
Core styleguide cleanup. Fixes #10586

12 years agoFix #10575. Undeclared `matched` var hosed recursive delegate calls.
Dave Methvin [Tue, 25 Oct 2011 17:43:27 +0000 (13:43 -0400)]
Fix #10575. Undeclared `matched` var hosed recursive delegate calls.

Thanks davidmurdoch for staying with this bug!

12 years agoUpdating the source version to 1.7pre
Dave Methvin [Mon, 24 Oct 2011 22:18:56 +0000 (18:18 -0400)]
Updating the source version to 1.7pre

12 years agoTagging the 1.7rc1 release. 1.7rc1
Dave Methvin [Mon, 24 Oct 2011 22:18:17 +0000 (18:18 -0400)]
Tagging the 1.7rc1 release.

12 years agoRemove attribute match from quickIs
Dave Methvin [Mon, 24 Oct 2011 22:05:53 +0000 (18:05 -0400)]
Remove attribute match from quickIs

As @timmywil points out, attributes and properties are confused by IE6/7. This commit also reworks the unit test case to do a better job of checking className matches.

12 years agoFix #10567. Make sure quickIs matches correct class name.
Dave Methvin [Mon, 24 Oct 2011 21:26:43 +0000 (17:26 -0400)]
Fix #10567. Make sure quickIs matches correct class name.

12 years agoFix 10558. Get the right element for checkClone; thanks zhengzongyi!
Dave Methvin [Mon, 24 Oct 2011 15:33:09 +0000 (11:33 -0400)]
Fix 10558. Get the right element for checkClone; thanks zhengzongyi!

12 years agoFix #10563. Ensure event.currentTarget==this if delegated.
Dave Methvin [Mon, 24 Oct 2011 15:17:24 +0000 (11:17 -0400)]
Fix #10563. Ensure event.currentTarget==this if delegated.

Now, event.delegateTarget is always the element where the event was handled, regardless of whether delegated handlers are attached.

12 years agoStop global event bubbling using onlyHandlers flag.
Dave Methvin [Mon, 24 Oct 2011 03:03:00 +0000 (23:03 -0400)]
Stop global event bubbling using onlyHandlers flag.

12 years agoMake jQuery().off(event) work for delegated events.
Dave Methvin [Mon, 24 Oct 2011 02:25:13 +0000 (22:25 -0400)]
Make jQuery().off(event) work for delegated events.

Logic to handle detaching by event was in both .off() and jQuery.event.remove; now it's only in .off(). It's a bit of a strange case since the event object (not the jQuery set) specifies the element.

12 years agoFold dispatch function into main event dispatch.
Dave Methvin [Mon, 24 Oct 2011 01:13:59 +0000 (21:13 -0400)]
Fold dispatch function into main event dispatch.

12 years agoDon't add an empty list of handlers.
Dave Methvin [Fri, 21 Oct 2011 15:16:27 +0000 (11:16 -0400)]
Don't add an empty list of handlers.

12 years agoMake event.currentTarget the delegate node, always.
Dave Methvin [Fri, 21 Oct 2011 15:11:36 +0000 (11:11 -0400)]
Make event.currentTarget the delegate node, always.

This lets us use currentTarget for its intended use and avoids creating a non-standard delegateTarget property.

12 years agoDon't run direct handlers if delegate did .stopPropagation().
Dave Methvin [Fri, 21 Oct 2011 14:56:16 +0000 (10:56 -0400)]
Don't run direct handlers if delegate did .stopPropagation().

12 years agoMerge pull request #563 from rwldrn/fix-spaces
timmywil [Mon, 24 Oct 2011 14:17:08 +0000 (07:17 -0700)]
Merge pull request #563 from rwldrn/fix-spaces

Clean up spacing in manipulation

12 years agoFixes gross indents. 563/head
Rick Waldron [Mon, 24 Oct 2011 13:27:16 +0000 (09:27 -0400)]
Fixes gross indents.

12 years agoLanding pull request 550. IE6,7,8 cannot use cached fragments from unknown elems...
timmywil [Sun, 23 Oct 2011 20:07:07 +0000 (16:07 -0400)]
Landing pull request 550. IE6,7,8 cannot use cached fragments from unknown elems. Fixes #10501.

More Details:
- https://github.com/jquery/jquery/pull/550
- http://bugs.jquery.com/ticket/10501

12 years agoLanding pull request 561. only check for not null in unit tests. Supplements #8388.
Mike Sherov [Sun, 23 Oct 2011 19:31:50 +0000 (15:31 -0400)]
Landing pull request 561. only check for not null in unit tests. Supplements #8388.

More Details:
 - https://github.com/jquery/jquery/pull/561
 - http://bugs.jquery.com/ticket/8388

12 years agoLanding pull request 554. #10531: Remove `layerX` and `layerY` Fixes #10531.
Mathias Bynens [Sat, 22 Oct 2011 20:14:47 +0000 (16:14 -0400)]
Landing pull request 554. #10531: Remove `layerX` and `layerY` Fixes #10531.

More Details:
 - https://github.com/jquery/jquery/pull/554
 - http://bugs.jquery.com/ticket/10531

12 years agoLanding pull request 553. Fallback to elem.style for disconnected nodes in width...
Mike Sherov [Sat, 22 Oct 2011 20:08:14 +0000 (16:08 -0400)]
Landing pull request 553. Fallback to elem.style for disconnected nodes in width/height retrieval. Fixes #8388.

More Details:
 - https://github.com/jquery/jquery/pull/553
 - http://bugs.jquery.com/ticket/10254
 - http://bugs.jquery.com/ticket/8388

12 years agoLanding pull request 560. Further reduce minimal header. Fixes #10553.
Rick Waldron [Sat, 22 Oct 2011 20:06:57 +0000 (16:06 -0400)]
Landing pull request 560. Further reduce minimal header. Fixes #10553.

More Details:
 - https://github.com/jquery/jquery/pull/560
 - http://bugs.jquery.com/ticket/10553

12 years agoSupport setting both the enctype attribute and property (encoding in IE6/7). Fixes...
timmywil [Sat, 22 Oct 2011 20:03:57 +0000 (16:03 -0400)]
Support setting both the enctype attribute and property (encoding in IE6/7). Fixes #6743.

13 years agoUse the property name in elem.removeAttribute in IE6/7 to ensure correct removals...
timmywil [Mon, 17 Oct 2011 20:45:27 +0000 (16:45 -0400)]
Use the property name in elem.removeAttribute in IE6/7 to ensure correct removals. Fixes #10514.

13 years agoUpdating the source version to 1.7pre
Dave Methvin [Fri, 14 Oct 2011 01:13:28 +0000 (21:13 -0400)]
Updating the source version to 1.7pre

13 years agoTagging the 1.7b2 release. 1.7b2
Dave Methvin [Fri, 14 Oct 2011 01:12:55 +0000 (21:12 -0400)]
Tagging the 1.7b2 release.

13 years agoFix #10489. Disconnected elements don't bubble to document.
Dave Methvin [Thu, 13 Oct 2011 20:30:40 +0000 (16:30 -0400)]
Fix #10489. Disconnected elements don't bubble to document.

13 years agoRun ajax tests in swarm
timmywil [Thu, 13 Oct 2011 16:07:54 +0000 (12:07 -0400)]
Run ajax tests in swarm

13 years agoUpdate sizzle; Add sizzle cache collision iframe test. Fixes #8539.
timmywil [Thu, 13 Oct 2011 15:11:41 +0000 (11:11 -0400)]
Update sizzle; Add sizzle cache collision iframe test. Fixes #8539.

13 years agoDo not call getElements on a script tag. Avoids unnecessary execution. Fixes #10176.
timmywil [Wed, 12 Oct 2011 04:06:30 +0000 (00:06 -0400)]
Do not call getElements on a script tag. Avoids unnecessary execution. Fixes #10176.

13 years agoTweak live-blur() test to silence a IE8 swarm fail.
Dave Methvin [Wed, 12 Oct 2011 02:55:10 +0000 (22:55 -0400)]
Tweak live-blur() test to silence a IE8 swarm fail.

13 years agoLeave the opacity test unanchored in case of floating point rounding browser errors...
timmywil [Wed, 12 Oct 2011 02:37:52 +0000 (22:37 -0400)]
Leave the opacity test unanchored in case of floating point rounding browser errors; small fix in queue tests. Fixes #5145.

13 years agoSquashed commit of the following:
Corey Frang [Wed, 12 Oct 2011 01:21:59 +0000 (21:21 -0400)]
Squashed commit of the following:

commit af3fd32f207ed080084f10d76f89c07c414baa05
Merge: 83c08ff fdd60f8
Author: Dave Methvin <dave.methvin@gmail.com>
Date:   Tue Oct 11 21:17:56 2011 -0400

    Merge branch 'stop' of https://github.com/gnarf37/jquery into pull-541-stop

commit fdd60f8705e98430df62196f505cb929b2d7f6bc
Author: Corey Frang <gnarf@gnarf.net>
Date:   Mon Oct 10 13:51:59 2011 -0500

    .stop( [queue,] clearQueue, gotoEnd )

13 years agoFix #10478. Replace jQuery.isNaN with jQuery.isNumeric.
Dave Methvin [Wed, 12 Oct 2011 01:04:22 +0000 (21:04 -0400)]
Fix #10478. Replace jQuery.isNaN with jQuery.isNumeric.

Thanks to Christian C. Salvadó for the unit tests!

13 years agoFixes #10477. Get `.off(type, null, fn)` right.
Dave Methvin [Wed, 12 Oct 2011 00:30:07 +0000 (20:30 -0400)]
Fixes #10477. Get `.off(type, null, fn)` right.

13 years agoRemoves isPending and introduces state as a means to retrieve the Deferred/Promise...
jaubourg [Wed, 12 Oct 2011 00:23:56 +0000 (20:23 -0400)]
Removes isPending and introduces state as a means to retrieve the Deferred/Promise state. Unit tests amended.

13 years agoFix focus/blur unit test issues. Reopens #6705.
Dave Methvin [Tue, 11 Oct 2011 03:14:08 +0000 (23:14 -0400)]
Fix focus/blur unit test issues. Reopens #6705.

In the event refactor, I tried to have the focus/blur events trigger the focus/blur plus focusin/focusout events but this doesn't handle various real-world cases that expect a trigger()ed jQuery handler to run and be able to pass data even if the native event shouldn't fire.

This reopens a bug that causes a double-fire of
inline event handlers.

13 years agoFix #10468. Remove jQuery.event.proxy and jQuery.event.guid.
Dave Methvin [Tue, 11 Oct 2011 01:51:15 +0000 (21:51 -0400)]
Fix #10468. Remove jQuery.event.proxy and jQuery.event.guid.

These were deprecated several versions ago and have always been undocumented. Use jQuery.proxy() and jQuery.guid instead.

13 years agoMerge pull request #535 from gnarf37/queue-true
Julian Aubourg [Fri, 7 Oct 2011 15:52:54 +0000 (08:52 -0700)]
Merge pull request #535 from gnarf37/queue-true

Effects - Allow queue: true - Fixes #10445

13 years agoMinor fix in events; undeclared var from last commit
timmywil [Fri, 7 Oct 2011 15:45:42 +0000 (11:45 -0400)]
Minor fix in events; undeclared var from last commit

13 years agoEffects - Allow queue: true - Fixes #10445 535/head
Corey Frang [Fri, 7 Oct 2011 15:16:38 +0000 (10:16 -0500)]
Effects - Allow queue: true - Fixes #10445

13 years agoMerge pull request #531 from rwldrn/events.js-cleanup
Dave Methvin [Fri, 7 Oct 2011 14:14:53 +0000 (07:14 -0700)]
Merge pull request #531 from rwldrn/events.js-cleanup

Style sweep

13 years agoAdd a hook for removing contenteditable in IE6/7 and remove the unnecessary jQuery...
timmywil [Thu, 6 Oct 2011 21:17:51 +0000 (17:17 -0400)]
Add a hook for removing contenteditable in IE6/7 and remove the unnecessary jQuery.attrFix. Fixes #10429.

13 years agoAdditional nits 531/head
Rick Waldron [Thu, 6 Oct 2011 20:36:15 +0000 (16:36 -0400)]
Additional nits

13 years agoStyle sweep
Rick Waldron [Thu, 6 Oct 2011 14:12:05 +0000 (10:12 -0400)]
Style sweep

13 years agoRename jQuery.event.propHooks to .fixHooks.
Dave Methvin [Thu, 6 Oct 2011 01:41:32 +0000 (21:41 -0400)]
Rename jQuery.event.propHooks to .fixHooks.

We already have jQuery.propHooks for the .prop() method, so using the same name for unrelated functionality on a sub-namespace is crazy talk. Since the method involved is jQuery.event.fix(), this will hopefully tie them together. Oh, and it's shorter.

13 years agoMerge pull request #522 from rwldrn/10371
Dave Methvin [Wed, 5 Oct 2011 21:22:31 +0000 (14:22 -0700)]
Merge pull request #522 from rwldrn/10371

Removes 'subline' from test/index.html. Fixes #10371

13 years agoLanding pull request 530. Fixes coniditional path for tr, td defaultDisplay() calls...
Rick Waldron [Tue, 4 Oct 2011 19:53:19 +0000 (15:53 -0400)]
Landing pull request 530. Fixes coniditional path for tr, td defaultDisplay() calls. Fixes #10416.

More Details:
 - https://github.com/jquery/jquery/pull/530
 - http://bugs.jquery.com/ticket/10416

13 years agoisProgressing becomes isPending. Unit tests added.
jaubourg [Tue, 4 Oct 2011 16:08:46 +0000 (12:08 -0400)]
isProgressing becomes isPending. Unit tests added.

13 years agoMerge pull request #529 from shichuan/master
Julian Aubourg [Tue, 4 Oct 2011 15:27:10 +0000 (08:27 -0700)]
Merge pull request #529 from shichuan/master

updated Juriy Zaytsev's detecting event support technique link in support.js

13 years agoupdated Juriy Zaytsev's detecting event support technique link in support.js 529/head
Shi Chuan [Tue, 4 Oct 2011 15:09:12 +0000 (23:09 +0800)]
updated Juriy Zaytsev's detecting event support technique link in support.js

13 years agoWe have too many unctions in this function.
jaubourg [Sun, 2 Oct 2011 13:50:09 +0000 (09:50 -0400)]
We have too many unctions in this function.

13 years agoLanding pull request 523. Adds character frequency reporting tool, use: make freq...
Rick Waldron [Sat, 1 Oct 2011 20:58:01 +0000 (16:58 -0400)]
Landing pull request 523. Adds character frequency reporting tool, use: make freq. Fixes #10372.

More Details:
 - https://github.com/jquery/jquery/pull/523
 - http://bugs.jquery.com/ticket/10372

13 years agoLanding pull request 525. Fixing tests with qunit.
Corey Frang [Sat, 1 Oct 2011 20:49:49 +0000 (16:49 -0400)]
Landing pull request 525. Fixing tests with qunit.

More Details:
 - https://github.com/jquery/jquery/pull/525

13 years agoAdd support for calling outer/inner Width/Height on the window and document. Fixes...
timmywil [Fri, 30 Sep 2011 21:50:07 +0000 (17:50 -0400)]
Add support for calling outer/inner Width/Height on the window and document. Fixes #9434.

13 years agoFix #10375. Don't put `type` in jQuery.event.props
Dave Methvin [Thu, 29 Sep 2011 14:34:40 +0000 (10:34 -0400)]
Fix #10375. Don't put `type` in jQuery.event.props

It's already set in jQuery.Event, and copying it can clobber values set by the caller, e.g., the UI widget factory.

13 years agoUpdate Sizzle. Fixes #3144, #6863.
timmywil [Wed, 28 Sep 2011 20:47:18 +0000 (16:47 -0400)]
Update Sizzle. Fixes #3144, #6863.

13 years agoUpdating the source version to 1.7pre
Dave Methvin [Wed, 28 Sep 2011 19:50:56 +0000 (15:50 -0400)]
Updating the source version to 1.7pre

13 years agoRemoves 'subline' from test/index.html. Fixes #10371 522/head
Rick Waldron [Wed, 28 Sep 2011 19:50:33 +0000 (15:50 -0400)]
Removes 'subline' from test/index.html. Fixes #10371