Changeset 56434 in webkit


Ignore:
Timestamp:
Mar 23, 2010 10:55:31 PM (14 years ago)
Author:
tkent@chromium.org
Message:

2010-03-23 Kent Tamura <tkent@chromium.org>

Reviewed by Dimitri Glazkov.

[DRT/Chromium] Add TestNavigationController and TestWebWorker
https://bugs.webkit.org/show_bug.cgi?id=36489

Add TestNavigationController and TestWebWorker classes, which are
going to be used by DumpRenderTree Chromium port. These files are
based on:

  • src/webkit/tools/test_shell/test_navigation_controller.{cc,h}
  • src/webkit/tools/test_shell/test_web_worker.h of Chromium rev.40492.

TestNavigationController has non-style changes.

  • Change ContentState type: binary string -> WebHistoryItem
  • Remove TestShell dependency by introducing NavigationHost interface.
  • DumpRenderTree/chromium/TestNavigationController.cpp: Added.
  • DumpRenderTree/chromium/TestNavigationController.h: Added.
  • DumpRenderTree/chromium/TestWebWorker.h: Added.
Location:
trunk/WebKitTools
Files:
3 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebKitTools/ChangeLog

    r56421 r56434  
     12010-03-23  Kent Tamura  <tkent@chromium.org>
     2
     3        Reviewed by Dimitri Glazkov.
     4
     5        [DRT/Chromium] Add TestNavigationController and TestWebWorker
     6        https://bugs.webkit.org/show_bug.cgi?id=36489
     7
     8        Add TestNavigationController and TestWebWorker classes, which are
     9        going to be used by DumpRenderTree Chromium port. These files are
     10        based on:
     11        - src/webkit/tools/test_shell/test_navigation_controller.{cc,h}
     12        - src/webkit/tools/test_shell/test_web_worker.h
     13        of Chromium rev.40492.
     14
     15        TestNavigationController has non-style changes.
     16        - Change ContentState type: binary string -> WebHistoryItem
     17        - Remove TestShell dependency by introducing NavigationHost interface.
     18
     19        * DumpRenderTree/chromium/TestNavigationController.cpp: Added.
     20        * DumpRenderTree/chromium/TestNavigationController.h: Added.
     21        * DumpRenderTree/chromium/TestWebWorker.h: Added.
     22
    1232010-03-23  Eric Seidel  <eric@webkit.org>
    224
Note: See TracChangeset for help on using the changeset viewer.