From 4471e2732faede1d9b242cb547de8005578b3d10 Mon Sep 17 00:00:00 2001 From: Mathias Bynens Date: Fri, 28 Nov 2014 19:07:00 +0100 Subject: =?UTF-8?q?.osx:=20Remove=20=E2=80=9Cincrease=20window=20resize=20?= =?UTF-8?q?speed=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sadly, this doesn’t work anymore in OS X 10.10. --- .osx | 3 --- bin/httpcompression | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/.osx b/.osx index d38fb9e..857e777 100755 --- a/.osx +++ b/.osx @@ -54,9 +54,6 @@ defaults write NSGlobalDomain AppleShowScrollBars -string "Always" # (Uncomment if you’re on an older Mac that messes up the animation) #defaults write NSGlobalDomain NSScrollAnimationEnabled -bool false -# Increase window resize speed for Cocoa applications -defaults write NSGlobalDomain NSWindowResizeTime -float 0.001 - # Expand save panel by default defaults write NSGlobalDomain NSNavPanelExpandedStateForSaveMode -bool true defaults write NSGlobalDomain NSNavPanelExpandedStateForSaveMode2 -bool true diff --git a/bin/httpcompression b/bin/httpcompression index 9f5163c..592f80b 100755 --- a/bin/httpcompression +++ b/bin/httpcompression @@ -5,7 +5,7 @@ # Useful Links: # # - HTTP/1.1 (RFC 2616) - Content Codings: -# http://tools.ietf.org/html/rfc2616#section-3.5 +# https://tools.ietf.org/html/rfc2616#section-3.5 # # - SDCH Specification: # http://www.blogs.zeenor.com/wp-content/uploads/2011/01/Shared_Dictionary_Compression_over_HTTP.pdf -- cgit v1.2.3