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 Add setWantsWheelEvents() to Chromium's WebPluginContainer interface so
that a plugin can tell the |
| 9 container that the plugin always wants to handle wheel events even when
a scroll bar is not shown. |
| 10 |
| 11 * public/WebPluginContainer.h: |
| 12 (WebPluginContainer): |
| 13 * src/WebPluginContainerImpl.cpp: |
| 14 (WebKit::WebPluginContainerImpl::setWantsWheelEvents): |
| 15 (WebKit): |
| 16 (WebKit::WebPluginContainerImpl::wantsWheelEvents): |
| 17 (WebKit::WebPluginContainerImpl::WebPluginContainerImpl): |
| 18 * src/WebPluginContainerImpl.h: |
| 19 (WebPluginContainerImpl): |
| 20 |
1 2012-11-20 Tony Chang <tony@chromium.org> | 21 2012-11-20 Tony Chang <tony@chromium.org> |
2 | 22 |
3 When calling DocumentStyleSheetCollection::addUserSheet, pass in a user
sheet | 23 When calling DocumentStyleSheetCollection::addUserSheet, pass in a user
sheet |
4 https://bugs.webkit.org/show_bug.cgi?id=102835 | 24 https://bugs.webkit.org/show_bug.cgi?id=102835 |
5 | 25 |
6 Reviewed by Ojan Vafai. | 26 Reviewed by Ojan Vafai. |
7 | 27 |
8 After r135082, Chromium browser_tests were triggering the ASSERT in | 28 After r135082, Chromium browser_tests were triggering the ASSERT in |
9 StyleResolver::collectRulesFromUserStyleSheets. Add an ASSERT that will | 29 StyleResolver::collectRulesFromUserStyleSheets. Add an ASSERT that will |
10 trigger earlier and make it clear in the Chromium code that we're always | 30 trigger earlier and make it clear in the Chromium code that we're always |
(...skipping 2424 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2435 | 2455 |
2436 [Chromium-Win] Implement LocaleWin::dateFormat | 2456 [Chromium-Win] Implement LocaleWin::dateFormat |
2437 https://bugs.webkit.org/show_bug.cgi?id=98117 | 2457 https://bugs.webkit.org/show_bug.cgi?id=98117 |
2438 | 2458 |
2439 Reviewed by Kentaro Hara. | 2459 Reviewed by Kentaro Hara. |
2440 | 2460 |
2441 * tests/LocaleWinTest.cpp: | 2461 * tests/LocaleWinTest.cpp: |
2442 (TEST_F): Add tests for LocaleWin::dateFormat. | 2462 (TEST_F): Add tests for LocaleWin::dateFormat. |
2443 | 2463 |
2444 == Rolled over to ChangeLog-2012-10-02 == | 2464 == Rolled over to ChangeLog-2012-10-02 == |
OLD | NEW |