-
Notifications
You must be signed in to change notification settings - Fork 154
Comparing changes
Open a pull request
base repository: youtube/spfjs
base: v2.4.0
head repository: youtube/spfjs
compare: master
- 17 commits
- 14 files changed
- 8 contributors
Commits on Jun 28, 2016
-
Don't set XHR content-type if postData is FormData. (#414)
Browser will automatically set mime type and boundary.
Configuration menu - View commit details
-
Copy full SHA for c4e5114 - Browse repository at this point
Copy the full SHA c4e5114View commit details
Commits on Jul 12, 2016
-
3
Configuration menu - View commit details
-
Copy full SHA for bf768ac - Browse repository at this point
Copy the full SHA bf768acView commit details
Commits on Jul 25, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 0a4d35a - Browse repository at this point
Copy the full SHA 0a4d35aView commit details
Commits on Aug 31, 2016
-
allow setting withCredentials in spf xhr options
* forward withCerdentials in spf.nav.request.send * thread through nav.load
Configuration menu - View commit details
-
Copy full SHA for fd69163 - Browse repository at this point
Copy the full SHA fd69163View commit details
Commits on Sep 12, 2016
-
Merge pull request #417 from zhaoz/master
Allow setting withCredentials in spf xhr options
Configuration menu - View commit details
-
Copy full SHA for eac1c97 - Browse repository at this point
Copy the full SHA eac1c97View commit details
Commits on Dec 15, 2016
-
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.
Configuration menu - View commit details
-
Copy full SHA for 3d608ce - Browse repository at this point
Copy the full SHA 3d608ceView commit details -
Merge pull request #430 from nicksay/timing-test-resolution
Improve test reliability on platforms with clock skew
Configuration menu - View commit details
-
Copy full SHA for cf845f8 - Browse repository at this point
Copy the full SHA cf845f8View commit details
Commits on Dec 29, 2016
-
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.
Configuration menu - View commit details
-
Copy full SHA for ab80c98 - Browse repository at this point
Copy the full SHA ab80c98View commit details
Commits on Dec 30, 2016
-
Merge pull request #433 from nicksay/suppress-warnings
Suppress "non-existent property" warnings in spf.url
Configuration menu - View commit details
-
Copy full SHA for 187fe39 - Browse repository at this point
Copy the full SHA 187fe39View commit details
Commits on Jan 7, 2017
-
3
Configuration menu - View commit details
-
Copy full SHA for 988b652 - Browse repository at this point
Copy the full SHA 988b652View commit details
Commits on Feb 22, 2019
-
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.
Configuration menu - View commit details
-
Copy full SHA for fef283e - Browse repository at this point
Copy the full SHA fef283eView commit details -
Merge pull request #449 from pope/master
Force header values in the request to be a string.
Configuration menu - View commit details
-
Copy full SHA for 59cab19 - Browse repository at this point
Copy the full SHA 59cab19View commit details -
Suppress strictMissingDeps in SPFJS.
This is safe to ignore in SPF code.
1Configuration menu - View commit details
-
Copy full SHA for 1ec6a75 - Browse repository at this point
Copy the full SHA 1ec6a75View commit details -
1
Configuration menu - View commit details
-
Copy full SHA for ccccec7 - Browse repository at this point
Copy the full SHA ccccec7View commit details -
Merge pull request #451 from youtube/DavidCPhillips-patch-2
Remove deprecated flags
Configuration menu - View commit details
-
Copy full SHA for d187bb2 - Browse repository at this point
Copy the full SHA d187bb2View commit details -
Configuration menu - View commit details
-
Copy full SHA for befb72f - Browse repository at this point
Copy the full SHA befb72fView commit details -
Merge pull request #450 from youtube/DavidCPhillips-patch-1
Suppress strictMissingDeps in SPFJS.
Configuration menu - View commit details
-
Copy full SHA for e05f3e4 - Browse repository at this point
Copy the full SHA e05f3e4View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v2.4.0...master