Changeset 100869 in webkit


Ignore:
Timestamp:
Nov 20, 2011 8:36:25 AM (12 years ago)
Author:
abarth@webkit.org
Message:

[Chromium] Add WebInputEventFactory for Android
https://bugs.webkit.org/show_bug.cgi?id=67890

Reviewed by Darin Fisher.

Like every Chromium OS, Android needs a WebInputFactory.

  • WebKit.gyp:
  • public/android/WebInputEventFactory.h: Added.
  • src/android/WebInputEventFactory.cpp: Added.
Location:
trunk/Source/WebKit/chromium
Files:
3 added
2 edited

Legend:

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

    r100855 r100869  
     12011-11-20  Adam Barth  <abarth@webkit.org>
     2
     3        [Chromium] Add WebInputEventFactory for Android
     4        https://bugs.webkit.org/show_bug.cgi?id=67890
     5
     6        Reviewed by Darin Fisher.
     7
     8        Like every Chromium OS, Android needs a WebInputFactory.
     9
     10        * WebKit.gyp:
     11        * public/android/WebInputEventFactory.h: Added.
     12        * src/android/WebInputEventFactory.cpp: Added.
     13
    1142011-11-19  Nat Duca  <nduca@chromium.org>
    215
  • trunk/Source/WebKit/chromium/WebKit.gyp

    r100851 r100869  
    9696                'bridge/PeerConnectionHandlerInternal.cpp',
    9797                'bridge/PeerConnectionHandlerInternal.h',
     98                'public/android/WebInputEventFactory.h',
    9899                'public/android/WebSandboxSupport.h',
    99100                'public/android/WebThemeEngine.h',
     
    416417                'src/InspectorFrontendClientImpl.cpp',
    417418                'src/InspectorFrontendClientImpl.h',
     419                'src/android/WebInputEventFactory.cpp',
    418420                'src/linux/WebFontInfo.cpp',
    419421                'src/linux/WebFontRendering.cpp',
Note: See TracChangeset for help on using the changeset viewer.