]> source.dussan.org Git - jquery.git/log
jquery.git
9 years agoBuild: Speed up the Travis build 2027/head
Michał Gołębiowski [Sun, 25 Jan 2015 00:27:08 +0000 (01:27 +0100)]
Build: Speed up the Travis build

Run Travis tests on a container infrastructure to make it start faster.

See http://docs.travis-ci.com/user/workers/container-based-infrastructure/

Closes gh-2027

9 years agoManipulation: increase delay of data-URI test
Oleg Gaidarenko [Thu, 15 Jan 2015 02:41:27 +0000 (05:41 +0300)]
Manipulation: increase delay of data-URI test

For Safar7/Opera - shot in the dark, can't reproduce this locally

Fixes gh-1993
(cherry-picked from 30ace26c42954497e44f19e8c7fa100de45c489e)

9 years agoEvent: Add a note about a mouseenter bug in Chrome
Michał Gołębiowski [Sun, 25 Jan 2015 00:09:26 +0000 (01:09 +0100)]
Event: Add a note about a mouseenter bug in Chrome

Refs https://code.google.com/p/chromium/issues/detail?id=333868

9 years agoRelease: update AUTHORS.txt
Timmy Willison [Mon, 19 Jan 2015 17:02:13 +0000 (12:02 -0500)]
Release: update AUTHORS.txt

9 years agoCore: Return empty array instead of null for parseHTML("")
Timo Tijhof [Wed, 7 Jan 2015 20:12:49 +0000 (20:12 +0000)]
Core: Return empty array instead of null for parseHTML("")

Fixes gh-1997
Close gh-1998

9 years agoEvent: HTML5 drop events inherit from MouseEvent
Dave Methvin [Wed, 14 Jan 2015 19:34:09 +0000 (14:34 -0500)]
Event: HTML5 drop events inherit from MouseEvent

Fixes gh-2009
Ref gh-1925

9 years agoOffset: simplify jQuery#offsetParent method
Oleg Gaidarenko [Tue, 13 Jan 2015 05:12:14 +0000 (08:12 +0300)]
Offset: simplify jQuery#offsetParent method

* It seems, check for html element (and previously for body element)
  was redundant

* Simplify "return" statement

* Add comment about potential errors that didn't find themselves
  in real life app

Closes gh-1968

9 years agoManipulation: add support to tag-hyphenated elements
Leonardo Braga [Mon, 5 Jan 2015 00:02:39 +0000 (19:02 -0500)]
Manipulation: add support to tag-hyphenated elements

Fixes #1987
Closes gh-1988

9 years agoCore: add support to tag-hyphenated elements
Leonardo Braga [Sun, 4 Jan 2015 22:48:35 +0000 (17:48 -0500)]
Core: add support to tag-hyphenated elements

Ref #1987

9 years agoBuild: Sanctify the component name status of Wrap
Dave Methvin [Mon, 12 Jan 2015 03:24:02 +0000 (22:24 -0500)]
Build: Sanctify the component name status of Wrap

9 years agoCore: Remove deprecated context and selector properties
Dave Methvin [Thu, 8 Jan 2015 18:35:28 +0000 (13:35 -0500)]
Core: Remove deprecated context and selector properties

Fixes gh-1908
Closes gh-2000

9 years agoAjax: $.post and $.get can now take an options object
George Mauer [Tue, 6 Jan 2015 03:00:12 +0000 (21:00 -0600)]
Ajax: $.post and $.get can now take an options object

Fixes gh-1986
Closes gh-1995

9 years agoBuild: Rearrange grunt/npm tasks into a build/dist/test pattern
Richard Gibson [Tue, 30 Dec 2014 02:07:03 +0000 (21:07 -0500)]
Build: Rearrange grunt/npm tasks into a build/dist/test pattern

Ref 76df9e4e389d80bff410a9e5f08b848de1d21a2f
Closes gh-1980

