| OLD | NEW |
| 1 2010-09-08 Peter Kasting <pkasting@google.com> |
| 2 |
| 3 Reviewed by David Hyatt. |
| 4 |
| 5 Add smooth scrolling framework, and a Windows implementation. |
| 6 https://bugs.webkit.org/show_bug.cgi?id=32356 |
| 7 |
| 8 * wscript: Add Windows ScrollAnimator. |
| 9 |
| 1 2010-09-04 Lucas De Marchi <lucas.demarchi@profusion.mobi> | 10 2010-09-04 Lucas De Marchi <lucas.demarchi@profusion.mobi> |
| 2 | 11 |
| 3 Reviewed by Kenneth Rohde Christiansen. | 12 Reviewed by Kenneth Rohde Christiansen. |
| 4 | 13 |
| 5 [EFL] Move test browser to WebKitTools directory | 14 [EFL] Move test browser to WebKitTools directory |
| 6 https://bugs.webkit.org/show_bug.cgi?id=45212 | 15 https://bugs.webkit.org/show_bug.cgi?id=45212 |
| 7 | 16 |
| 8 Follow other ports like QT and GTK which moved the test browser to | 17 Follow other ports like QT and GTK which moved the test browser to |
| 9 WebKitTools directory. | 18 WebKitTools directory. |
| 10 | 19 |
| (...skipping 7180 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 7191 | 7200 |
| 7192 * Makefile: | 7201 * Makefile: |
| 7193 * Makefile.shared: | 7202 * Makefile.shared: |
| 7194 | 7203 |
| 7195 2006-10-01 Nikolas Zimmermann <zimmermann@kde.org> | 7204 2006-10-01 Nikolas Zimmermann <zimmermann@kde.org> |
| 7196 | 7205 |
| 7197 Reviewed by eseidel. | 7206 Reviewed by eseidel. |
| 7198 | 7207 |
| 7199 * CMakeLists.txt: add option to disable colored output when building on
the buildbot | 7208 * CMakeLists.txt: add option to disable colored output when building on
the buildbot |
| 7200 | 7209 |
| OLD | NEW |