Changeset 30444 in webkit
- Timestamp:
- Feb 20, 2008, 6:26:00 PM (17 years ago)
- Location:
- trunk/WebKitTools
- Files:
-
- 10 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/WebKitTools/ChangeLog
r30407 r30444 1 2008-02-20 Brent Fulgham <bfulgham@gmail.com> 2 3 Reviewed by Alp. 4 5 - http://bugs.webkit.org/show_bug.cgi?id=17428 6 Reenable a Windows-based launcher 7 8 This patch reenables the venerable Spinneret application, 9 changing its name to match the other lanch applications. 10 11 * WinLauncher: Added. 12 * WinLauncher/WinLauncher.cpp: Added. 13 (WinLauncherWebHost::updateAddressBar): 14 (WinLauncherWebHost::QueryInterface): 15 (WinLauncherWebHost::AddRef): 16 (WinLauncherWebHost::Release): 17 (resizeSubViews): 18 (_tWinMain): 19 (MyRegisterClass): 20 (InitInstance): 21 (WndProc): 22 (MyEditProc): 23 (About): 24 (loadURL): 25 * WinLauncher/WinLauncher.h: Added. 26 (WinLauncherWebHost::WinLauncherWebHost): 27 (WinLauncherWebHost::didStartProvisionalLoadForFrame): 28 (WinLauncherWebHost::didReceiveServerRedirectForProvisionalLoadForFrame): 29 (WinLauncherWebHost::didFailProvisionalLoadWithError): 30 (WinLauncherWebHost::didCommitLoadForFrame): 31 (WinLauncherWebHost::didReceiveTitle): 32 (WinLauncherWebHost::didReceiveIcon): 33 (WinLauncherWebHost::didFinishLoadForFrame): 34 (WinLauncherWebHost::didFailLoadWithError): 35 (WinLauncherWebHost::didChangeLocationWithinPageForFrame): 36 (WinLauncherWebHost::willPerformClientRedirectToURL): 37 (WinLauncherWebHost::didCancelClientRedirectForFrame): 38 (WinLauncherWebHost::willCloseFrame): 39 (WinLauncherWebHost::windowScriptObjectAvailable): 40 * WinLauncher/WinLauncher.ico: Added. 41 * WinLauncher/WinLauncher.rc: Added. 42 * WinLauncher/WinLauncher.vcproj: Added. 43 * WinLauncher/resource.h: Added. 44 * WinLauncher/small.ico: Added. 45 * WinLauncher/stdafx.cpp: Added. 46 * WinLauncher/stdafx.h: Added. 47 1 48 2008-02-19 Brady Eidson <beidson@apple.com> 2 49
Note:
See TracChangeset
for help on using the changeset viewer.