OLD | NEW |
| 1 2012-12-06 Tony Chang <tony@chromium.org> |
| 2 |
| 3 REGRESSION(r135082): Restore the ability to insert author level style sh
eets from script |
| 4 https://bugs.webkit.org/show_bug.cgi?id=104042 |
| 5 |
| 6 Reviewed by Antti Koivisto. |
| 7 |
| 8 Update exports for Internals.cpp. |
| 9 |
| 10 * Source/autotools/symbols.filter: |
| 11 |
1 2012-11-01 Ami Fischman <fischman@chromium.org> | 12 2012-11-01 Ami Fischman <fischman@chromium.org> |
2 | 13 |
3 HTMLMediaPlayer should free m_player when src is set/changed | 14 HTMLMediaPlayer should free m_player when src is set/changed |
4 https://bugs.webkit.org/show_bug.cgi?id=99647 | 15 https://bugs.webkit.org/show_bug.cgi?id=99647 |
5 | 16 |
6 Reviewed by Eric Carlson. | 17 Reviewed by Eric Carlson. |
7 | 18 |
8 * ManualTests/media-players-are-dropped-on-error.html: Added. | 19 * ManualTests/media-players-are-dropped-on-error.html: Added. |
9 Various scenarios are tested to make sure players aren't | 20 Various scenarios are tested to make sure players aren't |
10 leaked in different ways for each of them. | 21 leaked in different ways for each of them. |
(...skipping 4127 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4138 | 4149 |
4139 Reviewed by Hajime Morita. | 4150 Reviewed by Hajime Morita. |
4140 | 4151 |
4141 Currently EFL DRT doesn't support touch event. | 4152 Currently EFL DRT doesn't support touch event. |
4142 Therefore, this patch enabled it and implemented some eventSender functi
on callbacks. | 4153 Therefore, this patch enabled it and implemented some eventSender functi
on callbacks. |
4143 | 4154 |
4144 * Source/cmake/FindEFL.cmake: Add ecore-input to dependency check. | 4155 * Source/cmake/FindEFL.cmake: Add ecore-input to dependency check. |
4145 * Source/cmake/OptionsEfl.cmake: Enable touch event option. | 4156 * Source/cmake/OptionsEfl.cmake: Enable touch event option. |
4146 | 4157 |
4147 == Rolled over to ChangeLog-2012-05-22 == | 4158 == Rolled over to ChangeLog-2012-05-22 == |
OLD | NEW |