aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* Ref 705216d: Synchronize ajax/xhr.js with masterRichard Gibson2013-11-081-1/+1
|
* Fix some code style inconsistenciesOleg2013-11-0724-45/+41
|
* Fix #14422 and add more thorough check for CSP violationsOleg2013-11-071-5/+8
| | | | Close gh-1413
* Fix #14074: element id="nodeName". Close gh-1389.Richard Gibson2013-11-072-13/+13
|
* Fix #14101: $().data() should be undefined, not nullCorey Frang2013-11-061-3/+2
| | | | - Backported 30eee925dbc9f8d465ccf064f48c24061ffdc378 for 1.x
* Fix #14190: Remove unnecessary assignment in .closest. Close gh-1411.Marian Sollmann2013-11-061-3/+3
| | | | | | | | (cherry picked from commit 346b031af9e3b315ef351a9cc7fee56f930cf346) Conflicts: src/traversing.js
* No ticket: Update style per gh-1418 commentsRichard Gibson2013-11-041-8/+6
|
* Ref 705216dc: Synchronize ajax/xhr.js with master. Close gh-1418.Richard Gibson2013-11-041-76/+54
|
* Fix #14459: Use jQuery.parseJSON instead of JSON.parseRichard Gibson2013-10-281-1/+1
| | | | (cherry picked from commit ced9d155f010bc456745a55a63ca959db9d405d3)
* Revert "Fix #14180. Allow cross-frame use of focusin/out. Close gh-1369."Dave Methvin2013-10-221-14/+7
| | | | | | This reverts commit bba8366af48bd2c80c96e7a0f58b3e16fd736125. Because cross-frame focus sucks.
* Fix #14180. Allow cross-frame use of focusin/out. Close gh-1369.Dave Methvin2013-10-221-7/+14
| | | | | (cherry picked from commit 6d5dfa0eda2c19e8838930fafff83b596654eca2) Manually edited for conflicts.
* Ref 2263134b: Better identify potential JSON. Close gh-1401.Ronny Springer2013-10-161-1/+1
| | | | | | | | (cherry picked from commit 083edd60a6c189f17ff1087431e849dd11c111b2) Conflicts: src/data.js
* Fix #14394: Changing style !important in webkit. Close gh-1385.Lihan Li2013-10-151-2/+5
| | | | | | | | (cherry picked from commit 24e587929f62428e1959b10aace6dc4fd65ab397) Conflicts: src/css.js
* No ticket: Small curCSS size optimizationsRichard Gibson2013-10-151-6/+8
| | | | | | | | (cherry picked from commit a339096d6a9d0313c2184de0d626e2c7e127955b) Conflicts: src/css/curCSS.js
* Fix #14432: Always return string from .css("z-index"). Close gh-1395.George Kats2013-10-151-2/+8
| | | | | | | | (cherry picked from commit 5ce4b06c285bd8cf52eaff0f39e0b9192a927873) Conflicts: src/css/curCSS.js
* Fixes #14450. Remove CommonJS+AMD syntax.Timmy Willison2013-10-156-102/+99
| | | | | | | | | | | | - To keep file size unaffected, an extra pragma was added to build.js to remove certain lines when building with special comments. Conflicts: src/core.js src/css.js src/effects.js src/event.js src/manipulation.js src/offset.js
* Fix #13993. Save result of native inline handlers. Close gh-1368.Dave Methvin2013-10-061-2/+5
| | | | (cherry picked from commit 3bcd04f528597dac0a7084865461574ab4a06465)
* No ticket: Compress core and data modulesRichard Gibson2013-09-282-42/+42
|
* No ticket. Get rid of comma expression in curCSS.Michał Gołębiowski2013-09-241-1/+1
|
* No ticket: Fix XHTML regression. Close gh-1376.Anthony Ryan2013-09-231-1/+1
|
* core: Fix cut off comment in jQuery.map from c72371f714. Close gh-1379.Timo Tijhof2013-09-231-1/+1
| | | | (cherry picked from commit 2aa2957d213c2801d9999a8902d041026fbb059a)
* Fix #14290. Don't throw if text node is appended to table. Close gh-1371.Dave Methvin2013-09-191-1/+1
| | | | (cherry picked from commit ec3ac9a247ec3132dea3c30ca36cefc217e25441)
* Fix #14282. Don't fondle getPreventDefault if preventDefault exists. Close ↵Dave Methvin2013-09-191-2/+8
| | | | | | | | | gh-1365. (cherry picked from commit 4671ef15c2d62962048fd4863911146fcc085f26) Conflicts: src/event.js
* Fix #12723 and simplification and optmization of defaultDisplay helperOleg2013-09-171-9/+20
| | | | (cherry picked from commit a25343001eea2436dcf8ea60deea3844f77e42e4)
* Simplify replaceWith method. Closes gh-1276Oleg2013-09-171-21/+11
| | | | (cherry picked from commit 642e9a45579cfa90861b8ea71a95dd077775caaf)
* Use charAt instead of string indexing for oldIE's sake. Fixes #14356.Timmy Willison2013-09-121-1/+1
|
* Ref #14313: NaN detection. Close gh-1352.Richard Gibson2013-09-122-4/+7
|
* Fix failing support test in IE6/7Timmy Willison2013-09-111-1/+1
|
* Fix more support tests (support.input should only be false in IE8 and ↵Timmy Willison2013-09-112-12/+6
| | | | checkClone as it is now used is fine in IE)
* Set the input type for firefox. Fix a support test.Timmy Willison2013-09-112-5/+5
|
* Correct the checkClone support test for Safari 5.1 and mobile webkitsTimmy Willison2013-09-111-16/+13
| | | | | Conflicts: src/manipulation/support.js
* Fix support test for checkClone. Fixes Safari 5.1 manip failures.Timmy Willison2013-09-112-1/+4
| | | | | Conflicts: src/manipulation.js
* Fix contextTimmy Willison2013-09-111-1/+1
|
* The cssHook from addGetHookIf wasn't actually getting addedTimmy Willison2013-09-113-7/+6
| | | | | Conflicts: src/css.js
* Modules can assume the presence of their parentsTimmy Willison2013-09-101-1/+0
| | | | | Conflicts: src/css/curCSS.js
* Remove unnecessary file from master cherry-pickTimmy Willison2013-09-101-5/+0
|
* Remove offset dependency from css. Move curCSS and getStyles to their own ↵Timmy Willison2013-09-106-129/+161
| | | | module.
* No ticket. Abstract conditional hook definition.Michał Gołębiowski2013-09-112-54/+51
|
* Map Sizzle to a path with config to allow users to put Sizzle wherever they wantTimmy Willison2013-09-101-1/+1
|
* Ensure display: inline-block when animating width/height on inline elements. ↵Timmy Willison2013-09-101-3/+8
| | | | Fixes #14344.
* Match ordering in ajax with master. -3 bytes.Timmy Willison2013-09-091-155/+155
|
* Separate jQuery.fn.init into its own module (for lighter core dependencies ↵Timmy Willison2013-09-0919-287/+319
| | | | | | | | | | across all modules). Restore proper support property for effects. Conflicts: src/attributes/classes.js src/core.js src/manipulation.js src/traversing.js
* Apply consistent ordering in all modules. -219 bytes. Order modules like ↵Timmy Willison2013-09-097-699/+700
| | | | functions > jQuery.extend > jQuery.fn.extend.
* All non-var modules should not indent in their AMD wrappers (just for ↵Timmy Willison2013-09-098-165/+177
| | | | prettier builds). No functionality changes.
* Break jQuery.access out into its own module to separate it from core; Adjust ↵Timmy Willison2013-09-0913-122/+153
| | | | | | | | | | | | | CommonJS+AMD build support to include non-var dependencies. Convert modules with more than a few dependencies to use CJS+AMD syntax. Conflicts: src/core.js src/css.js src/data.js src/effects.js src/event.js src/manipulation.js src/traversing.js
* Reorder css.js logicallyTimmy Willison2013-09-091-219/+219
| | | | | Conflicts: src/css.js
* Add AMD+CommonJS capabilities to the build script (for modules with long ↵Timmy Willison2013-09-092-16/+14
| | | | | | | unreadable dependency lists) Conflicts: src/core.js
* Always return jQuery in modules that can be included separatelyTimmy Willison2013-09-0814-3/+23
| | | | | | | Conflicts: src/attributes.js src/data.js src/manipulation.js
* Move parsing methods to their own files (separates manipulation dependency ↵Timmy Willison2013-09-087-124/+146
| | | | | | | from core) Conflicts: src/core.js
* No ticket. Restore checking individual src/**/*.js files by jsHint.Michał Gołębiowski2013-09-0621-32/+34
|