Changeset 30444 in webkit


Ignore:
Timestamp:
Feb 20, 2008 6:26:00 PM (16 years ago)
Author:
pewtermoose@webkit.org
Message:

2008-02-20 Brent Fulgham <bfulgham@gmail.com>

Reviewed by Alp.

This patch reenables the venerable Spinneret application,
changing its name to match the other lanch applications.

  • WinLauncher: Added.
  • WinLauncher/WinLauncher.cpp: Added. (WinLauncherWebHost::updateAddressBar): (WinLauncherWebHost::QueryInterface): (WinLauncherWebHost::AddRef): (WinLauncherWebHost::Release): (resizeSubViews): (_tWinMain): (MyRegisterClass): (InitInstance): (WndProc): (MyEditProc): (About): (loadURL):
  • WinLauncher/WinLauncher.h: Added. (WinLauncherWebHost::WinLauncherWebHost): (WinLauncherWebHost::didStartProvisionalLoadForFrame): (WinLauncherWebHost::didReceiveServerRedirectForProvisionalLoadForFrame): (WinLauncherWebHost::didFailProvisionalLoadWithError): (WinLauncherWebHost::didCommitLoadForFrame): (WinLauncherWebHost::didReceiveTitle): (WinLauncherWebHost::didReceiveIcon): (WinLauncherWebHost::didFinishLoadForFrame): (WinLauncherWebHost::didFailLoadWithError): (WinLauncherWebHost::didChangeLocationWithinPageForFrame): (WinLauncherWebHost::willPerformClientRedirectToURL): (WinLauncherWebHost::didCancelClientRedirectForFrame): (WinLauncherWebHost::willCloseFrame): (WinLauncherWebHost::windowScriptObjectAvailable):
  • WinLauncher/WinLauncher.ico: Added.
  • WinLauncher/WinLauncher.rc: Added.
  • WinLauncher/WinLauncher.vcproj: Added.
  • WinLauncher/resource.h: Added.
  • WinLauncher/small.ico: Added.
  • WinLauncher/stdafx.cpp: Added.
  • WinLauncher/stdafx.h: Added.
Location:
trunk/WebKitTools
Files:
10 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebKitTools/ChangeLog

    r30407 r30444  
     12008-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
    1482008-02-19  Brady Eidson  <beidson@apple.com>
    249
Note: See TracChangeset for help on using the changeset viewer.