9 years agoCore: Standardize indexOf comparisons
Richard Gibson [Wed, 31 Dec 2014 23:31:27 +0000 (18:31 -0500)]
Core: Standardize indexOf comparisons

not present: `< 0`
present: `> -1`
at index: `=== N`

Closes gh-1984

9 years agoCallbacks: Reduce size
Richard Gibson [Sun, 4 Jan 2015 01:48:54 +0000 (20:48 -0500)]
Callbacks: Reduce size

(cherry picked from commit 18baae2efb36a6c759c0dddac7d25da9c554dff7)

9 years agoCallbacks: Don't abort execution on .lock()
Richard Gibson [Sun, 4 Jan 2015 00:55:31 +0000 (19:55 -0500)]
Callbacks: Don't abort execution on .lock()

Fixes gh-1990
Closes gh-1991

(cherry picked from commit fc7477f4927100f23f83c22b5142a42d1eac8502)

9 years agoCallbacks: No object starts out locked
Richard Gibson [Fri, 2 Jan 2015 14:42:06 +0000 (09:42 -0500)]
Callbacks: No object starts out locked

Fixes gh-1989

(cherry picked from commit f5a8c649b54e8b7fde6253bd56972347f9bbe012)

9 years agoBuild: Specify valid components for commit messages
Richard Gibson [Sun, 7 Dec 2014 06:46:25 +0000 (01:46 -0500)]
Build: Specify valid components for commit messages

Closes gh-1909

9 years agoDocs: Fix README uppercase
Dave Methvin [Fri, 9 Jan 2015 21:39:41 +0000 (16:39 -0500)]
Docs: Fix README uppercase

9 years agoDocs: Clarify custom build instructions
Dave Methvin [Wed, 7 Jan 2015 03:15:53 +0000 (22:15 -0500)]
Docs: Clarify custom build instructions

Closes gh-1854

9 years agoRelease: Remove copying of jquery-latest files
Dave Methvin [Wed, 7 Jan 2015 02:59:14 +0000 (21:59 -0500)]
Release: Remove copying of jquery-latest files

9 years agoAjax: Fix cross-domain detection test for non-default port
Victor Homyakov [Fri, 19 Dec 2014 12:23:02 +0000 (15:23 +0300)]
Ajax: Fix cross-domain detection test for non-default port

Closes gh-1954

9 years agoMisc: Mac OS is now OS X, thanks @xfq
Dave Methvin [Wed, 7 Jan 2015 02:04:17 +0000 (21:04 -0500)]
Misc: Mac OS is now OS X, thanks @xfq

Closes gh-1970

9 years agoEvent: Normalize mouse event properties in drag events
Aditya Raghavan [Sat, 20 Dec 2014 23:41:24 +0000 (18:41 -0500)]
Event: Normalize mouse event properties in drag events

DragEvent is a superset of MouseEvent, so we want to fix up mouse
properties like pageX and pageY.

Fixes gh-1925

9 years agoBuild: Remove dates from copyright notice
Anne-Gaelle Colom [Thu, 1 Jan 2015 19:34:48 +0000 (19:34 +0000)]
Build: Remove dates from copyright notice

Closes gh-1983

9 years agoREADME: update the Homebrew site address
Michał Gołębiowski [Sat, 3 Jan 2015 18:42:37 +0000 (19:42 +0100)]
README: update the Homebrew site address

Thanks @xfq

Closes gh-1971

9 years agoBuild: Don't assume the browser environment; smoke test on Node w/ jsdom
Michał Gołębiowski [Thu, 11 Sep 2014 20:18:34 +0000 (15:18 -0500)]
Build: Don't assume the browser environment; smoke test on Node w/ jsdom

Fixes gh-1950
Closes gh-1949

9 years agoDeferred: Fix $.when with resolved deferred and progress callbacks
Nicolas HENRY [Tue, 9 Dec 2014 12:57:15 +0000 (12:57 +0000)]
Deferred: Fix $.when with resolved deferred and progress callbacks

Fixes gh-1894
Closes gh-1915

