Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch '8099' of https://github.com/rwldrn/jquery. Fixes #8099. | jeresig | 2011-04-14 | 2 | -1/+28 |
|\ | | | | | | | | | Conflicts: test/data/testsuite.css | ||||
| * | Ticket #8099 Performance tweaking, credits | rwldrn | 2011-04-13 | 2 | -10/+12 |
| | | |||||
| * | Ticket #8099 Updates per review | rwldrn | 2011-04-13 | 1 | -2/+7 |
| | | |||||
| * | Ticket #8099 Conditional iframe approache, caches both iframe and iframedoc ↵ | rwldrn | 2011-04-13 | 1 | -2/+6 |
| | | | | | | | | for reuse | ||||
| * | Ticket 8099, Reattempt with iframe | rwldrn | 2011-04-12 | 2 | -0/+16 |
| | | |||||
* | | Merge branch 'bug_4146_v2' of https://github.com/jboesch/jquery into ↵ | jeresig | 2011-04-14 | 1 | -0/+79 |
|\ \ | | | | | | | | | | jboesch-bug_4146_v2 | ||||
| * | | fixing bug 4146 - round 2! | Jordan Boesch | 2011-04-13 | 1 | -0/+79 |
| | | | |||||
* | | | Adjust the unit tests in traversing - is(jQuery) to avoid long-running ↵ | timmywil | 2011-04-14 | 1 | -8/+6 |
|/ / | | | | | | | script alerts | ||||
* | | IE9's support for SVG elements unfortunately does not extend to ↵ | timmywil | 2011-04-13 | 1 | -1/+1 |
| | | | | | | | | clearAttributes. Checks for its presence before proceeding. | ||||
* | | Fix test suite fail in IE6/7 on event:undelegate - was failing an if where ↵ | timmywil | 2011-04-13 | 1 | -2/+2 |
| | | | | | | | | it shouldn't | ||||
* | | Merge branch 'fix_suite_fails' of https://github.com/timmywil/jquery into ↵ | Dave Methvin | 2011-04-12 | 4 | -12/+14 |
|\ \ | | | | | | | | | | timmywil-fix_suite_fails | ||||
| * | | VML.type test was causing multiple test suite fails, fix attributes.js fail ↵ | timmywil | 2011-04-12 | 4 | -12/+14 |
| | | | | | | | | | | | | in IE6 where the val(String/Number) tests were interfering with the val(Function) tests | ||||
* | | | Followup to #8753. Modify new Event constructor signature to ↵ | Dave Methvin | 2011-04-12 | 1 | -2/+2 |
|/ / | | | | | | | jQuery.event(type, props), which can be exploited by jQuery.event.trigger as well. | ||||
* | | Accessing the 'type' property on VML elements fails on IE. Fixes #7071. | John Firebaugh | 2011-04-12 | 2 | -0/+8 |
| | | |||||
* | | Merge branch 'master' of https://github.com/rjgotten/jquery into ↵ | John Resig | 2011-04-12 | 1 | -2/+8 |
|\ \ | | | | | | | | | | | | | | | | | | | rjgotten-master. Also added in unit tests covering the case. Fixes #6180. Conflicts: src/manipulation.js | ||||
* \ \ | Merge branch 'bug_7931' of https://github.com/Xavi-/jquery into Xavi--bug_7931 | John Resig | 2011-04-12 | 1 | -1/+9 |
|\ \ \ | |_|/ |/| | | | | | | | | Conflicts: src/offset.js | ||||
| * | | Merge branch 'master' of git://github.com/jquery/jquery into bug_7931 | Xavi | 2011-01-18 | 16 | -378/+953 |
| |\ \ | |||||
| * | | | Bug 7931; Added unit tests for scrollTop/Left. | Xavi | 2011-01-09 | 1 | -1/+3 |
| | | | | |||||
| * | | | Bug 7931; Replaced with and | Xavi | 2011-01-09 | 1 | -4/+4 |
| | | | | |||||
| * | | | Bug 7931; Fixed bug that caused scrollTop and scrollLeft setters to return ↵ | Xavi | 2011-01-09 | 1 | -1/+7 |
| | | | | | | | | | | | | | | | | null when called on an empty jquery object | ||||
* | | | | revert last commit | louisremi | 2011-04-12 | 1 | -1/+1 |
| | | | | |||||
* | | | | switch double quotes with single quotes | louisremi | 2011-04-12 | 1 | -1/+1 |
| | | | | |||||
* | | | | merge with master and resolve more conflicts | louisremi | 2011-04-12 | 8 | -13/+184 |
|\ \ \ \ | |||||
| * | | | | Revert "QUnit test for overriding important css declarations, references #4427" | jeresig | 2011-04-12 | 2 | -19/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 1299e89dcd803ee0ed48622c716dc3d4c8567cb7. Conflicts: test/unit/css.js | ||||
| * | | | | Merge branch 'fix_8402' of https://github.com/lrbabe/jquery into lrbabe-fix_8402 | jeresig | 2011-04-12 | 1 | -0/+14 |
| |\ \ \ \ | |||||
| | * | | | | replace cssPropsAware branch | louisremi | 2011-04-11 | 1 | -0/+14 |
| | | | | | | |||||
| * | | | | | Merge branch 'fix_8403' of https://github.com/lrbabe/jquery into lrbabe-fix_8403 | jeresig | 2011-04-12 | 2 | -2/+5 |
| |\ \ \ \ \ | |||||
| | * | | | | | Double quote is the new simple quote | louisremi | 2011-04-11 | 1 | -1/+1 |
| | | | | | | | |||||
| | * | | | | | the expected number of assertions shouldn't contain a condition | louisremi | 2011-04-11 | 1 | -3/+3 |
| | | | | | | | |||||
| | * | | | | | limit this test to browsers not supporting opacity | louisremi | 2011-04-11 | 1 | -2/+4 |
| | | | | | | | |||||
| | * | | | | | Adding unit tests for #8403 | louisremi | 2011-03-07 | 2 | -2/+3 |
| | | | | | | | |||||
| * | | | | | | Merge branch 'master' of https://github.com/inukshuk/jquery into inukshuk-master | jeresig | 2011-04-12 | 1 | -1/+27 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: test/unit/offset.js | ||||
| | * | | | | | | Use parseFloat instead of parseInt to read CSS values. | Sylvester Keil | 2011-01-15 | 1 | -0/+26 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes #7730 and #7885. | ||||
| * | | | | | | | QUnit test for overriding important css declarations, references #4427 | Azatoth | 2011-04-12 | 2 | -0/+19 |
| | | | | | | | | |||||
| * | | | | | | | Merge branch 'bug_4366' of https://github.com/jboesch/jquery into ↵ | jeresig | 2011-04-12 | 1 | -1/+8 |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | jboesch-bug_4366 | ||||
| | * | | | | | | | Bug 4366; fixing $.each(document.styleSheets) from throwing errors in IE | Jordan Boesch | 2011-03-30 | 1 | -1/+8 |
| | | | | | | | | | |||||
| * | | | | | | | | Fixes unit/css.js test fail in Safari 5. support.js test was passing ↵ | timmywil | 2011-04-11 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | erroneously due to the body to which the div was attached having a width of 0 | ||||
| * | | | | | | | | Bug fixes in queue.js: type in dequeue could be undefined which lead to a ↵ | jaubourg | 2011-04-12 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | wrong data key, which would then have undesirable data left dangling on elements. Also adds missing semicolon in effects unit. | ||||
| * | | | | | | | | Merge branch 'master' of github.com:jquery/jquery | jaubourg | 2011-04-12 | 2 | -9/+24 |
| |\ \ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ | Merge branch '2773_firefox_opera_fix' of https://github.com/timmywil/jquery ↵ | jeresig | 2011-04-11 | 1 | -2/+1 |
| | |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | into timmywil-2773_firefox_opera_fix | ||||
| | | * | | | | | | | | Run order problem when running full test suite in Opera 11, removed failing ↵ | timmywil | 2011-04-11 | 1 | -2/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | test as it passed by itself and there are others just like it | ||||
| | * | | | | | | | | | Merge branch '8777' of https://github.com/rwldrn/jquery into rwldrn-8777 | jeresig | 2011-04-11 | 1 | -0/+21 |
| | |\ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/event.js | ||||
| | | * | | | | | | | | Ticket #8777 undelegate by namespace | rwldrn | 2011-04-05 | 1 | -6/+28 |
| | | | | | | | | | | | |||||
| | * | | | | | | | | | Fix broken merge. | jeresig | 2011-04-11 | 1 | -7/+2 |
| | | |_|_|_|/ / / / | | |/| | | | | | | | |||||
| * | | | | | | | | | Merge branch 'master' of github.com:jquery/jquery | jaubourg | 2011-04-11 | 7 | -114/+305 |
| |\| | | | | | | | | |||||
| * | | | | | | | | | Adds _mark and _unmark as a mean to keep track of ongoing non-queued ↵ | jaubourg | 2011-04-11 | 1 | -5/+106 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | animations in fn.promise. | ||||
* | | | | | | | | | | resolve conflict | louisremi | 2011-04-12 | 1 | -8/+3 |
| | | | | | | | | | | |||||
* | | | | | | | | | | third batch | louisremi | 2011-04-12 | 7 | -616/+616 |
| | | | | | | | | | | |||||
* | | | | | | | | | | second batch | louisremi | 2011-04-11 | 5 | -459/+459 |
| |/ / / / / / / / |/| | | | | | | | | |||||
* | | | | | | | | | Merge branch 'attrhooks.1.6v2' of https://github.com/timmywil/jquery | jeresig | 2011-04-10 | 1 | -4/+0 |
|\ \ \ \ \ \ \ \ \ |