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 .

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also .
base repository: jquery/jquery
base: 1.12.3
Choose a base ref
head repository: jquery/jquery
compare: 1.12.4
Choose a head ref
  • 13 commits
  • 13 files changed
  • 2 contributors

Commits on Apr 26, 2016

  1. CSS: Don't workaround the IE 11 iframe-in-fullscreen sizing issues

    IE 11 used to have an issue where if an element inside an iframe was put
    in fullscreen mode, the element dimensions started being 100 times too small;
    we've added a workaround that would multiply them by 100. However, the IE 11
    issue has been unexpectedly fixed and since our detection was really detecting
    the browser and not a bug, we've started breaking the browser instead of fixing
    it.
    
    Since there's no good way to detect if the bug exists, we have to back the
    workaround out completely.
    
    Refs ff1a082
    Refs fb9adb9
    Fixes gh-3041
    Refs gh-1764
    Refs gh-2401
    Refs 90d828b
    mgol committed Apr 26, 2016
  2. Build: test on Node.js 6

    mgol committed Apr 26, 2016
  3. Revert "Build: remove node .10 from travis"

    This reverts commit 498fd24.
    
    Node 0.10 has updated its npm to v2 so most issues with it should be resolved
    now.
    mgol committed Apr 26, 2016

Commits on May 2, 2016

  1. Tests: take Safari 9.1 into account

    Safari 9.1 shares its support test results with Safari 9.0 but it's been
    excluded from the regex catching Safari 9.0. This has been fixed.
    
    (cherry-picked from 234a2d8)
    mgol committed May 2, 2016
  2. Tests: Make the regex catching Safari 9.0/9.1 more resilient

    The word boundary character will prevent iOS from being a false positive.
    
    (cherry-picked from 7f2ebd2)
    mgol committed May 2, 2016

Commits on May 9, 2016

Commits on May 12, 2016

Commits on May 20, 2016

  1. 1.12.4

    timmywil committed May 20, 2016