9 years agoAjax: simplify jQuery.parseXML method
Shivaji Varma [Wed, 12 Nov 2014 10:29:41 +0000 (15:59 +0530)]
Ajax: simplify jQuery.parseXML method

-2 bytes to the gzipped size and code looks a bit nicer

This wasn't landed to the compat branch though, since size would increase
with this cherry-pick

Closes gh-1856

9 years agoOffset: don't run scrollTop/scrollLeft iframe test in mobile Safari
Oleg Gaidarenko [Thu, 25 Dec 2014 01:49:56 +0000 (04:49 +0300)]
Offset: don't run scrollTop/scrollLeft iframe test in mobile Safari

iPhone resize the iframe by its content regardless of the width, height values,
meaning it's not possible to scroll the iframe only its parent element

Ref 62a333e0646d3011377ed13a6fcfbb08e91e2bef

9 years agoCSS: simplify "defaultDisplay" module
Oleg Gaidarenko [Sun, 21 Dec 2014 20:21:27 +0000 (23:21 +0300)]
CSS: simplify "defaultDisplay" module

Closes gh-1962

9 years agoManipulation: make wrapAll funarg execute only once
Oleg Gaidarenko [Mon, 8 Dec 2014 07:32:57 +0000 (10:32 +0300)]
Manipulation: make wrapAll funarg execute only once

Fixes gh-1843
Closes gh-1912

9 years agoData: shave off a couple of bytes
Mike Sidorov [Mon, 15 Dec 2014 08:06:09 +0000 (13:06 +0500)]
Data: shave off a couple of bytes

Closes gh-1931

9 years agoData: speed up $.fn.data() for camel-cased key
Victor Homyakov [Thu, 18 Dec 2014 19:51:44 +0000 (22:51 +0300)]
Data: speed up $.fn.data() for camel-cased key

Fixes gh-1941
Closes gh-1952

9 years agoCSS: Add unit tests for negative margins and positioning
Aditya Raghavan [Sat, 20 Dec 2014 09:08:44 +0000 (04:08 -0500)]
CSS: Add unit tests for negative margins and positioning

Closes gh-1957

9 years agoEvent: fix incorrect window bug with scrollTop/Left in iframes
Aditya Raghavan [Sun, 21 Dec 2014 02:52:17 +0000 (21:52 -0500)]
Event: fix incorrect window bug with scrollTop/Left in iframes

Fixes gh-1945
Closes gh-1959

9 years agoBuild: Sizzle version labels must start with a dash
Timmy Willison [Wed, 17 Dec 2014 16:17:41 +0000 (11:17 -0500)]
Build: Sizzle version labels must start with a dash

9 years agoBuild: update node dependencies
Timmy Willison [Wed, 17 Dec 2014 15:42:23 +0000 (10:42 -0500)]
Build: update node dependencies

9 years agoBuild: account for version labels in Sizzle versions
Timmy Willison [Wed, 17 Dec 2014 15:35:59 +0000 (10:35 -0500)]
Build: account for version labels in Sizzle versions

Fixes gh-1939

9 years agoAuthors: Update AUTHORS.TXT and .mailmap
Dave Methvin [Wed, 17 Dec 2014 01:36:46 +0000 (20:36 -0500)]
Authors: Update AUTHORS.TXT and .mailmap

9 years agoSizzle: update to 2.1.1
Timmy Willison [Mon, 15 Dec 2014 17:30:43 +0000 (12:30 -0500)]
Sizzle: update to 2.1.1

9 years agoREADME: various text fixes
Oleg Gaidarenko [Mon, 15 Dec 2014 00:48:53 +0000 (19:48 -0500)]
README: various text fixes

Thank you @essamjoubori, @bcbcb, @namlede

Closes gh-1926
Closes gh-1927
Closes gh-1928

9 years agoSupport: Correct iOS 8 support test results, re-arrange entries
Michał Gołębiowski [Sat, 13 Dec 2014 20:41:04 +0000 (21:41 +0100)]
Support: Correct iOS 8 support test results, re-arrange entries

