Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: jquery/jquery
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 73c6a23
Choose a base ref
...
head repository: jquery/jquery
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 742610f
Choose a head ref
  • 9 commits
  • 13 files changed
  • 3 contributors

Commits on Feb 22, 2016

  1. Configuration menu
    Copy the full SHA
    7d85612 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2016

  1. Configuration menu
    Copy the full SHA
    5d620be View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2016

  1. Core: drop the document.implementation.createHTMLDocument usage

    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.
    
    Refs cfe468f
    Refs gh-1505
    Fixes gh-2941
    mgol committed Mar 2, 2016
    Configuration menu
    Copy the full SHA
    c5c3073 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2016

  1. Configuration menu
    Copy the full SHA
    63397aa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    67d4aeb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b38bee5 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2016

  1. Core: Restore 1.x isPlainObject constructor checks

    - Guard isPlainObject against inherited scalar constructors
    
    Fixes gh-2982
    Close gh-2985
    gibson042 authored and timmywil committed Mar 14, 2016
    Configuration menu
    Copy the full SHA
    0ef97b5 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2016

  1. Configuration menu
    Copy the full SHA
    e7af951 View commit details
    Browse the repository at this point in the history
  2. 2.2.2

    timmywil committed Mar 17, 2016
    Configuration menu
    Copy the full SHA
    742610f View commit details
    Browse the repository at this point in the history
Loading