Commit Graph

  • a503c691dc
    Build: Explicitly exclude the queue module from the slim build Michał Gołębiowski-Owczarek 2020-09-28 18:33:33 +0200
  • e35fb62db4
    Core: Drop support for Edge Legacy (i.e. non-Chromium Microsoft Edge) Michał Gołębiowski-Owczarek 2020-09-22 17:49:28 +0200
  • 0cbf1e2cea Core: Drop support for EdgeHTML (i.e. non-Chromium Microsoft Edge) Michał Gołębiowski-Owczarek 2019-10-13 18:24:16 +0200
  • 15ae361485
    Manipulation: Respect script crossorigin attribute in DOM manipulation 高灰 2020-09-22 23:30:18 +0800
  • 2014665b0d Manipulation: Move the new tests to the manipulation module Michał Gołębiowski-Owczarek 2020-09-22 17:18:04 +0200
  • f9c1173479
    Update test/data/mock.php 高灰 2020-09-22 21:29:53 +0800
  • f20fa46764 Build: Explicitly exclude the queue module from the slim build Michał Gołębiowski-Owczarek 2020-09-21 18:31:07 +0200
  • 40b170fc53
    Update test/unit/ajax.js 高灰 2020-09-21 22:19:34 +0800
  • 1579329bb1 Ajax: unit test for cors - remove unnesseary log output Tom Zhu 2020-09-21 22:14:26 +0800
  • 69d63282eb Ajax: unit test for cors Tom Zhu 2020-09-21 00:51:23 +0800
  • cec576a52c Ajax: unit test for cors Tom Zhu 2020-09-21 00:49:07 +0800
  • 15cdd7ac29 Ajax: unit test for cors Tom Zhu 2020-09-21 00:44:24 +0800
  • 401ff0a08a Ajax: unit test for cors Tom Zhu 2020-09-21 00:34:23 +0800
  • 247409815e Ajax: unit test for cors Tom Zhu 2020-09-19 15:01:12 +0800
  • e81d7f2429 Ajax: Syntax fix Tom Zhu 2020-09-19 14:43:53 +0800
  • 1a29c8ba79 Apply suggestions from code review 高灰 2020-09-19 14:14:10 +0800
  • b7fce8bc0c Ajax: Added some comments for crossorigin test Tom Zhu 2020-08-12 23:37:03 +0800
  • ee04a1a5bc Skip swarn && non-localhost test Tom Zhu 2020-01-25 18:46:53 +0800
  • 2d37e4e267 Update test/unit/ajax.js 高灰 2020-01-21 10:35:22 +0800
  • 0937e1a248 Indent with tab Tom Zhu 2020-01-20 09:54:40 +0800
  • 7d6c400b80 Added comment for cors test Tom Zhu 2020-01-18 13:47:39 +0800
  • 3e25bc9a99 Apply suggestions from code review 高灰 2020-01-18 12:38:58 +0800
  • 494d2b3cb4 Move Cors unit from core to ajax Tom Zhu 2020-01-16 13:50:00 +0800
  • 70513c71a3 Remove unnecessary if Tom Zhu 2020-01-09 23:45:19 +0800
  • 0d7ec6617b Update test/unit/core.js 高灰 2020-01-09 23:25:36 +0800
  • f30e792266 No need to getAttribute('crossOrigin') Tom Zhu 2019-12-23 10:58:27 +0800
  • 638903aefa make use of scriptAttrs Tom Zhu 2019-12-10 22:50:31 -0800
  • 465acd80da Respect the crossOrigin attribute Tom Zhu 2019-12-10 14:36:11 -0800
  • 2faa0614e7
    Update README.md Adam7288 2020-09-11 14:45:45 -0400
  • 4c572a7fee Tests: Recognize callbacks with dots in the Node.js mock server Michał Gołębiowski-Owczarek 2020-09-02 18:42:52 +0200
  • df6858df2e
    Tests: Recognize callbacks with dots in the Node.js mock server Michał Gołębiowski-Owczarek 2020-09-02 18:42:52 +0200
  • 2f1050d045 Tests: Recognize callbacks with dots in the Node.js mock server Michał Gołębiowski-Owczarek 2020-07-29 17:25:40 +0200
  • 4f016c642c Tests: Skip the "jQuery.ajax() on unload" test in Safari Michał Gołębiowski-Owczarek 2020-09-02 18:04:44 +0200
  • c18dc49699
    Tests: Skip the "jQuery.ajax() on unload" test in Safari Michał Gołębiowski-Owczarek 2020-09-02 18:04:44 +0200
  • fcf9470cd8 Tests: Skip the "jQuery.ajax() on unload" test in Safari Michał Gołębiowski-Owczarek 2020-08-26 17:39:37 +0200
  • 8612018d4e
    Build: Make the import/no-unused-modules ESLint rule work in WebStorm Michał Gołębiowski-Owczarek 2020-09-02 17:24:55 +0200
  • 01bfed37f1 Build: Make the import/no-unused-modules ESLint rule work in WebStorm Michał Gołębiowski-Owczarek 2020-08-24 17:12:08 +0200
  • a4421101fd
    Attributes: Drop the toggleClass(boolean|undefined) signature Michał Gołębiowski-Owczarek 2020-09-01 10:42:03 +0200
  • 68b4ec59c8
    Ajax: Make responseJSON work for erroneous same-domain JSONP requests Michał Gołębiowski-Owczarek 2020-09-01 00:02:44 +0200
  • a0e7a9bfd9
    Add Code Integration for jQuery VenkatVuddagiri 2020-08-28 08:34:01 +0530
  • fc13a0983b Ajax: Make responseJSON work for erroneous same-domain JSONP requests Michał Gołębiowski-Owczarek 2020-08-26 16:39:06 +0200
  • 2bf9793efc Event: Remove the event.which shim Michał Gołębiowski-Owczarek 2020-08-26 14:10:33 +0200
  • 1a5fff4c16
    Event: Remove the event.which shim Michał Gołębiowski-Owczarek 2020-08-26 14:10:33 +0200
  • 3bae54aa50 Ajax: Execute JSONP error script responses Dallas Fraser 2020-08-25 15:41:06 -0400
  • a1e619b03a
    Ajax: Execute JSONP error script responses Dallas Fraser 2020-08-25 15:41:06 -0400
  • 07a8e4a177
    Ajax: Avoid CSP errors in the script transport for async requests Michał Gołębiowski-Owczarek 2020-08-25 21:28:30 +0200
  • 0ddb0e0b5a Ajax: Avoid CSP errors in the script transport for async requests Michał Gołębiowski-Owczarek 2020-07-29 15:45:42 +0200
  • 3ee656ede7 Need to use deep equal Dallas Fraser 2020-08-21 09:38:21 -0400
  • f5cb586944 Try not using strictEqual and just equal Dallas Fraser 2020-08-20 14:13:41 -0400
  • f09715fbbe Remove before send since seems to be causing issues with out tests Dallas Fraser 2020-08-20 13:55:46 -0400
  • bc7de3d0e5 Failure suppose to be error I think Dallas Fraser 2020-08-20 13:37:43 -0400
  • 06c3070b99 Fix linting issue Dallas Fraser 2020-08-20 13:05:47 -0400
  • c178cdb474 MIssed a const Dallas Fraser 2020-08-20 12:59:00 -0400
  • bd0dde8e2a Cant use const -> use var instead Dallas Fraser 2020-08-20 12:50:28 -0400
  • ad1e4c7dfa Appears do not need new mock and fix up the test Dallas Fraser 2020-08-20 12:44:02 -0400
  • 2c84715652 Fix linting issues Dallas Fraser 2020-08-20 10:02:00 -0400
  • 5e7fcc713e The fix works for me such that parses the jsonp response Dallas Fraser 2020-08-20 09:26:09 -0400
  • beea433d33 Tests: Remove an unused local variable Wonhyoung Park 2020-08-13 20:24:30 +0900
  • 82b87f6f0e
    Tests: Remove an unused local variable Wonhyoung Park 2020-08-13 20:24:30 +0900
  • 0c75d3fd7a Tests: Removed unused local value. wh05.park 2020-08-11 16:04:16 +0900
  • 8f01d92242 Attributes: Drop the toggleClass(boolean|undefined) signature Michał Gołębiowski-Owczarek 2020-07-29 23:54:35 +0200
  • a6849198ac Event: Remove the event.which shim Michał Gołębiowski-Owczarek 2020-07-29 17:31:21 +0200
  • bf1430a7e6
    Core: Bring back QtWebKit support for jQuery 3.x Natalia Sroka 2020-07-27 22:01:55 +0200
  • a22b43bad4 Build: Append .eslintignore paths to grunt eslint paths Ed Sanders 2020-04-21 12:43:52 +0100
  • ac92e85d8c Core: Bring back QtWebKit support for jQuery 3.x Natalia Sroka 2020-07-27 19:47:36 +0200
  • bc138b1b65
    Update src/var/isFunction.js Natalia Sroka 2020-07-27 19:40:44 +0200
  • e7b3bc488d
    Ajax: Drop the json to jsonp auto-promotion logic Michał Gołębiowski-Owczarek 2020-07-27 19:15:57 +0200
  • 68bde16924 fixup! Ajax: Drop the json to jsonp auto-promotion logic Michał Gołębiowski-Owczarek 2020-07-27 18:33:30 +0200
  • cefd56b5e4
    change wording henryruss2 2020-07-23 18:09:15 -0400
  • 9adc298da6 Core: Bring back QtWebKit support for jQuery 3.x Natalia Sroka 2020-07-22 20:46:17 +0200
  • 9ec526ebf5 Core: Bring back QtWebKit support for jQuery 3.x Natalia Sroka 2020-07-22 19:58:50 +0200
  • 667d74c7f9 Core: Bring back QtWebKit support for jQuery 3.x Natalia Sroka 2020-07-22 17:47:07 +0200
  • fa0058af42
    Build: Use the US spelling of "favor" Necmettin Karakaya 2020-07-22 22:12:54 +0800
  • 5f93f8e1d0 Ajax: Drop the json to jsonp auto-promotion logic Michał Gołębiowski-Owczarek 2020-07-18 20:09:25 +0200
  • ae8c8cabf0 Core: Bring back QtWebKit support for jQuery 3.x Natalia Sroka 2020-07-21 14:50:17 +0200
  • fe4098005e
    Revert "Offset: Send px-ed strings to .css()" Michał Gołębiowski-Owczarek 2020-07-20 21:29:40 +0200
  • d32a7a524f Build: Fix commitplease husky config Beatriz Rezener 2020-07-20 14:06:39 -0300
  • 3a1b338a7a
    Build: Fix commitplease husky config Beatriz Rezener 2020-07-20 14:06:39 -0300
  • 577ef665d9 Revert "Offset: Send px-ed strings to .css()" Michał Gołębiowski-Owczarek 2020-07-18 17:40:35 +0200
  • e8db14e653 revert official name mistake Necmettin Karakaya 2020-07-19 00:06:11 +0800
  • 677b7bc06a fix unnecessary spell correction Necmettin Karakaya 2020-07-18 22:44:56 +0800
  • 88eb9b8dae Fix typo 👇🏻 Necmettin Karakaya 2020-07-18 21:19:16 +0800
  • b502866960
    Build: Update dependencies Michał Gołębiowski-Owczarek 2020-07-15 16:17:41 +0200
  • 4eb436637b Build: Update dependencies Michał Gołębiowski-Owczarek 2020-06-08 21:20:17 +0200
  • 4aaebbe8c3 Tests: Add self-closing tag parsing test Liu Chao 2020-07-08 16:00:30 +0800
  • 10bf69aa1d
    Resolve JQMigrate Warning when using .fadeTo Steve Davis 2020-06-29 14:29:46 -0500
  • 39c5778c64
    build: set up periodic code scanning analysis Timmy Willison 2020-06-25 17:32:02 -0400
  • 9e064e434d Build: Fix commitplease husk config Beatriz Rezener 2020-06-24 14:16:26 -0300
  • 8be7835006 Build: Fix commitplease husk config Beatriz Rezener 2020-06-24 13:00:55 -0300
  • 9c98e4e86e
    Manipulation: Avoid concatenating strings in buildFragment Michał Gołębiowski-Owczarek 2020-06-10 16:13:22 +0200
  • f358990075 lint jucliu 2020-06-08 13:34:35 -0700
  • 7a6fae6a7e
    Docs: Update Frequently Reported Issues in the GitHub issue template Michał Gołębiowski-Owczarek 2020-06-08 20:25:11 +0200
  • 2c8cdfd1fa Manipulation: Remove an unused document import Michał Gołębiowski-Owczarek 2020-06-08 20:04:42 +0200
  • 5f92da90ef
    Manipulation: Update src/manipulation/buildFragment.js Michał Gołębiowski-Owczarek 2020-06-08 19:54:36 +0200
  • bb726fcb66 Manipulation: Avoid concatenating strings in buildFragment Michał Gołębiowski-Owczarek 2020-05-26 00:29:24 +0200
  • 36a09e6086 Docs: Update Frequently Reported Issues in the GitHub issue template Michał Gołębiowski-Owczarek 2020-06-05 18:34:59 +0200
  • 40c3abd0ab
    Build:Event: Make sure all source modules' exports are used (#4648) Michał Gołębiowski-Owczarek 2020-06-02 13:45:08 +0200
  • b148830ad5 Handle potential null result for leverageNative Ryan Bigg 2020-06-01 10:41:11 +1000
  • b9588a7558 Manipulation: Avoid concatenating strings in buildFragment Michał Gołębiowski-Owczarek 2020-05-26 00:29:24 +0200
  • 0b676ae12d
    Deprecated: Remove jQuery.trim Michał Gołębiowski-Owczarek 2020-05-18 23:20:38 +0200