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

Unified Diff: Source/WebKit/chromium/ChangeLog

Side-by-side diff isn't available for this file because of its large size.
Issue 9358057: Merge 107094 - Chromium: Fix Mac rubber band overhang drawing on composited pages and re-enable tes… (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1025/
Patch Set: Created 8 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
Download patch
Index: Source/WebKit/chromium/ChangeLog
===================================================================
--- Source/WebKit/chromium/ChangeLog (revision 107710)
+++ Source/WebKit/chromium/ChangeLog (working copy)
@@ -1,3 +1,588 @@
+2012-02-08 Alexei Svitkine <asvitkine@chromium.org>
+
+ Chromium: Fix Mac rubber band overhang drawing on composited pages and re-enable tests.
+ https://bugs.webkit.org/show_bug.cgi?id=78007
+
+ This got broken by: http://trac.webkit.org/changeset/105470
+ And the tests were accidentally(?) disabled in: http://trac.webkit.org/changeset/95191
+
+ There is still three tests that fail from the set, but the cause for these is different,
+ which I'm still investigating.
+
+ Reviewed by James Robinson.
+
+ * src/NonCompositedContentHost.cpp:
+ (WebKit::NonCompositedContentHost::NonCompositedContentHost):
+
+2012-02-07 James Robinson <jamesr@chromium.org>
+
+ [chromium] Move geometry headers in Platform API to Platform directory
+ https://bugs.webkit.org/show_bug.cgi?id=78067
+
+ Reviewed by Adam Barth.
+
+ Add forwarding headers for several API types moved into Platform.
+
+ * public/platform/WebFloatPoint.h:
+ * public/platform/WebFloatQuad.h:
+ * public/platform/WebFloatRect.h:
+ * public/platform/WebPoint.h:
+ * public/platform/WebRect.h:
+ * public/platform/WebSize.h:
+
+2012-02-07 MORITA Hajime <morrita@google.com>
+
+ [Chromium] WebTextCheckingResult should have new default constructor
+ https://bugs.webkit.org/show_bug.cgi?id=78066
+
+ Reviewed by Ryosuke Niwa.
+
+ Added a new default constructor. ex-default constructor will be removed
+ in an upcoming change.
+
+ * public/WebTextCheckingResult.h:
+ (WebKit::WebTextCheckingResult::WebTextCheckingResult):
+ (WebTextCheckingResult):
+
+2012-02-07 Gregg Tavares <gman@google.com>
+
+ Plumb through webGLErrorsToConsoleEnable in WebSettings
+ https://bugs.webkit.org/show_bug.cgi?id=78061
+
+ Reviewed by Kenneth Russell.
+
+ * public/WebSettings.h:
+ * src/WebSettingsImpl.cpp:
+ (WebKit::WebSettingsImpl::setWebGLErrorsToConsoleEnabled):
+ (WebKit):
+ * src/WebSettingsImpl.h:
+ (WebSettingsImpl):
+
+2012-02-07 Robert Kroeger <rjkroege@chromium.org>
+
+ [chromium] Remove no longer necessary Chromium gesture recognizer code.
+ https://bugs.webkit.org/show_bug.cgi?id=77492
+
+ Reviewed by Adam Barth.
+
+ * WebKit.gypi:
+ * features.gypi:
+ * src/WebFrameImpl.cpp:
+ (WebKit::WebFrameImpl::createFrameView):
+ * src/WebPopupMenuImpl.cpp:
+ (WebKit::WebPopupMenuImpl::WebPopupMenuImpl):
+ (WebKit::WebPopupMenuImpl::handleTouchEvent):
+ * src/WebPopupMenuImpl.h:
+ * src/WebViewImpl.cpp:
+ (WebKit::WebViewImpl::WebViewImpl):
+ (WebKit::WebViewImpl::touchEvent):
+ * src/WebViewImpl.h:
+ (WebCore):
+ (WebViewImpl):
+ * tests/InnerGestureRecognizerTest.cpp: Removed.
+
+2012-02-07 David Reveman <reveman@chromium.org>
+
+ [Chromium] REGRESSION(r101854): Causing large amounts of unnecessary repainting.
+ https://bugs.webkit.org/show_bug.cgi?id=78020
+
+ Reviewed by James Robinson.
+
+ Update TextureManagerTest.requestTextureExceedingPreferredLimit test.
+
+ * tests/TextureManagerTest.cpp:
+ (WTF::TextureManagerTest::requestTexture):
+ (WTF::TEST_F):
+
+2012-02-07 Dana Jansens <danakj@chromium.org>
+
+ [chromium] Unit test for bug #77996
+ https://bugs.webkit.org/show_bug.cgi?id=78019
+
+ Reviewed by James Robinson.
+
+ * tests/CCLayerTreeHostTest.cpp:
+ (CCLayerTreeHostTestManySurfaces):
+ (WTF::CCLayerTreeHostTestManySurfaces::CCLayerTreeHostTestManySurfaces):
+ (WTF::CCLayerTreeHostTestManySurfaces::beginTest):
+ (WTF::CCLayerTreeHostTestManySurfaces::afterTest):
+ (WTF):
+
+2012-02-07 Sadrul Habib Chowdhury <sadrul@chromium.org>
+
+ Process Scroll-gesture events from the compositor.
+ https://bugs.webkit.org/show_bug.cgi?id=77477
+
+ Reviewed by James Robinson.
+
+ * src/WebCompositorInputHandlerImpl.cpp:
+ (WebKit::WebCompositorInputHandlerImpl::WebCompositorInputHandlerImpl):
+ (WebKit::WebCompositorInputHandlerImpl::handleInputEvent):
+ * src/WebCompositorInputHandlerImpl.h:
+ (WebCompositorInputHandlerImpl):
+
+2012-02-07 Anders Carlsson <andersca@apple.com>
+
+ ScrollableAreaSet should be moved from Page to FrameView
+ https://bugs.webkit.org/show_bug.cgi?id=62762
+
+ Reviewed by Beth Dakin.
+
+ Update for changes to WebCore now that the scrollable area set is kept per frame view.
+
+ * src/ScrollbarGroup.cpp:
+ (WebKit::ScrollbarGroup::ScrollbarGroup):
+ (WebKit::ScrollbarGroup::~ScrollbarGroup):
+ * src/ScrollbarGroup.h:
+ (WebCore):
+ (ScrollbarGroup):
+ * src/WebPluginContainerImpl.cpp:
+ (WebKit::WebPluginContainerImpl::scrollbarGroup):
+
+2012-02-07 Hans Wennborg <hans@chromium.org>
+
+ Chromium: remove WebSpeechInputResult::set
+ https://bugs.webkit.org/show_bug.cgi?id=77977
+
+ Reviewed by Darin Fisher.
+
+ It was renamed to assign() in r106475.
+
+ * public/WebSpeechInputResult.h:
+
+2012-02-07 Sheriff Bot <webkit.review.bot@gmail.com>
+
+ Unreviewed, rolling out r106935.
+ http://trac.webkit.org/changeset/106935
+ https://bugs.webkit.org/show_bug.cgi?id=77994
+
+ "Crashes runMultiThread webkit_unit_test" (Requested by tonyg-
+ cr on #webkit).
+
+ * public/WebWidget.h:
+ (WebWidget):
+ * src/WebViewImpl.cpp:
+ * src/WebViewImpl.h:
+ (WebViewImpl):
+
+2012-02-07 Jonathan Backer <backer@chromium.org>
+
+ [chromium] Add setNeedsRedraw to WebWidget
+ https://bugs.webkit.org/show_bug.cgi?id=77555
+
+ Reviewed by James Robinson.
+
+ * public/WebWidget.h:
+ (WebWidget):
+ (WebKit::WebWidget::setNeedsRedraw):
+ * src/WebViewImpl.cpp:
+ (WebKit::WebViewImpl::setNeedsRedraw):
+ (WebKit):
+ * src/WebViewImpl.h:
+ (WebViewImpl):
+
+2012-02-07 Sheriff Bot <webkit.review.bot@gmail.com>
+
+ Unreviewed. Rolled DEPS.
+
+ * DEPS:
+
+2012-02-06 James Robinson <jamesr@chromium.org>
+
+ [chromium] canvas demo is slow due to unnecessary resource cleanups
+ https://bugs.webkit.org/show_bug.cgi?id=77135
+
+ Reviewed by Kenneth Russell.
+
+ * tests/Canvas2DLayerChromiumTest.cpp:
+ (WebCore::Canvas2DLayerChromiumTest::fullLifecycleTest):
+ * tests/TextureManagerTest.cpp:
+ * tests/TiledLayerChromiumTest.cpp:
+
+2012-02-06 Julien Chaffraix <jchaffraix@webkit.org>
+
+ Unreviewed gardening.
+
+ * DEPS: Rolling the DEPS to get the apple_webkit update
+ and fix the Chromium build.
+
+2012-02-06 Emil A Eklund <eae@chromium.org>
+
+ Convert PopupMenuClient::clientPadding over to new layout abstraction
+ https://bugs.webkit.org/show_bug.cgi?id=77798
+
+ Reviewed by Eric Seidel.
+
+ Change PopupMenuClient and all classes inheriting from it to use the new
+ layout types for padding.
+
+ * src/AutofillPopupMenuClient.cpp:
+ (WebKit::AutofillPopupMenuClient::clientPaddingLeft):
+ (WebKit::AutofillPopupMenuClient::clientPaddingRight):
+ * src/AutofillPopupMenuClient.h:
+ (AutofillPopupMenuClient):
+ * tests/PopupMenuTest.cpp:
+ (WebKit::TestPopupMenuClient::clientPaddingLeft):
+ (WebKit::TestPopupMenuClient::clientPaddingRight):
+
+2012-02-06 James Robinson <jamesr@chromium.org>
+
+ [chromium] Drop tiles completely outside of layer bounds when resizing to a smaller size
+ https://bugs.webkit.org/show_bug.cgi?id=77910
+
+ Reviewed by Kenneth Russell.
+
+ Adds test for resizing a layer to cover fewer tiles. Test hits ASSERT()s without any code changes.
+
+ * tests/TiledLayerChromiumTest.cpp:
+ (::TEST):
+
+2012-02-06 Ryosuke Niwa <rniwa@webkit.org>
+
+ Revert r106859. It was completely bogus.
+
+ * src/WebViewImpl.cpp:
+ (WebKit::WebViewImpl::doPixelReadbackToCanvas):
+
+2012-02-06 Ryosuke Niwa <rniwa@webkit.org>
+
+ Chromium build fix after r106836.
+
+ * src/WebViewImpl.cpp:
+ (WebKit::WebViewImpl::doPixelReadbackToCanvas):
+
+2012-02-06 Eric Uhrhane <ericu@chromium.org>
+
+ [filesystem/Chromium] crackFileSystemURL needs to use innerURL
+ https://bugs.webkit.org/show_bug.cgi?id=77881
+
+ Reviewed by Adam Barth.
+
+ * src/AsyncFileSystemChromium.cpp:
+ (WebCore::AsyncFileSystem::crackFileSystemURL):
+ Add the new code path, taken only if innerURL is present.
+
+2012-02-03 James Robinson <jamesr@chromium.org>
+
+ [chromium] Support detaching TextureManager from ManagedTexture
+ https://bugs.webkit.org/show_bug.cgi?id=77655
+
+ Adds unit test for destroying a TextureManager while ManagedTextures are still alive referring to it.
+
+ Reviewed by Kenneth Russell.
+
+ * tests/TextureManagerTest.cpp:
+
+2012-02-06 Matthew Delaney <mdelaney@apple.com>
+
+ toDataURL() uses stale data after putImageData()
+ https://bugs.webkit.org/show_bug.cgi?id=65767
+
+ Reviewed by Chris Marrin.
+
+ * src/WebViewImpl.cpp: Updated method name.
+ (WebKit::WebViewImpl::doPixelReadbackToCanvas):
+
+2012-02-06 Caio Marcelo de Oliveira Filho <caio.oliveira@openbossa.org>
+
+ Provide more attribute methods in Element
+ https://bugs.webkit.org/show_bug.cgi?id=77800
+
+ Reviewed by Ryosuke Niwa.
+
+ * src/WebPageSerializerImpl.cpp:
+ (WebKit::WebPageSerializerImpl::openTagToString): access attributes via Element interface.
+
+2012-02-04 Shawn Singh <shawnsingh@chromium.org>
+
+ [chromium] Add support to force full damage in CCDamageTracker
+ https://bugs.webkit.org/show_bug.cgi?id=76805
+
+ Reviewed by James Robinson.
+
+ * tests/CCDamageTrackerTest.cpp:
+ (WebKitTests::TEST_F):
+ (WebKitTests):
+
+2012-02-03 James Robinson <jamesr@chromium.org>
+
+ [chromium] Defer makeContextCurrent in compositor until first frame
+ https://bugs.webkit.org/show_bug.cgi?id=77269
+
+ Reviewed by Kenneth Russell.
+
+ * tests/CCLayerTreeHostTest.cpp:
+ (WTF::CCLayerTreeHostTestSetViewportSize::beginTest):
+ * tests/TiledLayerChromiumTest.cpp:
+ (WTF::TEST):
+
+2012-02-03 Beth Dakin <bdakin@apple.com>
+
+ https://bugs.webkit.org/show_bug.cgi?id=77691
+ Fix PlatformScreen layering violation and PlatformScreenMac's incorrect use
+ of device scale
+
+ Reviewed by Andy Estes.
+
+ These two functions now take a Widget again rather than a FrameView.
+ * src/PlatformSupport.cpp:
+ (WebCore::PlatformSupport::screenRect):
+ (WebCore::PlatformSupport::screenAvailableRect):
+
+2012-02-03 John Knottenbelt <jknotten@chromium.org>
+
+ [skia] Fix unit test PlatformContextSkiaTest.trackOpaqueOvalTest
+ https://bugs.webkit.org/show_bug.cgi?id=77738
+
+ We need to clear the bitmap before the test runs, otherwise the
+ contents of the bitmap will be uninitialised. This causes an
+ unpredicatable result as the canvas draw operations blend the
+ destination bitmap with the source colour.
+
+ Similarly, valgrind discovered that
+ PlatformContextSkiaTest.trackOpaqueTest and
+ PlatformContextSkiaTest.trackOpaqueLineTest suffers from the same
+ problem.
+
+ Also, re-enable WebFrameTest.FindInPage which was falsely
+ blamed for making this test fail.
+
+ Reviewed by Stephen White.
+
+ * tests/PlatformContextSkiaTest.cpp:
+ (WebCore::TEST):
+ * tests/WebFrameTest.cpp:
+ (WebKit::TEST_F):
+
+2012-02-03 Dana Jansens <danakj@chromium.org>
+
+ [Chromium] Use the current clip when marking paints as opaque
+ https://bugs.webkit.org/show_bug.cgi?id=77582
+
+ Reviewed by Stephen White.
+
+ * tests/PlatformContextSkiaTest.cpp:
+ (WebCore::TEST):
+ (WebCore):
+
+2012-02-03 Yury Semikhatsky <yurys@chromium.org>
+
+ Unreviewed. Update Chromium deps.
+
+ * DEPS:
+
+2012-02-02 Tommy Widenflycht <tommyw@google.com>
+
+ [chromium] MediaStream API: Adding the embedding code for MediaStreamCenter
+ https://bugs.webkit.org/show_bug.cgi?id=73130
+
+ Reviewed by Darin Fisher.
+
+ * WebKit.gyp:
+ * bridge/MediaStreamCenter.cpp: Copied from Source/WebKit/chromium/src/UserMediaClientImpl.h.
+ (WebCore):
+ (WebCore::MediaStreamCenter::MediaStreamCenter):
+ (WebCore::MediaStreamCenter::~MediaStreamCenter):
+ (WebCore::MediaStreamCenter::queryMediaStreamSources):
+ (WebCore::MediaStreamCenter::didSetMediaStreamTrackEnabled):
+ (WebCore::MediaStreamCenter::didStopLocalMediaStream):
+ (WebCore::MediaStreamCenter::didConstructMediaStream):
+ * bridge/MediaStreamCenterInternal.cpp: Added.
+ (WebCore):
+ (WebCore::MediaStreamCenterInternal::MediaStreamCenterInternal):
+ (WebCore::MediaStreamCenterInternal::~MediaStreamCenterInternal):
+ (WebCore::MediaStreamCenterInternal::queryMediaStreamSources):
+ (WebCore::MediaStreamCenterInternal::didSetMediaStreamTrackEnabled):
+ (WebCore::MediaStreamCenterInternal::didStopLocalMediaStream):
+ (WebCore::MediaStreamCenterInternal::didConstructMediaStream):
+ (WebCore::MediaStreamCenterInternal::stopLocalMediaStream):
+ * bridge/MediaStreamCenterInternal.h: Copied from Source/WebKit/chromium/src/UserMediaClientImpl.h.
+ (WebKit):
+ (WebCore):
+ (MediaStreamCenterInternal):
+ * public/platform/WebKitPlatformSupport.h:
+ (WebKit):
+ (WebKit::WebKitPlatformSupport::createMediaStreamCenter):
+ * public/platform/WebMediaStreamCenter.h: Copied from Source/WebKit/chromium/src/UserMediaClientImpl.h.
+ (WebKit):
+ (WebMediaStreamCenter):
+ (WebKit::WebMediaStreamCenter::~WebMediaStreamCenter):
+ * public/platform/WebMediaStreamCenterClient.h: Copied from Source/WebKit/chromium/src/UserMediaClientImpl.h.
+ (WebKit):
+ (WebMediaStreamCenterClient):
+ (WebKit::WebMediaStreamCenterClient::~WebMediaStreamCenterClient):
+ * public/platform/WebMediaStreamComponent.h: Copied from Source/WebKit/chromium/src/UserMediaClientImpl.h.
+ (WebCore):
+ (WebKit):
+ (WebMediaStreamComponent):
+ (WebKit::WebMediaStreamComponent::WebMediaStreamComponent):
+ (WebKit::WebMediaStreamComponent::~WebMediaStreamComponent):
+ (WebKit::WebMediaStreamComponent::isNull):
+ * public/platform/WebMediaStreamDescriptor.h:
+ (WebKit):
+ (WebMediaStreamDescriptor):
+ * public/platform/WebMediaStreamSourcesRequest.h: Copied from Source/WebKit/chromium/src/UserMediaClientImpl.h.
+ (WebCore):
+ (WebKit):
+ (WebMediaStreamSourcesRequest):
+ (WebKit::WebMediaStreamSourcesRequest::WebMediaStreamSourcesRequest):
+ (WebKit::WebMediaStreamSourcesRequest::~WebMediaStreamSourcesRequest):
+ (WebKit::WebMediaStreamSourcesRequest::isNull):
+ * src/UserMediaClientImpl.h:
+ (UserMediaClientImpl):
+ * src/WebMediaStreamComponent.cpp: Copied from Source/WebKit/chromium/src/UserMediaClientImpl.h.
+ (WebKit):
+ (WebKit::WebMediaStreamComponent::WebMediaStreamComponent):
+ (WebKit::WebMediaStreamComponent::operator=):
+ (WebKit::WebMediaStreamComponent::reset):
+ (WebKit::WebMediaStreamComponent::operator PassRefPtr<MediaStreamComponent>):
+ (WebKit::WebMediaStreamComponent::operator MediaStreamComponent*):
+ (WebKit::WebMediaStreamComponent::isEnabled):
+ (WebKit::WebMediaStreamComponent::source):
+ * src/WebMediaStreamDescriptor.cpp:
+ (WebKit::WebMediaStreamDescriptor::WebMediaStreamDescriptor):
+ (WebKit):
+ (WebKit::WebMediaStreamDescriptor::audioSources):
+ (WebKit::WebMediaStreamDescriptor::videoSources):
+ * src/WebMediaStreamSourcesRequest.cpp: Copied from Source/WebKit/chromium/src/UserMediaClientImpl.h.
+ (WebKit):
+ (WebKit::WebMediaStreamSourcesRequest::WebMediaStreamSourcesRequest):
+ (WebKit::WebMediaStreamSourcesRequest::reset):
+ (WebKit::WebMediaStreamSourcesRequest::audio):
+ (WebKit::WebMediaStreamSourcesRequest::video):
+ (WebKit::WebMediaStreamSourcesRequest::didCompleteQuery):
+
+2012-02-02 Sheriff Bot <webkit.review.bot@gmail.com>
+
+ Unreviewed. Rolled DEPS.
+
+ * DEPS:
+
+2012-02-02 Allan Sandfeld Jensen <allan.jensen@nokia.com>
+
+ Update enum name for HitTestRequest::RequestType
+ https://bugs.webkit.org/show_bug.cgi?id=77620
+
+ Reviewed by Kenneth Rohde Christiansen.
+
+ * src/WebFrameImpl.cpp:
+ (WebKit::WebFrameImpl::visiblePositionForWindowPoint):
+
+2012-02-02 Kinuko Yasuda <kinuko@chromium.org>
+
+ Cleanup: Move chrome-specific filesystem type handling code (for FileSystem API) under chromium directory (re-landing r105395)
+ https://bugs.webkit.org/show_bug.cgi?id=76551
+
+ * src/AssertMatchingEnums.cpp: Removed the matching assertion for AsyncFileSystem::External (as now we directly use WebFileSystem::TypeExternal).
+ * src/AsyncFileSystemChromium.cpp:
+ (WebCore::AsyncFileSystem::crackFileSystemURL): Added.
+ (WebCore::AsyncFileSystem::isValidType): Added.
+ (WebCore::AsyncFileSystemChromium::toURL): Added.
+ * src/AsyncFileSystemChromium.h:
+ (AsyncFileSystemChromium):
+ * src/WorkerAsyncFileSystemChromium.cpp: Made this subclass of AsyncFileSystemChromium (rather than that of AsyncFileSystem)
+ (WebCore::WorkerAsyncFileSystemChromium::WorkerAsyncFileSystemChromium):
+ * src/WorkerAsyncFileSystemChromium.h:
+ (WorkerAsyncFileSystemChromium):
+
+2012-02-01 Caio Marcelo de Oliveira Filho <caio.oliveira@openbossa.org>
+
+ Avoid creating NamedNodeMap unnecessarily
+ https://bugs.webkit.org/show_bug.cgi?id=77574
+
+ Reviewed by Ryosuke Niwa.
+
+ * src/WebPageSerializerImpl.cpp:
+ (WebKit::WebPageSerializerImpl::openTagToString): use updatedAttributes().
+
+2012-02-01 Justin Novosad <junov@chromium.org>
+
+ [Chromium] Enable deferred canvas rendering in the skia port
+ https://bugs.webkit.org/show_bug.cgi?id=76732
+
+ Reviewed by Stephen White.
+
+ Adding a new setting for enabling deferred 2d canvas rendering
+
+ * public/WebSettings.h:
+ * src/WebSettingsImpl.cpp:
+ (WebKit::WebSettingsImpl::setDeferred2dCanvasEnabled):
+ (WebKit):
+ * src/WebSettingsImpl.h:
+ (WebSettingsImpl):
+
+2012-02-01 Sheriff Bot <webkit.review.bot@gmail.com>
+
+ Unreviewed, rolling out r106382.
+ http://trac.webkit.org/changeset/106382
+ https://bugs.webkit.org/show_bug.cgi?id=77571
+
+ Causing chromium crashes in PNGImageDecoder (Requested by
+ japhet on #webkit).
+
+ * public/platform/WebKitPlatformSupport.h:
+ (WebKitPlatformSupport):
+ (WebKit::WebKitPlatformSupport::isTraceEventEnabled):
+ (WebKit::WebKitPlatformSupport::traceEventBegin):
+ (WebKit::WebKitPlatformSupport::traceEventEnd):
+ * src/PlatformSupport.cpp:
+ (WebCore::PlatformSupport::isTraceEventEnabled):
+ (WebCore):
+ (WebCore::PlatformSupport::traceEventBegin):
+ (WebCore::PlatformSupport::traceEventEnd):
+
+2012-02-01 Dirk Pranke <dpranke@chromium.org>
+
+ TestWebKitAPI isn't being built on chromium bots any more
+ https://bugs.webkit.org/show_bug.cgi?id=77563
+
+ Reviewed by Dimitri Glazkov.
+
+ I accidentally dropped it in the refactoring in r105449.
+
+ * All.gyp:
+
+2012-02-01 Hans Wennborg <hans@chromium.org>
+
+ Rename WebSpeechInputResult::set() to assign()
+ https://bugs.webkit.org/show_bug.cgi?id=77540
+
+ Reviewed by Darin Fisher.
+
+ It was suggested in a previous code review
+ (https://bugs.webkit.org/show_bug.cgi?id=77083#c5)
+ that this function should be called assign().
+
+ * public/WebSpeechInputResult.h:
+ (WebSpeechInputResult):
+ (WebKit::WebSpeechInputResult::set):
+ * src/WebSpeechInputResult.cpp:
+ (WebKit::WebSpeechInputResult::assign):
+
+2012-02-01 Kent Tamura <tkent@chromium.org>
+
+ [Chromium] Disable WebFrameTest.FindInPage
+ https://bugs.webkit.org/show_bug.cgi?id=77186
+
+ Disable it because PlatformContextSkiaTest.trackOpaqueOvalTest has
+ been failing since FindInPage test was committed.
+
+ * tests/WebFrameTest.cpp:
+ (WebKit::TEST_F):
+
+2012-01-31 Ami Fischman <fischman@chromium.org>
+
+ [chromium] enable -Wexit-time-destructors for webkit unit tests
+ https://bugs.webkit.org/show_bug.cgi?id=77300
+ Fix the only extant violation (verified by building webkit_unit_tests in static build).
+
+ Reviewed by Tony Chang.
+
+ * WebKitUnitTests.gyp:
+ * tests/FrameTestHelpers.cpp:
+ (WebKit::FrameTestHelpers::defaultWebFrameClient):
+ (WebKit::FrameTestHelpers::defaultWebViewClient):
+
2012-01-31 Nico Weber <thakis@chromium.org>
[chromium] Expose windowResizerRectChanged() on WebWidget.
« no previous file with comments | « LayoutTests/platform/chromium/test_expectations.txt ('k') | Source/WebKit/chromium/src/NonCompositedContentHost.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698