9 years agoAjax: use anchor tag for parsing urls
Ben Toews [Sun, 23 Nov 2014 01:29:13 +0000 (18:29 -0700)]
Ajax: use anchor tag for parsing urls

Fixes gh-1875
Closes gh-1880

9 years agoCore: re-introduce createHTMLDocument in parseHTML; Safari 8 left out
Timmy Willison [Wed, 10 Dec 2014 14:48:55 +0000 (09:48 -0500)]
Core: re-introduce createHTMLDocument in parseHTML; Safari 8 left out

Close gh-1505

9 years agoEvent: Empty namespaces should be uneventfully ignored
Dave Methvin [Wed, 10 Dec 2014 00:59:56 +0000 (19:59 -0500)]
Event: Empty namespaces should be uneventfully ignored

Thanks @hamishdickson for the report!

Closes gh-1769

9 years agoCore: revert addition of createHTMLDocument. Thanks, Safari 8.
Timmy Willison [Tue, 9 Dec 2014 23:00:06 +0000 (18:00 -0500)]
Core: revert addition of createHTMLDocument. Thanks, Safari 8.

- Safari 8 has issues when the HTML string contains forms.
  Closing tags are not respected.

9 years agoCss: Remove non-functional unit test for negative margin
Dave Methvin [Tue, 9 Dec 2014 21:30:22 +0000 (16:30 -0500)]
Css: Remove non-functional unit test for negative margin

Thanks @MatthewMueller

Closes gh-1474
Ref gh-1918

9 years agoCore: pass empty string to createHTMLDocument to appease IE
Timmy Willison [Tue, 9 Dec 2014 21:37:30 +0000 (16:37 -0500)]
Core: pass empty string to createHTMLDocument to appease IE

9 years agoCore: remove unnecessary support test for createHTMLDocument
Timmy Willison [Tue, 9 Dec 2014 20:57:12 +0000 (15:57 -0500)]
Core: remove unnecessary support test for createHTMLDocument

9 years agoBuild: fix tests in AMD mode
Timmy Willison [Tue, 9 Dec 2014 20:39:24 +0000 (15:39 -0500)]
Build: fix tests in AMD mode

9 years agoCore: use document.implemenation.createHTMLDocument in jQuery.parseHTML
Frederic Hemberger [Tue, 9 Dec 2014 20:13:46 +0000 (15:13 -0500)]
Core: use document.implemenation.createHTMLDocument in jQuery.parseHTML

Close gh-1505

9 years agoSupport: Re-organize browser order, add Safari 8
Michał Gołębiowski [Tue, 9 Dec 2014 20:05:31 +0000 (21:05 +0100)]
Support: Re-organize browser order, add Safari 8

Most browsers were put in order newest to oldest, Android was
treated differently; this has been fixed.

Also, browsers that share test results between different versions were
grouped together.

9 years agoCore: Simplify and speed up .each
Daniel Husar [Fri, 7 Feb 2014 10:30:13 +0000 (10:30 +0000)]
Core: Simplify and speed up .each

Closes gh-1510

9 years agoAttributes: Use the option val hook in select val hook and simplify it 1901/head
Michał Gołębiowski [Thu, 4 Dec 2014 13:43:35 +0000 (14:43 +0100)]
Attributes: Use the option val hook in select val hook and simplify it

The hook is still defined; not using it could cause issues in IE<11.
Also, IE10 no longer throws when value not set but it still doesn't trim the
value. IE11 has all those issues fixed; support comments are updated.

Fixes gh-1902
Closes gh-1901

9 years agoManipulation: improve test for data-URI
Oleg Gaidarenko [Sun, 7 Dec 2014 10:01:16 +0000 (13:01 +0300)]
Manipulation: improve test for data-URI

Some environments do not support data-uri in "src" attribute of script element.
Mitigate it with equality assertion

