John Resig
2555a5a232
Update the Sizzle location to point to the newly-moved repo.
2011-03-28 13:10:12 -04:00
rwldrn
ef0157d191
Bug #8635 Firefox uncaught exception
2011-03-28 12:31:03 -04:00
jeresig
ee81d4da92
Merge branch 'bug-3333' of https://github.com/rdworth/jquery
2011-03-24 22:10:38 -04:00
jeresig
23e8cc5608
Updating the source version to 1.5.2pre.
2011-03-24 20:12:40 -04:00
jeresig
2d80710ab0
Tagging the 1.5.2rc1 release.
2011-03-24 20:12:31 -04:00
jeresig
d86c48679a
Land new sizzle commit.
2011-03-24 20:08:40 -04:00
Richard Worth
735a949a06
Further fix for #3333 , refactored marginRight css hook to use jQuery.swap and computed. Thanks timmywil
2011-03-24 19:55:55 -04:00
jeresig
7b985c4ca0
Oops, that test file for bug #8316 was needed - was also missing an include and was causing errors.
2011-03-24 19:52:45 -04:00
jeresig
5ee4eefb9e
Updating Sizzle submodule to bring in the latest commit.
2011-03-24 19:40:09 -04:00
jeresig
53697d10ef
Fix missing semicolon.
2011-03-24 19:36:38 -04:00
Michael Murray
e8f4629b92
Offset setter for fixed position elements in Webkit. Fixes #8316 .
2011-03-24 19:02:38 -04:00
jeresig
1912ded3ee
Merge branch 'bug-3333' of https://github.com/rdworth/jquery into rdworth-bug-3333
2011-03-24 18:58:20 -04:00
Richard Worth
c3c507e900
Added css hook to work around bug in WebKit computed margin-right. Fixes #3333 - .css("marginRight") is incorrect in WebKit
2011-03-24 15:41:46 -04:00
jeresig
7705c35b14
Merge branch 'fix-8456-lost-mouseenter' of https://github.com/dmethvin/jquery into dmethvin-fix-8456-lost-mouseenter
2011-03-21 10:53:57 -04:00
jeresig
5c79f82ec2
Merge branch 'fix-7340-focusin-focusout-bubble' of https://github.com/dmethvin/jquery into dmethvin-fix-7340-focusin-focusout-bubble
2011-03-21 10:53:18 -04:00
Carl Fürstenberg
8a1156da9b
merge doesn't work when init
...
sadly the merge strategy doesn't work when doing an initial clone,
circumvent that
2011-03-18 17:59:16 +01:00
Carl Fürstenberg
e2dd8916ee
Adding core target
...
Adding core target to do jquery, minimization and lint
2011-03-18 17:59:09 +01:00
Carl Fürstenberg
b4acb7ae81
updating phony rules
2011-03-17 20:23:20 +01:00
Carl Fürstenberg
4f9e78616e
Change makefile order to only update submodules on 'all' target
...
insterad of always update the submodules, now only "make all" will run
that, thus an "make jquery" will not update them
2011-03-17 20:21:32 +01:00
Carl Fürstenberg
22738e0e4b
Remove jq target
...
remove obsolete jq target
2011-03-17 20:20:02 +01:00
Carl Fürstenberg
a2faed347d
Merge when updating submodules on make
...
When running make, the submodule update will remove all local changes.
Adding flag --rebase or --merge does solve the issue. rebase will
probably make it cleaner, but it might stop on conflict, thus --merge
will result in fewer (probably none).
2011-03-17 19:50:53 +01:00
John Resig
0cf336d2c9
Merge branch 'bug_6158' of https://github.com/jboesch/jquery into jboesch-bug_6158
2011-03-15 17:06:24 -04:00
Carl Fürstenberg
bd4468886d
adding pull command
2011-03-15 21:42:58 +01:00
Carl Fürstenberg
cd2ca7b591
pull submodules make command
...
Adding an helper funciton to pull the latest from all registered
submodules
2011-03-15 21:25:51 +01:00
Carl Fürstenberg
150d3decb5
Introduce submodules, closes #8536
...
Instead of the manual clone of sizzle and qunit, use git submodules
instead. this will ensure that all future releases can be recreated by
checking out an tag.
2011-03-15 20:16:09 +01:00
jaubourg
714ae379db
Fixes #8509 . Makes URL regexp less overzealous and ensures it recognizes URL schemes which do not contain a conformant hierarchical structure ( as per section 2.1.2 of http://www.ietf.org/rfc/rfc2718.txt ). Also adds about: and adobe air's app: and app-storage: to the list of local protocols and provides a failover in case document.location is illformed. Unit test added.
2011-03-15 19:20:03 +01:00
Jordan Boesch
124acbfbc5
removing parens
2011-03-14 14:17:02 -06:00
Dave Methvin
2ac4067a63
Fixes #8456 . Make sure parent is not null before crawling into its lap, so mouseenter is triggered on a mouseover event.
2011-03-09 22:38:26 -05:00
jaubourg
6c124d3dd4
Fixes #8423 . Never set X-Requested-With header automagically for cross-domain requests.
2011-03-07 00:42:09 +01:00
Jordan Boesch
dd100bf5ac
bug 6158; fixing replaceWith from throwing errors on non existant elements; fixing semicolon
2011-03-05 09:59:25 -06:00
Jordan Boesch
c9ef09c800
bug 6158; fixing replaceWith from throwing errors on non existant elements
2011-03-05 09:46:12 -06:00
Jordan Boesch
5c2d70979c
bug 6158; fixing replaceWith from throwing errors on empty elements
2011-03-05 09:30:29 -06:00
Dave Methvin
55ec6a71d2
Fixes #7340 . Use a single capturing handler to simulate bubbling focusin/focusout event on non-IE browsers. Allow native DOM methods to fire events other than the currently active one back into jQuery.
2011-03-04 21:16:40 -05:00
jaubourg
2d0bc7ce72
Moves Deferred-related code into a separate module. Context handling has been simplified in _Deferred.resolve and jQuery.when has been refactored for clarity (and minor optimization).
2011-03-03 19:38:06 +01:00
jaubourg
c1279895f3
Fix for #8421 . Makes sure resolveWith can be called with only one parameter.
2011-03-03 15:16:47 +01:00
gnarf
71bd828d9f
Grouped up the test
2011-02-24 13:21:05 -06:00
gnarf
14e9da51f9
A quick change to detect AIR urls
2011-02-24 13:10:33 -06:00
jaubourg
58faec7cb7
Removes unnecessary parenthesis from regular expression.
2011-02-24 06:37:37 +01:00
jaubourg
5d9db486c7
Revert "Fixes #8353 . Adds a catch block in resolveWith so that the finally block gets executed in IE7 and IE6."
...
This reverts commit cacea6f7e7
.
2011-02-24 00:32:30 +01:00
jeresig
83d1a1fd56
Updating the source version to 1.5.2pre.
2011-02-23 13:55:45 -05:00
jeresig
2defcf96e5
Tagging the 1.5.1 release.
2011-02-23 13:55:29 -05:00
jeresig
292acd97a2
Make a new jQuery.support.noCloneChecked - splitting apart the previous feature detect relating to clone in IE, fixes the last remaining issue with IE 9 RC. Fixes #8365 .
2011-02-23 13:18:44 -05:00
jaubourg
3663836b01
Refactors jQuery.when to avoid unnecessary recursion and limit function calls as much as possible.
2011-02-23 08:00:27 +01:00
jaubourg
cacea6f7e7
Fixes #8353 . Adds a catch block in resolveWith so that the finally block gets executed in IE7 and IE6.
2011-02-23 02:50:27 +01:00
jaubourg
e405419fb7
Makes the promise method of Deferreds a bit more readable by not using the variable declared as parameter trick anymore.
2011-02-22 00:44:22 +01:00
jeresig
d5f7711ce0
Updating the source version to 1.5.1pre.
2011-02-18 13:57:32 -05:00
jeresig
13e1198754
Tagging the 1.5.1rc1 release.
2011-02-18 13:57:25 -05:00
Dan Heberden
47abe5e1da
Bug #6911 - Prevent action on disabled elements, both triggering and bound via .live()
2011-02-18 10:09:07 -08:00
jaubourg
a43a5ca9cf
Revert "Adds an invert method to promises that returns a "inverted" promise that is resolved when the underlying deferred is rejected and rejected when the underlying deferred is resolved."
...
This reverts commit 4e97543051
.
2011-02-18 18:06:26 +01:00
Alex Sexton
752db8fffe
A temporary workaround for #8018 that avoids any chance of compatibility-breaking changes until a proper fix can be landed in 1.6.
2011-02-17 18:01:30 -06:00