- 19 Apr, 2011 40 commits
-
-
commit-queue@webkit.org authored
Reviewed by Pavel Feldman. Web Inspector: Rename lengthReceived to encodedDataLength/dataLength https://bugs.webkit.org/show_bug.cgi?id=58883 * fileapi/FileReaderLoader.cpp: (WebCore::FileReaderLoader::didReceiveData): * inspector/InspectorInstrumentation.cpp: (WebCore::InspectorInstrumentation::didReceiveContentLengthImpl): * inspector/InspectorInstrumentation.h: (WebCore::InspectorInstrumentation::didReceiveContentLength): * inspector/InspectorResourceAgent.cpp: (WebCore::InspectorResourceAgent::didReceiveContentLength): * inspector/InspectorResourceAgent.h: * inspector/front-end/NetworkManager.js: (WebInspector.NetworkDispatcher.prototype.dataReceived): * loader/DocumentThreadableLoader.cpp: (WebCore::DocumentThreadableLoader::didReceiveData): (WebCore::DocumentThreadableLoader::didReceiveCachedMetadata): * loader/DocumentThreadableLoader.h: * loader/FrameLoaderClient.h: * loader/MainResourceLoader.cpp: (WebCore::MainResourceLoader::didReceiveData): * loader/MainResourceLoader.h: * loader/NetscapePlugInStreamLoader.cpp: (WebCore::NetscapePlugInStreamLoader::didReceiveData): * loader/NetscapePlugInStreamLoader.h: * loader/ResourceLoadNotifier.cpp: (WebCore::ResourceLoadNotifier::didReceiveData): (WebCore::ResourceLoadNotifier::dispatchDidReceiveContentLength): (WebCore::ResourceLoadNotifier::sendRemainingDelegateMessages): * loader/ResourceLoadNotifier.h: * loader/ResourceLoader.cpp: (WebCore::ResourceLoader::didReceiveData): * loader/ResourceLoader.h: * loader/SubresourceLoader.cpp: (WebCore::SubresourceLoader::didReceiveData): * loader/SubresourceLoader.h: * loader/SubresourceLoaderClient.h: (WebCore::SubresourceLoaderClient::didReceiveData): (WebCore::SubresourceLoaderClient::didReceiveCachedMetadata): * loader/WorkerThreadableLoader.cpp: (WebCore::WorkerThreadableLoader::MainThreadBridge::didReceiveData): (WebCore::WorkerThreadableLoader::MainThreadBridge::didReceiveCachedMetadata): * loader/appcache/ApplicationCacheGroup.cpp: (WebCore::ApplicationCacheGroup::didReceiveData): * loader/appcache/ApplicationCacheGroup.h: * loader/appcache/ApplicationCacheHost.h: * notifications/Notification.cpp: (WebCore::Notification::didReceiveData): * notifications/Notification.h: * platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp: (StreamingClient::didReceiveData): * platform/network/BlobResourceHandle.cpp: * platform/network/ResourceHandleClient.h: (WebCore::ResourceHandleClient::didReceiveData): * platform/network/android/ResourceHandleAndroid.cpp: (WebCore::SyncLoader::didReceiveData): * platform/network/cf/ResourceHandleCFNet.cpp: (WebCore::WebCoreSynchronousLoaderClient::didReceiveData): * platform/network/curl/ResourceHandleCurl.cpp: * platform/network/mac/ResourceHandleMac.mm: (WebCoreSynchronousLoaderClient::didReceiveData): * platform/network/soup/ResourceHandleSoup.cpp: * platform/network/win/ResourceHandleWin.cpp: * workers/WorkerScriptLoader.h: * xml/XMLHttpRequest.h: 2011-04-19 Vsevolod Vlasov <vsevik@chromium.org> Reviewed by Pavel Feldman. Web Inspector: Rename lengthReceived to encodedDataLength/dataLength https://bugs.webkit.org/show_bug.cgi?id=58883 Renamed lengthReceived to encodedDataLength/dataLength. * public/WebURLLoaderClient.h: (WebKit::WebURLLoaderClient::didReceiveData): * src/AssociatedURLLoader.cpp: (WebKit::AssociatedURLLoader::ClientAdapter::didReceiveCachedMetadata): * src/FrameLoaderClientImpl.cpp: (WebKit::FrameLoaderClientImpl::dispatchDidReceiveContentLength): * src/FrameLoaderClientImpl.h: * src/ResourceHandle.cpp: (WebCore::ResourceHandleInternal::didReceiveData): 2011-04-19 Vsevolod Vlasov <vsevik@chromium.org> Reviewed by Pavel Feldman. Web Inspector: Rename lengthReceived to encodedDataLength/dataLength https://bugs.webkit.org/show_bug.cgi?id=58883 * WebCoreSupport/FrameLoaderClientEfl.cpp: (WebCore::FrameLoaderClientEfl::dispatchDidReceiveContentLength): * WebCoreSupport/FrameLoaderClientEfl.h: 2011-04-19 Vsevolod Vlasov <vsevik@chromium.org> Reviewed by Pavel Feldman. Web Inspector: Rename lengthReceived to encodedDataLength/dataLength https://bugs.webkit.org/show_bug.cgi?id=58883 * WebCoreSupport/FrameLoaderClientGtk.cpp: (WebKit::FrameLoaderClient::dispatchDidReceiveContentLength): * WebCoreSupport/FrameLoaderClientGtk.h: * webkit/webkitdownload.cpp: (DownloadClient::didReceiveData): 2011-04-19 Vsevolod Vlasov <vsevik@chromium.org> Reviewed by Pavel Feldman. Web Inspector: Rename lengthReceived to encodedDataLength/dataLength https://bugs.webkit.org/show_bug.cgi?id=58883 * WebCoreSupport/WebFrameLoaderClient.h: * WebCoreSupport/WebFrameLoaderClient.mm: (WebFrameLoaderClient::dispatchDidReceiveContentLength): 2011-04-19 Vsevolod Vlasov <vsevik@chromium.org> Reviewed by Pavel Feldman. Web Inspector: Rename lengthReceived to encodedDataLength/dataLength https://bugs.webkit.org/show_bug.cgi?id=58883 * WebCoreSupport/WebFrameLoaderClient.h: 2011-04-19 Vsevolod Vlasov <vsevik@chromium.org> Reviewed by Pavel Feldman. Web Inspector: Rename lengthReceived to encodedDataLength/dataLength https://bugs.webkit.org/show_bug.cgi?id=58883 * WebCoreSupport/FrameLoaderClientWinCE.h: 2011-04-19 Vsevolod Vlasov <vsevik@chromium.org> Reviewed by Pavel Feldman. Web Inspector: Rename lengthReceived to encodedDataLength/dataLength https://bugs.webkit.org/show_bug.cgi?id=58883 * WebProcess/WebCoreSupport/WebFrameLoaderClient.cpp: (WebKit::WebFrameLoaderClient::dispatchDidReceiveContentLength): * WebProcess/WebCoreSupport/WebFrameLoaderClient.h: git-svn-id: svn://svn.chromium.org/blink/trunk@84260 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
senorblanco@chromium.org authored
Reviewed by Eric Seidel. Pull framebuffer clearing out into its own function. https://bugs.webkit.org/show_bug.cgi?id=58897 Covered by fast/canvas and canvas/philip tests. * platform/graphics/gpu/DrawingBuffer.cpp: (WebCore::DrawingBuffer::clearFramebuffer): (WebCore::DrawingBuffer::reset): * platform/graphics/gpu/DrawingBuffer.h: git-svn-id: svn://svn.chromium.org/blink/trunk@84259 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
commit-queue@webkit.org authored
Reviewed by Pavel Feldman. Chromium DevTools: Network panel timing test is flaky https://bugs.webkit.org/show_bug.cgi?id=58699 Fixed network timing test flakiness. * src/js/Tests.js: (.TestSuite.prototype.testNetworkTiming.finishResource): git-svn-id: svn://svn.chromium.org/blink/trunk@84258 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
commit-queue@webkit.org authored
Reviewed by Eric Seidel. When flushing GrContext in ~PlatformContextSkia be sure correct GL context is set https://bugs.webkit.org/show_bug.cgi?id=58788 Chromium browser test will be added that loads canvas page and then an acclerated-composited page. Test must trigger ~PlatformContextSkia() followed by invocation of GL compositor. * platform/graphics/skia/PlatformContextSkia.cpp: (WebCore::PlatformContextSkia::~PlatformContextSkia): git-svn-id: svn://svn.chromium.org/blink/trunk@84257 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
commit-queue@webkit.org authored
Reviewed by Andreas Kling. [Qt] fast/xmlhttprequest/xmlhttprequest-nonexistent-file.html fails (DRT sideeffect) https://bugs.webkit.org/show_bug.cgi?id=35086 * platform/qt/Skipped: unskip fast/xmlhttprequest/xmlhttprequest-nonexistent-file.html 2011-04-19 Kristóf Kosztyó <Kosztyo.Kristof@stud.u-szeged.hu> Reviewed by Andreas Kling. [Qt] fast/xmlhttprequest/xmlhttprequest-nonexistent-file.html fails (DRT sideeffect) https://bugs.webkit.org/show_bug.cgi?id=35086 fast/xmlhttprequest/xmlhttprequest-no-file-access.html caused a DRT sideeffect problem, because the resetSettings didn't set the default value of LocalContentCanAccessFileUrls. * DumpRenderTree/qt/DumpRenderTreeQt.cpp: (WebCore::WebPage::resetSettings): git-svn-id: svn://svn.chromium.org/blink/trunk@84256 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
jknotten@chromium.org authored
Unreviewed. [Chromium] Mark fast/block/float/overhanging-tall-block.html as failing on Windows and Linux. https://bugs.webkit.org/show_bug.cgi?id=58901 * platform/chromium/test_expectations.txt: git-svn-id: svn://svn.chromium.org/blink/trunk@84255 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
caseq@chromium.org authored
Reviewed by Pavel Feldman. Web Inspector: add chrome.devTools alias to webInspector namespace for chromium port https://bugs.webkit.org/show_bug.cgi?id=58894 * src/js/DevTools.js: (WebInspector.platformExtensionAPI): git-svn-id: svn://svn.chromium.org/blink/trunk@84254 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
andreas.kling@nokia.com authored
Reviewed by Antonio Gomes. WebKit2: Typo fix in WebPopupMenu::Type. https://bugs.webkit.org/show_bug.cgi?id=58891 Fixed a typo, Seperator -> Separator. Also removed m_ prefix on an argument variable name. * Shared/WebPopupItem.h: * UIProcess/mac/WebPopupMenuProxyMac.mm: (WebKit::WebPopupMenuProxyMac::populate): * WebProcess/WebCoreSupport/WebPopupMenu.cpp: (WebKit::WebPopupMenu::populateItems): git-svn-id: svn://svn.chromium.org/blink/trunk@84253 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
ossy@webkit.org authored
https://bugs.webkit.org/show_bug.cgi?id=58871 Unreviewed, rolling out r84176, r84178, r84186, r84212 and r84231. http://trac.webkit.org/changeset/84176 (original patch) http://trac.webkit.org/changeset/84178 (original patch - part 2) http://trac.webkit.org/changeset/84186 (build fix) http://trac.webkit.org/changeset/84212 http://trac.webkit.org/changeset/84231 (skip failing test) original bugs: - https://bugs.webkit.org/show_bug.cgi?id=58718 - https://bugs.webkit.org/show_bug.cgi?id=58853 Source/JavaScriptCore: * heap/MarkStack.h: (JSC::MarkStack::deprecatedAppendValues): (JSC::MarkStack::append): (JSC::MarkStack::deprecatedAppend): * runtime/JSValue.h: * runtime/WriteBarrier.h: (JSC::DeprecatedPtr::DeprecatedPtr): (JSC::DeprecatedPtr::get): (JSC::DeprecatedPtr::operator*): (JSC::DeprecatedPtr::operator->): (JSC::DeprecatedPtr::slot): (JSC::DeprecatedPtr::operator UnspecifiedBoolType*): (JSC::DeprecatedPtr::operator!): (JSC::operator==): Source/WebCore: * bridge/qt/qt_class.cpp: (JSC::Bindings::QtClass::fallbackObject): * bridge/qt/qt_instance.cpp: (JSC::Bindings::QtInstance::removeCachedMethod): (JSC::Bindings::QtInstance::markAggregate): * bridge/qt/qt_instance.h: LayoutTests: * platform/qt/Skipped: git-svn-id: svn://svn.chromium.org/blink/trunk@84252 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
commit-queue@webkit.org authored
Unreviewed, rolling out r84050. http://trac.webkit.org/changeset/84050 https://bugs.webkit.org/show_bug.cgi?id=58892 fast/dom/HTMLKeygenElement/keygen.html is crashing on Chromium (Requested by jknotten on #webkit). * dom/ContainerNode.cpp: (WebCore::ContainerNode::takeAllChildrenFrom): (WebCore::ContainerNode::removeBetween): (WebCore::ContainerNode::removeChildren): (WebCore::ContainerNode::parserAddChild): * dom/Document.cpp: (WebCore::Document::Document): (WebCore::Document::~Document): (WebCore::Document::setDocType): * dom/Element.h: * dom/Node.cpp: (WebCore::Node::treeScope): (WebCore::Node::setTreeScope): (WebCore::Node::setTreeScopeRecursively): * dom/Node.h: (WebCore::Node::document): * dom/ShadowRoot.cpp: (WebCore::ShadowRoot::ShadowRoot): * dom/ShadowRoot.h: * dom/TreeScope.cpp: (WebCore::TreeScope::TreeScope): (WebCore::TreeScope::setParentTreeScope): * dom/TreeScope.h: * rendering/RenderSlider.cpp: git-svn-id: svn://svn.chromium.org/blink/trunk@84251 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
kinuko@chromium.org authored
Not reviewed; another build fix attempt. * src/StorageInfoChromium.cpp: (WebCore::StorageInfo::queryUsageAndQuota): (WebCore::StorageInfo::requestQuota): * src/WebStorageQuotaCallbacksImpl.cpp: (WebKit::WebStorageQuotaCallbacksImpl::WebStorageQuotaCallbacksImpl): * src/WebStorageQuotaCallbacksImpl.h: git-svn-id: svn://svn.chromium.org/blink/trunk@84250 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
kinuko@chromium.org authored
Not reviewed; windows build fix attempt. * storage/StorageInfo.cpp: (WebCore::StorageInfo::~StorageInfo): * storage/StorageInfo.h: git-svn-id: svn://svn.chromium.org/blink/trunk@84249 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
jknotten@chromium.org authored
Unreviewed. [Chromium] New mac snowleopard baseline for fast/overflow/003.xml https://bugs.webkit.org/show_bug.cgi?id=58885 * platform/chromium-mac/fast/overflow/003-expected.png: Added. git-svn-id: svn://svn.chromium.org/blink/trunk@84248 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
kinuko@chromium.org authored
Reviewed by David Levin. [Chromium] Enable QUOTA API at runtime if enable-quota flag is given https://bugs.webkit.org/show_bug.cgi?id=58784 * features.gypi: Added ENABLE_QUOTA=1. * public/WebRuntimeFeatures.h: * src/WebRuntimeFeatures.cpp: (WebKit::WebRuntimeFeatures::enableQuota): Added. (WebKit::WebRuntimeFeatures::isQuotaEnabled): Added. 2011-04-19 Kinuko Yasuda <kinuko@chromium.org> Reviewed by David Levin. [Chromium] Enable QUOTA API at runtime if enable-quota flag is given https://bugs.webkit.org/show_bug.cgi?id=58784 No new tests as this does not change any functionality. * bindings/generic/RuntimeEnabledFeatures.cpp: * bindings/generic/RuntimeEnabledFeatures.h: (WebCore::RuntimeEnabledFeatures::quotaEnabled): (WebCore::RuntimeEnabledFeatures::setQuotaEnabled): * page/DOMWindow.idl: git-svn-id: svn://svn.chromium.org/blink/trunk@84247 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
jknotten@chromium.org authored
Unreviewed. [Chromium] Mark fast/css/create_element_align.xhtml as slow. https://bugs.webkit.org/show_bug.cgi?id=58884 * platform/chromium/test_expectations.txt: git-svn-id: svn://svn.chromium.org/blink/trunk@84246 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
jknotten@chromium.org authored
Unreviewed. [Chromium] Mark fast/events/popup-blocking-timers.html as flaky on Debug Win,Mac,Linux https://bugs.webkit.org/show_bug.cgi?id=58882 Filed chromium bug: http://code.google.com/p/chromium/issues/detail?id=79857 * platform/chromium/test_expectations.txt: git-svn-id: svn://svn.chromium.org/blink/trunk@84245 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
jknotten@chromium.org authored
Unreviewed. [Chromium] Mark fast/css/only-child-pseudo-class.html as flaky https://bugs.webkit.org/show_bug.cgi?id=58881 Filed chromium bug: http://code.google.com/p/chromium/issues/detail?id=79855 * platform/chromium/test_expectations.txt: git-svn-id: svn://svn.chromium.org/blink/trunk@84244 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
kbalazs@webkit.org authored
Rubber-stamped by Csaba Osztrogonác. * platform/qt-wk2/Skipped: git-svn-id: svn://svn.chromium.org/blink/trunk@84243 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
jknotten@chromium.org authored
Unreviewed. [Chromium] Mark animations/play-state.html as flaky. https://bugs.webkit.org/show_bug.cgi?id=58880 See also existing chromium bug: http://code.google.com/p/chromium/issues/detail?id=76609 * platform/chromium/test_expectations.txt: git-svn-id: svn://svn.chromium.org/blink/trunk@84242 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
jknotten@chromium.org authored
Unreviewed. [Chromium] Mark tables/mozilla/bugs/bug28341.html as flaky on Mac https://bugs.webkit.org/show_bug.cgi?id=58879 See also existing chromium bug: http://code.google.com/p/chromium/issues/detail?id=32231 * platform/chromium/test_expectations.txt: git-svn-id: svn://svn.chromium.org/blink/trunk@84241 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
jknotten@chromium.org authored
Unreviewed. [Chromium] Mark svg/text/font-size-below-point-five.svg as flaky on Linux, Mac https://bugs.webkit.org/show_bug.cgi?id=58878 See also existing chromium bug: http://code.google.com/p/chromium/issues/detail?id=74710 * platform/chromium/test_expectations.txt: git-svn-id: svn://svn.chromium.org/blink/trunk@84240 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
jknotten@chromium.org authored
Unreviewed. [Chromium] Mark layout test editing/execCommand/delete-empty-container.html as flaky https://bugs.webkit.org/show_bug.cgi?id=58877 Chromium bug filed. http://code.google.com/p/chromium/issues/detail?id=79854 * platform/chromium/test_expectations.txt: git-svn-id: svn://svn.chromium.org/blink/trunk@84239 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
johnnyg@google.com authored
Reviewed by Darin Fisher. Enable folder drag-n-drop when using a "webkitdirectory" file input https://bugs.webkit.org/show_bug.cgi?id=58401 This uses a new ChromeClient API to enumerate the directory and return all the files, as if the user had selected that directory by clicking the control in the normal way. * loader/EmptyClients.h: (WebCore::EmptyChromeClient::enumerateChosenDirectory): * page/Chrome.cpp: (WebCore::Chrome::enumerateChosenDirectory): * page/Chrome.h: * page/ChromeClient.h: * platform/network/FormData.cpp: (WebCore::FormData::appendKeyValuePairItems): * rendering/RenderFileUploadControl.cpp: (WebCore::RenderFileUploadControl::receiveDropForDirectoryUpload): (WebCore::RenderFileUploadControl::receiveDroppedFiles): * rendering/RenderFileUploadControl.h: 2011-04-19 John Gregg <johnnyg@google.com> Reviewed by Darin Fisher. Enable folder drag-n-drop when using a "webkitdirectory" file input https://bugs.webkit.org/show_bug.cgi?id=58401 This uses a new ChromeClient API to enumerate the directory and return all the files, as if the user had selected that directory by clicking the control in the normal way. * public/WebViewClient.h: (WebKit::WebViewClient::enumerateChosenDirectory): * src/ChromeClientImpl.cpp: (WebKit::ChromeClientImpl::enumerateChosenDirectory): * src/ChromeClientImpl.h: git-svn-id: svn://svn.chromium.org/blink/trunk@84238 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
jknotten@chromium.org authored
Unreviewed. [Chromium] Mark animations/combo-transform-translate+scale.html as flaky https://bugs.webkit.org/show_bug.cgi?id=58876 Chromium bug filed. http://code.google.com/p/chromium/issues/detail?id=79853 * platform/chromium/test_expectations.txt: git-svn-id: svn://svn.chromium.org/blink/trunk@84237 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
commit-queue@webkit.org authored
Unreviewed, rolling out r84150. http://trac.webkit.org/changeset/84150 https://bugs.webkit.org/show_bug.cgi?id=58875 Broken backspace in Search box of Web Inspector (Requested by apavlov on #webkit). * inspector/front-end/inspector.js: (WebInspector.documentKeyDown): git-svn-id: svn://svn.chromium.org/blink/trunk@84236 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
pfeldman@chromium.org authored
Reviewed by Pavel Feldman. Web Inspector: NPE in TextEditorModel https://bugs.webkit.org/show_bug.cgi?id=58870 * inspector/front-end/ResourcesPanel.js: (WebInspector.ResourcesPanel.prototype._frameAdded): * inspector/front-end/TextEditorModel.js: (WebInspector.TextEditorModel.prototype.setText): git-svn-id: svn://svn.chromium.org/blink/trunk@84235 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
jknotten@chromium.org authored
Unreviewed. [Chromium] Mark fast/table/frame-and-rules.html as flaky https://bugs.webkit.org/show_bug.cgi?id=58874 Chromium bug filed. http://code.google.com/p/chromium/issues/detail?id=79851 * platform/chromium/test_expectations.txt: git-svn-id: svn://svn.chromium.org/blink/trunk@84234 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
jknotten@chromium.org authored
Unreviewed. [Chromium] Reenable layout test canvas/philip/tests/2d.gradient.interpolate.outside.html https://bugs.webkit.org/show_bug.cgi?id=58873 Fixed in Chromium r81956. http://code.google.com/p/chromium/issues/detail?id=79725 * platform/chromium/test_expectations.txt: git-svn-id: svn://svn.chromium.org/blink/trunk@84233 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
hans@chromium.org authored
Reviewed by Tony Gentilcore. IndexedDB: Remove accidental header include directive from LevelDB backend. https://bugs.webkit.org/show_bug.cgi?id=58872 No new functionality, no new tests. * storage/IDBLevelDBBackingStore.cpp: git-svn-id: svn://svn.chromium.org/blink/trunk@84232 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
ossy@webkit.org authored
https://bugs.webkit.org/show_bug.cgi?id=58871 * platform/qt/Skipped: Add http/tests/xmlhttprequest/event-listener-gc.html git-svn-id: svn://svn.chromium.org/blink/trunk@84231 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
mario@webkit.org authored
Unreviewed, rebaselines to fix wrongly added expectations. By mistake, I added expectations generated with GTK3 locally instead of the expectations generated in the bots using GTK2, so we need to add the expectation files as needed. * platform/gtk/fast/blockflow/border-styles-vertical-lr-expected.checksum: * platform/gtk/fast/blockflow/border-styles-vertical-lr-expected.png: * platform/gtk/fast/blockflow/border-styles-vertical-rl-expected.checksum: * platform/gtk/fast/blockflow/border-styles-vertical-rl-expected.png: * platform/gtk/fast/borders/border-styles-split-expected.checksum: * platform/gtk/fast/borders/border-styles-split-expected.png: * platform/gtk/fast/borders/mixed-border-styles-radius-expected.checksum: * platform/gtk/fast/borders/mixed-border-styles-radius-expected.png: * platform/gtk/fast/borders/mixed-border-styles-radius2-expected.checksum: * platform/gtk/fast/borders/mixed-border-styles-radius2-expected.png: * platform/gtk/fast/borders/webkit-border-radius-expected.checksum: * platform/gtk/fast/borders/webkit-border-radius-expected.png: git-svn-id: svn://svn.chromium.org/blink/trunk@84230 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
jhoneycutt@apple.com authored
https://bugs.webkit.org/show_bug.cgi?id=58867 Part of <rdar://problem/8931717> Reviewed by Steve Falkenburg. * UIProcess/API/C/WKContext.cpp: (WKContextDownloadURLRequest): Return the result of calling WebContext::download(). * UIProcess/API/C/WKContext.h: Updated return type of WKContextDownloadURLRequest(). * UIProcess/WebContext.cpp: (WebKit::WebContext::download): Return the DownloadProxy returned by createDownloadProxy(). (WebKit::WebContext::createDownloadProxy): Return the DownloadProxy. * UIProcess/WebContext.h: Changed return type of download() and createDownloadProxy(). * UIProcess/WebPageProxy.cpp: (WebKit::WebPageProxy::receivedPolicyDecision): Call the DownloadProxy's downloadID() function to get the ID. git-svn-id: svn://svn.chromium.org/blink/trunk@84229 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
zherczeg@webkit.org authored
LEFilter change doesn't compile on ARM neon targets https://bugs.webkit.org/show_bug.cgi?id=58671 Thanks for Charlie Lee to fixing this. * WebCore.gypi: git-svn-id: svn://svn.chromium.org/blink/trunk@84228 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
mario@webkit.org authored
Unreviewed, added new baselines for the GTK port. Added missing baselines to GTK after revisions 83998, 84092 and 84180. * platform/gtk/fast/blockflow/border-styles-vertical-lr-expected.checksum: Added. * platform/gtk/fast/blockflow/border-styles-vertical-lr-expected.png: Added. * platform/gtk/fast/blockflow/border-styles-vertical-lr-expected.txt: Added. * platform/gtk/fast/blockflow/border-styles-vertical-rl-expected.checksum: Added. * platform/gtk/fast/blockflow/border-styles-vertical-rl-expected.png: Added. * platform/gtk/fast/blockflow/border-styles-vertical-rl-expected.txt: Added. * platform/gtk/fast/borders/border-styles-split-expected.checksum: Added. * platform/gtk/fast/borders/border-styles-split-expected.png: Added. * platform/gtk/fast/borders/border-styles-split-expected.txt: Added. * platform/gtk/fast/borders/mixed-border-styles-expected.checksum: Added. * platform/gtk/fast/borders/mixed-border-styles-expected.png: Added. * platform/gtk/fast/borders/mixed-border-styles-expected.txt: Added. * platform/gtk/fast/borders/mixed-border-styles-radius-expected.checksum: Added. * platform/gtk/fast/borders/mixed-border-styles-radius-expected.png: Added. * platform/gtk/fast/borders/mixed-border-styles-radius-expected.txt: Added. * platform/gtk/fast/borders/mixed-border-styles-radius2-expected.checksum: Added. * platform/gtk/fast/borders/mixed-border-styles-radius2-expected.png: Added. * platform/gtk/fast/borders/mixed-border-styles-radius2-expected.txt: Added. * platform/gtk/fast/borders/webkit-border-radius-expected.checksum: Added. * platform/gtk/fast/borders/webkit-border-radius-expected.png: Added. * platform/gtk/fast/borders/webkit-border-radius-expected.txt: Added. git-svn-id: svn://svn.chromium.org/blink/trunk@84227 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
dbates@webkit.org authored
Attempt to fix the Qt Linux Release Minimal build after changeset 84225 <http://trac.webkit.org/changeset/84225> (https://bugs.webkit.org/show_bug.cgi?id=52788). * dom/EventDispatcher.cpp: (WebCore::EventDispatcher::ensureEventAncestors): Add ENABLE(SVG) guards around call to Node::svgShadowHost() since this method is only defined when building with SVG enabled. git-svn-id: svn://svn.chromium.org/blink/trunk@84226 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
commit-queue@webkit.org authored
Reviewed by Dimitri Glazkov. Makes SVG shadow roots and DOM shadow roots distinct. https://bugs.webkit.org/show_bug.cgi?id=52788 Not a functional change. Covered by existing SVG tests. * dom/EventDispatcher.cpp: (WebCore::findElementInstance): (WebCore::EventDispatcher::adjustToShadowBoundaries): (WebCore::EventDispatcher::adjustRelatedTarget): (WebCore::EventDispatcher::ensureEventAncestors): * dom/Node.cpp: (WebCore::Node::setShadowHost): (WebCore::Node::svgShadowHost): (WebCore::Node::shadowTreeRootNode): * dom/Node.h: (WebCore::Node::isSVGShadowRoot): (WebCore::Node::parentNode): (WebCore::Node::parentNodeGuaranteedHostFree): * rendering/svg/RenderSVGShadowTreeRootContainer.cpp: (WebCore::RenderSVGShadowTreeRootContainer::~RenderSVGShadowTreeRootContainer): (WebCore::RenderSVGShadowTreeRootContainer::updateFromElement): * rendering/svg/SVGShadowTreeElements.cpp: (WebCore::SVGShadowTreeRootElement::SVGShadowTreeRootElement): (WebCore::SVGShadowTreeRootElement::create): (WebCore::SVGShadowTreeRootElement::attachElement): (WebCore::SVGShadowTreeRootElement::clearSVGShadowHost): * rendering/svg/SVGShadowTreeElements.h: (WebCore::SVGShadowTreeRootElement::isSVGShadowRoot): * svg/SVGStyledElement.cpp: (WebCore::SVGStyledElement::title): git-svn-id: svn://svn.chromium.org/blink/trunk@84225 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
commit-queue@webkit.org authored
Reviewed by Darin Fisher. Vendor-prefix requestFileSystem in FileSystem API https://bugs.webkit.org/show_bug.cgi?id=58517 Prefix from: - window.requestFileSystem to window.webkitRequestFileSystem - window.resolveLocalFileSystemURL to window.webkitResolveLocalFileSystemURL - window.Flags to window.WebKitFlags - WorkerContext.requestFileSystem to WorkerContext.webkitRequestFileSystem - WorkerContext.resolveLocalFileSystemURL to WorkerContext.webkitResolveLocalFileSystemURL - WorkerContext.Flags to WorkerContext.WebKitFlags * fast/dom/script-tests/prototype-inheritance.js: * fast/filesystem/flags-passing-expected.txt: * fast/filesystem/resources/async-operations.js: * fast/filesystem/resources/directory-entry-to-uri.js: * fast/filesystem/resources/file-entry-to-uri-sync.js: * fast/filesystem/resources/file-entry-to-uri.js: * fast/filesystem/resources/file-from-file-entry-sync.js: * fast/filesystem/resources/file-from-file-entry.js: * fast/filesystem/resources/file-writer-sync-truncate-extend.js: * fast/filesystem/resources/file-writer-sync-write-overlapped.js: * fast/filesystem/resources/file-writer-utils.js: * fast/filesystem/resources/fs-worker-common.js: * fast/filesystem/resources/op-tests-helper.js: * fast/filesystem/resources/simple-persistent-sync.js: * fast/filesystem/resources/simple-persistent.js: * fast/filesystem/resources/simple-temporary-sync.js: * fast/filesystem/resources/simple-temporary.js: * fast/filesystem/resources/sync-operations.js: * fast/filesystem/script-tests/filesystem-reference.js: * fast/filesystem/script-tests/flags-passing.js: * fast/filesystem/script-tests/read-directory.js: * http/tests/filesystem/resolve-uri-expected.txt: * http/tests/filesystem/script-tests/resolve-uri.js: * http/tests/filesystem/workers/resolve-url-expected.txt: * http/tests/filesystem/workers/script-tests/resolve-url-sync.js: * platform/chromium/fast/dom/prototype-inheritance-expected.txt: 2011-04-18 Taiju TSUIKI <develop@tzik.jp> Reviewed by Darin Fisher. Vendor-prefix requestFileSystem in FileSystem API https://bugs.webkit.org/show_bug.cgi?id=58517 Prefix from: - window.requestFileSystem to window.webkitRequestFileSystem - window.resolveLocalFileSystemURL to window.webkitResolveLocalFileSystemURL - window.Flags to window.WebKitFlags - WorkerContext.requestFileSystem to WorkerContext.webkitRequestFileSystem - WorkerContext.resolveLocalFileSystemURL to WorkerContext.webkitResolveLocalFileSystemURL - WorkerContext.Flags to WorkerContext.WebKitFlags * CMakeLists.txt: * CodeGenerators.pri: * DerivedSources.cpp: * DerivedSources.make: * GNUmakefile.list.am: * WebCore.gypi: * WebCore.pro: * WebCore.vcproj/WebCore.vcproj: * WebCore.xcodeproj/project.pbxproj: * bindings/js/JSDirectoryEntryCustom.cpp: (WebCore::JSDirectoryEntry::getFile): (WebCore::JSDirectoryEntry::getDirectory): * bindings/js/JSDirectoryEntrySyncCustom.cpp: (WebCore::getFlags): (WebCore::JSDirectoryEntrySync::getFile): (WebCore::JSDirectoryEntrySync::getDirectory): * bindings/v8/custom/V8DirectoryEntryCustom.cpp: (WebCore::V8DirectoryEntry::getDirectoryCallback): (WebCore::V8DirectoryEntry::getFileCallback): * bindings/v8/custom/V8DirectoryEntrySyncCustom.cpp: (WebCore::getFlags): (WebCore::V8DirectoryEntrySync::getDirectoryCallback): (WebCore::V8DirectoryEntrySync::getFileCallback): * fileapi/DOMFileSystemBase.cpp: (WebCore::DOMFileSystemBase::getFile): (WebCore::DOMFileSystemBase::getDirectory): * fileapi/DOMFileSystemBase.h: * fileapi/DirectoryEntry.cpp: (WebCore::DirectoryEntry::getFile): (WebCore::DirectoryEntry::getDirectory): * fileapi/DirectoryEntry.h: * fileapi/DirectoryEntry.idl: * fileapi/DirectoryEntrySync.cpp: (WebCore::DirectoryEntrySync::getFile): (WebCore::DirectoryEntrySync::getDirectory): * fileapi/DirectoryEntrySync.h: * fileapi/DirectoryEntrySync.idl: * fileapi/WebKitFlags.h: Renamed from Source/WebCore/fileapi/Flags.h. (WebCore::WebKitFlags::create): (WebCore::WebKitFlags::isCreate): (WebCore::WebKitFlags::setCreate): (WebCore::WebKitFlags::isExclusive): (WebCore::WebKitFlags::setExclusive): (WebCore::WebKitFlags::WebKitFlags): * fileapi/WebKitFlags.idl: Renamed from Source/WebCore/fileapi/Flags.idl. * page/DOMWindow.cpp: (WebCore::DOMWindow::webkitRequestFileSystem): (WebCore::DOMWindow::webkitResolveLocalFileSystemURL): * page/DOMWindow.h: * page/DOMWindow.idl: * workers/WorkerContext.cpp: (WebCore::WorkerContext::webkitRequestFileSystem): (WebCore::WorkerContext::webkitRequestFileSystemSync): (WebCore::WorkerContext::webkitResolveLocalFileSystemURL): (WebCore::WorkerContext::webkitResolveLocalFileSystemSyncURL): * workers/WorkerContext.h: * workers/WorkerContext.idl: git-svn-id: svn://svn.chromium.org/blink/trunk@84224 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
dbates@webkit.org authored
https://bugs.webkit.org/show_bug.cgi?id=58863 Skip fast/events/fire-mousedown-while-pressing-mouse-button.html which is failing on Qt Linux for now. See bug for more details. This test was added in changeset 84217 <http://trac.webkit.org/changeset/84217> (https://bugs.webkit.org/show_bug.cgi?id=58700). * platform/qt/Skipped: git-svn-id: svn://svn.chromium.org/blink/trunk@84223 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
commit-queue@webkit.org authored
Reviewed by Dimitri Glazkov. Decouple media controls usage from implementation. This allows each port to implement thier own controls in a different manner to the default webkit implementation. Convert media controls hooks to a client interface https://bugs.webkit.org/show_bug.cgi?id=58346 No new tests as there is no functional change. * Android.mk: * CMakeLists.txt: * GNUmakefile.list.am: * WebCore.gypi: * WebCore.pro: * WebCore.vcproj/WebCore.vcproj: * WebCore.xcodeproj/project.pbxproj: * html/HTMLMediaElement.cpp: (WebCore::HTMLMediaElement::mediaControls): (WebCore::HTMLMediaElement::ensureMediaControls): (WebCore::HTMLMediaElement::preDispatchEventHandler): * html/HTMLMediaElement.h: * html/shadow/MediaControlElements.cpp: (WebCore::MediaControlPanelMuteButtonElement::MediaControlPanelMuteButtonElement): (WebCore::MediaControlPanelMuteButtonElement::create): (WebCore::MediaControlTimelineElement::MediaControlTimelineElement): (WebCore::MediaControlTimelineElement::create): (WebCore::MediaControlFullscreenButtonElement::MediaControlFullscreenButtonElement): (WebCore::MediaControlFullscreenButtonElement::create): * html/shadow/MediaControlElements.h: * html/shadow/MediaControlRootElement.cpp: (WebCore::MediaControlRootElement::MediaControlRootElement): (WebCore::MediaControls::create): * html/shadow/MediaControlRootElement.h: * html/shadow/MediaControls.cpp: Added. (WebCore::MediaControls::MediaControls): * html/shadow/MediaControls.h: Added. (WebCore::MediaControls::~MediaControls): git-svn-id: svn://svn.chromium.org/blink/trunk@84222 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-
mrobinson@webkit.org authored
Reviewed by Martin Robinson. Update pixel results for tests that draw the selection rectangle. * platform/gtk/editing/selection/4402375-expected.checksum: * platform/gtk/editing/selection/4402375-expected.png: * platform/gtk/editing/selection/image-before-linebreak-expected.checksum: * platform/gtk/editing/selection/image-before-linebreak-expected.png: * platform/gtk/editing/selection/replaced-boundaries-1-expected.checksum: * platform/gtk/editing/selection/replaced-boundaries-1-expected.png: * platform/gtk/editing/selection/replaced-boundaries-2-expected.checksum: * platform/gtk/editing/selection/replaced-boundaries-2-expected.png: * platform/gtk/editing/selection/replaced-boundaries-3-expected.checksum: * platform/gtk/editing/selection/replaced-boundaries-3-expected.png: * platform/gtk/editing/selection/transformed-selection-rects-expected.checksum: * platform/gtk/editing/selection/transformed-selection-rects-expected.png: * platform/gtk/svg/text/foreignObject-text-clipping-bug-expected.checksum: * platform/gtk/svg/text/foreignObject-text-clipping-bug-expected.png: * platform/gtk/svg/text/selection-doubleclick-expected.checksum: * platform/gtk/svg/text/selection-doubleclick-expected.png: * platform/gtk/svg/text/selection-tripleclick-expected.checksum: * platform/gtk/svg/text/selection-tripleclick-expected.png: * platform/gtk/svg/text/text-align-01-b-expected.checksum: * platform/gtk/svg/text/text-align-01-b-expected.png: * platform/gtk/svg/text/text-align-02-b-expected.checksum: * platform/gtk/svg/text/text-align-02-b-expected.png: * platform/gtk/svg/text/text-align-03-b-expected.checksum: * platform/gtk/svg/text/text-align-03-b-expected.png: * platform/gtk/svg/text/text-align-04-b-expected.checksum: * platform/gtk/svg/text/text-align-04-b-expected.png: * platform/gtk/svg/text/text-align-05-b-expected.checksum: * platform/gtk/svg/text/text-align-05-b-expected.png: * platform/gtk/svg/text/text-align-06-b-expected.checksum: * platform/gtk/svg/text/text-align-06-b-expected.png: * platform/gtk/svg/text/text-altglyph-01-b-expected.checksum: * platform/gtk/svg/text/text-altglyph-01-b-expected.png: * platform/gtk/svg/text/text-deco-01-b-expected.checksum: * platform/gtk/svg/text/text-deco-01-b-expected.png: * platform/gtk/svg/text/text-fonts-01-t-expected.checksum: * platform/gtk/svg/text/text-fonts-01-t-expected.png: * platform/gtk/svg/text/text-fonts-02-t-expected.checksum: * platform/gtk/svg/text/text-fonts-02-t-expected.png: * platform/gtk/svg/text/text-intro-05-t-expected.checksum: * platform/gtk/svg/text/text-intro-05-t-expected.png: * platform/gtk/svg/text/text-path-01-b-expected.checksum: * platform/gtk/svg/text/text-path-01-b-expected.png: * platform/gtk/svg/text/text-spacing-01-b-expected.checksum: * platform/gtk/svg/text/text-spacing-01-b-expected.png: * platform/gtk/svg/text/text-text-01-b-expected.checksum: * platform/gtk/svg/text/text-text-01-b-expected.png: * platform/gtk/svg/text/text-text-03-b-expected.checksum: * platform/gtk/svg/text/text-text-03-b-expected.png: * platform/gtk/svg/text/text-text-04-t-expected.checksum: * platform/gtk/svg/text/text-text-04-t-expected.png: * platform/gtk/svg/text/text-text-05-t-expected.checksum: * platform/gtk/svg/text/text-text-05-t-expected.png: * platform/gtk/svg/text/text-text-06-t-expected.checksum: * platform/gtk/svg/text/text-text-06-t-expected.png: * platform/gtk/svg/text/text-text-07-t-expected.checksum: * platform/gtk/svg/text/text-text-07-t-expected.png: * platform/gtk/svg/text/text-text-08-b-expected.checksum: * platform/gtk/svg/text/text-text-08-b-expected.png: * platform/gtk/svg/text/text-tref-01-b-expected.checksum: * platform/gtk/svg/text/text-tref-01-b-expected.png: * platform/gtk/svg/text/text-tselect-01-b-expected.checksum: * platform/gtk/svg/text/text-tselect-01-b-expected.png: * platform/gtk/svg/text/text-tselect-02-f-expected.checksum: * platform/gtk/svg/text/text-tselect-02-f-expected.png: * platform/gtk/svg/text/text-tspan-01-b-expected.checksum: * platform/gtk/svg/text/text-tspan-01-b-expected.png: * platform/gtk/svg/text/text-ws-01-t-expected.checksum: * platform/gtk/svg/text/text-ws-01-t-expected.png: * platform/gtk/svg/text/text-ws-02-t-expected.checksum: * platform/gtk/svg/text/text-ws-02-t-expected.png: * platform/gtk/svg/text/textPathBoundsBug-expected.checksum: * platform/gtk/svg/text/textPathBoundsBug-expected.png: 2011-04-18 Zan Dobersek <zandobersek@gmail.com> Reviewed by Martin Robinson. [GTK] Need support for dumping focus rectangles in pixel results https://bugs.webkit.org/show_bug.cgi?id=53647 Add a support function that returns the rectangle of the current selection in frame. * WebCoreSupport/DumpRenderTreeSupportGtk.cpp: (DumpRenderTreeSupportGtk::rectangleForSelection): * WebCoreSupport/DumpRenderTreeSupportGtk.h: 2011-04-18 Zan Dobersek <zandobersek@gmail.com> Reviewed by Martin Robinson. [GTK] Need support for dumping focus rectangles in pixel results https://bugs.webkit.org/show_bug.cgi?id=53647 Dump the selection rect if it has been requested. * DumpRenderTree/gtk/PixelDumpSupportGtk.cpp: (createBitmapContextFromWebView): git-svn-id: svn://svn.chromium.org/blink/trunk@84221 bbb929c8-8fbe-4397-9dbb-9b2b20218538
-