]>
source.dussan.org Git - jquery.git/log
timmywil [Thu, 14 Apr 2011 03:10:32 +0000 (23:10 -0400)]
Fix test suite fail in IE6/7 on event:undelegate - was failing an if where it shouldn't
jeresig [Wed, 13 Apr 2011 20:42:20 +0000 (16:42 -0400)]
Merge branch 'master' of github.com:jquery/jquery
jeresig [Wed, 13 Apr 2011 20:41:55 +0000 (16:41 -0400)]
Updating Sizzle.
jaubourg [Wed, 13 Apr 2011 17:27:19 +0000 (19:27 +0200)]
Ensures callback placeholders are tested for and eventually replaced in data only when contentType is application/x-www-form-urlencoded and data is a string. Removes json to jsonp promotion when jsonp or jsonpCallback options are present. Uses new Deferred.always method to bind cleanUp function.
jaubourg [Wed, 13 Apr 2011 16:35:38 +0000 (18:35 +0200)]
Fixes #8635 again (fix was lost in rewrite). Also removes unnecessary "manual" garbage collection.
Dave Methvin [Tue, 12 Apr 2011 23:42:35 +0000 (19:42 -0400)]
Merge branch 'fix_suite_fails' of https://github.com/timmywil/jquery into timmywil-fix_suite_fails
Dave Methvin [Tue, 12 Apr 2011 23:39:53 +0000 (19:39 -0400)]
Merge branch 'jslint_function_in_loop' of https://github.com/timmywil/jquery into timmywil-jslint_function_in_loop
timmywil [Tue, 12 Apr 2011 23:32:18 +0000 (19:32 -0400)]
VML.type test was causing multiple test suite fails, fix attributes.js fail in IE6 where the val(String/Number) tests were interfering with the val(Function) tests
Dave Methvin [Tue, 12 Apr 2011 23:29:09 +0000 (19:29 -0400)]
Followup to #8753. Modify new Event constructor signature to jQuery.event(type, props), which can be exploited by jQuery.event.trigger as well.
Dave Methvin [Tue, 12 Apr 2011 22:46:21 +0000 (18:46 -0400)]
Merge branch 'fix-8790-quick-trigger'
Conflicts:
src/event.js
Dave Methvin [Tue, 12 Apr 2011 22:32:23 +0000 (18:32 -0400)]
Explicitly set event.type in case we chopped out a namespace or exclusive flag.
timmywil [Tue, 12 Apr 2011 22:30:21 +0000 (18:30 -0400)]
JSLint failed due to function created within for loop
Dave Methvin [Tue, 12 Apr 2011 21:46:15 +0000 (17:46 -0400)]
Use explicit "new jQuery.Event" to avoid double-function-call overhead.
John Firebaugh [Tue, 12 Apr 2011 20:48:22 +0000 (16:48 -0400)]
Accessing the 'type' property on VML elements fails on IE. Fixes #7071.
John Resig [Tue, 12 Apr 2011 20:39:30 +0000 (16:39 -0400)]
Merge branch 'master' of https://github.com/rjgotten/jquery into rjgotten-master. Also added in unit tests covering the case. Fixes #6180.
Conflicts:
src/manipulation.js
John Resig [Tue, 12 Apr 2011 20:26:41 +0000 (16:26 -0400)]
Merge branch 'master' of https://github.com/jclain/jquery into jclain-master
John Resig [Tue, 12 Apr 2011 20:13:56 +0000 (16:13 -0400)]
Merge branch 'bug_7931' of https://github.com/Xavi-/jquery into Xavi--bug_7931
Conflicts:
src/offset.js
John Resig [Tue, 12 Apr 2011 20:05:40 +0000 (16:05 -0400)]
Merge branch 'Sub_Naming' of https://github.com/timmywil/jquery into timmywil-Sub_Naming
Conflicts:
src/core.js
src/css.js
src/event.js
John Resig [Tue, 12 Apr 2011 19:54:30 +0000 (15:54 -0400)]
More formatting tweaks.
John Resig [Tue, 12 Apr 2011 18:58:55 +0000 (14:58 -0400)]
Fixing some minor formatting problems.
John Resig [Tue, 12 Apr 2011 18:57:30 +0000 (14:57 -0400)]
Merge branch 'fix-8790-quick-trigger' of https://github.com/dmethvin/jquery into dmethvin-fix-8790-quick-trigger
louisremi [Tue, 12 Apr 2011 11:12:58 +0000 (13:12 +0200)]
revert last commit
louisremi [Tue, 12 Apr 2011 11:07:38 +0000 (13:07 +0200)]
switch double quotes with single quotes
louisremi [Tue, 12 Apr 2011 09:39:21 +0000 (11:39 +0200)]
resolve more conflicts
louisremi [Tue, 12 Apr 2011 09:29:25 +0000 (11:29 +0200)]
merge with master and resolve more conflicts
louisremi [Tue, 12 Apr 2011 09:18:44 +0000 (11:18 +0200)]
resolve conflict
louisremi [Tue, 12 Apr 2011 08:47:46 +0000 (10:47 +0200)]
third batch
jeresig [Tue, 12 Apr 2011 04:54:12 +0000 (00:54 -0400)]
Revert "QUnit test for overriding important css declarations, references #4427"
This reverts commit
1299e89dcd803ee0ed48622c716dc3d4c8567cb7 .
Conflicts:
test/unit/css.js
jeresig [Tue, 12 Apr 2011 04:38:48 +0000 (00:38 -0400)]
Some minor code cleanup.
jeresig [Tue, 12 Apr 2011 04:37:51 +0000 (00:37 -0400)]
Merge branch 'fix_8402' of https://github.com/lrbabe/jquery into lrbabe-fix_8402
jeresig [Tue, 12 Apr 2011 04:35:51 +0000 (00:35 -0400)]
Merge branch 'fix_8403' of https://github.com/lrbabe/jquery into lrbabe-fix_8403
jeresig [Tue, 12 Apr 2011 04:29:52 +0000 (00:29 -0400)]
Removing un-needed frameElement check as discussed in #8018. Fixes #8108.
jeresig [Tue, 12 Apr 2011 04:25:36 +0000 (00:25 -0400)]
Merge branch 'master' of https://github.com/inukshuk/jquery into inukshuk-master
Conflicts:
test/unit/offset.js
jeresig [Tue, 12 Apr 2011 04:18:12 +0000 (00:18 -0400)]
Merge branch 'master' of https://github.com/azatoth/jquery
Azatoth [Tue, 12 Apr 2011 04:17:07 +0000 (00:17 -0400)]
QUnit test for overriding important css declarations, references #4427
jeresig [Tue, 12 Apr 2011 04:12:27 +0000 (00:12 -0400)]
Merge branch 'bug_4366' of https://github.com/jboesch/jquery into jboesch-bug_4366
jeresig [Tue, 12 Apr 2011 04:09:46 +0000 (00:09 -0400)]
Merge branch 'master' of https://github.com/robmorgan/jquery into robmorgan-master
jeresig [Tue, 12 Apr 2011 04:05:21 +0000 (00:05 -0400)]
Merge branch 'attr_remove_list_check' of https://github.com/timmywil/jquery into timmywil-attr_remove_list_check
timmywil [Tue, 12 Apr 2011 03:59:12 +0000 (23:59 -0400)]
Fixes unit/css.js test fail in Safari 5. support.js test was passing erroneously due to the body to which the div was attached having a width of 0
timmywil [Mon, 11 Apr 2011 23:30:20 +0000 (19:30 -0400)]
retrieving list with getAttribute is fine, no need to add list here anymore
jaubourg [Mon, 11 Apr 2011 23:09:35 +0000 (01:09 +0200)]
Bug fixes in queue.js: type in dequeue could be undefined which lead to a wrong data key, which would then have undesirable data left dangling on elements. Also adds missing semicolon in effects unit.
jaubourg [Mon, 11 Apr 2011 22:27:51 +0000 (00:27 +0200)]
Merge branch 'master' of github.com:jquery/jquery
louisremi [Mon, 11 Apr 2011 20:33:29 +0000 (22:33 +0200)]
second batch
jeresig [Mon, 11 Apr 2011 20:00:34 +0000 (16:00 -0400)]
Merge branch '2773_firefox_opera_fix' of https://github.com/timmywil/jquery into timmywil-2773_firefox_opera_fix
louisremi [Mon, 11 Apr 2011 19:44:29 +0000 (21:44 +0200)]
double quotes, again
louisremi [Mon, 11 Apr 2011 19:43:43 +0000 (21:43 +0200)]
first batch
louisremi [Mon, 11 Apr 2011 19:33:15 +0000 (21:33 +0200)]
Double quote is the new simple quote
louisremi [Mon, 11 Apr 2011 19:14:41 +0000 (21:14 +0200)]
the expected number of assertions shouldn't contain a condition
louisremi [Mon, 11 Apr 2011 19:05:15 +0000 (21:05 +0200)]
limit this test to browsers not supporting opacity
louisremi [Mon, 11 Apr 2011 18:33:52 +0000 (20:33 +0200)]
replace cssPropsAware branch
Dave Methvin [Mon, 11 Apr 2011 17:25:57 +0000 (13:25 -0400)]
Merge branch 'master' of github.com:jquery/jquery into fix-8790-quick-trigger
Dave Methvin [Mon, 11 Apr 2011 17:19:00 +0000 (13:19 -0400)]
Shave some time off array setup in trigger/handle
timmywil [Mon, 11 Apr 2011 16:24:31 +0000 (12:24 -0400)]
Run order problem when running full test suite in Opera 11, removed failing test as it passed by itself and there are others just like it
jeresig [Mon, 11 Apr 2011 16:13:04 +0000 (12:13 -0400)]
Merge branch '8777' of https://github.com/rwldrn/jquery into rwldrn-8777
Conflicts:
src/event.js
timmywil [Mon, 11 Apr 2011 15:54:55 +0000 (11:54 -0400)]
Fix unit tests in firefox 4 and opera 11, passing null or undefined to indexOf was throwing an error in those browsers
Dave Methvin [Mon, 11 Apr 2011 15:44:26 +0000 (11:44 -0400)]
Merge branch 'master' of github.com:jquery/jquery into fix-8790-quick-trigger
Conflicts:
src/event.js
Rick Waldon [Mon, 11 Apr 2011 15:32:23 +0000 (11:32 -0400)]
Ticket #8753 Always set event type explicitly
Dave Methvin [Mon, 11 Apr 2011 15:25:27 +0000 (11:25 -0400)]
Merge branch 'master' of github.com:jquery/jquery into fix-8790-quick-trigger
jeresig [Mon, 11 Apr 2011 15:22:52 +0000 (11:22 -0400)]
Fix broken merge.
Dave Methvin [Mon, 11 Apr 2011 15:15:00 +0000 (11:15 -0400)]
Move initialization of event until we determine if anyone wants it.
jaubourg [Mon, 11 Apr 2011 11:41:17 +0000 (13:41 +0200)]
Merge branch 'master' of github.com:jquery/jquery
jaubourg [Mon, 11 Apr 2011 11:40:14 +0000 (13:40 +0200)]
Adds _mark and _unmark as a mean to keep track of ongoing non-queued animations in fn.promise.
Rob Morgan [Mon, 11 Apr 2011 04:32:45 +0000 (12:32 +0800)]
Adding a full-stop
Rob Morgan [Mon, 11 Apr 2011 04:24:38 +0000 (12:24 +0800)]
Fixing typos in the README.md file
Dave Methvin [Sun, 10 Apr 2011 21:40:31 +0000 (17:40 -0400)]
Merge branch 'master' of github.com:jquery/jquery into fix-8790-quick-trigger
jeresig [Sun, 10 Apr 2011 21:27:34 +0000 (17:27 -0400)]
Merge branch '8101_lrbabe_requestAnimationFrame' of https://github.com/timmywil/jquery into timmywil-8101_lrbabe_requestAnimationFrame
Conflicts:
src/effects.js
timmywil [Sun, 10 Apr 2011 21:17:34 +0000 (17:17 -0400)]
Separate raf function definition from passing it to requestAnimationFrame
jeresig [Sun, 10 Apr 2011 21:11:35 +0000 (17:11 -0400)]
Merge branch 'attrhooks.1.6v2' of https://github.com/timmywil/jquery
timmywil [Sun, 10 Apr 2011 21:08:18 +0000 (17:08 -0400)]
Added back support.js test for getSetAttribute and removed some duplicate code that crept into attributes.js
jeresig [Sun, 10 Apr 2011 20:56:56 +0000 (16:56 -0400)]
Merge branch 'modest_val_proposal' of https://github.com/timmywil/jquery into timmywil-modest_val_proposal
Conflicts:
src/attributes.js
jeresig [Sun, 10 Apr 2011 20:51:22 +0000 (16:51 -0400)]
Merge branch 'proxy-native-bind' of https://github.com/gf3/jquery into gf3-proxy-native-bind
jeresig [Sun, 10 Apr 2011 20:48:02 +0000 (16:48 -0400)]
Merge branch 'bug_7369' of https://github.com/timmywil/jquery into timmywil-bug_7369
jeresig [Sun, 10 Apr 2011 20:46:14 +0000 (16:46 -0400)]
Merge branch 'map-object.1.6' of https://github.com/danheberden/jquery into danheberden-map-object.1.6
jeresig [Sun, 10 Apr 2011 20:37:09 +0000 (16:37 -0400)]
Merge branch '2773_find_closest' of https://github.com/timmywil/jquery into timmywil-2773_find_closest
Conflicts:
test/unit/traversing.js
jeresig [Sun, 10 Apr 2011 20:32:40 +0000 (16:32 -0400)]
Fix formatting.
jeresig [Sun, 10 Apr 2011 20:31:10 +0000 (16:31 -0400)]
Merge branch 'bug_2773' of https://github.com/timmywil/jquery into timmywil-bug_2773
jeresig [Sun, 10 Apr 2011 20:28:44 +0000 (16:28 -0400)]
Bringing in the latest Sizzle code.
jeresig [Sun, 10 Apr 2011 20:28:15 +0000 (16:28 -0400)]
Merge branch 'eventprops.1.6final' of https://github.com/rwldrn/jquery into rwldrn-eventprops.1.6final
Conflicts:
test/unit/event.js
timmywil [Sun, 10 Apr 2011 20:26:39 +0000 (16:26 -0400)]
Merge branch 'master' into attrhooks.1.6v2
jeresig [Sun, 10 Apr 2011 19:49:17 +0000 (15:49 -0400)]
Merge branch 'attrhooks.1.6'
Conflicts:
src/core.js
src/support.js
jeresig [Sun, 10 Apr 2011 19:41:51 +0000 (15:41 -0400)]
Merge branch 'attrhooks.1.6v2' of https://github.com/timmywil/jquery into timmywil-attrhooks.1.6v2
Conflicts:
src/attributes.js
timmywil [Sun, 10 Apr 2011 19:40:49 +0000 (15:40 -0400)]
Had some stale code in test/unit/attributes.js
jeresig [Sun, 10 Apr 2011 19:38:54 +0000 (15:38 -0400)]
Pulling in latest Sizzle.
Dave Methvin [Sun, 10 Apr 2011 19:26:30 +0000 (15:26 -0400)]
Merge branch 'git_for_dummies' of https://github.com/azatoth/jquery into land-git-readme
Alexis Abril [Sun, 10 Apr 2011 19:17:00 +0000 (15:17 -0400)]
Fixes #7328. When getting data- attributes, after-cap any embedded dashes per the W3C HTML5 spec.
Rick Waldron [Sun, 10 Apr 2011 18:31:31 +0000 (14:31 -0400)]
Fixes #8814. Clean up inArray.
timmywil [Sat, 9 Apr 2011 21:25:06 +0000 (17:25 -0400)]
#8150 - When removing the width and height attributes in IE6/7, setting to "" actually sets to 0 instead of auto
- Having fixed this automatically with the use of removeAttribute in browsers that support it, this will fix it for IE6/7 as well.
- This has no effect on width/height styles set elsewhere( test added to removeAttr )
- With this addition, I need to call attr in removeAttr for IE6/7, which means boolean calls like .attr("checked", "") will no longer remove the attribute, which I think is fine. .attr("checked", false) will still remove. If I had left it, it would have gone in an infinite loop since setting to empty string is the only way to remove it in these browsers.
- The hrefNormalized hooks were returning null if they weren't present. Added the null check to the getter.
- Now that the style support fails in IE8 as well due to uppercasing everything, no need to have style included with the hrefNormalized hooks
timmywil [Sat, 9 Apr 2011 19:56:35 +0000 (15:56 -0400)]
IE8 testing for lowercasing the css properties on retrieving style; had assumed the style support check failed in IE8, which it now does
Carl Fürstenberg [Fri, 8 Apr 2011 18:56:56 +0000 (20:56 +0200)]
Git for dummies
Per request, here is an simple git for dummies quick sheet, with some
useful commands.
jaubourg [Fri, 8 Apr 2011 16:24:25 +0000 (18:24 +0200)]
Adds a default falsy value for focusinBubbles + minor style consistency regarding test expression in support map initialization.
jaubourg [Fri, 8 Apr 2011 15:41:14 +0000 (17:41 +0200)]
Applies exception in Style Guidelines regarding objects and functions when they are the last argument of a function call.
jaubourg [Fri, 8 Apr 2011 15:35:08 +0000 (17:35 +0200)]
Renames chain as pipe.
Dave Methvin [Fri, 8 Apr 2011 02:52:15 +0000 (22:52 -0400)]
Fixes #8722. Remove try/catch used by #3533 to fix the IE Table Colon Blow bug, and instead check for colon in the event name. Thanks to daguej for scoping this out -- a colonoscopy you might say.
Dave Methvin [Thu, 7 Apr 2011 15:30:26 +0000 (11:30 -0400)]
Merge branch 'master' of github.com:jquery/jquery
Dave Methvin [Thu, 3 Feb 2011 02:57:44 +0000 (21:57 -0500)]
Create jQuery.holdReady(true/false) method to encapsulate jQuery.readyWait++ / jQuery.ready(true) logic. Fix problem where jQuery.ready may trigger twice, causing the (unsupported) document.onready to run twice. Fixes #8803 .
jaubourg [Thu, 7 Apr 2011 04:56:19 +0000 (06:56 +0200)]
Merge branch 'master' of github.com:jquery/jquery
Conflicts:
src/support.js
jaubourg [Thu, 7 Apr 2011 04:51:37 +0000 (06:51 +0200)]
Rewrite of the support module. We use a temporary body element in order not to have to wait for the document to be ready for boxModel-related support tests.
jaubourg [Thu, 7 Apr 2011 04:47:15 +0000 (06:47 +0200)]
Rewrite of globalEval. Uses window.execScript or window.eval with a trick to ensure proper context. Unit tests added.
jaubourg [Thu, 7 Apr 2011 04:00:52 +0000 (06:00 +0200)]
Adds fn.promise as a mean to observe the completion of animations on a set of elements. Only queued animations are handled for now, non-queued animations support coming soon. Effects unit tests updated to test the feature (needs more testing though).
jaubourg [Thu, 7 Apr 2011 03:49:32 +0000 (05:49 +0200)]
Adds always and chain methods to deferreds.