Ref a467f8653a6fab2903148df80ab0ce9f5f4fd04f

9 years agoEvent: Fully clean up events in unit test
Veaceslav Grimalschi [Wed, 8 Oct 2014 11:24:55 +0000 (15:24 +0400)]
Event: Fully clean up events in unit test

Closes gh-1685

9 years agoCallbacks: Disabling a callback should prevent firing
Dave Methvin [Mon, 8 Dec 2014 01:51:04 +0000 (20:51 -0500)]
Callbacks: Disabling a callback should prevent firing

Thanks to @TheDistantSea for the report!

Fixes gh-1790
Closes gh-1643

9 years agoTests: Tilt at a few style guide windmills
Richard Gibson [Sat, 6 Dec 2014 18:30:31 +0000 (13:30 -0500)]
Tests: Tilt at a few style guide windmills

Ref 3c13f4c6297566a71102c2362347987f6d6a636e

9 years agoTests: Accommodate page changes from the QUnit HTML reporter
Richard Gibson [Sat, 6 Dec 2014 18:23:40 +0000 (13:23 -0500)]
Tests: Accommodate page changes from the QUnit HTML reporter

Ref 6748ba349650353c7bed6eec201a3192f6b2cae1

9 years agoTests: Minor updates for QUnit 1.16 compatibility
Richard Gibson [Fri, 5 Dec 2014 17:28:40 +0000 (12:28 -0500)]
Tests: Minor updates for QUnit 1.16 compatibility

More to come later.

(cherry picked from commit f6f8848fbe477fa93fd27ac7f10885dd6e97f633)

9 years agoTests: Update QUnit
Richard Gibson [Fri, 5 Dec 2014 14:49:02 +0000 (09:49 -0500)]
Tests: Update QUnit

9 years agoBuild: Remove empty define({}) from build output
David Corbacho [Thu, 1 May 2014 10:21:34 +0000 (13:21 +0300)]
Build: Remove empty define({}) from build output

Fixes gh-1768
Closes gh-1569

9 years agoCONTRIBUTING: Condense info and add directions to other resources
Dave Methvin [Thu, 4 Dec 2014 00:07:48 +0000 (19:07 -0500)]
CONTRIBUTING: Condense info and add directions to other resources

Fixes gh-1824

9 years agoEvent: Copy detail property to jQuery.Event on native events
Dave Methvin [Wed, 3 Dec 2014 20:56:50 +0000 (15:56 -0500)]
Event: Copy detail property to jQuery.Event on native events

Fixes gh-1867

9 years agoCore: Throw an error on $("#") rather than returning 0-length collection
Dave Methvin [Wed, 3 Dec 2014 19:51:24 +0000 (14:51 -0500)]
Core: Throw an error on $("#") rather than returning 0-length collection

Closes gh-1682

Thanks @goob for the issue report!

9 years agoREADME: Add selector-native.js link. Thanks @randsonjs!
Dave Methvin [Wed, 3 Dec 2014 18:57:58 +0000 (13:57 -0500)]
README: Add selector-native.js link. Thanks @randsonjs!

Closes gh-1715

9 years agoManipulation: support data-URI scripts insertion
Bin Xin [Fri, 28 Nov 2014 06:09:29 +0000 (14:09 +0800)]
Manipulation: support data-URI scripts insertion

Fixes gh-1887
Closes gh-1888

9 years agoCSS: Clean up memory leak in reliableMarginRight
Dave Methvin [Mon, 1 Dec 2014 22:35:51 +0000 (17:35 -0500)]
CSS: Clean up memory leak in reliableMarginRight

Fixes gh-1795
Closes gh-1893

Thanks for the report flexphperia!

9 years agoDimensions: allow modification of coordinates argument
Oleg Gaidarenko [Tue, 11 Nov 2014 13:27:44 +0000 (16:27 +0300)]
Dimensions: allow modification of coordinates argument

Fixes gh-1848
Closes gh-1853

