Changeset 96450 in webkit


Ignore:
Timestamp:
Sep 30, 2011 7:12:06 PM (13 years ago)
Author:
commit-queue@webkit.org
Message:

Adding unit tests for LayerChromium. Emphasis on verifying
behavior of notifySyncRequired callback and tree manipulations.
https://bugs.webkit.org/show_bug.cgi?id=68572

Patch by Shawn Singh <shawnsingh@chromium.org> on 2011-09-30
Reviewed by James Robinson.

  • WebKit.gypi:
  • tests/LayerChromiumTest.cpp: Added.
Location:
trunk/Source/WebKit/chromium
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/chromium/ChangeLog

    r96430 r96450  
     12011-09-30  Shawn Singh  <shawnsingh@chromium.org>
     2
     3        Adding unit tests for LayerChromium.  Emphasis on verifying
     4        behavior of notifySyncRequired callback and tree manipulations.
     5        https://bugs.webkit.org/show_bug.cgi?id=68572
     6
     7        Reviewed by James Robinson.
     8
     9        * WebKit.gypi:
     10        * tests/LayerChromiumTest.cpp: Added.
     11
    1122011-09-30  James Robinson  <jamesr@chromium.org>
    213
  • trunk/Source/WebKit/chromium/WebKit.gypi

    r96337 r96450  
    6565            'tests/KeyboardTest.cpp',
    6666            'tests/KURLTest.cpp',
     67            'tests/LayerChromiumTest.cpp',
    6768            'tests/MockGraphicsContext3DTest.cpp',
    6869            'tests/MockWebGraphicsContext3D.h',
Note: See TracChangeset for help on using the changeset viewer.