Changeset 56963 in webkit


Ignore:
Timestamp:
Apr 1, 2010 8:37:23 PM (14 years ago)
Author:
tkent@chromium.org
Message:

2010-04-01 Kent Tamura <tkent@chromium.org>

Reviewed by Dimitri Glazkov.

[DRT/Chromium] Add TestShell and WebViewHost class, main(), and so on
https://bugs.webkit.org/show_bug.cgi?id=36814

This change introduces:

  • WebViewHost class It's an implementation of some delegates required by Chromium WebKit API, and manages painting of a WebView. It's base on src/webkit/tools/test_shell/test_webview_delegate.{cc,h} of Chromium rev.40492.
  • TestShell class The TestShell instance holds global states of DumpRenderTree process. Unlike TestShell class of Chromium test_shell, TestShell instance is created just once.
  • DumpRenderTree.cpp The program entry.
  • DumpRenderTree/chromium/DumpRenderTree.cpp: Added.
  • DumpRenderTree/chromium/TestShell.cpp: Added.
  • DumpRenderTree/chromium/TestShell.h: Added.
  • DumpRenderTree/chromium/TestShellMac.mm: Added.
  • DumpRenderTree/chromium/WebViewHost.cpp: Added.
  • DumpRenderTree/chromium/WebViewHost.h: Added.
  • DumpRenderTree/chromium/config.h: Added.
Location:
trunk/WebKitTools
Files:
7 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebKitTools/ChangeLog

    r56960 r56963  
     12010-04-01  Kent Tamura  <tkent@chromium.org>
     2
     3        Reviewed by Dimitri Glazkov.
     4
     5        [DRT/Chromium] Add TestShell and WebViewHost class, main(), and so on
     6        https://bugs.webkit.org/show_bug.cgi?id=36814
     7
     8        This change introduces:
     9        - WebViewHost class
     10          It's an implementation of some delegates required by Chromium
     11          WebKit API, and manages painting of a WebView. It's base on
     12          src/webkit/tools/test_shell/test_webview_delegate.{cc,h} of
     13          Chromium rev.40492.
     14        - TestShell class
     15          The TestShell instance holds global states of DumpRenderTree process.
     16          Unlike TestShell class of Chromium test_shell, TestShell instance is
     17          created just once.
     18        - DumpRenderTree.cpp
     19          The program entry.
     20
     21        * DumpRenderTree/chromium/DumpRenderTree.cpp: Added.
     22        * DumpRenderTree/chromium/TestShell.cpp: Added.
     23        * DumpRenderTree/chromium/TestShell.h: Added.
     24        * DumpRenderTree/chromium/TestShellMac.mm: Added.
     25        * DumpRenderTree/chromium/WebViewHost.cpp: Added.
     26        * DumpRenderTree/chromium/WebViewHost.h: Added.
     27        * DumpRenderTree/chromium/config.h: Added.
     28
    1292010-04-01  David Levin  <levin@chromium.org>
    230
Note: See TracChangeset for help on using the changeset viewer.