Changeset 51140 in webkit


Ignore:
Timestamp:
Nov 18, 2009 2:49:34 PM (14 years ago)
Author:
eric@webkit.org
Message:

2009-11-18 Andrei Popescu <andreip@google.com>

Reviewed by Dimitri Glazkov.

[Android] Add shared timer and sound utilities to platform/android
https://bugs.webkit.org/show_bug.cgi?id=31584

No new tests required, this is platform specific code.

  • platform/android/SharedTimerAndroid.cpp: Added. (WebCore::setSharedTimerFiredFunction): (WebCore::setSharedTimerFireTime): (WebCore::stopSharedTimer):
  • platform/android/SoundAndroid.cpp: Added. (WebCore::systemBeep):
Location:
trunk/WebCore
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r51139 r51140  
     12009-11-18  Andrei Popescu  <andreip@google.com>
     2
     3        Reviewed by Dimitri Glazkov.
     4
     5        [Android] Add shared timer and sound utilities to platform/android
     6        https://bugs.webkit.org/show_bug.cgi?id=31584
     7
     8        No new tests required, this is platform specific code.
     9
     10        * platform/android/SharedTimerAndroid.cpp: Added.
     11        (WebCore::setSharedTimerFiredFunction):
     12        (WebCore::setSharedTimerFireTime):
     13        (WebCore::stopSharedTimer):
     14        * platform/android/SoundAndroid.cpp: Added.
     15        (WebCore::systemBeep):
     16
    1172009-11-18  Mikhail Naganov  <mnaganov@chromium.org>
    218
Note: See TracChangeset for help on using the changeset viewer.