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: youtube/spfjs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.4.0
Choose a base ref
...
head repository: youtube/spfjs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 17 commits
  • 14 files changed
  • 8 contributors

Commits on Jun 28, 2016

  1. Don't set XHR content-type if postData is FormData. (#414)

    Browser will automatically set mime type and boundary.
    escholtz authored and nicksay committed Jun 28, 2016
    Configuration menu
    Copy the full SHA
    c4e5114 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2016

  1. Add docs badge to README (#298)

    [ci skip]
    rrrene authored and nicksay committed Jul 12, 2016
    3 Configuration menu
    Copy the full SHA
    bf768ac View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2016

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

Commits on Aug 31, 2016

  1. allow setting withCredentials in spf xhr options

     * forward withCerdentials in spf.nav.request.send
     * thread through nav.load
    zhaoz committed Aug 31, 2016
    Configuration menu
    Copy the full SHA
    fd69163 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2016

  1. Merge pull request #417 from zhaoz/master

    Allow setting withCredentials in spf xhr options
    nicksay authored Sep 12, 2016
    Configuration menu
    Copy the full SHA
    eac1c97 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2016

  1. Improve test reliability on platforms with clock skew

    On platforms with significant clock skew between `performance.now()`
    and `(new Date()).getTime()`, tests that do not use `spf.now()` are
    unreliable.  Fix this by using `spf.now()` in tests.
    
    Also, standardize on `(new Date()).getTime()` instead of
    `(+new Date())`, which was only being used in tests.
    nicksay committed Dec 15, 2016
    Configuration menu
    Copy the full SHA
    3d608ce View commit details
    Browse the repository at this point in the history
  2. Merge pull request #430 from nicksay/timing-test-resolution

    Improve test reliability on platforms with clock skew
    nicksay authored Dec 15, 2016
    Configuration menu
    Copy the full SHA
    cf845f8 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2016

  1. Suppress "non-existent property" warnings in spf.url

    Tighter property checking in JsCompiler is warning about the `username`
    and `password` property access on `a` elements.  Temporarily suppress
    these warnings until the default externs can be fixed or the property
    accesses are removed.
    nicksay committed Dec 29, 2016
    Configuration menu
    Copy the full SHA
    ab80c98 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2016

  1. Merge pull request #433 from nicksay/suppress-warnings

    Suppress "non-existent property" warnings in spf.url
    nicksay authored Dec 30, 2016
    Configuration menu
    Copy the full SHA
    187fe39 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2017

  1. Update README (#434)

    amZotti authored and nicksay committed Jan 7, 2017
    3 Configuration menu
    Copy the full SHA
    988b652 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2019

  1. Force header values in the request to be a string.

    This will allow for dynamic header values to be set in the config by
    simply having an object with a `toString` method.
    pope committed Feb 22, 2019
    Configuration menu
    Copy the full SHA
    fef283e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #449 from pope/master

    Force header values in the request to be a string.
    DavidCPhillips authored Feb 22, 2019
    Configuration menu
    Copy the full SHA
    59cab19 View commit details
    Browse the repository at this point in the history
  3. Suppress strictMissingDeps in SPFJS.

    This is safe to ignore in SPF code.
    DavidCPhillips authored Feb 22, 2019
    1 Configuration menu
    Copy the full SHA
    1ec6a75 View commit details
    Browse the repository at this point in the history
  4. 1 Configuration menu
    Copy the full SHA
    ccccec7 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #451 from youtube/DavidCPhillips-patch-2

    Remove deprecated flags
    DavidCPhillips authored Feb 22, 2019
    Configuration menu
    Copy the full SHA
    d187bb2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    befb72f View commit details
    Browse the repository at this point in the history
  7. Merge pull request #450 from youtube/DavidCPhillips-patch-1

    Suppress strictMissingDeps in SPFJS.
    DavidCPhillips authored Feb 22, 2019
    Configuration menu
    Copy the full SHA
    e05f3e4 View commit details
    Browse the repository at this point in the history
Loading