9 years agoDocs: correct grunt command in README.md
Oleg Gaidarenko [Mon, 10 Nov 2014 10:20:06 +0000 (13:20 +0300)]
Docs: correct grunt command in README.md

Fixes gh-1850

9 years agoBuild: Fix various typos
Oleg Gaidarenko [Fri, 7 Nov 2014 06:30:18 +0000 (12:30 +0600)]
Build: Fix various typos

Thanks @jamesgpearce, @vlajos, @imyousuf
Closes gh-1828
Closes gh-1830
Closes gh-1844

9 years agoManipulation: Check state lost if the name is set for Android 4.0-4.3
Michał Gołębiowski [Wed, 5 Nov 2014 17:14:56 +0000 (18:14 +0100)]
Manipulation: Check state lost if the name is set for Android 4.0-4.3

Refs gh-1820
Closes gh-1841

9 years agoMisc: Adjust comments & docs to dropping IE<8 in jQuery Compat
Michał Gołębiowski [Tue, 4 Nov 2014 15:16:36 +0000 (16:16 +0100)]
Misc: Adjust comments & docs to dropping IE<8 in jQuery Compat

9 years agoMisc: Remove leftover -moz-box-sizing in tests
Michał Gołębiowski [Mon, 3 Nov 2014 19:03:03 +0000 (20:03 +0100)]
Misc: Remove leftover -moz-box-sizing in tests

9 years agoMisc: Drop support for older browsers; update support comments
Michał Gołębiowski [Mon, 27 Oct 2014 17:36:07 +0000 (18:36 +0100)]
Misc: Drop support for older browsers; update support comments

That includes Opera 12.x, Firefox<29, Safari<6.0 and some hacks
for old Blackberry.

Closes gh-1820
Refs gh-1815

9 years agoDocs: 1.x-master branch -> compat branch; 2.x branch -> master branch
Timmy Willison [Mon, 3 Nov 2014 17:34:45 +0000 (12:34 -0500)]
Docs: 1.x-master branch -> compat branch; 2.x branch -> master branch

9 years agoBuild: update version to 3.0.0-pre
Timmy Willison [Mon, 3 Nov 2014 17:29:16 +0000 (12:29 -0500)]
Build: update version to 3.0.0-pre

9 years agoAjax: Fix for request aborted in ajaxSend
Dan Hart [Sun, 13 Jul 2014 17:53:00 +0000 (18:53 +0100)]
Ajax: Fix for request aborted in ajaxSend

Fixes gh-1775
Close gh-1619

9 years agoChange broken url to wayback one
Arthur Verschaeve [Sat, 25 Oct 2014 07:42:19 +0000 (09:42 +0200)]
Change broken url to wayback one

9 years agoREADME: Update the description of the deprecated module
Michał Gołębiowski [Thu, 30 Oct 2014 13:16:32 +0000 (14:16 +0100)]
README: Update the description of the deprecated module

.andSelf is now gone.

9 years agoDeprecated: Drop size and andSelf methods 1822/head
Michał Gołębiowski [Thu, 30 Oct 2014 00:18:42 +0000 (01:18 +0100)]
Deprecated: Drop size and andSelf methods

Fixes gh-1749
Closes gh-1822

9 years agoBuild: Upgrade to commitplease 2.0.0
Jörn Zaefferer [Wed, 22 Oct 2014 15:57:23 +0000 (17:57 +0200)]
Build: Upgrade to commitplease 2.0.0

commitplease now accepts "[tmp]:" and similar to temporary commits,
useful while updating pull requests that are squashed later.

9 years agoMisc: Update all references to bugs.jquery.com
Arthur Verschaeve [Fri, 17 Oct 2014 05:01:37 +0000 (07:01 +0200)]
Misc: Update all references to bugs.jquery.com

Fixes gh-1681
Closes gh-1716

10 years agoMisc: Need for speed removed by 9ad6e7e
Dave Methvin [Sun, 19 Oct 2014 19:16:13 +0000 (15:16 -0400)]
Misc: Need for speed removed by 9ad6e7e

