Oleg Gaidarenko
a7724186c9
CSS: Use pre-defined displays for html and body
...
Ref 60f546acb1
Ref 274feb53cc
2014-09-03 00:11:05 +04:00
Nazar Mokrynskyi
274feb53cc
CSS: Remove use of getDefaultComputedStyle
...
Remove optimization to make jQuery compatible with Google's Polymer project
Closes gh-1647
Fixes #15227
2014-09-02 23:34:48 +04:00
Oleg Gaidarenko
075da3091c
Attr: Use typeof check for getAttribute method
...
Ref 29838b6cab
2014-09-02 21:48:35 +04:00
Chris Antaki
15a609f766
Build: Moved JSHint directives to .jshintrc file
...
Closes gh-1595
2014-09-02 20:31:11 +04:00
Chris Antaki
4287442ab8
Offset: Simplified a conditional
2014-09-02 20:29:10 +04:00
Chris Antaki
29838b6cab
Core: Drop strundefined variable
2014-09-02 20:29:10 +04:00
Aurelio De Rosa
895ea6887d
CSS: Removed redundant "to the number" in comment
...
Closes gh-1594
2014-09-02 20:12:35 +04:00
Michał Gołębiowski
995f70777a
Css: Fix the "sanity check" test
...
The #dl element has 0 height so it's now considered hidden regardless
of its width.
2014-07-28 18:46:31 +02:00
Timmy Willison
10399ddcf8
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
2014-07-17 17:03:35 -07:00
Timmy Willison
269a27c702
Build: update source map options for the new grunt jshint
2014-07-17 11:15:19 -07:00
Timmy Willison
c869a1ef8a
Build: update grunt-jscs-checker and pass with the new rules
2014-07-17 10:25:59 -07:00
Timmy Willison
8e3a0ceafa
Build: update node dependencies barring jscs
2014-07-17 10:24:37 -07:00
Timmy Willison
8356948ed4
Build: update front-end dependencies
2014-07-17 09:03:29 -07:00
Timmy Willison
e1949f4371
Build: drop bower; use npm for front-end deps
...
Fixes #15186
Closes gh-1620
2014-07-17 09:02:59 -07:00
Chris Antaki
e5190982c4
Ajax: Remove workaround for IE6/7
...
Closes gh-1597
Ref #8138
2014-07-13 00:34:40 +04:00
upisfree
df62159296
Readme: Fix punctuation in tile
...
Closes gh-1607
2014-07-12 22:20:03 +04:00
Timo Tijhof
2fb719e5aa
Core: Consistently use local reference to access()
...
Ref 3b53b75160
Closes gh-1605
2014-07-12 22:10:45 +04:00
Timmy Willison
bcca4f041b
Build: update Sizzle to 2.0.0
2014-07-01 16:50:27 -04:00
Michał Gołębiowski
86e62d8b37
Selector: Remove "#" exception for identifier tokens
...
Port Sizzle test change from:
f204a61122
2014-06-30 18:13:57 +02:00
Scott González
4f776e5ff9
Build: Update license
...
Closes gh-1587
2014-06-27 11:10:45 -04:00
Timmy Willison
712e78c47f
Build: update grunt-bowercopy
2014-06-25 13:51:39 -04:00
Timmy Willison
c0b23e2b71
Build: update Sizzle to 1.11.1 and include license
2014-06-25 13:43:09 -04:00
Timmy Willison
35f8e15fd7
Build: ignore test dependencies for npm install
2014-06-24 11:17:44 -04:00
Scott González
c5d9d88dce
Build: Move all external libraries to external directory
...
Closes gh-1593
2014-06-24 10:17:50 -04:00
Scott González
8d113104e9
Build: Remove unused Sizzle test files
2014-06-24 10:16:55 -04:00
Scott González
323e82c09f
Build: Upgrade to grunt-bowercopy 1.0.0
2014-06-24 10:16:55 -04:00
Oleg Gaidarenko
39b76064d9
Build: Update commitplease dev dependency
2014-06-16 03:08:46 +04:00
Oleg Gaidarenko
fbdbb6fd43
Build: Move test to appropriate module
2014-06-16 03:08:46 +04:00
Oleg Gaidarenko
708764f47b
Effects: Improve raf logic
...
* Make animation behave as if jQuery.fx.off = true if document is hidden
* Use cancelAnimationFrame in jQuery.fx.stop
Closes gh-1578
2014-06-16 03:08:46 +04:00
Oleg Gaidarenko
72119e0023
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
2014-06-16 03:08:46 +04:00
Oleg Gaidarenko
bbdfbb4ee8
Ajax: Always use script injection in globalEval
...
Fixes #14757
Closes gh-1449
2014-06-16 03:08:46 +04:00
Oleg Gaidarenko
e488d985cf
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
Closes gh-1583
2014-06-16 03:08:26 +04:00
Dave Methvin
d837f119c3
Support: clean up comments and Support notation
...
Closes gh-1577
2014-06-10 23:28:14 -04:00
Richard Gibson
ff9dcfb0c4
Tests: Clean up isNumeric tests
...
(cherry picked from commit d05f4bda1c
)
2014-06-07 14:35:01 -04:00
Richard Gibson
e1192af872
Core: Work around loss of precision from parseFloat
...
Fixes #15100
(cherry picked from commit b6e99eb43c
)
2014-06-07 14:35:01 -04:00
TJ VanToll
c18c6229c8
Wrap: Declare a dependency on the manipulation module
...
Fixes #15121
Closes gh-1589
2014-06-02 16:43:46 -04:00
TJ VanToll
d41e81980e
Ajax: Support usage without jQuery.event
...
Fixes #15118
Closes gh-1588
2014-06-02 15:08:40 -04:00
Timmy Willison
97c803acfb
Ajax: move ajax event aliases to their own file
...
Fixes #15126
2014-06-02 12:39:11 -04:00
Oleg Gaidarenko
3b9057a18d
Selector: Use jQuery reference not Sizzle
2014-05-29 21:54:45 +04:00
Oleg Gaidarenko
efc4f8d781
Selector: Fix test iframe submission for firefox
...
Ref jquery/sizzle@20fbadb087
2014-05-29 21:45:59 +04:00
Timmy Willison
1d931068d3
Release: ensure Sizzle is the latest tag
...
Fixes #14915
2014-05-23 13:49:57 -04:00
Timmy Willison
b80700c75f
Build: run jshint and jscs on release scripts
2014-05-23 13:01:03 -04:00
Timmy Willison
97cbab51e2
Build: update AUTHORS.txt
2014-05-23 13:00:55 -04:00
Oleg Gaidarenko
10024c2582
Effects: Remove needless operations in tests
2014-05-09 04:11:27 +04:00
Michał Gołębiowski
787562247b
Ajax, Manipulation: don't test cross-document manip in Android 2.3
2014-05-05 15:45:57 +02:00
Michał Gołębiowski
da148f158f
Core: Correct the number of expected tests
2014-05-02 16:03:52 +02:00
Liang Peng
69d4a48ff6
Core: Remove repeated test
...
Closes gh-1570
2014-05-02 15:49:28 +02:00
Dave Methvin
2f46ac8091
Bower: Update project version to 2.1.2-pre
2014-05-01 16:42:42 -04:00
Dave Methvin
568f3dd846
Build: Updating the master version to 2.1.2-pre.
2014-05-01 13:15:13 -04:00
Dave Methvin
b8133e282c
Data: Work around IE11 bug with onpageshow attribute
...
Fixes #14894
2014-04-30 10:46:26 -04:00