| Differences between
and this patch
- a/WebCore/ChangeLog +12 lines
Lines 1-3 a/WebCore/ChangeLog_sec1
1
2010-01-26  Benjamin Poulain  <benjamin.poulain@nokia.com>
2
3
        Reviewed by NOBODY (OOPS!).
4
5
        [Qt] Enable FAST_MOBILE_SCROLLING on Qt embedded platforms
6
        https://bugs.webkit.org/show_bug.cgi?id=34168
7
8
        Enable FAST_MOBILE_SCROLLING for Qt on Maemo 5, Linux embedded
9
        and Symbian
10
11
        * WebCore.pro:
12
1
2010-01-26  Garret Kelly  <gdk@chromium.org>
13
2010-01-26  Garret Kelly  <gdk@chromium.org>
2
14
3
        Reviewed by Eric Seidel.
15
        Reviewed by Eric Seidel.
- a/WebCore/WebCore.pro +4 lines
Lines 123-128 RESOURCES += \ a/WebCore/WebCore.pro_sec1
123
    RESOURCES += $$PWD/../WebCore/inspector/front-end/WebKit.qrc
123
    RESOURCES += $$PWD/../WebCore/inspector/front-end/WebKit.qrc
124
}
124
}
125
125
126
mameo5|symbian|embedded {
127
    DEFINES += ENABLE_FAST_MOBILE_SCROLLING=1
128
}
129
126
include($$PWD/../JavaScriptCore/JavaScriptCore.pri)
130
include($$PWD/../JavaScriptCore/JavaScriptCore.pri)
127
131
128
# Disable HTML5 media compilation if phonon is unavailable
132
# Disable HTML5 media compilation if phonon is unavailable

Return to Bug 34168