Changeset 64975 in webkit


Ignore:
Timestamp:
Aug 9, 2010 4:48:10 AM (14 years ago)
Author:
pfeldman@chromium.org
Message:

2010-08-09 Pavel Feldman <pfeldman@chromium.org>

Not reviewed. Chromium tests fix.

Disable runtime switch for device motion in chromium.
https://bugs.webkit.org/show_bug.cgi?id=43717

  • src/WebViewImpl.cpp: (WebKit::WebView::create):
Location:
trunk/WebKit/chromium
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebKit/chromium/ChangeLog

    r64972 r64975  
     12010-08-09  Pavel Feldman  <pfeldman@chromium.org>
     2
     3        Not reviewed. Chromium tests fix.
     4
     5        Disable runtime switch for device motion in chromium.
     6        https://bugs.webkit.org/show_bug.cgi?id=43717
     7
     8        * src/WebViewImpl.cpp:
     9        (WebKit::WebView::create):
     10
    1112010-08-09  Pavel Feldman  <pfeldman@chromium.org>
    212
  • trunk/WebKit/chromium/src/WebViewImpl.cpp

    r64656 r64975  
    179179{
    180180    // Keep runtime flag for device orientation turned off until it's implemented.
     181    WebRuntimeFeatures::enableDeviceMotion(false);
    181182    WebRuntimeFeatures::enableDeviceOrientation(false);
    182183
Note: See TracChangeset for help on using the changeset viewer.