Changeset 53898 in webkit


Ignore:
Timestamp:
Jan 26, 2010 9:54:17 PM (14 years ago)
Author:
eric@webkit.org
Message:

2010-01-26 Yaar Schnitman <yaar@chromium.org>

Reviewed by Darin Fisher.

Add KeyboardTest to WebKit API tests
https://bugs.webkit.org/show_bug.cgi?id=34178

  • WebKit.gyp:
  • tests/KeyboardTest.cpp: Added.
Location:
trunk/WebKit/chromium
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebKit/chromium/ChangeLog

    r53840 r53898  
     12010-01-26  Yaar Schnitman  <yaar@chromium.org>
     2
     3        Reviewed by Darin Fisher.
     4
     5        Add KeyboardTest to WebKit API tests
     6        https://bugs.webkit.org/show_bug.cgi?id=34178
     7
     8        * WebKit.gyp:
     9        * tests/KeyboardTest.cpp: Added.
     10
    1112010-01-22  Jeremy Orlow  <jorlow@chromium.org>
    212
  • trunk/WebKit/chromium/WebKit.gyp

    r53671 r53898  
    417417            'include_dirs': [
    418418                'public',
     419                'src',
    419420            ],
    420421            'sources': [
     422                'tests/KeyboardTest.cpp',
    421423                'tests/KURLTest.cpp',
    422424                'tests/RunAllTests.cpp',
Note: See TracChangeset for help on using the changeset viewer.