Timo Tijhof
|
020414ce51
|
core: Fix cut off comment in jQuery.map from c72371f714. Close gh-1379.
(cherry picked from commit 2aa2957d21)
|
2013-09-23 10:11:11 -04:00 |
|
Richard Gibson
|
0bc0a69026
|
Ref #14313: NaN detection. Close gh-1352.
|
2013-09-12 16:42:18 -04:00 |
|
Timmy Willison
|
2f627494f2
|
Separate jQuery.fn.init into its own module (for lighter core dependencies across all modules). Restore proper support property for effects.
Conflicts:
src/attributes/classes.js
src/core.js
src/manipulation.js
src/traversing.js
|
2013-09-09 22:51:11 -05:00 |
|
Timmy Willison
|
2063d6c189
|
Break jQuery.access out into its own module to separate it from core; Adjust 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
|
2013-09-09 12:04:03 -04:00 |
|
Timmy Willison
|
ee0343dd1b
|
Add AMD+CommonJS capabilities to the build script (for modules with long unreadable dependency lists)
Conflicts:
src/core.js
|
2013-09-09 11:47:03 -04:00 |
|
Timmy Willison
|
44596aa8f2
|
Move parsing methods to their own files (separates manipulation dependency from core)
Conflicts:
src/core.js
|
2013-09-08 21:12:58 -04:00 |
|
Michał Gołębiowski
|
badcd1b6f3
|
Fix #10814. Fix #14084. Make support tests lazy and broken out to components.
|
2013-09-06 03:40:49 +02:00 |
|
Amey Sakhadeo
|
ceb5b4c9a3
|
Ref #14313: Optimize 1.x jQuery.merge for size.
(cherry picked from commits c75c9a8ebb f66d53c856)
|
2013-09-03 02:02:45 -04:00 |
|
Timmy Willison
|
217cbb7109
|
AMD-ify jQuery sourcegit s! Woo! Fixes #14113, #14163.
Conflicts:
Gruntfile.js
README.md
src/ajax.js
src/ajax/xhr.js
src/attributes.js
src/core.js
src/css.js
src/data.js
src/effects.js
src/event.js
src/manipulation.js
src/offset.js
src/selector-native.js
src/traversing.js
test/unit/core.js
test/unit/data.js
|
2013-08-15 15:49:49 -04:00 |
|
Timmy Willison
|
755e46522d
|
No need to remove if they ain't nuthin thar
|
2013-07-24 21:24:37 -04:00 |
|
Richard Gibson
|
ef31479446
|
Followup #13315: Correct support comment
|
2013-05-21 17:08:49 -04:00 |
|
Dave Methvin
|
00eafdf028
|
Fix #13223. Re-allow leading space in HTML. Close gh-1264.
|
2013-05-09 14:07:19 -04:00 |
|
Michał Gołębiowski
|
e3777b6437
|
No ticket: Move jQuery.fn.size to deprecated. Close gh-1229.
|
2013-04-07 23:22:13 -04:00 |
|
Brandon Johnson
|
58b8535d5d
|
Fix #12199. Handle iteration over inherited properties in oldIE. Close
gh-1196.
|
2013-04-04 10:14:05 -04:00 |
|
Michał Gołębiowski
|
df7847bc25
|
Fix #13543. offsetWidth is wrong on non-1 zoom. Close gh-1218.
|
2013-04-03 22:08:46 -04:00 |
|
Michał Gołębiowski
|
4adde5d145
|
Update grunt-contrib-jshint to 0.3.0, ref gh-1204.
|
2013-04-03 20:41:41 -04:00 |
|
Richard Gibson
|
dabdea70ee
|
No ticket: move jQuery.expando to core
|
2013-02-25 16:08:24 -05:00 |
|
Richard Gibson
|
dbf3056b25
|
No ticket: Reduce size in anticipation of Sizzle-free builds
|
2013-02-22 16:33:52 -05:00 |
|
Oleg
|
f3c776dcc9
|
Fix #13356. Clean up after load/ready handlers. Close gh-1152.
|
2013-02-04 15:34:08 -05:00 |
|
Oleg
|
d79bf3517e
|
Fix #13355. Tweak Uglify options and var order for gzip. Close gh-1151.
Change uglify-js options for compressor
Change variables initialization sequence for some declarations
|
2013-01-31 10:22:12 -05:00 |
|
Oleg
|
e392e5579b
|
Change variables initialization sequence for some declarations
|
2013-01-31 10:01:18 -05:00 |
|
Richard Gibson
|
ec9b38a34f
|
Fix #13315: compare typeof node.method to var instead of literal "undefined" for safer uglification
|
2013-01-24 00:13:16 -05:00 |
|
Dave Methvin
|
0ed497b045
|
Resurrect buildFragment and sacrifice jQuery.clean. See gh-1117.
|
2013-01-08 03:27:10 +00:00 |
|
Dave Methvin
|
861a45b8ff
|
Followup to gh-1089. Avoid duplicate typeof check.
|
2012-12-23 15:57:01 -05:00 |
|
Sebi Burkhard
|
5eec75e582
|
Fix #13075. Optimize $.type by preferring typeof. Close gh-1089.
Also fixes browsers where `typeof RegExp === "function"`.
|
2012-12-23 15:41:56 -05:00 |
|
Sebi Burkhard
|
d829804631
|
Fix #13076. Speed up $() with strings, part of gh-1089.
|
2012-12-23 15:09:10 -05:00 |
|
timmywil
|
05531fc408
|
Adjust jQuery('html') detection to only match when html starts with '<' (not counting space characters). Fixes #11290.
|
2012-12-13 15:31:02 -05:00 |
|
Mike Sherov
|
ef6d8779de
|
Fixes #11938: Adding array getter method to jQuery.fn.css
|
2012-12-11 13:58:14 -05:00 |
|
Oleg
|
d41b983259
|
Fix #10417. setTimeout w/o 2nd arg is jQuery.later! Close gh-1065.
|
2012-12-10 20:51:49 -05:00 |
|
Rick Waldron
|
3c7f2af81d
|
Be specific about Firefox nodes-as-nodelist. Never assume that modern browsers will "get it right".
Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
|
2012-12-10 20:19:26 -05:00 |
|
Rick Waldron
|
07a7b3e4cf
|
Fixes #13021. Normalization of core utility array like detection based on standard protocol by Richard Gibson <richard.gibson@gmail.com>. Closes gh-1064
|
2012-12-10 13:52:02 -05:00 |
|
Dave Methvin
|
282c044d64
|
Fix #13013. Move jQuery.buildFragment() to compat plugin.
|
2012-12-06 21:17:27 -05:00 |
|
Paul Ramos
|
13449a99b2
|
Fix #11989. Remove fragment cache, moving to jquery-compat. Close gh-1052.
|
2012-12-04 21:30:37 -05:00 |
|
Richard Gibson
|
0877d424e0
|
Fix #12959: Optimize library-wide patterns
|
2012-11-27 01:59:22 +01:00 |
|
Dave Methvin
|
67df705bf5
|
Fix #12191. jQuery.type should return "error" for Error objects.
|
2012-11-24 17:22:14 -05:00 |
|
Richard Gibson
|
e889134058
|
Fix #11795, #10470: keep scripts in DOM; execute only on first insertion. Close gh-864.
|
2012-11-19 09:50:19 -05:00 |
|
Dave Methvin
|
6b14cef7a8
|
Remove APIs now in jquery-compat
|
2012-11-07 20:12:03 -05:00 |
|
Richard Gibson
|
0ee9415902
|
Restore jQuery.access parameter mistakenly removed in 80d45a69
|
2012-11-06 09:53:00 -05:00 |
|
Richard Gibson
|
80d45a69ea
|
Fix #12840: remove undocumented parameter "pass" from .attr. Close gh-1017.
|
2012-11-05 17:21:24 -05:00 |
|
Oleg
|
f651bf8893
|
Follow-up for .selector property removal
|
2012-11-01 21:31:55 -04:00 |
|
Dave Methvin
|
69e2f068fe
|
Fix #9469. Remove semi-functional .selector property. Close gh-1006.
Saved 65 bytes.
|
2012-10-24 22:36:20 -04:00 |
|
Marcel Greter
|
de9ff7cd17
|
Fix #12107. Let .proxy() curry args without overwriting context. Close gh-866.
|
2012-10-20 22:10:06 -04:00 |
|
Rick Waldron
|
8076a33bd8
|
Don't expose jQuery.deletedIds. Close gh-889.
|
2012-10-20 21:02:21 -04:00 |
|
Richard Gibson
|
b5084b4bf2
|
Fix #4262: faster .eq(), closes gh-1000.
|
2012-10-19 22:32:25 -04:00 |
|
James Huston
|
ee9687d441
|
Fix #12751. Ensure parseJson throws in the same situations as JSON.parse. Close gh-993.
|
2012-10-17 16:28:55 -04:00 |
|
Mike Sherov
|
16d996ba0c
|
no ticket: remove and enforce unused vars in jshint
|
2012-10-17 12:52:12 -04:00 |
|
Dave Methvin
|
1450305402
|
Use the correct escape for BOM; add build code to detect non-ASCII.
|
2012-10-11 10:25:43 -04:00 |
|
Dave Methvin
|
798a7a7ea2
|
Use Uglify's ascii_only to avoid converting UTF-8 escapes.
Thanks @curiousdannii!
|
2012-10-11 09:39:21 -04:00 |
|
Dave Methvin
|
a60fed4dec
|
Fix #12690. Avoid use of UTF-8 chars in final files.
|
2012-10-10 13:00:45 -04:00 |
|
Richard Gibson
|
15b5dbfe23
|
Fix #12229, size/consistency improvements. Close gh-887.
|
2012-09-18 18:04:31 -04:00 |
|