10 years agoAjax: remove event dependency from the ajax module 1697/head
Oleg Gaidarenko [Fri, 10 Oct 2014 17:01:59 +0000 (21:01 +0400)]
Ajax: remove event dependency from the ajax module

Closes gh-1695

10 years agoReadme: Fix minor style issues. Thanks @MightyBranch!
Dave Methvin [Mon, 6 Oct 2014 13:25:27 +0000 (09:25 -0400)]
Readme: Fix minor style issues. Thanks @MightyBranch!

10 years agoREADME: Improve build instructions
Oleg Gaidarenko [Tue, 23 Sep 2014 22:03:04 +0000 (15:03 -0700)]
README: Improve build instructions

Thanks @NickStefan

Closes gh-1663

10 years agoData: avoid non-alphanumeric chars in expando properties
Jason Bedard [Tue, 23 Sep 2014 03:05:59 +0000 (20:05 -0700)]
Data: avoid non-alphanumeric chars in expando properties

Ref chromium issue 378607
Ref #14839
Closes gh-1662

10 years agoEvent: Restore the `constructor` property on jQuery.Event prototype
Daniel Herman [Thu, 15 May 2014 16:26:20 +0000 (12:26 -0400)]
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

10 years agoManipulation: Tolerate XMLNode host object input to getAll
Richard Gibson [Tue, 17 Jun 2014 13:48:17 +0000 (09:48 -0400)]
Manipulation: Tolerate XMLNode host object input to getAll

Fixes #15151
Ref 25712d77c3bc0221b5b2b9b9492c20a9cfbe1b17
Closes gh-1602

10 years agoCONTRIBUTING: Close parenthesis
Amit Merchant [Wed, 3 Sep 2014 11:00:26 +0000 (16:30 +0530)]
CONTRIBUTING: Close parenthesis

Closes gh-1648

10 years agoCSS: Correct typo in the comment
Oleg Gaidarenko [Tue, 2 Sep 2014 20:20:23 +0000 (00:20 +0400)]
CSS: Correct typo in the comment

10 years agoCSS: Use pre-defined displays for html and body
Oleg Gaidarenko [Tue, 2 Sep 2014 20:11:05 +0000 (00:11 +0400)]
CSS: Use pre-defined displays for html and body

Ref 60f546acb1c7136092b4fd01cccff052e468cc72
Ref 274feb53cc9a99633dfac785d8b3b837d192c43c

10 years agoCSS: Remove use of getDefaultComputedStyle
Nazar Mokrynskyi [Mon, 1 Sep 2014 21:13:46 +0000 (23:13 +0200)]
CSS: Remove use of getDefaultComputedStyle

Remove optimization to make jQuery compatible with Google's Polymer project

Closes gh-1647
Fixes #15227

10 years agoAttr: Use typeof check for getAttribute method
Oleg Gaidarenko [Tue, 2 Sep 2014 17:44:02 +0000 (21:44 +0400)]
Attr: Use typeof check for getAttribute method

Ref 29838b6cab6f2e508f3e9692f32918c72b1a504b

10 years agoBuild: Moved JSHint directives to .jshintrc file
Chris Antaki [Fri, 25 Jul 2014 22:23:54 +0000 (15:23 -0700)]
Build: Moved JSHint directives to .jshintrc file

Closes gh-1595

10 years agoOffset: Simplified a conditional
Chris Antaki [Fri, 25 Jul 2014 20:08:42 +0000 (13:08 -0700)]
Offset: Simplified a conditional

10 years agoCore: Drop strundefined variable
Chris Antaki [Fri, 25 Jul 2014 19:21:22 +0000 (12:21 -0700)]
Core: Drop strundefined variable

10 years agoCSS: Removed redundant "to the number" in comment
Aurelio De Rosa [Tue, 10 Jun 2014 21:26:35 +0000 (22:26 +0100)]
CSS: Removed redundant "to the number" in comment

Closes gh-1594