OLD | NEW |
| 1 2012-11-19 Yusuke Sato <yusukes@chromium.org> |
| 2 |
| 3 [Chromium] Flash cannot receive scroll events when threaded compositing
is in use |
| 4 https://bugs.webkit.org/show_bug.cgi?id=101423 |
| 5 |
| 6 Reviewed by James Robinson. |
| 7 |
| 8 Call setWantsWheelEvents(true) in initialize() so that gesture-events an
d transformed-events tests in |
| 9 LayoutTests/platform/chromium/plugins/ will not fail even if a buildbot
introduces threaded compositing |
| 10 in the future. |
| 11 |
| 12 * DumpRenderTree/chromium/TestWebPlugin.cpp: |
| 13 (TestWebPlugin::initialize): |
| 14 |
1 2012-10-29 Christophe Dumez <christophe.dumez@intel.com> | 15 2012-10-29 Christophe Dumez <christophe.dumez@intel.com> |
2 | 16 |
3 [CMAKE] Add TestNetscapePlugIn/Tests/NPRuntimeCallsWithNullNPP.cpp to CM
akeLists.txt | 17 [CMAKE] Add TestNetscapePlugIn/Tests/NPRuntimeCallsWithNullNPP.cpp to CM
akeLists.txt |
4 https://bugs.webkit.org/show_bug.cgi?id=100681 | 18 https://bugs.webkit.org/show_bug.cgi?id=100681 |
5 | 19 |
6 Reviewed by Anders Carlsson. | 20 Reviewed by Anders Carlsson. |
7 | 21 |
8 Add TestNetscapePlugIn/Tests/NPRuntimeCallsWithNullNPP.cpp to CMake sinc
e | 22 Add TestNetscapePlugIn/Tests/NPRuntimeCallsWithNullNPP.cpp to CMake sinc
e |
9 it is needed by plugins/npruntime/npruntime-calls-with-null-npp.html | 23 it is needed by plugins/npruntime/npruntime-calls-with-null-npp.html |
10 layout test. | 24 layout test. |
(...skipping 5923 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5934 * DumpRenderTree/chromium/MockWebRTCPeerConnectionHandler.cpp: | 5948 * DumpRenderTree/chromium/MockWebRTCPeerConnectionHandler.cpp: |
5935 (RTCStatsRequestSucceededTask::RTCStatsRequestSucceededTask): | 5949 (RTCStatsRequestSucceededTask::RTCStatsRequestSucceededTask): |
5936 (MockWebRTCPeerConnectionHandler::MockWebRTCPeerConnectionHandler): | 5950 (MockWebRTCPeerConnectionHandler::MockWebRTCPeerConnectionHandler): |
5937 (MockWebRTCPeerConnectionHandler::addStream): | 5951 (MockWebRTCPeerConnectionHandler::addStream): |
5938 (MockWebRTCPeerConnectionHandler::removeStream): | 5952 (MockWebRTCPeerConnectionHandler::removeStream): |
5939 (MockWebRTCPeerConnectionHandler::getStats): | 5953 (MockWebRTCPeerConnectionHandler::getStats): |
5940 * DumpRenderTree/chromium/MockWebRTCPeerConnectionHandler.h: | 5954 * DumpRenderTree/chromium/MockWebRTCPeerConnectionHandler.h: |
5941 (MockWebRTCPeerConnectionHandler): | 5955 (MockWebRTCPeerConnectionHandler): |
5942 | 5956 |
5943 == Rolled over to ChangeLog-2012-10-02 == | 5957 == Rolled over to ChangeLog-2012-10-02 == |
OLD | NEW |