Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Event: Empty namespaces should be uneventfully ignored | Dave Methvin | 2014-12-09 | 1 | -1/+1 |
| | | | | | | Thanks @hamishdickson for the report! Closes gh-1769 | ||||
* | Event: Copy detail property to jQuery.Event on native events | Dave Methvin | 2014-12-03 | 1 | -1/+1 |
| | | | | Fixes gh-1867 | ||||
* | Misc: Drop support for older browsers; update support comments | Michał Gołębiowski | 2014-11-03 | 1 | -8/+5 |
| | | | | | | | | That includes Opera 12.x, Firefox<29, Safari<6.0 and some hacks for old Blackberry. Closes gh-1820 Refs gh-1815 | ||||
* | Event: Restore the `constructor` property on jQuery.Event prototype | Daniel Herman | 2014-09-04 | 1 | -0/+1 |
| | | | | | | | | | The original definition of the jQuery.Event prototype was paving over the `constructor` property which was causing jQuery.isPlainObject to improperly report that an instance of jQuery.Event was a plain object. Fixes #15090 Closes gh-1580 | ||||
* | Core: Drop strundefined variable | Chris Antaki | 2014-09-02 | 1 | -3/+2 |
| | |||||
* | Build: update grunt-jscs-checker and pass with the new rules | Timmy Willison | 2014-07-17 | 1 | -25/+40 |
| | |||||
* | Support: clean up comments and Support notation | Dave Methvin | 2014-06-10 | 1 | -5/+5 |
| | | | | Closes gh-1577 | ||||
* | Event: Fix isDefaultPrevented for bubbled events in Android 2.3 | Michał Gołębiowski | 2014-03-20 | 1 | -2/+2 |
| | | | | | Fixes #14897 Closes gh-1545 | ||||
* | Event: Treat Pointer events like mouse events, #14741 | louisremi | 2014-03-16 | 1 | -2/+4 |
| | | | | | Ref #14741 Ref gh-1503 | ||||
* | Event: Call underlying stopImmediatePropagation when present | Dave Methvin | 2014-03-12 | 1 | -0/+7 |
| | | | | Fixes #13997 | ||||
* | Event: Allow triggerHandler(beforeunload) | Dave Methvin | 2014-03-04 | 1 | -1/+1 |
| | | | | Fixes #14791 | ||||
* | Ref #14180, let focusin/out work on non-element targets. | Dave Methvin | 2013-11-14 | 1 | -2/+2 |
| | |||||
* | Event: Fix #14544. Remove elem from event handle, close gh-1400. | Ilya Kantor | 2013-11-14 | 1 | -7/+2 |
| | | | | | | | This also reduces memory leaks if the element is removed without cleaning events (e.g with native DOM operations). Not pickable into the 1.x branch because oldIE still needs this. | ||||
* | Fix #14180. Allow cross-frame use of focusin/out. Close gh-1369. | Dave Methvin | 2013-11-12 | 1 | -7/+17 |
| | |||||
* | No ticket. Remove useless comment | Oleg | 2013-10-28 | 1 | -1/+0 |
| | |||||
* | Revert "Fix #14180. Allow cross-frame use of focusin/out. Close gh-1369." | Dave Methvin | 2013-10-22 | 1 | -14/+7 |
| | | | | This reverts commit 9b6f0745805941a6d7b7c16c02cf56ab00021c82. | ||||
* | Fix #14180. Allow cross-frame use of focusin/out. Close gh-1369. | Dave Methvin | 2013-10-22 | 1 | -7/+14 |
| | |||||
* | Fixes #14450. Remove CommonJS+AMD syntax. | Timmy Willison | 2013-10-15 | 1 | -13/+13 |
| | |||||
* | Fix #13993. Save result of native inline handlers. Close gh-1368. | Dave Methvin | 2013-10-06 | 1 | -2/+5 |
| | |||||
* | Fix #14282. Don't fondle getPreventDefault if preventDefault exists. Close ↵ | Dave Methvin | 2013-09-19 | 1 | -3/+4 |
| | | | | gh-1365. | ||||
* | No ticket: fix code style inconsistencies. Closes gh-1361 | Oleg | 2013-09-13 | 1 | -3/+3 |
| | |||||
* | Separate jQuery.fn.init into its own module (for lighter core dependencies ↵ | Timmy Willison | 2013-09-09 | 1 | -0/+1 |
| | | | | across all modules) | ||||
* | Break jQuery.access out into its own module to separate it from core; Adjust ↵ | Timmy Willison | 2013-09-09 | 1 | -13/+15 |
| | | | | CommonJS+AMD build support to include non-var dependencies. Convert modules with more than a few dependencies to use CJS+AMD syntax. | ||||
* | Always return jQuery in modules that can be included separately | Timmy Willison | 2013-09-08 | 1 | -0/+1 |
| | |||||
* | Fix #10814. Make support tests lazy and broken out to components. | Michał Gołębiowski | 2013-09-06 | 1 | -4/+5 |
| | |||||
* | No ticket. Add a support note about defaultPrevented missing in Android < 4.0 | Michał Gołębiowski | 2013-08-19 | 1 | -1/+4 |
| | |||||
* | AMD-ify jQuery sourcegit s! Woo! Fixes #14113, #14163. | Timmy Willison | 2013-08-15 | 1 | -6/+20 |
| | |||||
* | Fix #13255. Set a default event target for Cordova. | Dave Methvin | 2013-05-02 | 1 | -0/+6 |
| | |||||
* | Fix #13393. Avoid IE9 activeElement of death. | Dave Methvin | 2013-04-08 | 1 | -2/+8 |
| | |||||
* | No ticket. Use data_priv methods instead of jQuery._removeData and ↵ | Oleg Gaidarenko | 2013-04-08 | 1 | -6/+3 |
| | | | | jQuery._data; Remove needless, internal second argument of jQuery.cleanData. Closes gh-1234 | ||||
* | Ref #12652: Allow overriding native .click() suppression | Richard Gibson | 2013-04-08 | 1 | -11/+16 |
| | | | | (cherry picked from commit 14b09ef98eb11aae04c028a3b3d7af116c7d2c20) | ||||
* | Improve CSS and `Support:` comments. Close gh-1220. | Michał Gołębiowski | 2013-04-06 | 1 | -3/+4 |
| | | | | | | | | 1) corrected box-sizing rules order - the unprefixed value should always be the last one 2) removed last semi-colons in CSS rules 3) updated support comments code review changes + more consistent comment spacing | ||||
* | Update grunt-contrib-jshint to 0.3.0, part 2, close gh-1203. | Michał Gołębiowski | 2013-04-04 | 1 | -3/+1 |
| | |||||
* | Update grunt-contrib-jshint to 0.3.0, close gh-1204. | Michał Gołębiowski | 2013-04-03 | 1 | -0/+2 |
| | | | | | | | | (cherry picked from 4adde5d14534799f3bcfac2771e1513be8a56a2f) Conflicts: src/data.js src/effects.js | ||||
* | moved bind, unbind, delegate & undelegate to event-alias.js; refs #13554 | Michał Gołębiowski | 2013-03-25 | 1 | -15/+0 |
| | |||||
* | Edited comments and minor adjustments. Fixes #13553. Closes gh-1195. | Michał Z. Gołębiowski | 2013-03-12 | 1 | -1/+1 |
| | |||||
* | Ref #13353, gh-1183: Capture onlyHandlers in jQuery.Event.isTrigger. | Richard Gibson | 2013-02-28 | 1 | -1/+2 |
| | |||||
* | Whitespace. | Scott González | 2013-02-26 | 1 | -1/+2 |
| | |||||
* | Fix #13471. $().on(".xyz"...) should avoid later crash. | Dave Methvin | 2013-02-26 | 1 | -0/+5 |
| | | | | | | If the event type is an empty string we end up hanging in .off() which makes for mighty hard debugging. Instead treat it as a no-op. Docs seem clear this is not allowed. | ||||
* | 2.0: Rewrite data.js (Incl. event, manipulation, tests) | Rick Waldron | 2013-02-03 | 1 | -2/+2 |
| | |||||
* | event: Stricter type checking in trigger - Fixes #13360 - Closes gh-1153 | Andrew Plummer | 2013-01-31 | 1 | -2/+2 |
| | | | | | | | | | | | | Squashed commit of the following: commit 5935a362c75ecef04d5ec9775cbcaf2165921e8d Author: Andrew Plummer <plummer.andrew@gmail.com> Date: Fri Feb 1 02:40:42 2013 +0900 Using "hasOwnProperty" to check for direct properties "type" and "namespace" on events before triggering. (cherry picked from commit f005af54e4983658e3ae504111885921c4dca383) | ||||
* | Fix #13315 for IE9: compare typeof xmlNode.method to var instead of literal ↵ | Richard Gibson | 2013-01-27 | 1 | -1/+1 |
| | | | | | | "undefined" for safer uglification (cherry picked from commit ec9b38a34fb9bd81d1903cf12b69466f699abca5) | ||||
* | Fix #12656. Make event shorthands excludable. | Dave Methvin | 2013-01-27 | 1 | -27/+11 |
| | |||||
* | Ref cc324abf: use acceptData to determine when it is safe to add event handlers | Richard Gibson | 2013-01-16 | 1 | -2/+2 |
| | |||||
* | Fix #13203: delegated events with selector matching Object.prototype property | Richard Gibson | 2013-01-13 | 1 | -1/+3 |
| | |||||
* | Fix #13180: don't delegate into SVG <use> | Richard Gibson | 2013-01-13 | 1 | -37/+47 |
| | | | | (cherry picked from commits 36457cb6afc12d4a755cf93442a502783a669517..f860e0bd2f7dd228a14704d78ed5208cbe870d01) | ||||
* | No ticket: compress event.js | Richard Gibson | 2013-01-13 | 1 | -109/+114 |
| | | | | (cherry picked from commit 9cf812d7a28a08608eab30440102b00ebd3c2291) | ||||
* | Fix #13143. Event target cannot be a text node. | Dave Methvin | 2013-01-06 | 1 | -0/+6 |
| | | | | Check removed in the initial 2.0 refactor but Chrome still needs it. No effective way to unit test; see the test case in #13143. | ||||
* | Revert data.js rewrite. | Dave Methvin | 2013-01-03 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | Reverts the following commits: commit f717226b3a44f918eec30b2d59ab257270189bc3 Author: Rick Waldron <waldron.rick@gmail.com> Date: Mon Dec 31 18:06:38 2012 -0500 Only splice from internal arrays when item actually exists. commit b9cdc4136b688963d1dc4befb169be02a0216ba9 Author: Rick Waldron <waldron.rick@gmail.com> Date: Mon Dec 31 16:20:35 2012 -0500 Updates to data.js re-write to pass events and manipulation commit d1de3000c6d50c298de14fb1ae3381d75c303723 Author: Rick Waldron <waldron.rick@gmail.com> Date: Mon Dec 31 15:09:45 2012 -0500 2.0: Rewrite data.js | ||||
* | Updates to data.js re-write to pass events and manipulation (full pass in ↵ | Rick Waldron | 2012-12-31 | 1 | -2/+2 |
| | | | | | | local test runs) Signed-off-by: Rick Waldron <waldron.rick@gmail.com> |