Oleg
|
b561f5ab0a
|
Fix some code style inconsistencies
|
2013-10-07 03:16:18 +04:00 |
|
Dave Methvin
|
3bcd04f528
|
Fix #13993. Save result of native inline handlers. Close gh-1368.
|
2013-10-06 17:43:54 -04:00 |
|
Richard Gibson
|
f519539d3b
|
No ticket: Compress core and data modules
(cherry picked from commit b31bd4c05d )
Conflicts:
src/core.js
src/data.js
|
2013-09-28 12:35:08 -04:00 |
|
Anthony Ryan
|
2d4c0d5f37
|
No ticket: Fix XHTML regression. Close gh-1375.
|
2013-09-23 10:13:31 -04:00 |
|
Timo Tijhof
|
2aa2957d21
|
core: Fix cut off comment in jQuery.map from c72371f714 . Close gh-1379.
|
2013-09-23 10:10:46 -04:00 |
|
Dave Methvin
|
ec3ac9a247
|
Fix #14290. Don't throw if text node is appended to table. Close gh-1371.
|
2013-09-19 10:24:22 -04:00 |
|
Dave Methvin
|
4671ef15c2
|
Fix #14282. Don't fondle getPreventDefault if preventDefault exists. Close gh-1365.
|
2013-09-19 09:55:14 -04:00 |
|
Oleg
|
a25343001e
|
Fix #12723 and simplification and optmization of defaultDisplay helper
|
2013-09-17 16:10:52 +04:00 |
|
Oleg
|
642e9a4557
|
Simplify replaceWith method. Closes gh-1276
|
2013-09-17 13:24:27 +04:00 |
|
Oleg
|
80538b04fd
|
Correct code style in comment line
|
2013-09-13 19:29:48 +04:00 |
|
Oleg
|
cb37994d76
|
No ticket: fix code style inconsistencies. Closes gh-1361
|
2013-09-13 01:04:29 +04:00 |
|
Richard Gibson
|
68213f20bb
|
Ref #14313: NaN detection. Close gh-1352.
(cherry picked from commit 0bc0a69026 )
|
2013-09-12 16:45:12 -04:00 |
|
Mike Sidorov
|
679536ee4b
|
charAt -> string indexing. Close gh-1359.
|
2013-09-12 12:33:51 -05:00 |
|
Timmy Willison
|
cb707d8bd0
|
Flip the switch on checkOn
|
2013-09-11 15:03:40 -05:00 |
|
Timmy Willison
|
6d2c5c715a
|
Correct the checkClone support test for Safari 5.1 and mobile webkits
|
2013-09-11 14:29:15 -05:00 |
|
Timmy Willison
|
8a832797c0
|
Fix support test for checkClone. Fixes Safari 5.1 manip failures.
|
2013-09-11 09:51:31 -05:00 |
|
Timmy Willison
|
19de30ce0f
|
Fix context
|
2013-09-11 08:46:08 -05:00 |
|
Timmy Willison
|
2e850fb802
|
The cssHook from addGetHookIf wasn't actually getting added
|
2013-09-11 08:41:48 -05:00 |
|
Timmy Willison
|
70a1c36648
|
Modules can assume the presence of their parents
|
2013-09-10 20:24:04 -05:00 |
|
Michał Gołębiowski
|
0b9f034382
|
No ticket. Abstract conditional hook definition.
|
2013-09-11 02:45:11 +02:00 |
|
Timmy Willison
|
4ded9be72a
|
Remove offset dependency from css. Move curCSS and getStyles to their own modules. -39 bytes. Close gh-1360.
|
2013-09-10 19:24:26 -05:00 |
|
Timmy Willison
|
aab9d63279
|
Map Sizzle to a path with config to allow users to put Sizzle wherever they want
|
2013-09-10 18:47:36 -05:00 |
|
Timmy Willison
|
73fe17299a
|
Ensure display: inline-block when animating width/height on inline elements. Fixes #14344.
|
2013-09-10 14:57:14 -05:00 |
|
Timmy Willison
|
825ac37736
|
Separate jQuery.fn.init into its own module (for lighter core dependencies across all modules)
|
2013-09-09 19:13:01 -05:00 |
|
Timmy Willison
|
99191a510e
|
Apply consistent ordering in all modules. -38 bytes. Order modules like functions > jQuery.extend > jQuery.fn.extend.
|
2013-09-09 13:54:46 -05:00 |
|
Timmy Willison
|
cd4a9cd7fa
|
All non-var modules should not indent in their AMD wrappers (just for prettier builds). No functionality changes.
|
2013-09-09 12:08:00 -04:00 |
|
Timmy Willison
|
3b53b75160
|
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.
|
2013-09-09 11:34:23 -04:00 |
|
Timmy Willison
|
4fd6e8e760
|
Reorder css.js logically
|
2013-09-09 10:01:04 -04:00 |
|
Timmy Willison
|
1b3c0c00fa
|
Add AMD+CommonJS capabilities to the build script (for modules with long unreadable dependency lists)
|
2013-09-09 09:50:12 -04:00 |
|
Timmy Willison
|
38cb6d9ed8
|
Fix loading tests with AMD (new support module needed core)
|
2013-09-09 09:49:49 -04:00 |
|
Timmy Willison
|
b534ee2ccf
|
Always return jQuery in modules that can be included separately
|
2013-09-08 21:25:27 -04:00 |
|
Timmy Willison
|
99c123b159
|
Move parsing methods to their own files (separates manipulation dependency from core)
|
2013-09-08 21:05:07 -04:00 |
|
Michał Gołębiowski
|
eb9cbfcaf6
|
No ticket. Update support comments to reflect current state of affairs.
|
2013-09-07 03:14:40 +02:00 |
|
Michał Gołębiowski
|
1a25f21dc3
|
No ticket. Restore checking individual src/**/*.js files by jsHint.
|
2013-09-06 20:31:18 +02:00 |
|
Michał Gołębiowski
|
1f16b16859
|
No ticket. Optimize the marginRight hook: run the support test once only.
|
2013-09-06 18:33:55 +02:00 |
|
Timmy Willison
|
73e120116c
|
With all of the ready calls removed internally, ready was never kicked off. Add a call in the ready module to ensure ready is checked.
|
2013-09-06 11:26:08 -04:00 |
|
Michał Gołębiowski
|
bbbdd94725
|
Fix #10814. Make support tests lazy and broken out to components.
|
2013-09-06 03:38:22 +02:00 |
|
Michał Gołębiowski
|
776012b8b3
|
Fix #14084: attach the test div to documentElement, not body.
|
2013-09-05 18:26:21 +02:00 |
|
Richard Gibson
|
f66d53c856
|
Ref #14313: Further code and test improvements
|
2013-09-03 02:01:53 -04:00 |
|
Amey Sakhadeo
|
c75c9a8ebb
|
Fix #14313: Optimize jQuery.merge for size. Close gh-1344.
|
2013-08-30 19:55:03 -04:00 |
|
Timmy Willison
|
004c1fc5bb
|
Pass all tests (and load Sizzle fixture correctly) when loading with AMD
|
2013-08-29 16:18:17 -04:00 |
|
Timmy Willison
|
01d5a1a1c9
|
Fix for custom attr handles duck-punching the boolean attr handle
Conflicts:
src/attributes/attr.js
|
2013-08-28 12:23:54 -04:00 |
|
Guy Bedford
|
6f4da9a8df
|
Remove trailing comma in define array. Close gh-1336.
|
2013-08-20 09:47:35 -04:00 |
|
Michał Gołębiowski
|
215cc09067
|
No ticket. Add a support note about defaultPrevented missing in Android < 4.0
|
2013-08-19 19:31:15 +02:00 |
|
Chris Price
|
3e3680c2cd
|
Fix #14150: revert to ownerDocument.defaultView.getComputedStyle. Close gh-1311.
|
2013-08-19 18:10:25 +02:00 |
|
Jeremy Dunck
|
c418b94eb4
|
Fix #14164: assign className in addClass/removeClass only if changed. Close gh-1331.
|
2013-08-19 17:55:49 +02:00 |
|
Timmy Willison
|
b693b370a4
|
When converting the source to AMD, don't forget to AMD
|
2013-08-16 12:54:43 -04:00 |
|
Timmy Willison
|
cecb52ff5c
|
Specify support as a dependency wherever it is used. Optimize module order to save 15 bytes.
|
2013-08-15 20:38:48 -04:00 |
|
Timmy Willison
|
6318ae6ab9
|
AMD-ify jQuery sourcegit s! Woo! Fixes #14113, #14163.
|
2013-08-15 14:15:49 -04:00 |
|
terrycojones
|
3484a68c16
|
Removed an unneeded variable. Closes gh-1321.
|
2013-08-08 01:15:16 +04:00 |
|