Skip to content
  • sullivan's avatar
    Tools: · 0e8b5efe
    sullivan authored
    	Fixed more "Alexander"s that were lurking in places
    	I forgot to look before.
    
            * Scripts/embed-into-alex:
    	EMBED_HOST="${SYMROOTS}/Safari.app"
    
            * Scripts/run-plt:
    	many occurrences
    
            * Scripts/set-alex-version:
    	occurred in comment only
    
            * Scripts/time-alex-startup:
    	my $alex = $ENV{"SAFARI"} || "$symroots/Safari.app";
    	if ($alex =~ /Safari\.app$/) {
    	    $alex .= "/Contents/MacOS/Safari";
    
    JavaScriptCore:
    
    	Fixed more "Alexander"s that were lurking in places I forgot
    	to look before.
    
            Reviewed by Darin
    
            * Makefile.am:
    	"rm -rf $(SYMROOTS)/Safari.app/Frameworks/JavaScriptCore.framework"
    
    WebFoundation:
    
    	Fixed more "Alexander"s that were lurking in places I forgot
    	to look before.
    
            Reviewed by Darin
    
            * Makefile.am:
    	"rm -rf $(SYMROOTS)/Safari.app/Frameworks/WebFoundation.framework"
    
    WebCore:
    
    	Fixed more "Alexander"s that were lurking in places I forgot
    	to look before.
    
            Reviewed by Darin
    
            * Makefile.am:
    	"rm -rf $(SYMROOTS)/Safari.app/Frameworks/WebCore.framework"
    
    WebKit:
    
    	Fixed more "Alexander"s that were lurking in places I forgot
    	to look before.
    
            Reviewed by Darin
    
            * Makefile.am:
    	"rm -rf $(SYMROOTS)/Safari.app/Frameworks/WebKit.framework"
    
    WebBrowser:
    
    	Fixed more "Alexander"s that were lurking in places
    	I forgot to look before.
    
            Reviewed by Darin
    
            * Makefile.am:
    	"rm -rf $(SYMROOTS)/Safari.app" in make clean
    
            * Preferences.subproj/English.lproj/GeneralPreferences.nib:
    	"When Safari Quits"
    
            * Scripting.subproj/Safari.scriptSuite:
    	value for Name key
    
            * copy-frameworks-to-dstroot.sh:
    	app_name
    
            * embed-frameworks.sh:
    	app_name
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@2995 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    0e8b5efe