Bug 68626

Summary: Remove all uses of FindSafari
Product: WebKit Reporter: Adam Roben (:aroben) <aroben>
Component: Tools / TestsAssignee: Adam Roben (:aroben) <aroben>
Status: RESOLVED FIXED    
Severity: Normal CC: sfalken
Priority: P2 Keywords: PlatformOnly
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Windows 7   
Bug Depends on:    
Bug Blocks: 68628    
Attachments:
Description Flags
Remove all uses of FindSafari darin: review+

Description Adam Roben (:aroben) 2011-09-22 09:10:26 PDT
FindSafari isn't really needed anymore. It originally had two jobs:

1) Print out commands that could be used to launch Safari with a nightly version of WebKit
2) Print out the path to Safari

(1) isn't needed anymore; we have WebKit.exe for launching Safari with nightly builds. And (2) isn't needed, either; we can just use regtool to pull the values out of the registry much more easily.
Comment 1 Adam Roben (:aroben) 2011-09-22 09:13:48 PDT
Created attachment 108343 [details]
Remove all uses of FindSafari
Comment 2 Adam Roben (:aroben) 2011-09-22 10:52:07 PDT
Committed r95733: <http://trac.webkit.org/changeset/95733>