- 24 Sep, 2012 40 commits
-
-
tony@chromium.org authored
https://bugs.webkit.org/show_bug.cgi?id=97475 Reviewed by Ojan Vafai. Using RenderMeter::computeLogicalHeight is part of bug 96804. Also fix some code to be vertical writing mode aware. This doesn't actually cause a behavioral difference because we use percentage heights/widths which don't depend on updateLogicalWidth or computeLogicalHeight. You can still see bugs if you try to set the min-width on a <meter> node in a vertical writing mode. No new tests, no behavioral changes. * rendering/RenderMeter.cpp: (WebCore::RenderMeter::updateLogicalWidth): Make vertical writing mode aware. (WebCore::RenderMeter::computeLogicalHeight): Switch from updateLogicalHeight and make vertical writing mode aware. * rendering/RenderMeter.h: (RenderMeter): git-svn-id: http://svn.webkit.org/repository/webkit/trunk@129409 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
dglazkov@chromium.org authored
https://bugs.webkit.org/show_bug.cgi?id=97467 Reviewed by Antti Koivisto. It turns out, the Selectors 4 require ":scope" to match contextual reference element set, which would be the root node in querySelector: http://dev.w3.org/csswg/selectors4/#the-scope-pseudo Right now, we simply make ":scope" equivalent to ":root", which is not correct. Let's remove the partial implementation until we have time/energy to fully implement it. Source/WebCore: No new tests, removing half-baked feature. * css/CSSSelector.cpp: (WebCore::CSSSelector::pseudoId): Removed all mentions of PseudoScope (WebCore::nameToPseudoTypeMap): Ditto. (WebCore::CSSSelector::extractPseudoType): Ditto. * css/CSSSelector.h: Ditto. * css/SelectorChecker.cpp: (WebCore::SelectorChecker::checkOneSelector): Ditto. LayoutTests: * fast/css/style-scoped/scope-pseudo-expected.txt: Removed. * fast/css/style-scoped/scope-pseudo.html: Removed. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@129408 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
ossy@webkit.org authored
http://trac.webkit.org/changeset/129343 https://bugs.webkit.org/show_bug.cgi?id=97479 It broke the build (Requested by Ossy_NIGHT on #webkit). Patch by Sheriff Bot <webkit.review.bot@gmail.com> on 2012-09-24 .: * Source/api.pri: Tools: * qmake/mkspecs/features/default_pre.prf: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@129407 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
rniwa@webkit.org authored
https://bugs.webkit.org/show_bug.cgi?id=96706 Reviewed by Simon Fraser. Source/WebCore: Replaced suspendWidgetHierarchyUpdates and resumeWidgetHierarchyUpdates by WidgetHierarchyUpdatesSuspensionScope. * WebCore.exp.in: Export new symbols. * dom/ContainerNode.cpp: (WebCore::ContainerNode::removeChild): (WebCore::ContainerNode::removeChildren): * dom/Document.cpp: (WebCore::Document::recalcStyle): * dom/Element.cpp: (WebCore::Element::attach): (WebCore::Element::detach): * page/mac/EventHandlerMac.mm: (WebCore::EventHandler::passMouseDownEventToWidget): * rendering/RenderWidget.cpp: (WebCore): (WebCore::WidgetHierarchyUpdatesSuspensionScope::widgetNewParentMap): (WebCore::WidgetHierarchyUpdatesSuspensionScope::moveWidgets): (WebCore::moveWidgetToParentSoon): * rendering/RenderWidget.h: (WidgetHierarchyUpdatesSuspensionScope): (WebCore::WidgetHierarchyUpdatesSuspensionScope::WidgetHierarchyUpdatesSuspensionScope): (WebCore::WidgetHierarchyUpdatesSuspensionScope::~WidgetHierarchyUpdatesSuspensionScope): (WebCore::WidgetHierarchyUpdatesSuspensionScope::isSuspended): (WebCore::WidgetHierarchyUpdatesSuspensionScope::scheduleWidgetToMove): (WebCore): (RenderWidget): Source/WebKit/mac: * WebView/WebHTMLView.mm: (-[WebHTMLView _invalidateGStatesForTree]): git-svn-id: http://svn.webkit.org/repository/webkit/trunk@129406 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
roger_fong@apple.com authored
Unreviewed. accessibility/svg-bounds.html crashes on Windows due to use of AX role which hasn't been properly implemented on Windows. * platform/win/Skipped: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@129405 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
commit-queue@webkit.org authored
https://bugs.webkit.org/show_bug.cgi?id=97455 Patch by Otto Derek Cheung <otcheung@rim.com> on 2012-09-24 Reviewed by Rob Buis. Revert "[BlackBerry] Show custom error page when 407 is received" This reverts commit e6d14529428fe47916fcb997528095b8acad2f2b. * platform/network/blackberry/NetworkJob.cpp: (WebCore::NetworkJob::handleNotifyStatusReceived): (WebCore::NetworkJob::notifyAuthReceived): (WebCore::NetworkJob::sendRequestWithCredentials): git-svn-id: http://svn.webkit.org/repository/webkit/trunk@129404 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
commit-queue@webkit.org authored
http://trac.webkit.org/changeset/129388 https://bugs.webkit.org/show_bug.cgi?id=97477 Caused an assertion in a WebKit2 unit test (Requested by abarth on #webkit). Patch by Sheriff Bot <webkit.review.bot@gmail.com> on 2012-09-24 .: * Source/autotools/symbols.filter: Source/WebCore: * WebCore.exp.in: * loader/FrameLoader.cpp: (WebCore::FrameLoader::didBeginDocument): * loader/SubresourceLoader.cpp: (WebCore::SubresourceLoader::willSendRequest): * loader/cache/CachedImage.cpp: * loader/cache/CachedImage.h: (WebCore::CachedImage::stillNeedsLoad): (CachedImage): * loader/cache/CachedResource.cpp: (WebCore::CachedResource::didAddClient): * loader/cache/CachedResource.h: (WebCore): * loader/cache/CachedResourceLoader.cpp: (WebCore::CachedResourceLoader::CachedResourceLoader): (WebCore::CachedResourceLoader::requestImage): (WebCore::CachedResourceLoader::canRequest): (WebCore::CachedResourceLoader::requestResource): (WebCore::CachedResourceLoader::revalidateResource): (WebCore::CachedResourceLoader::loadResource): (WebCore::CachedResourceLoader::determineRevalidationPolicy): (WebCore::CachedResourceLoader::setAutoLoadImages): * loader/cache/CachedResourceLoader.h: (CachedResourceLoader): * page/Settings.cpp: (WebCore::setLoadsImagesAutomaticallyInAllFrames): (WebCore::Settings::Settings): (WebCore::Settings::setLoadsImagesAutomatically): (WebCore::Settings::loadsImagesAutomaticallyTimerFired): (WebCore::Settings::setImagesEnabled): * page/Settings.h: (Settings): * testing/InternalSettings.cpp: (WebCore::InternalSettings::Backup::Backup): (WebCore::InternalSettings::Backup::restoreTo): * testing/InternalSettings.h: (Backup): (InternalSettings): * testing/InternalSettings.idl: Source/WebKit2: * win/WebKit2.def: LayoutTests: * fast/loader/display-image-unset-allows-cached-image-load-expected.txt: Removed. * fast/loader/display-image-unset-allows-cached-image-load.html: Removed. * fast/loader/display-image-unset-can-block-image-and-can-reload-in-place-expected.txt: Removed. * fast/loader/display-image-unset-can-block-image-and-can-reload-in-place.html: Removed. * fast/loader/images-enabled-unset-can-block-image-and-can-reload-in-place-expected.txt: Removed. * fast/loader/images-enabled-unset-can-block-image-and-can-reload-in-place.html: Removed. * fast/loader/resources/image1.html: Removed. * fast/loader/resources/image2.html: Removed. * platform/chromium/permissionclient/image-permissions-expected.txt: * platform/chromium/permissionclient/image-permissions.html: * platform/chromium/permissionclient/resources/image.html: * platform/wk2/Skipped: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@129402 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
arv@chromium.org authored
https://bugs.webkit.org/show_bug.cgi?id=73885 Reviewed by Ojan Vafai. This adds the DOM 4 remove method. http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#dom-childnode-remove The remove method removes the node from its parent if it has a parent. Source/WebCore: Tests: fast/dom/Comment/remove.html fast/dom/DocumentType/remove.html fast/dom/Element/remove.html fast/dom/Text/remove.html * dom/CharacterData.idl: * dom/DocumentType.idl: * dom/Element.idl: * dom/Node.cpp: (WebCore::Node::remove): The spec says to do nothing if the node has no parent. * html/parser/HTMLTreeBuilder.cpp: (WebCore::HTMLTreeBuilder::processStartTagForInBody): Cleanup. * html/track/TextTrackCue.cpp: (WebCore::TextTrackCue::removeDisplayTree): No need to check parenNode twice. LayoutTests: * fast/dom/Comment/remove-expected.txt: Added. * fast/dom/Comment/remove.html: Added. * fast/dom/DocumentType/remove-expected.txt: Added. * fast/dom/DocumentType/remove.html: Added. * fast/dom/Element/remove-expected.txt: Added. * fast/dom/Element/remove.html: Added. * fast/dom/Text/remove-expected.txt: Added. * fast/dom/Text/remove.html: Added. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@129400 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
commit-queue@webkit.org authored
https://bugs.webkit.org/show_bug.cgi?id=97460 Patch by Simon Pena <spena@igalia.com> on 2012-09-24 Reviewed by Martin Robinson. Following the same approach used when added Cut, Copy and Paste, the Select All method is added to the WebKit2 GTK+ API. This introduces a new macro in the WebKitEditingCommands, updates the documentation, and includes a new unit test. * UIProcess/API/gtk/WebKitEditingCommands.h: Add a new macro for the Select All command. * UIProcess/API/gtk/docs/webkit2gtk-sections.txt: Include the Select All command in the documentation. * UIProcess/API/gtk/tests/TestWebViewEditor.cpp: Cover the new command with a unit test. (testWebViewEditorSelectAll): (beforeAll): git-svn-id: http://svn.webkit.org/repository/webkit/trunk@129399 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
roger_fong@apple.com authored
Unreviewed. Removing Windows specific results for fast/text/international/float-as-only-child-of-isolate-crash that were added in https://bugs.webkit.org/show_bug.cgi?id=87998. Test now passes properly. * platform/win/fast/text/international/float-as-only-child-of-isolate-crash-expected.png: Removed. * platform/win/fast/text/international/float-as-only-child-of-isolate-crash-expected.txt: Removed. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@129398 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
tommyw@google.com authored
https://bugs.webkit.org/show_bug.cgi?id=97456 Reviewed by Adam Barth. Renamed onnegotationneeded to onnegotiationneeded. Source/WebCore: Existing test updated. * Modules/mediastream/RTCPeerConnection.cpp: (WebCore::RTCPeerConnection::negotiationNeeded): * Modules/mediastream/RTCPeerConnection.h: (RTCPeerConnection): * Modules/mediastream/RTCPeerConnection.idl: * dom/EventNames.h: (WebCore): LayoutTests: * fast/mediastream/RTCPeerConnection-onnegotiationneeded-expected.txt: * fast/mediastream/RTCPeerConnection-onnegotiationneeded.html: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@129397 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
tony@chromium.org authored
* DEPS: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@129396 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
dominik.rottsches@intel.com authored
https://bugs.webkit.org/show_bug.cgi?id=83897 Reviewed by Kenneth Rohde Christiansen. .: Default build setting for CSS regions set to on. * Source/cmake/OptionsEfl.cmake: Source/WebKit/efl: Activating CSS regions by default for EWK views. * ewk/ewk_view.cpp: Switch CSS regions on by default. (_ewk_view_priv_new): LayoutTests: New baselines for CSS regions, some CSS regions test still in TestExpectations. * platform/efl-wk2/TestExpectations: fast/regions/css-regions-disabled.html still failing on wk2. * platform/efl/TestExpectations: Some remaining CSS regions cases still skipped. * platform/efl/fast/regions/absolute-pos-elem-in-named-flow-expected.txt: Added. * platform/efl/fast/regions/autoheight-regions-mark-expected.png: Added. * platform/efl/fast/regions/autoheight-regions-mark-expected.txt: Added. * platform/efl/fast/regions/autowidth-attachedinvalidregion-expected.txt: Added. * platform/efl/fast/regions/bottom-overflow-out-of-first-region-expected.png: Added. * platform/efl/fast/regions/bottom-overflow-out-of-first-region-expected.txt: Added. * platform/efl/fast/regions/content-flowed-into-regions-no-scroll-expected.txt: Added. * platform/efl/fast/regions/content-webkit-from-flow-parsing-expected.txt: Added. * platform/efl/fast/regions/element-region-overset-state-expected.txt: Added. * platform/efl/fast/regions/element-region-overset-state-negative-letter-spacing-expected.txt: Added. * platform/efl/fast/regions/element-region-overset-state-vertical-rl-expected.txt: Added. * platform/efl/fast/regions/element-region-overset-state-vertical-rl-negative-letter-spacing-expected.txt: Added. * platform/efl/fast/regions/fixed-pos-elem-in-named-flow-expected.txt: Added. * platform/efl/fast/regions/fixed-pos-elem-in-named-flow2-expected.txt: Added. * platform/efl/fast/regions/flexbox-in-region-crash-expected.txt: Added. * platform/efl/fast/regions/flow-anonymous-children-expected.txt: Added. * platform/efl/fast/regions/flow-content-basic-expected.png: Added. * platform/efl/fast/regions/flow-content-basic-expected.txt: Added. * platform/efl/fast/regions/flow-content-basic-vertical-expected.png: Added. * platform/efl/fast/regions/flow-content-basic-vertical-expected.txt: Added. * platform/efl/fast/regions/flow-content-basic-vertical-rl-expected.png: Added. * platform/efl/fast/regions/flow-content-basic-vertical-rl-expected.txt: Added. * platform/efl/fast/regions/flow-region-into-itself-crash-expected.txt: Added. * platform/efl/fast/regions/flowed-content-bounding-client-rect-expected.txt: Added. * platform/efl/fast/regions/flowed-content-bounding-client-rect-horizontal-bt-expected.txt: Added. * platform/efl/fast/regions/flowed-content-bounding-client-rect-vertical-expected.txt: Added. * platform/efl/fast/regions/flowed-content-bounding-client-rect-vertical-rl-expected.txt: Added. * platform/efl/fast/regions/flowed-content-transform-bounding-client-rect-expected.txt: Added. * platform/efl/fast/regions/flows-dependency-dynamic-remove-expected.png: Added. * platform/efl/fast/regions/flows-dependency-dynamic-remove-expected.txt: Added. * platform/efl/fast/regions/flows-dependency-same-flow-expected.png: Added. * platform/efl/fast/regions/flows-dependency-same-flow-expected.txt: Added. * platform/efl/fast/regions/get-region-flow-ranges-absolute-pos-expected.txt: Added. * platform/efl/fast/regions/get-region-flow-ranges-content-nodes-expected.txt: Added. * platform/efl/fast/regions/get-region-flow-ranges-display-none-expected.txt: Added. * platform/efl/fast/regions/get-region-flow-ranges-empty-regions-expected.txt: Added. * platform/efl/fast/regions/get-region-flow-ranges-expected.txt: Added. * platform/efl/fast/regions/get-region-flow-ranges-fixed-pos-expected.txt: Added. * platform/efl/fast/regions/get-region-flow-ranges-horiz-bt-expected.txt: Added. * platform/efl/fast/regions/get-region-flow-ranges-inline-only-expected.txt: Added. * platform/efl/fast/regions/get-region-flow-ranges-text-expected.txt: Added. * platform/efl/fast/regions/get-region-flow-ranges-text-vert-lr-expected.txt: Added. * platform/efl/fast/regions/get-region-flow-ranges-vert-lr-expected.txt: Added. * platform/efl/fast/regions/get-region-flow-ranges-vert-rl-expected.txt: Added. * platform/efl/fast/regions/get-region-flow-ranges-writing-modes-rl-rb-lr-expected.txt: Added. * platform/efl/fast/regions/get-region-flow-ranges-writing-modes-tb-rl-lr-expected.txt: Added. * platform/efl/fast/regions/get-regions-by-content-expected.txt: Added. * platform/efl/fast/regions/get-regions-by-content-horiz-bt-expected.txt: Added. * platform/efl/fast/regions/get-regions-by-content-horiz-tb-expected.txt: Added. * platform/efl/fast/regions/get-regions-by-content-vert-lr-expected.txt: Added. * platform/efl/fast/regions/get-regions-by-content-vert-rl-expected.txt: Added. * platform/efl/fast/regions/get-regions-by-content2-expected.txt: Added. * platform/efl/fast/regions/hit-test-float-expected.txt: Added. * platform/efl/fast/regions/hit-test-region-expected.txt: Added. * platform/efl/fast/regions/imbricated-flow-threads-crash-expected.txt: Added. * platform/efl/fast/regions/move-anonymous-block-inside-named-flow-crash-expected.txt: Added. * platform/efl/fast/regions/moved-content-node-crash-expected.txt: Added. * platform/efl/fast/regions/multiple-directionality-changes-in-variable-width-regions-expected.png: Added. * platform/efl/fast/regions/multiple-directionality-changes-in-variable-width-regions-expected.txt: Added. * platform/efl/fast/regions/no-split-line-box-expected.txt: Added. * platform/efl/fast/regions/overflow-in-uniform-regions-dynamic-expected.png: Added. * platform/efl/fast/regions/overflow-in-uniform-regions-dynamic-expected.txt: Added. * platform/efl/fast/regions/overflow-in-variable-width-regions-expected.png: Added. * platform/efl/fast/regions/overflow-in-variable-width-regions-expected.txt: Added. * platform/efl/fast/regions/overflow-moving-below-floats-in-variable-width-regions-expected.png: Added. * platform/efl/fast/regions/overflow-moving-below-floats-in-variable-width-regions-expected.txt: Added. * platform/efl/fast/regions/overflow-not-moving-below-floats-in-variable-width-regions-expected.png: Added. * platform/efl/fast/regions/overflow-not-moving-below-floats-in-variable-width-regions-expected.txt: Added. * platform/efl/fast/regions/overflow-rtl-in-variable-width-regions-expected.png: Added. * platform/efl/fast/regions/overflow-rtl-in-variable-width-regions-expected.txt: Added. * platform/efl/fast/regions/overflow-size-change-in-variable-width-regions-expected.png: Added. * platform/efl/fast/regions/overflow-size-change-in-variable-width-regions-expected.txt: Added. * platform/efl/fast/regions/overflow-size-change-with-stacking-context-expected.png: Added. * platform/efl/fast/regions/overflow-size-change-with-stacking-context-expected.txt: Added. * platform/efl/fast/regions/overflow-size-change-with-stacking-context-rtl-expected.png: Added. * platform/efl/fast/regions/overflow-size-change-with-stacking-context-rtl-expected.txt: Added. * platform/efl/fast/regions/parse-incomplete-region-rule-expected.txt: Added. * platform/efl/fast/regions/parsing-region-style-rule-expected.txt: Added. * platform/efl/fast/regions/percentage-margins-mixed-ltr-dominant-regions-expected.png: Added. * platform/efl/fast/regions/percentage-margins-mixed-ltr-dominant-regions-expected.txt: Added. * platform/efl/fast/regions/percentage-margins-mixed-rtl-dominant-regions-expected.png: Added. * platform/efl/fast/regions/percentage-margins-mixed-rtl-dominant-regions-expected.txt: Added. * platform/efl/fast/regions/percentage-margins-rtl-variable-width-regions-expected.png: Added. * platform/efl/fast/regions/percentage-margins-rtl-variable-width-regions-expected.txt: Added. * platform/efl/fast/regions/percentage-margins-variable-width-regions-expected.png: Added. * platform/efl/fast/regions/percentage-margins-variable-width-regions-expected.txt: Added. * platform/efl/fast/regions/positioned-vrl-in-named-flow-expected.txt: Added. * platform/efl/fast/regions/positioned-vrl-in-parent-named-flow-expected.txt: Added. * platform/efl/fast/regions/positioned-with-vrl-parent-in-named-flow-expected.txt: Added. * platform/efl/fast/regions/region-attached-wrong-flow-crash-expected.txt: Added. * platform/efl/fast/regions/region-element-display-change-expected.txt: Added. * platform/efl/fast/regions/region-element-display-restriction-expected.txt: Added. * platform/efl/fast/regions/region-element-dynamic-attach-flow-expected.txt: Added. * platform/efl/fast/regions/region-element-dynamic-detach-flow-expected.txt: Added. * platform/efl/fast/regions/region-flow-reattach-crash-expected.txt: Added. * platform/efl/fast/regions/region-overflow-auto-overflow-hidden-expected.png: Added. * platform/efl/fast/regions/region-overflow-auto-overflow-hidden-expected.txt: Added. * platform/efl/fast/regions/region-overflow-auto-overflow-visible-expected.png: Added. * platform/efl/fast/regions/region-overflow-auto-overflow-visible-expected.txt: Added. * platform/efl/fast/regions/region-range-for-box-crash-expected.txt: Added. * platform/efl/fast/regions/region-style-block-background-color-expected.png: Added. * platform/efl/fast/regions/region-style-block-background-color-expected.txt: Added. * platform/efl/fast/regions/region-style-block-background-color2-expected.png: Added. * platform/efl/fast/regions/region-style-block-background-color2-expected.txt: Added. * platform/efl/fast/regions/remove-flow-thread-crash-expected.txt: Added. * platform/efl/fast/regions/removed-element-style-in-region-crash-expected.txt: Added. * platform/efl/fast/regions/select-in-region-crash-expected.txt: Added. * platform/efl/fast/regions/set-box-style-in-region-crash-expected.txt: Added. * platform/efl/fast/regions/svg-root-element-collected-expected.txt: Added. * platform/efl/fast/regions/symbol-in-named-flow-crash-expected.txt: Added. * platform/efl/fast/regions/text-region-breaks-expected.txt: Added. * platform/efl/fast/regions/text-region-split-after-resize-expected.txt: Added. * platform/efl/fast/regions/text-region-split-expected.txt: Added. * platform/efl/fast/regions/text-region-split-horizontal-bt-expected.txt: Added. * platform/efl/fast/regions/text-region-split-small-pagination-expected.png: Added. * platform/efl/fast/regions/text-region-split-small-pagination-expected.txt: Added. * platform/efl/fast/regions/text-region-split-vertical-expected.txt: Added. * platform/efl/fast/regions/text-region-split-vertical-rl-expected.txt: Added. * platform/efl/fast/regions/top-overflow-out-of-second-region-expected.png: Added. * platform/efl/fast/regions/top-overflow-out-of-second-region-expected.txt: Added. * platform/efl/fast/regions/webkit-flow-double-pagination-float-push-expected.png: Added. * platform/efl/fast/regions/webkit-flow-double-pagination-float-push-expected.txt: Added. * platform/efl/fast/regions/webkit-flow-float-pushed-to-last-region-expected.png: Added. * platform/efl/fast/regions/webkit-flow-float-pushed-to-last-region-expected.txt: Added. * platform/efl/fast/regions/webkit-flow-float-unable-to-push-expected.png: Added. * platform/efl/fast/regions/webkit-flow-float-unable-to-push-expected.txt: Added. * platform/efl/fast/regions/webkit-flow-inlines-inside-regions-bounds-expected.png: Added. * platform/efl/fast/regions/webkit-flow-inlines-inside-regions-bounds-expected.txt: Added. * platform/efl/fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-expected.png: Added. * platform/efl/fast/regions/webkit-flow-inlines-inside-regions-bounds-vertical-expected.txt: Added. * platform/efl/fast/regions/webkit-flow-parsing-expected.txt: Added. * platform/efl/fast/regions/webkit-named-flow-collection-crash-expected.txt: Added. * platform/efl/fast/regions/webkit-named-flow-collection-expected.txt: Added. * platform/efl/fast/regions/webkit-named-flow-event-add-to-flow-expected.txt: Added. * platform/efl/fast/regions/webkit-named-flow-event-expected.txt: Added. * platform/efl/fast/regions/webkit-named-flow-event-no-regions-expected.txt: Added. * platform/efl/fast/regions/webkit-named-flow-event-remove-from-dom-expected.txt: Added. * platform/efl/fast/regions/webkit-named-flow-event-remove-from-flow-expected.txt: Added. * platform/efl/fast/regions/webkit-named-flow-event-target-expected.txt: Added. * platform/efl/fast/regions/webkit-named-flow-event-to-null-expected.txt: Added. * platform/efl/fast/regions/webkit-named-flow-existing-flow-expected.txt: Added. * platform/efl/fast/regions/webkit-named-flow-first-empty-region-index-expected.txt: Added. * platform/efl/fast/regions/webkit-named-flow-flow-added-expected.txt: Added. * platform/efl/fast/regions/webkit-named-flow-get-content-expected.txt: Added. * platform/efl/fast/regions/webkit-named-flow-get-regions-expected.txt: Added. * platform/efl/fast/regions/webkit-named-flow-invalid-name-expected.txt: Added. * platform/efl/fast/regions/webkit-named-flow-modified-flow-expected.txt: Added. * platform/efl/fast/regions/webkit-named-flow-name-expected.txt: Added. * platform/efl/fast/regions/webkit-named-flow-non-existing-flow-expected.txt: Added. * platform/efl/fast/regions/webkit-named-flow-overset-expected.txt: Added. * platform/efl/fast/regions/webkit-named-flow-removed-flow-expected.txt: Added. * platform/efl/fast/regions/webkit-named-flow-same-object-expected.txt: Added. * platform/efl/fast/regions/webkit-region-overflow-parsing-expected.txt: Added. * platform/efl/fast/regions/webkit-region-rule-expected.txt: Added. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@129395 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
peter@chromium.org authored
https://bugs.webkit.org/show_bug.cgi?id=96382 Reviewed by Adam Barth. Remove the exceptions made for layout tests in Android's scrollbar theme. This will make our actual scrollbars show up in layout test pixel results, bringing the tests closer to what we actually ship. An important difference with other platforms is that scrollbars do not take any width on Android, they're rendered on top of the content. Therefore each test that has a visible scrollbar does not just need a new pixel result, but will also need a new text result. This will be handled as part of a larger rebaselining process. Will be exercised by every layout test that has a scrollbar. * platform/chromium/ScrollbarThemeChromiumAndroid.cpp: (WebCore::ScrollbarThemeChromiumAndroid::scrollbarThickness): (WebCore::ScrollbarThemeChromiumAndroid::usesOverlayScrollbars): (WebCore::ScrollbarThemeChromiumAndroid::hasThumb): * platform/chromium/ScrollbarThemeChromiumAndroid.h: (ScrollbarThemeChromiumAndroid): git-svn-id: http://svn.webkit.org/repository/webkit/trunk@129394 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
roger_fong@apple.com authored
https://bugs.webkit.org/show_bug.cgi?id=96942 * platform/win/Skipped: Skipping a test for the newly added feature. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@129393 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
commit-queue@webkit.org authored
[BlackBerry] Basic authentication challenge credentials for stored credentials again after restarting browser https://bugs.webkit.org/show_bug.cgi?id=96362 Patch by Sean Wang <Xuewen.Wang@torchmobile.com.cn> on 2012-09-24 Reviewed by Rob Buis. Fix a mistake of the commit 11fdc73c Trunk has been changed during reviewing that patch. No new tests, this is to correct a build error. * platform/network/blackberry/CredentialBackingStore.cpp: (WebCore::CredentialBackingStore::getProtectionSpace): git-svn-id: http://svn.webkit.org/repository/webkit/trunk@129392 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
zandobersek@gmail.com authored
https://bugs.webkit.org/show_bug.cgi?id=90776 Reviewed by Ryosuke Niwa. Source/WebKit/gtk: Add a method for enabling the Shadow DOM through RuntimeEnabledFeatures. The method is called from DumpRenderTree when resetting state. * WebCoreSupport/DumpRenderTreeSupportGtk.cpp: (DumpRenderTreeSupportGtk::setShadowDOMEnabled): * WebCoreSupport/DumpRenderTreeSupportGtk.h: (DumpRenderTreeSupportGtk): Tools: Enable Shadow DOM through DumpRenderTreeSupport when resetting defaults in between tests. * DumpRenderTree/gtk/DumpRenderTree.cpp: (resetDefaultsToConsistentValues): LayoutTests: Unskip Shadow DOM layout tests, adding two required baselines and failure expectations for tests that still fail. * platform/gtk/TestExpectations: * platform/gtk/fast/dom/shadow/form-in-shadow-expected.txt: Added. * platform/gtk/fast/dom/shadow/tab-order-iframe-and-shadow-expected.txt: Added. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@129391 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
jsbell@chromium.org authored
https://bugs.webkit.org/show_bug.cgi?id=92776 * platform/chromium/TestExpectations: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@129390 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
http://webkit.org/b/97269mitz@apple.com authored
discrepancy between line breaking and max width computation. Rubber-stamped by Anders Carlsson. * platform/graphics/mac/ComplexTextController.cpp: (WebCore::ComplexTextController::adjustGlyphsAndAdvances): LayoutTests: Reveted r129176 and r129185. Rubber-stamped by Anders Carlsson. * platform/mac-lion/fast/writing-mode/text-orientation-basic-expected.txt: * platform/mac/fast/text/emphasis-expected.png: * platform/mac/fast/text/emphasis-expected.txt: * platform/mac/fast/text/sticky-typesetting-features-expected.png: * platform/mac/fast/text/sticky-typesetting-features-expected.txt: * platform/mac/fast/text/thai-combining-mark-positioning-expected.png: * platform/mac/fast/text/thai-combining-mark-positioning-expected.txt: * platform/mac/fast/writing-mode/text-orientation-basic-expected.png: * platform/mac/fast/writing-mode/text-orientation-basic-expected.txt: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@129389 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
commit-queue@webkit.org authored
https://bugs.webkit.org/show_bug.cgi?id=97055 Patch by Bo Liu <boliu@chromium.org> on 2012-09-24 Reviewed by Adam Barth. Relanding 128780, 128676, 128645. Was reverted in 128914 due to performance regression in Chromium. New changes in addition to previously reverted patches: Refactored CachedResource::requestResource, loadResource, and revalidateResource. Moved CachedResource::load method to end of requestResource so there is one place where load is called for all resources. Added a enum parameter for requestResource and determineRevalidationPolicy so that FrameLoaderClient::allowImage call do not need to be called multiple times. Removed CachedImage::load call in requestImage so it is not called twice. Removed unnecessary Frame.h includes in CachedResource and CachedImage. Removed dead load() method declaration in CachedImage. Updated text expectation for two image-permissions tests to reflect the removed calls to allowImage. .: * Source/autotools/symbols.filter: Source/WebCore: Tests: fast/loader/display-image-unset-allows-cached-image-load.html fast/loader/display-image-unset-can-block-image-and-can-reload-in-place.html fast/loader/images-enabled-unset-can-block-image-and-can-reload-in-place.html * WebCore.exp.in: * loader/FrameLoader.cpp: (WebCore::FrameLoader::didBeginDocument): * loader/SubresourceLoader.cpp: (WebCore::SubresourceLoader::willSendRequest): * loader/cache/CachedImage.cpp: * loader/cache/CachedImage.h: * loader/cache/CachedResource.cpp: (WebCore::CachedResource::didAddClient): * loader/cache/CachedResource.h: (WebCore): (WebCore::CachedResource::stillNeedsLoad): * loader/cache/CachedResourceLoader.cpp: (WebCore::CachedResourceLoader::CachedResourceLoader): (WebCore::CachedResourceLoader::requestImage): (WebCore::CachedResourceLoader::canRequest): (WebCore::CachedResourceLoader::requestResource): (WebCore::CachedResourceLoader::revalidateResource): (WebCore::CachedResourceLoader::loadResource): (WebCore::CachedResourceLoader::determineRevalidationPolicy): (WebCore::CachedResourceLoader::setAutoLoadImages): (WebCore): (WebCore::CachedResourceLoader::setImagesEnabled): (WebCore::CachedResourceLoader::clientDefersImage): (WebCore::CachedResourceLoader::shouldDeferImageLoad): (WebCore::CachedResourceLoader::reloadImagesIfNotDeferred): * loader/cache/CachedResourceLoader.h: (CachedResourceLoader): * page/Settings.cpp: (WebCore::setImageLoadingSettings): (WebCore::Settings::Settings): (WebCore::Settings::setLoadsImagesAutomatically): (WebCore::Settings::imageLoadingSettingsTimerFired): (WebCore::Settings::setImagesEnabled): * page/Settings.h: (Settings): * testing/InternalSettings.cpp: (WebCore::InternalSettings::Backup::Backup): (WebCore::InternalSettings::Backup::restoreTo): (WebCore::InternalSettings::setImagesEnabled): (WebCore): * testing/InternalSettings.h: (Backup): (InternalSettings): * testing/InternalSettings.idl: Source/WebKit2: * win/WebKit2.def: LayoutTests: * fast/loader/display-image-unset-allows-cached-image-load-expected.txt: Added. * fast/loader/display-image-unset-allows-cached-image-load.html: Added. * fast/loader/display-image-unset-can-block-image-and-can-reload-in-place-expected.txt: Added. * fast/loader/display-image-unset-can-block-image-and-can-reload-in-place.html: Added. * fast/loader/images-enabled-unset-can-block-image-and-can-reload-in-place-expected.txt: Added. * fast/loader/images-enabled-unset-can-block-image-and-can-reload-in-place.html: Added. * fast/loader/resources/image1.html: Added. * fast/loader/resources/image2.html: Added. * platform/chromium/permissionclient/image-permissions-expected.txt: * platform/chromium/permissionclient/image-permissions.html: * platform/chromium/permissionclient/resources/image.html: * platform/wk2/Skipped: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@129388 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
commit-queue@webkit.org authored
https://bugs.webkit.org/show_bug.cgi?id=73767 Source/WebCore: Patch by Joone Hur <joone.hur@intel.com>, Gustavo Noronha Silva <gustavo.noronha@collabora.com> on 2012-09-24 Reviewed by Martin Robinson. This patch is needed for enabling Accelerated Compositing(Clutter backend) with the patches submitted in bug 92045 and 91940. No new tests. This will be covered by pixel tests for Qt/GTK+ accelerated compositing and 3D transforms. * GNUmakefile.list.am: * platform/clutter/GRefPtrClutter.cpp: Removed. * platform/clutter/GRefPtrClutter.h: Removed. * platform/graphics/clutter/PlatformClutterLayerClient.h: Added. (WebCore): (PlatformClutterLayerClient): (WebCore::PlatformClutterLayerClient::~PlatformClutterLayerClient): * platform/graphics/clutter/TransformationMatrixClutter.cpp: Added to convert CoglMatrix to TransformationMatrix. (WebCore): (WebCore::TransformationMatrix::operator CoglMatrix): * platform/graphics/transforms/TransformationMatrix.h: (TransformationMatrix): Source/WebKit/gtk: Patch by Joone Hur <joone.hur@intel.com> on 2012-09-24 Reviewed by Martin Robinson. This patch is needed for enabling Accelerated Compositing(Clutter backend) with the patches submitted in bug 92045 and 91940. * WebCoreSupport/AcceleratedCompositingContextClutter.cpp: (WebKit::AcceleratedCompositingContext::scrollNonCompositedContents): Added to fix bulid break. (WebKit): Source/WebKit2: Patch by Joone Hur <joone.hur@intel.com>, Gustavo Noronha Silva <gustavo.noronha@collabora.com> on 2012-09-24 Reviewed by Martin Robinson. Fixed link errors by adding Clutter library and header to WebKit2 build. * GNUmakefile.am: Source/WTF: Patch by Joone Hur <joone.hur@intel.com> on 2012-09-24 Reviewed by Martin Robinson. Add ClutterActor and GraphicsLayerActor to GTypedefs.h. * wtf/gobject/GTypedefs.h: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@129387 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
eae@chromium.org authored
* platform/chromium-linux/media/video-zoom-controls-expected.txt: Removed. * platform/chromium-win/media/video-zoom-controls-expected.txt: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@129386 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
dgrogan@chromium.org authored
https://bugs.webkit.org/show_bug.cgi?id=96548 Reviewed by Adam Barth. Source/WebCore: We are largely compatible with the FF implementation and the w3c test suite submitted by MS. The w3c test suite doesn't yet check for lack of prefix; this is mostly to signal to devs that we think our implementation is stable. This patch uses the new FeatureObserver to get data about prefixed vs unprefixed usage. Tests: storage/indexeddb/unprefix-workers.html storage/indexeddb/unprefix.html * Modules/indexeddb/DOMWindowIndexedDatabase.cpp: (WebCore::DOMWindowIndexedDatabase::indexedDB): * Modules/indexeddb/DOMWindowIndexedDatabase.h: (DOMWindowIndexedDatabase): * Modules/indexeddb/DOMWindowIndexedDatabase.idl: * Modules/indexeddb/WorkerContextIndexedDatabase.cpp: (WebCore::WorkerContextIndexedDatabase::indexedDB): * Modules/indexeddb/WorkerContextIndexedDatabase.h: (WorkerContextIndexedDatabase): * Modules/indexeddb/WorkerContextIndexedDatabase.idl: * bindings/generic/RuntimeEnabledFeatures.h: Making the auxiliary objects RuntimeEnabled didn't make much sense as they are useless without the factory, so always enable them. (WebCore::RuntimeEnabledFeatures::indexedDBEnabled): * bindings/scripts/CodeGeneratorGObject.pm: (SkipAttribute): * page/FeatureObserver.h: LayoutTests: * storage/indexeddb/resources/unprefix.js: Added. (test): * storage/indexeddb/unprefix-expected.txt: Added. * storage/indexeddb/unprefix-workers-expected.txt: Added. * storage/indexeddb/unprefix-workers.html: Added. * storage/indexeddb/unprefix.html: Added. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@129385 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
wjmaclean@chromium.org authored
https://bugs.webkit.org/show_bug.cgi?id=97248 Reviewed by Yuta Kitamura. Updating image baselines for gesture highlight tests. There are subtle changes in the rendering of text in the target links, impercetable to the eye but ImageDiff picks them up. * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-1-iframe-composited-expected.png: * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-1-iframe-composited-scrolled-expected.png: * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-1-iframe-composited-scrolled-late-composite-expected.png: * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-1-iframe-composited-scrolled-late-noncomposite-expected.png: * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-1-iframe-expected.png: * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-1-iframe-scrolled-expected.png: * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-1-overflow-div-composited-expected.png: * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-1-overflow-div-composited-scrolled-expected.png: * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-1-overflow-div-expected.png: * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-1-overflow-div-layout-change-2-expected.png: * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-1-overflow-div-layout-change-expected.png: * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-1-overflow-div-scrolled-expected.png: * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-1-overflow-div-scrolled-late-composite-expected.png: * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-1-overflow-div-scrolled-late-noncomposite-expected.png: * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-2-iframe-composited-inner-expected.png: * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-2-iframe-composited-outer-expected.png: * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-2-iframe-expected.png: * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-2-iframe-scrolled-inner-expected.png: * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-2-iframe-scrolled-inner-late-composite-expected.png: * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-2-iframe-scrolled-outer-expected.png: * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-2-iframe-scrolled-outer-late-composite-expected.png: * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-2-overflow-div-composited-inner-expected.png: * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-2-overflow-div-composited-inner-scroll-inner-expected.png: * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-2-overflow-div-composited-inner-scroll-outer-expected.png: * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-2-overflow-div-composited-outer-expected.png: * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-2-overflow-div-composited-outer-scroll-inner-expected.png: * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-2-overflow-div-composited-outer-scroll-outer-expected.png: * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-2-overflow-div-expected.png: * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-2-overflow-div-scrolled-inner-expected.png: * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-2-overflow-div-scrolled-outer-expected.png: * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-cancel-expected.png: * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-expected.png: * platform/chromium-linux/platform/chromium-linux/compositing/gestures/gesture-tapHighlight-simple-window-scroll-expected.png: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@129384 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
commit-queue@webkit.org authored
https://bugs.webkit.org/show_bug.cgi?id=96746 Patch by Andrey Adaikin <aandrey@chromium.org> on 2012-09-24 Reviewed by Pavel Feldman. First step towards the 2D canvas instrumentation from the WebGL injected script module side. We trace and save all calls that affect the 2D canvas context state and it's resources (Gradient and Pattern) so that we could replay the context and resources states later. The 2D canvas context state consists of: - current transformation matrix - current default path - current clipping region (affected by the "clip" command) - current values of the context attributes (like strokeStyle, fillStyle, etc.) - a stack of saved drawing states (affected by the "save" and "restore" commands) * inspector/InjectedScriptCanvasModuleSource.js: (.): git-svn-id: http://svn.webkit.org/repository/webkit/trunk@129383 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
rakuco@webkit.org authored
Skip a few tests unskipped in r129372 and r129375 that still fail on the bots. * platform/efl/TestExpectations: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@129382 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
commit-queue@webkit.org authored
https://bugs.webkit.org/show_bug.cgi?id=97442 Patch by Andrey Adaikin <aandrey@chromium.org> on 2012-09-24 Reviewed by Pavel Feldman. 1) The conditional breakpoint popup may not show up the first time we click on the gutter. This was the case because the popup decoration element would be deleted from the line while it was being highlighted and appended afterwards. Now we do not remove decorations from the DOM while highlighting. 2) Also the popup will close itself on any mouse click event, even if it's targeted to the input box itself. This was due to pointer-events: none; CSS style for the parent element. Now we just override this style for the input box. * inspector/front-end/DefaultTextEditor.js: (WebInspector.TextEditorMainPanel.prototype._paintLine): (WebInspector.TextEditorMainPanel.prototype._insertSpanBefore): (WebInspector.TextEditorMainPanel.prototype._insertTextNodeBefore): * inspector/front-end/inspector.css: (.source-frame-breakpoint-condition): git-svn-id: http://svn.webkit.org/repository/webkit/trunk@129381 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
carlosgc@webkit.org authored
[GTK] WebKitWebView:is-loading is not updated when the is loaded is started by link clicked navigation action https://bugs.webkit.org/show_bug.cgi?id=97458 Reviewed by Xan Lopez. WebKitWebView:is-loading is set to TRUE when the load is started by using the API. We want to make sure that both URI and is-loading are updated before load-started is emitted, so we can update both right before emitting load-started. * UIProcess/API/gtk/WebKitWebView.cpp: (webkitWebViewEmitLoadChanged): Update both uri and is-loading properties before emitting load-changed signal with WEBKIT_LOAD_STARTED. (webkit_web_view_load_uri): Don't call webkitWebViewSetIsLoading(). (webkit_web_view_load_html): Ditto. (webkit_web_view_load_alternate_html): Ditto. (webkit_web_view_load_plain_text): Ditto. (webkit_web_view_load_request): Ditto. (webkit_web_view_reload): Ditto. (webkit_web_view_reload_bypass_cache): Ditto. (webkit_web_view_go_back): Ditto. (webkit_web_view_go_forward): Ditto. (webkit_web_view_go_to_back_forward_list_item): Ditto. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@129380 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
rakuco@webkit.org authored
Move some inspector tests from Skipped to TestExpectations with a proper explanation and related bug report. * platform/efl/Skipped: * platform/efl/TestExpectations: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@129379 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
jsbell@chromium.org authored
https://bugs.webkit.org/show_bug.cgi?id=97368 Reviewed by Tony Chang. Change the logging - but not the flow or assertions - of some of our more complex tests, to take advantage of our newer helper functions. * storage/indexeddb/factory-deletedatabase-interactions-expected.txt: * storage/indexeddb/open-close-version-expected.txt: * storage/indexeddb/resources/factory-deletedatabase-interactions.js: * storage/indexeddb/resources/open-close-version.js: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@129378 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
eae@chromium.org authored
* platform/chromium-linux/media/video-zoom-controls-expected.txt: Added. * platform/chromium-mac/media/video-zoom-controls-expected.txt: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@129377 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
rakuco@webkit.org authored
Move a test that is failing on both WK1 and WK2 to the common TestExpectations file. * platform/efl-wk1/TestExpectations: * platform/efl-wk2/TestExpectations: * platform/efl/TestExpectations: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@129376 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
rakuco@webkit.org authored
* platform/efl/TestExpectations: Unskip passing inspector test. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@129375 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
commit-queue@webkit.org authored
https://bugs.webkit.org/show_bug.cgi?id=97331 Patch by Andrey Adaikin <aandrey@chromium.org> on 2012-09-24 Reviewed by Yury Semikhatsky. We should set CanvasAgent in InstrumentingAgents from enable() command and remove from disable(), instead of doing this in constructor and destructor. * inspector/InspectorCanvasAgent.cpp: (WebCore::InspectorCanvasAgent::InspectorCanvasAgent): (WebCore::InspectorCanvasAgent::~InspectorCanvasAgent): (WebCore::InspectorCanvasAgent::restore): (WebCore::InspectorCanvasAgent::enable): (WebCore::InspectorCanvasAgent::disable): * inspector/InspectorCanvasAgent.h: (InspectorCanvasAgent): * inspector/InspectorCanvasInstrumentation.h: (WebCore::InspectorInstrumentation::wrapCanvas2DRenderingContextForInstrumentation): (WebCore::InspectorInstrumentation::wrapWebGLRenderingContextForInstrumentation): git-svn-id: http://svn.webkit.org/repository/webkit/trunk@129374 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
danakj@chromium.org authored
https://bugs.webkit.org/show_bug.cgi?id=97147 Reviewed by James Robinson. Source/Platform: These methods allow us to restore a WebFilterOperation from a blob of opaque data. The pickling code needs to be able to create an empty object and then fill in the pieces, so these setters allow it to do so. Test: WebFilterOperationsTest.saveAndRestore * chromium/public/WebFilterOperation.h: (WebKit::WebFilterOperation::amount): (WebKit::WebFilterOperation::dropShadowOffset): (WebKit::WebFilterOperation::matrix): (WebKit::WebFilterOperation::zoomRect): (WebFilterOperation): (WebKit::WebFilterOperation::createEmptyFilter): (WebKit::WebFilterOperation::setType): (WebKit::WebFilterOperation::setAmount): (WebKit::WebFilterOperation::setDropShadowOffset): (WebKit::WebFilterOperation::setDropShadowColor): (WebKit::WebFilterOperation::setMatrix): (WebKit::WebFilterOperation::setZoomRect): * chromium/src/WebFilterOperation.cpp: Source/WebKit/chromium: * tests/FilterOperationsTest.cpp: (WebKit): (WebKit::TEST): git-svn-id: http://svn.webkit.org/repository/webkit/trunk@129373 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
rakuco@webkit.org authored
* platform/efl/Skipped: Unskip a few inspector-related tests which are currently passing. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@129372 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
paroga@webkit.org authored
https://bugs.webkit.org/show_bug.cgi?id=97412 Reviewed by Adam Barth. Source/WebCore: * css/StylePropertySet.cpp: Removed useless define. Source/WebKit/chromium: * src/WebPageSerializerImpl.cpp: (WebKit::WebPageSerializerImpl::openTagToString): Replaced operator+= with StringBuilder::append(). (WebKit::WebPageSerializerImpl::endTagToString): Ditto. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@129371 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
eae@chromium.org authored
https://bugs.webkit.org/show_bug.cgi?id=97265 Reviewed by Eric Seidel. Source/WebCore: Change snapSizeToPixel to preserve sign for location which affects rounding. Test: fast/sub-pixel/snap-negative-location.html * platform/FractionalLayoutUnit.h: (WebCore::snapSizeToPixel): LayoutTests: Add test for snapSizeToPixel handling of negative locations. Skipped on platforms that do not enable subpixel layout. * fast/sub-pixel/snap-negative-location-expected.html: Added. * fast/sub-pixel/snap-negative-location.html: Added. * platform/mac-lion/Skipped: * platform/mac-snowleopard/Skipped: * platform/mac-wk2/Skipped: * platform/mac/Skipped: * platform/qt-4.8/Skipped: * platform/qt/Skipped: * platform/win-wk2/Skipped: * platform/win-xp/Skipped: * platform/win/Skipped: * platform/wincairo/Skipped: * platform/wk2/Skipped: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@129370 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
peter@chromium.org authored
https://bugs.webkit.org/show_bug.cgi?id=95688 Reviewed by Eric Seidel. This allows robots to access show_bug.cgi, thus granting them access to index contents and discussion on WebKit bugs. All other pages, except for the site index itself, still have indexing disabled. * robots.txt: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@129369 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
commit-queue@webkit.org authored
MIPS store8 functions https://bugs.webkit.org/show_bug.cgi?id=97243 Patch by Balazs Kilvady <kilvadyb@homejinni.com> on 2012-09-24 Reviewed by Oliver Hunt. Add MIPS store8 functions. * assembler/MIPSAssembler.h: (JSC::MIPSAssembler::lhu): New function. (MIPSAssembler): (JSC::MIPSAssembler::sb): New function. (JSC::MIPSAssembler::sh): New function. * assembler/MacroAssemblerMIPS.h: (JSC::MacroAssemblerMIPS::store8): New function. (MacroAssemblerMIPS): (JSC::MacroAssemblerMIPS::store16): New function. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@129367 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-