Oleg Gaidarenko
c580a52971
Ajax: remove event dependency from the ajax module
...
Ref 4e7f34f629
2014-10-14 21:25:12 +04:00
Oleg Gaidarenko
07afc284bc
README: Improve build instructions
...
Thanks @NickStefan
Ref 2e9c1ead76
2014-09-26 20:52:02 +04:00
Alexander Farkas
a9533893b9
Manipulation: Update html5shiv elements
...
Include main, dialog, picture and template in html5shiv elements.
Fixes #15241
Closes gh-1655
2014-09-13 15:32:50 -05:00
Daniel Herman
d4a998f62f
Event: Restore the constructor
property on jQuery.Event prototype
...
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
(cherry picked from commit b807aedb7f
)
2014-09-04 03:29:16 -04:00
Oleg Gaidarenko
787ffbf5fa
CSS: Correct typo in the comment
2014-09-03 00:20:41 +04:00
Oleg Gaidarenko
b05b6a2219
CSS: Use pre-defined displays for html and body
...
Ref 60f546acb1
Ref 274feb53cc
Ref a7724186c9
2014-09-03 00:13:29 +04:00
Nazar Mokrynskyi
44c9c4f751
CSS: Remove use of getDefaultComputedStyle
...
Remove optimization to make jQuery compatible with Google's Polymer project
Ref 274feb53cc
2014-09-02 23:35:18 +04:00
Chris Antaki
835e8c4ae3
Core: Drop strundefined variable
...
Ref 29838b6cab
Closes gh-1628
2014-09-02 20:35:49 +04:00
Aurelio De Rosa
b59b819ffe
CSS: Removed redundant "to the number" in comment
...
Ref 895ea6887d
2014-09-02 20:14:01 +04:00
Michał Gołębiowski
da84cb6b7a
Css: Fix the "sanity check" test
...
The #dl element has 0 height so it's now considered hidden regardless
of its width.
(cherry-picked from 995f70777a
)
2014-07-28 18:47:19 +02:00
Timmy Willison
764f3643a3
Build: denote that sizzle cannot be removed on this branch
...
Fixes #14775
2014-07-17 17:47:39 -07:00
Timmy Willison
7b9b98d6e3
CSS: elements are hidden when either offsetWidth or offsetHeight is zero
...
- Note: this is a breaking change that has been delayed for several versions.
Fixes #10406
Fixes #13132
Conflicts:
src/css/hiddenVisibleSelectors.js
2014-07-17 17:33:29 -07:00
Timmy Willison
181b451646
Build: update source map options for the new grunt jshint
2014-07-17 11:16:21 -07:00
Timmy Willison
91e06e9aeb
Build: update grunt-jscs-checker and pass with the new rules
...
Conflicts:
build/tasks/build.js
src/ajax/xhr.js
src/attributes/classes.js
src/attributes/prop.js
src/attributes/val.js
src/core/init.js
src/core/ready.js
src/css.js
src/css/curCSS.js
src/css/defaultDisplay.js
src/data.js
src/data/var/dataPriv.js
src/data/var/dataUser.js
src/dimensions.js
src/effects.js
src/event.js
src/manipulation.js
src/offset.js
src/queue.js
src/selector-native.js
test/data/testrunner.js
2014-07-17 11:08:37 -07:00
Timmy Willison
511eb1540b
Build: update node dependencies barring jscs
2014-07-17 10:31:23 -07:00
Timmy Willison
4089c7dae4
Build: update front-end dependencies
2014-07-17 10:30:10 -07:00
Timmy Willison
79c0732ac2
Build: drop bower; use npm for front-end deps
...
Fixes #15186
Closes gh-1620
Conflicts:
bower.json
2014-07-17 10:29:17 -07:00
Chris Antaki
e38a94a61c
Ajax: Add support comment and fix code style issue
...
Closes gh-1600
Ref e5190982c4
Ref #8138
2014-07-13 00:38:37 +04:00
upisfree
a751bfe672
Readme: Fix punctuation in tile
...
Ref df62159296
2014-07-13 00:38:37 +04:00
Timo Tijhof
eeab75da00
Core: Consistently use local reference to access()
...
Ref 2fb719e5aa
Ref 2063d6c189
2014-07-13 00:37:54 +04:00
Oleg Gaidarenko
d0f27a73a1
Build: Correct indentation issue
2014-07-03 18:00:45 +04:00
Oleg Gaidarenko
31e6697c58
Build: Add "timers_ie.js" file back to the repo
2014-07-03 18:00:38 +04:00
Michał Gołębiowski
41f522ace1
Selector: Remove "#" exception for identifier tokens
...
Port Sizzle test change from:
f204a61122
(cherry-picked from 86e62d8b37
)
2014-06-30 18:17:11 +02:00
Timmy Willison
b3edc61c54
Build: update grunt-bowercopy
2014-06-25 13:51:56 -04:00
Timmy Willison
1c3138412c
Build: update Sizzle to 1.11.1 and include license
2014-06-25 13:50:33 -04:00
Scott González
72e6192517
Build: Move all external libraries to external directory
...
Closes gh-1593
Conflicts:
Gruntfile.js
test/index.html
2014-06-25 13:48:49 -04:00
Scott González
62f7f7be9b
Build: Remove unused Sizzle test files
2014-06-25 13:45:21 -04:00
Scott González
5150442e1b
Build: Upgrade to grunt-bowercopy 1.0.0
2014-06-25 13:45:12 -04:00
Timmy Willison
ae7a15b780
Build: ignore test dependencies for npm install
2014-06-25 13:44:00 -04:00
Oleg Gaidarenko
a96ed7e245
Build: Update commitplease dev dependency
...
Ref 39b76064d9
2014-06-16 03:22:03 +04:00
Oleg Gaidarenko
9953ae4c88
Build: Move test to appropriate module
...
Ref fbdbb6fd43
2014-06-16 03:21:58 +04:00
Oleg Gaidarenko
9dc29a2b13
Effects: Improve raf logic
...
* Make animation behave as if jQuery.fx.off = true if document is hidden
* Use cancelAnimationFrame in jQuery.fx.stop
Ref 708764f47b
2014-06-16 03:21:53 +04:00
Oleg Gaidarenko
06a4540696
Effects: Reintroduce use of requestAnimationFrame
...
Same as before, just use don't use prefixes, since they pretty match useless now
and use page visibility API to determine if animation should start.
Also null the requestAnimationFrame attribute in window for tests since
sinon does not provide fake method for it.
Fixes #15147
Ref 72119e0023
2014-06-16 03:21:48 +04:00
Oleg Gaidarenko
13040b655a
Effects: Remove needless operations in tests
...
Ref 10024c2582
2014-06-16 03:21:44 +04:00
Oleg Gaidarenko
37f0f7f42c
Ajax: Always use script injection in globalEval
...
Fixes #14757
Ref bbdfbb4ee8
2014-06-16 03:21:39 +04:00
Oleg Gaidarenko
76294e1e9e
CSS: Do not throw on frame elements in FF
...
IE9-10 throws on elements created in popups (see #14150 ), FF meanwhile throws
on frame elements through "defaultView.getComputedStyle" (see #15098 )
Use "defaultView" if in the popup which would fix IE issue,
use "window.getComputedStyle" which would fix FF issue.
And everybody wins, except performance, but who cares right?
Fixes #15098
Ref e488d985cf
2014-06-16 03:21:34 +04:00
Richard Gibson
d05f4bda1c
Tests: Clean up isNumeric tests
2014-06-07 14:33:36 -04:00
Richard Gibson
b6e99eb43c
Core: Work around loss of precision from parseFloat
...
Fixes #15100
2014-06-07 14:22:49 -04:00
TJ VanToll
6cb17c8ea4
Wrap: Declare a dependency on the manipulation module
...
Fixes #15121
Closes gh-1589
2014-06-02 16:44:22 -04:00
TJ VanToll
479e37f436
Ajax: Support usage without jQuery.event
...
Fixes #15118
Closes gh-1588
2014-06-02 16:41:00 -04:00
Timmy Willison
8530a2fc72
Ajax: move ajax event aliases to their own file
...
Fixes #15126
2014-06-02 12:41:24 -04:00
Oleg Gaidarenko
369add5f1d
Selector: Use jQuery reference not Sizzle
...
(Cherry-picked from 3b9057a18d
)
2014-05-29 21:55:15 +04:00
Oleg Gaidarenko
9e5f49fde3
Selector: Fix test iframe submission for firefox
...
Ref jquery/sizzle@20fbadb087
(Cherry-picked from efc4f8d781
)
2014-05-29 21:49:53 +04:00
Timmy Willison
523c87138a
Release: ensure Sizzle is the latest tag
...
Fixes #14915
2014-05-27 15:17:54 -04:00
Timmy Willison
43756f6e7a
Build: run jshint and jscs on release scripts
2014-05-27 15:17:51 -04:00
Timmy Willison
fdff2a9ac3
Build: update AUTHORS.txt
2014-05-23 13:56:16 -04:00
Michał Gołębiowski
1bd576a3c4
Ajax, Manipulation: don't test cross-document manip in Android 2.3
...
(cherry-picked from 213b9604f3da654e4281eeea56fcb169f88ffd19)
Fixes #14796
Closes gh-1572
2014-05-07 23:22:24 +02:00
Michał Gołębiowski
6738117383
Core: Correct the number of expected tests
...
(cherry-picked from da148f158f
)
2014-05-02 16:04:46 +02:00
Liang Peng
7cf9ceaebc
Core: Remove repeated test
...
(cherry-picked from 69d4a48ff6
)
Closes gh-1570
2014-05-02 15:50:31 +02:00
Dave Methvin
7d5afcb0ec
Build: Bump version to 1.11.2-pre
...
The release script didn't go perfectly.
2014-05-01 16:46:12 -04:00