Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compresses 6e066a4db72ff6b0d12dd8a43faec0a80e4a1fed #753

Closed
wants to merge 62 commits into from

Commits on Mar 23, 2012

  1. Failing test (http://gyazo.com/0a7285e1d10039bc8ec8bc340fac15a9.png)

    Signed-off-by: Rick Waldron waldron.rick@gmail.com <waldron.rick@gmail.com>
    rwaldron committed Mar 23, 2012
    Configuration menu
    Copy the full SHA
    379a137 View commit details
    Browse the repository at this point in the history
  2. Ensure innerHTML of src/dest clone nodes is correctly set. Fixes #10324

    Signed-off-by: Rick Waldron waldron.rick@gmail.com <waldron.rick@gmail.com>
    rwaldron committed Mar 23, 2012
    Configuration menu
    Copy the full SHA
    2795a83 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2012

  1. Configuration menu
    Copy the full SHA
    7fa0da0 View commit details
    Browse the repository at this point in the history
  2. Makes Deferred implementation truly Promise/A compliant. Unit tests a…

    …mended. Actually few changes required in jQuery's own source and we gained 8 bytes minified gzipped \o/.
    jaubourg committed Apr 1, 2012
    17 Configuration menu
    Copy the full SHA
    a41f240 View commit details
    Browse the repository at this point in the history
  3. $.ajax now always returns an object implementing the Promise interfac…

    …e. Fixes #10944. Unit tests amended.
    
    For back-compat, in case of an early abort, callbacks passed in the options are not called (while subsequent callbacks attached to the returned Promise are).
    For early abort triggered by returning false in beforeSend, statusText is "canceled".
    jaubourg committed Apr 1, 2012
    Configuration menu
    Copy the full SHA
    395612b View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2012

  1. For much improved consistency, jqXHR.abort() sets a default statusTex…

    …t of 'canceled' right until after beforeSend has been called (in which case it reverts to the default of 'abort'): now all early aborts have a statusText of 'canceled'.
    jaubourg committed Apr 2, 2012
    Configuration menu
    Copy the full SHA
    914df9c View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2012

  1. Configuration menu
    Copy the full SHA
    03c5836 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    41056ab View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2012

  1. Configuration menu
    Copy the full SHA
    203a168 View commit details
    Browse the repository at this point in the history
  2. Fix #11435. Remove obsolete test code.

    amonat authored and dmethvin committed Apr 5, 2012
    Configuration menu
    Copy the full SHA
    dc337f6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    077fd7e View commit details
    Browse the repository at this point in the history
  4. Use multiply rather than divide for speed.

    Oskari authored and dmethvin committed Apr 5, 2012
    Configuration menu
    Copy the full SHA
    da70ca6 View commit details
    Browse the repository at this point in the history
  5. Updating year to 2012.

    jbruni authored and dmethvin committed Apr 5, 2012
    Configuration menu
    Copy the full SHA
    7c814f4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    22ad872 View commit details
    Browse the repository at this point in the history
  7. Remove moot second argument from slice.call()

    The zeroes were added to fix http://bugs.jquery.com/ticket/4942 but those browsers are no longer supported.
    sindresorhus authored and dmethvin committed Apr 5, 2012
    Configuration menu
    Copy the full SHA
    d5ee856 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    fdf37de View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    36d2d9a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4cd57d7 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c04bfce View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2012

  1. Configuration menu
    Copy the full SHA
    590bcab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    91a6d9d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    77536f5 View commit details
    Browse the repository at this point in the history
  4. 2 Configuration menu
    Copy the full SHA
    5376a80 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2012

  1. 1 Configuration menu
    Copy the full SHA
    d7217cc View commit details
    Browse the repository at this point in the history
  2. Fix 11547. XML and IE DOM can't be force-lowercase in removeAttr().

    See discussion on pull request: jquery#724
    Arne de Bree authored and dmethvin committed Apr 10, 2012
    Configuration menu
    Copy the full SHA
    0e2642d View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2012

  1. 6 Configuration menu
    Copy the full SHA
    62a4c84 View commit details
    Browse the repository at this point in the history
  2. 2 Configuration menu
    Copy the full SHA
    2f1ddd4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0f827c8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5181ce0 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2012

  1. Remove Ajax requirement for simple XML tests

    Previously, all jQuery tests that wanted an XML
    document would make an Ajax request to go through
    jQuery's XML parsing logic in jQuery.ajax. Now,
    use jQuery.parseXML instead.
    
    This removes the need for the Ajax server for
    these tests, improves their performance, and
    decouples simple core tests from Ajax.
    
    (with scottgonzalez)
    wycats committed Apr 15, 2012
    3 Configuration menu
    Copy the full SHA
    6bc08c2 View commit details
    Browse the repository at this point in the history
  2. Fix some stragglers

    wycats committed Apr 15, 2012
    Configuration menu
    Copy the full SHA
    16249f0 View commit details
    Browse the repository at this point in the history
  3. Update sizzle rev

    wycats committed Apr 15, 2012
    Configuration menu
    Copy the full SHA
    aabc0d8 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2012

  1. Fixes mangled indents.

    Signed-off-by: Rick Waldron waldron.rick@gmail.com <waldron.rick@gmail.com>
    rwaldron committed Apr 16, 2012
    Configuration menu
    Copy the full SHA
    576607d View commit details
    Browse the repository at this point in the history
  2. More indent correction

    Signed-off-by: Rick Waldron waldron.rick@gmail.com <waldron.rick@gmail.com>
    rwaldron committed Apr 16, 2012
    Configuration menu
    Copy the full SHA
    6e0b3e8 View commit details
    Browse the repository at this point in the history
  3. Merge pull request jquery#738 from rwldrn/fix-mangled-indents

    Fix mangled indents
    rwaldron committed Apr 16, 2012
    Configuration menu
    Copy the full SHA
    46d0a5c View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2012

  1. 2 Configuration menu
    Copy the full SHA
    8fadc5b View commit details
    Browse the repository at this point in the history
  2. 3 Configuration menu
    Copy the full SHA
    abd2a07 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2012

  1. Configuration menu
    Copy the full SHA
    9ebc27d View commit details
    Browse the repository at this point in the history
  2. Initial grunt implementation

    rwaldron committed Apr 18, 2012
    Configuration menu
    Copy the full SHA
    1434b5b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6cf1542 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2012

  1. Remove unnec. else condition

    mikesherov authored and rwaldron committed Apr 19, 2012
    Configuration menu
    Copy the full SHA
    3e6f94c View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2012

  1. Fixes #8205. Mitigates memory usage by recycling jsonp callback names…

    … the safest possible way (no kittens were harmed in the making of this). Doesn't even try to delete window properties (would necessitate a try/catch for IE which makes the cost in size prohibitive). Unit tests added.
    jaubourg committed Apr 20, 2012
    1 Configuration menu
    Copy the full SHA
    8ebb2f4 View commit details
    Browse the repository at this point in the history
  2. Enforce 20s timeout for all unit tests.

    Krinkle authored and rwaldron committed Apr 20, 2012
    Configuration menu
    Copy the full SHA
    df2a22e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d3b61de View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2012

  1. 4 Configuration menu
    Copy the full SHA
    b0ea80e View commit details
    Browse the repository at this point in the history
  2. style adherence

    gibson042 committed Apr 22, 2012
    Configuration menu
    Copy the full SHA
    2d1247a View commit details
    Browse the repository at this point in the history
  3. remove redundant condition

    gibson042 committed Apr 22, 2012
    Configuration menu
    Copy the full SHA
    180a997 View commit details
    Browse the repository at this point in the history
  4. Fixes a minor spacing issue.

    jaubourg committed Apr 22, 2012
    Configuration menu
    Copy the full SHA
    78583d0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8e7aaa7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8ad22a2 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2012

  1. 6 Configuration menu
    Copy the full SHA
    58ed62e View commit details
    Browse the repository at this point in the history
  2. Fix #10067. Create jQuery.quickReady; closes jquerygh-736.

    Allows us to get to the ready state sooner by not waiting for iframes to load. If that causes backcompat pain, use `jQuery.quickReady = false` as prescribed by your developer.
    mikesherov authored and dmethvin committed Apr 23, 2012
    Configuration menu
    Copy the full SHA
    54fab31 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2012

  1. Uses a copy of the flags when they are given as an object rather than…

    … the object itself. That way, we're sure flags are immutable for the entire lifetime of the Callbacks instance.
    jaubourg committed Apr 25, 2012
    Configuration menu
    Copy the full SHA
    ad32938 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d17a7f0 View commit details
    Browse the repository at this point in the history
  3. Since we can pass an object to jQuery.Callbacks now, let's name it op…

    …tions to be consistent with the rest of the code.
    jaubourg committed Apr 25, 2012
    Configuration menu
    Copy the full SHA
    f307443 View commit details
    Browse the repository at this point in the history
  4. How about we save 62 bytes? Also ensure that the arguments array give…

    …n to fireWith is copied internally.
    jaubourg committed Apr 25, 2012
    5 Configuration menu
    Copy the full SHA
    97210d4 View commit details
    Browse the repository at this point in the history
  5. 2 Configuration menu
    Copy the full SHA
    245f5a2 View commit details
    Browse the repository at this point in the history
  6. 4 Configuration menu
    Copy the full SHA
    42dbc86 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8cc217e View commit details
    Browse the repository at this point in the history
  8. Callbacks.add now accepts array-like objects (like Arguments). Now us…

    …es the slice method of the args array in fireWith rather than a quite slow jQuery.merge.
    jaubourg committed Apr 25, 2012
    15 Configuration menu
    Copy the full SHA
    87c83b0 View commit details
    Browse the repository at this point in the history
  9. Trims down deferred.js. The gist of it is from the magnificent @gibso…

    …n042, I just added some minor touches.
    jaubourg committed Apr 25, 2012
    13 Configuration menu
    Copy the full SHA
    6e066a4 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2012

  1. code compression

    gibson042 committed Apr 26, 2012
    Configuration menu
    Copy the full SHA
    a25721a View commit details
    Browse the repository at this point in the history