aboutsummaryrefslogtreecommitdiffstats
path: root/src/core
Commit message (Collapse)AuthorAgeFilesLines
* Core: drop the document.implementation.createHTMLDocument usageMichał Gołębiowski2016-03-022-32/+3
| | | | | | | | | | | | | The document.implementation.createHTMLDocument("") method creates inert documents which is good but using it has introduced issues around anchor elements href property not resolving according to the current document. Because of that, this patch is getting backed out on 1.x/2.x branches. (cherry-picked from c5c30735311c74c60689fcabdcf2cb192524000e) Refs cfe468f29c4cbe1a457d0feb17dec90dcfd7c280 Refs gh-1505 Fixes gh-2941
* Core: use interactive to evaluate dom ready, barring IE6-10Timmy Willison2016-01-141-5/+4
| | | | | Fixes gh-2100 Close gh-2821
* Revert "Misc: Drop support for older browsers; update support comments"Timmy Willison2016-01-062-6/+42
| | | | This reverts commit 90d7cc1d8b2ea7ac75f0eacb42439349c9c73278.
* Revert "Core: Return empty array instead of null for parseHTML("")"Oleg Gaidarenko2015-12-221-2/+2
| | | | This reverts commit 61bb61279ce51af189d40162dc62e44f04826051.
* Build: code style fixes after all those revertsOleg Gaidarenko2015-12-221-2/+2
|
* Revert "Core: Remove deprecated context and selector properties"Oleg Gaidarenko2015-12-221-2/+10
| | | | This reverts commit e2ec5da2a7f1b3de1f9dc7e2c01f27cd23714e60.
* Revert "Core: Throw an error on $("#") rather than returning 0-length ↵Oleg Gaidarenko2015-12-221-2/+1
| | | | | | collection" This reverts commit 93f95c966355f02b5695f50523f88687eadb4c81.
* Revert "Core: remove custom ready event"Oleg Gaidarenko2015-12-221-0/+7
| | | | This reverts commit b35bea14a9b1ff6b9ba96e0c51e21bfeecfc4c4a.
* Build: Update jscs and lint filesOleg Gaidarenko2015-09-076-29/+45
| | | | | Ref 10fdad742a2a6aa9f0e00b3e04fc5264797c53c7 Fixes gh-2056
* Core: Support non-browser environmentsMichał Gołębiowski2015-08-164-9/+10
| | | | | | | | | | | | Fixes gh-2133 Fixes gh-2501 Closes gh-2504 Refs gh-1950 Refs gh-1949 Refs gh-2397 Refs gh-1537 Refs gh-2504 Refs 842958e7aecd0d75a7ee9e2aaec83457701aa2f3
* Core:CSS: Attach test nodes to documentElement, not bodyMichał Gołębiowski2015-08-161-5/+0
| | | | | | | | | | | | Attaching test divs to document.documentElement instead of document.body used to cause issues in jQuery 1.x; jQuery Compat doesn't execute any tests on document ready, though so it could be aligned with master. This makes jQuery Compat support tests work correctly even if jQuery is included & used in head before body even exists - making it similar to the master behavior. Fixes gh-2502
* Core: Don't expose jQuery.accessMichał Gołębiowski2015-08-041-1/+1
| | | | | | | jQuery.access was never documented, there is no need to keep it exposed. Fixes gh-2513 Closes gh-2524
* Core: Add a support comment for Safari 8Michał Gołębiowski2015-07-201-0/+5
| | | | | | | | | | Related issue: https://bugs.webkit.org/show_bug.cgi?id=137337 Thanks @phistuck! (cherry-picked from d24275372624bac897c4131fd1507a58c09a1483) Refs cfe468f29c4cbe1a457d0feb17dec90dcfd7c280
* Core: remove custom ready eventTimmy Willison2015-05-121-7/+0
| | | | | Fixes gh-2264 Close gh-2265
* Manipulation: privatize buildFragment() functionTimmy Willison2015-05-051-6/+4
| | | | Fixes gh-2224
* Core: allow init to accept an alternate rootjQuery for migrate's sakeTimmy Willison2015-05-041-4/+8
| | | | | | - This will be tested in migrate Fixes gh-2101
* Core:CSS:Event: simplification of native method signaturesOleg Gaidarenko2015-05-031-4/+4
| | | | | | | | | | | * Remove third argument from "addEventListener" * Remove third argument from "removeEventListener" * Remove second argument from "getComputedStyle" Ref gh-2047 Ref 85577a348a72ae765e0d7330b9e82985d23c94b7
* Core: Return empty array instead of null for parseHTML("")Timo Tijhof2015-01-191-2/+2
| | | | | | | | Fixes gh-1997 Close gh-1998 Conflicts: test/unit/core.js
* Core: add support to tag-hyphenated elementsLeonardo Braga2015-01-131-1/+1
| | | | | Ref #1987 Ref 534f13025aeb59a7d5893ce62efafa0b066a4934
* Core: Remove deprecated context and selector propertiesDave Methvin2015-01-111-10/+2
| | | | | | Fixes gh-1908 Closes gh-2000 (cherry picked from commit 0ea8c32863af31fb5cfc184e8d513bbae35583e8)
* Core: introduce createHTMLDocument in parseHTML; Safari 8/IE8 left outTimmy Willison2014-12-102-3/+27
| | | | Close gh-1506
* Misc: Drop support for older browsers; update support commentsMichał Gołębiowski2014-12-082-41/+9
| | | | | | | | | | That includes IE<8, Opera 12.x, Firefox<29, Safari<6.0 and some hacks for old Blackberry. Fixes gh-1836 Fixes gh-1701 Refs gh-1815 Refs gh-1820
* Core: Throw an error on $("#") rather than returning 0-length collectionDave Methvin2014-12-031-1/+2
| | | | | | | Closes gh-1682 Thanks @goob for the issue report! (cherry picked from commit 80022c81ce4a07a232afd3c580b0977555a2daec)
* Build: update grunt-jscs-checker and pass with the new rulesTimmy Willison2014-07-173-8/+18
| | | | | | | | | | | | | | | | | | | | | | | | | 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
* Core: Consistently use local reference to access()Timo Tijhof2014-07-131-1/+1
| | | | | Ref 2fb719e5aa885232c5347576e9f9e1e341a7ba15 Ref 2063d6c1896b0c46c39fa0fdecef817f2e6f57c3
* Core: Do not run window.onready when readyDave Methvin2014-03-041-2/+3
| | | | | Fixes #14802 (cherry picked from commit 2df1aad6a1c9376c2a477eba26ee992113ed1c23)
* Fix some code style inconsistenciesOleg2013-11-071-1/+0
|
* Separate jQuery.fn.init into its own module (for lighter core dependencies ↵Timmy Willison2013-09-094-1/+138
| | | | | | | | | | across all modules). Restore proper support property for effects. Conflicts: src/attributes/classes.js src/core.js src/manipulation.js src/traversing.js
* All non-var modules should not indent in their AMD wrappers (just for ↵Timmy Willison2013-09-092-75/+78
| | | | prettier builds). No functionality changes.
* Break jQuery.access out into its own module to separate it from core; Adjust ↵Timmy Willison2013-09-091-0/+58
| | | | | | | | | | | | | 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
* Move parsing methods to their own files (separates manipulation dependency ↵Timmy Willison2013-09-081-0/+38
| | | | | | | from core) Conflicts: src/core.js
* Fix #10814. Fix #14084. Make support tests lazy and broken out to components.Michał Gołębiowski2013-09-061-29/+0
|
* AMD-ify jQuery sourcegit s! Woo! Fixes #14113, #14163.Timmy Willison2013-08-152-0/+180
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