OLD | NEW |
1 2012-11-19 Yusuke Sato <yusukes@chromium.org> | 1 2012-12-06 Tony Chang <tony@chromium.org> |
2 | 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 * src/WebDocument.cpp: |
| 9 (WebKit::WebDocument::insertUserStyleSheet): Use addAuthorSheet if an au
thor level script is requested. |
| 10 |
| 11 2012-12-06 Sadrul Habib Chowdhury <sadrul@chromium.org> |
| 12 |
3 [Chromium] Flash cannot receive scroll events when threaded compositing
is in use | 13 [Chromium] Flash cannot receive scroll events when threaded compositing
is in use |
4 https://bugs.webkit.org/show_bug.cgi?id=101423 | 14 https://bugs.webkit.org/show_bug.cgi?id=101423 |
5 | 15 |
6 Reviewed by James Robinson. | 16 Reviewed by James Robinson. |
7 | 17 |
8 Add setWantsWheelEvents() to Chromium's WebPluginContainer interface so
that a plugin can tell the | 18 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. | 19 container that the plugin always wants to handle wheel events even when
a scroll bar is not shown. |
10 | 20 |
11 * public/WebPluginContainer.h: | 21 * public/WebPluginContainer.h: |
12 (WebPluginContainer): | 22 (WebPluginContainer): |
(...skipping 2442 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2455 | 2465 |
2456 [Chromium-Win] Implement LocaleWin::dateFormat | 2466 [Chromium-Win] Implement LocaleWin::dateFormat |
2457 https://bugs.webkit.org/show_bug.cgi?id=98117 | 2467 https://bugs.webkit.org/show_bug.cgi?id=98117 |
2458 | 2468 |
2459 Reviewed by Kentaro Hara. | 2469 Reviewed by Kentaro Hara. |
2460 | 2470 |
2461 * tests/LocaleWinTest.cpp: | 2471 * tests/LocaleWinTest.cpp: |
2462 (TEST_F): Add tests for LocaleWin::dateFormat. | 2472 (TEST_F): Add tests for LocaleWin::dateFormat. |
2463 | 2473 |
2464 == Rolled over to ChangeLog-2012-10-02 == | 2474 == Rolled over to ChangeLog-2012-10-02 == |
OLD | NEW |