aboutsummaryrefslogtreecommitdiffstats
path: root/src/core.js
Commit message (Collapse)AuthorAgeFilesLines
* Build: Add the ability to remove global exposure.Timmy Willison2013-12-191-18/+0
| | | | Ref #14016
* Fixes #14450. Remove CommonJS+AMD syntax.Timmy Willison2013-10-151-12/+12
|
* No ticket: Compress core and data modulesRichard Gibson2013-09-281-42/+42
| | | | | | | | | (cherry picked from commit b31bd4c05d87660352a3f7d3081146e332440d99) Conflicts: src/core.js src/data.js
* core: Fix cut off comment in jQuery.map from c72371f714. Close gh-1379.Timo Tijhof2013-09-231-1/+1
|
* Ref #14313: NaN detection. Close gh-1352.Richard Gibson2013-09-121-1/+4
| | | | (cherry picked from commit 0bc0a69026ce4c1ac570a729d3c975a4a55d0ff4)
* Separate jQuery.fn.init into its own module (for lighter core dependencies ↵Timmy Willison2013-09-091-115/+2
| | | | across all modules)
* Break jQuery.access out into its own module to separate it from core; Adjust ↵Timmy Willison2013-09-091-53/+0
| | | | CommonJS+AMD build support to include non-var dependencies. Convert modules with more than a few dependencies to use CJS+AMD syntax.
* Add AMD+CommonJS capabilities to the build script (for modules with long ↵Timmy Willison2013-09-091-16/+13
| | | | unreadable dependency lists)
* Move parsing methods to their own files (separates manipulation dependency ↵Timmy Willison2013-09-081-58/+3
| | | | from core)
* No ticket. Update support comments to reflect current state of affairs.Michał Gołębiowski2013-09-071-1/+1
|
* Fix #10814. Make support tests lazy and broken out to components.Michał Gołębiowski2013-09-061-3/+8
|
* Ref #14313: Further code and test improvementsRichard Gibson2013-09-031-7/+5
|
* Fix #14313: Optimize jQuery.merge for size. Close gh-1344.Amey Sakhadeo2013-08-301-6/+2
|
* AMD-ify jQuery sourcegit s! Woo! Fixes #14113, #14163.Timmy Willison2013-08-151-152/+46
|
* No need to remove if they ain't nuthin tharTimmy Willison2013-07-241-1/+1
|
* Fix #13223. Re-allow leading space in HTML. Close gh-1264.Dave Methvin2013-05-091-1/+1
| | | | (cherry picked from commit 00eafdf028f7730665ce1c05ab44e3f0bc80fbc2)
* No ticket: Move jQuery.fn.size to deprecated. Close gh-1229.Michał Gołębiowski2013-04-071-5/+0
| | | | (cherry picked from commit e3777b64377947b7222a2050aee7f2ec371faef9)
* Improve CSS and `Support:` comments. Close gh-1220.Michał Gołębiowski2013-04-061-2/+3
| | | | | | | | 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
* Correct oldIE-related comments, revert some workarounds. Close gh-1207.Michał Gołębiowski2013-04-041-7/+1
|
* Update grunt-contrib-jshint to 0.3.0, part 2, close gh-1203.Michał Gołębiowski2013-04-041-2/+1
|
* Fix #13543. offsetWidth is wrong on non-1 zoom. Close gh-1194.Michał Gołębiowski2013-04-031-1/+24
|
* Update grunt-contrib-jshint to 0.3.0, close gh-1204.Michał Gołębiowski2013-04-031-0/+1
| | | | | | | | (cherry picked from 4adde5d14534799f3bcfac2771e1513be8a56a2f) Conflicts: src/data.js src/effects.js
* Removes unnecessary semi-colon concatenationRick Waldron2013-04-031-1/+1
| | | | Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
* Fixes #13714. jQuery.globalEval gotcha w/ strings that contain valid, ↵Rick Waldron2013-04-031-4/+19
| | | | | | prologue position strict mode pragma Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
* Revert 8d1c42296fefc4e79189b6c2d78a8a78fdd9576dRick Waldron2013-03-061-8/+3
|
* Fixes #13571. jQuery.isPlainObject 1.9.x compatibilityRick Waldron2013-03-061-3/+8
| | | | Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
* No ticket: move jQuery.expando to coreRichard Gibson2013-02-251-0/+3
|
* No ticket: Reduce size in anticipation of Sizzle-free buildsRichard Gibson2013-02-221-1/+2
| | | | (cherry picked from commit dbf3056b250bbc279fa947031181f9e25a40bacf)
* Fixes typos in core.js and css.js. Closes gh-1175Pascal Borreli2013-02-211-1/+1
|
* Fix comment about Safari shortfalls.Dave Methvin2013-01-291-1/+1
|
* Revert "Fix #13291, no longer need the functionish-regex guard."Dave Methvin2013-01-291-1/+2
| | | | | | Turns out this is still needed by Safari 5.1, which we're still supporting. This reverts commit c4b1da40075532e4f14821b1519ae0ef6665bf1e.
* Fix #13315 for IE9: compare typeof xmlNode.method to var instead of literal ↵Richard Gibson2013-01-271-0/+4
| | | | | | "undefined" for safer uglification (cherry picked from commit ec9b38a34fb9bd81d1903cf12b69466f699abca5)
* Fix #13291, no longer need the functionish-regex guard.Dave Methvin2013-01-261-1/+1
|
* Consistently clean up after .ready() handler, close gh-1135.Oleg2013-01-201-5/+6
|
* Bring back jQuery.buildFragment and remove jQuery.cleanOleg2013-01-081-2/+3
|
* Explanations for each step of isPlainObjectRick Waldron2012-12-261-1/+8
| | | | Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
* obj === Object(obj) comparison is an unnecessary artifact from refactoringRick Waldron2012-12-261-1/+1
| | | | Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
* Ensure that null/undefined args don't choke on native indexOfRick Waldron2012-12-261-1/+1
| | | | Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
* Further reduction, thanks @dchermanRick Waldron2012-12-261-3/+1
| | | | Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
* Straightforward support noteRick Waldron2012-12-261-1/+1
| | | | Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
* Straightforward support noteRick Waldron2012-12-261-1/+1
| | | | Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
* Remove setTimeout for body existanceRick Waldron2012-12-261-5/+0
| | | | Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
* 2.0: Reduce globalEvalRick Waldron2012-12-261-9/+3
| | | | Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
* 2.0: Reduced parseXMLRick Waldron2012-12-261-10/+7
| | | | Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
* 2.0: Reduce isPlainObjectRick Waldron2012-12-261-15/+5
| | | | Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
* 2.0: Remove isArray shimRick Waldron2012-12-261-3/+1
| | | | Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
* 2.0: Remove now shimRick Waldron2012-12-261-3/+1
| | | | Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
* 2.0: Remove inArray shimRick Waldron2012-12-261-19/+1
| | | | Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
* 2.0: Remove JSON.parse shimRick Waldron2012-12-261-33/+1
| | | | Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
* 2.0: Remove trim shimRick Waldron2012-12-261-17/+3
| | | | Signed-off-by: Rick Waldron <waldron.rick@gmail.com>