Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(231)

Side by Side Diff: Source/WebKit/chromium/ChangeLog

Issue 11411321: Merge 135178 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1312/
Patch Set: Created 8 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | Source/WebKit/chromium/public/WebPluginContainer.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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 ==
OLDNEW
« no previous file with comments | « no previous file | Source/WebKit/chromium/public/WebPluginContainer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698