1. 16 Mar, 2011 40 commits
    • philn@webkit.org's avatar
      2011-03-16 Philippe Normand <pnormand@igalia.com> · 55ff090b
      philn@webkit.org authored
              Unreviewed, skipping one more svg test failing on 32-bits release,
              likely due to bug 39022.
      
              * platform/gtk/Skipped:
      
      git-svn-id: svn://svn.chromium.org/blink/trunk@81249 bbb929c8-8fbe-4397-9dbb-9b2b20218538
      55ff090b
    • ossy@webkit.org's avatar
      [Qt] fast/text/soft-hyphen-4.html introduced in r80984 · 26f4c1b7
      ossy@webkit.org authored
      and fails because hyphenation isn't implemented yet.
      
      * platform/qt/Skipped: Add fast/text/soft-hyphen-4.html.
      
      git-svn-id: svn://svn.chromium.org/blink/trunk@81248 bbb929c8-8fbe-4397-9dbb-9b2b20218538
      26f4c1b7
    • philn@webkit.org's avatar
      2011-03-16 Philippe Normand <pnormand@igalia.com> · 1231f5b6
      philn@webkit.org authored
              Unreviewed, skip svg/W3C-I18N tests failing on 32-bits Debug only.
      
              * platform/gtk/Skipped:
      
      git-svn-id: svn://svn.chromium.org/blink/trunk@81247 bbb929c8-8fbe-4397-9dbb-9b2b20218538
      1231f5b6
    • philn@webkit.org's avatar
      2011-03-16 Philippe Normand <pnormand@igalia.com> · ab56c40b
      philn@webkit.org authored
              Unreviewed, skip editing/style/iframe-onload-crash.html on GTK.
      
              * platform/gtk/Skipped:
      
      git-svn-id: svn://svn.chromium.org/blink/trunk@81246 bbb929c8-8fbe-4397-9dbb-9b2b20218538
      ab56c40b
    • ossy@webkit.org's avatar
      Update Qt specific expected file after r81049. · 1c94451a
      ossy@webkit.org authored
      * platform/qt/fast/table/overflowHidden-expected.txt: Updated.
      
      git-svn-id: svn://svn.chromium.org/blink/trunk@81245 bbb929c8-8fbe-4397-9dbb-9b2b20218538
      1c94451a
    • podivilov@chromium.org's avatar
      2011-03-16 Pavel Podivilov <podivilov@chromium.org> · ac178fba
      podivilov@chromium.org authored
              Unreviewed, fix test broken by r81238.
      
              * inspector/debugger/live-edit.html:
              * platform/chromium/test_expectations.txt:
      
      
      git-svn-id: svn://svn.chromium.org/blink/trunk@81244 bbb929c8-8fbe-4397-9dbb-9b2b20218538
      ac178fba
    • podivilov@chromium.org's avatar
      2011-03-14 Pavel Podivilov <podivilov@chromium.org> · 0af6a8f8
      podivilov@chromium.org authored
              Reviewed by Yury Semikhatsky.
      
              Web Inspector: refactor event listener breakpoints.
              https://bugs.webkit.org/show_bug.cgi?id=56305
      
              * inspector/debugger/event-listener-breakpoints-expected.txt: Added.
              * inspector/debugger/event-listener-breakpoints.html: Added.
              * platform/gtk/Skipped:
              * platform/mac/Skipped:
              * platform/qt/Skipped:
              * platform/win/Skipped:
      2011-03-14  Pavel Podivilov  <podivilov@chromium.org>
      
              Reviewed by Yury Semikhatsky.
      
              Web Inspector: refactor event listener breakpoints.
              https://bugs.webkit.org/show_bug.cgi?id=56305
      
              - restore event listener breakpoints one by one instead of using setAllBrowserBreakpoints
              - store event listener breakpoints in a separate separate setting
              - move presentation-related code from BreakpointManager to EventListenerBreakpointsSidebarPane
      
              Test: inspector/debugger/event-listener-breakpoints.html
      
              * inspector/Inspector.idl:
              * inspector/InspectorAgent.cpp:
              (WebCore::InspectorAgent::setFrontend):
              * inspector/InspectorBrowserDebuggerAgent.cpp:
              (WebCore::InspectorBrowserDebuggerAgent::setEventListenerBreakpoint):
              (WebCore::InspectorBrowserDebuggerAgent::removeEventListenerBreakpoint):
              (WebCore::InspectorBrowserDebuggerAgent::pauseOnNativeEventIfNeeded):
              (WebCore::InspectorBrowserDebuggerAgent::clear):
              * inspector/InspectorBrowserDebuggerAgent.h:
              * inspector/InspectorInstrumentation.cpp:
              (WebCore::InspectorInstrumentation::didCommitLoadImpl):
              * inspector/front-end/BreakpointManager.js:
              (WebInspector.BreakpointManager.prototype.setEventListenerBreakpoint):
              (WebInspector.BreakpointManager.prototype.removeEventListenerBreakpoint):
              (WebInspector.BreakpointManager.prototype.breakpointViewForEventData):
              (WebInspector.BreakpointManager.prototype._projectChanged):
              (WebInspector.BreakpointManager.prototype._saveBreakpoints):
              (WebInspector.BreakpointManager.prototype._validateBreakpoints):
              (WebInspector.BreakpointManager.prototype._createDOMBreakpointId):
              * inspector/front-end/BreakpointsSidebarPane.js:
              (WebInspector.EventListenerBreakpointsSidebarPane):
              (WebInspector.EventListenerBreakpointsSidebarPane.eventNameForUI):
              (WebInspector.EventListenerBreakpointsSidebarPane.prototype._createCategory):
              (WebInspector.EventListenerBreakpointsSidebarPane.prototype._categoryCheckboxClicked):
              (WebInspector.EventListenerBreakpointsSidebarPane.prototype._breakpointCheckboxClicked):
              (WebInspector.EventListenerBreakpointsSidebarPane.prototype._setBreakpoint):
              (WebInspector.EventListenerBreakpointsSidebarPane.prototype._removeBreakpoint):
              (WebInspector.EventListenerBreakpointsSidebarPane.prototype._updateCategoryCheckbox):
              (WebInspector.EventListenerBreakpointsSidebarPane.prototype.highlightBreakpoint):
              (WebInspector.EventListenerBreakpointsSidebarPane.prototype.clearBreakpointHighlight):
              (WebInspector.EventListenerBreakpointsSidebarPane.prototype._saveBreakpoints):
              (WebInspector.EventListenerBreakpointsSidebarPane.prototype._restoreBreakpoints):
              * inspector/front-end/CallStackSidebarPane.js:
              (WebInspector.CallStackSidebarPane.prototype.update):
              (WebInspector.CallStackSidebarPane.prototype.setStatus):
              (WebInspector.CallStackSidebarPane.prototype._domBreakpointHit):
              * inspector/front-end/ScriptsPanel.js:
              (WebInspector.ScriptsPanel.prototype._debuggerPaused):
              (WebInspector.ScriptsPanel.prototype._clearInterface):
              * inspector/front-end/Settings.js:
              (WebInspector.Settings):
      
      git-svn-id: svn://svn.chromium.org/blink/trunk@81243 bbb929c8-8fbe-4397-9dbb-9b2b20218538
      0af6a8f8
    • ddkilzer@apple.com's avatar
      Minor clean-up after r81156, r81172 · aebe7b89
      ddkilzer@apple.com authored
      Follow-up for:
      <http://webkit.org/b/56381> Objective-C classes should be typedef-ed as structs (not void*) in C++
      
      * platform/graphics/GraphicsLayer.h: Removed unused @class
      WebLayer declaration.
      * platform/graphics/ca/PlatformCAAnimation.h: Changed typedef
      struct CAPropertyAnimation to class declaration.
      
      git-svn-id: svn://svn.chromium.org/blink/trunk@81242 bbb929c8-8fbe-4397-9dbb-9b2b20218538
      aebe7b89
    • apavlov@chromium.org's avatar
      2011-03-16 Alexander Pavlov <apavlov@chromium.org> · 8dbb09b6
      apavlov@chromium.org authored
              [Chromium] Unreviewed, update expectations.
              Fix Linux Debug expectation clash for transitions/interrupted-accelerated-transition.html.
              Let svg/text/font-size-below-point-five.svg fail on Mac Release.
      
              * platform/chromium/test_expectations.txt:
      
      
      git-svn-id: svn://svn.chromium.org/blink/trunk@81241 bbb929c8-8fbe-4397-9dbb-9b2b20218538
      8dbb09b6
    • apavlov@chromium.org's avatar
      2011-03-16 Alexander Pavlov <apavlov@chromium.org> · 1f4accc2
      apavlov@chromium.org authored
              [Chromium] Unreviewed, remove duplicate expectations.
      
              * platform/chromium/test_expectations.txt:
      
      
      git-svn-id: svn://svn.chromium.org/blink/trunk@81240 bbb929c8-8fbe-4397-9dbb-9b2b20218538
      1f4accc2
    • ossy@webkit.org's avatar
      [Qt]Web Inspector: inspector/elements/mutate-unknown-node.html fails · 551068ca
      ossy@webkit.org authored
      https://bugs.webkit.org/show_bug.cgi?id=56457
      
      * platform/qt/Skipped: Add inspector/elements/mutate-unknown-node.html.
      
      
      
      git-svn-id: svn://svn.chromium.org/blink/trunk@81239 bbb929c8-8fbe-4397-9dbb-9b2b20218538
      551068ca
    • podivilov@chromium.org's avatar
      2011-03-16 Andrey Adaikin <aandrey@google.com> · 81f9939f
      podivilov@chromium.org authored
              Reviewed by Yury Semikhatsky.
      
              Web Inspector: Remove live-edit code
              https://bugs.webkit.org/show_bug.cgi?id=56177
      
              * inspector/front-end/Settings.js:
              * inspector/front-end/SourceFrame.js:
              (WebInspector.SourceFrame):
              (WebInspector.SourceFrame.prototype._doubleClick):
              * inspector/front-end/TextViewer.js:
              (WebInspector.TextEditorMainPanel):
              (WebInspector.TextEditorMainPanel.prototype.set readOnly):
      
      git-svn-id: svn://svn.chromium.org/blink/trunk@81238 bbb929c8-8fbe-4397-9dbb-9b2b20218538
      81f9939f
    • benjamin.poulain@nokia.com's avatar
      2011-03-16 Benjamin Poulain <benjamin.poulain@nokia.com> · 2516c3f7
      benjamin.poulain@nokia.com authored
              Reviewed by Kenneth Rohde Christiansen.
      
              [Qt][WK2] Loading an empty URL crashes
              https://bugs.webkit.org/show_bug.cgi?id=55501
      
              A null WKURLRef is created in the API of WebKit 2 when converting a null string. The code
              of WKPageLoadURL assume the WKPageRef is not null which causes crashes if it is.
      
              This patch uses the converter toWTFString() to pass from WKPageRef to WTFString. This converter
              ensure the returned string is a valid null string.
      
              Tested through the Qt API tests.
      
              * UIProcess/API/C/WKPage.cpp:
              (WKPageLoadURL):
              * UIProcess/API/qt/tests/qgraphicswkview/tst_qgraphicswkview.cpp:
              (tst_QGraphicsWKView::loadEmptyUrl):
              * UIProcess/API/qt/tests/qwkpage/qwkpage.pro: Added.
              * UIProcess/API/qt/tests/qwkpage/tst_qwkpage.cpp: Added.
              (tst_QWKPage::init):
              (tst_QWKPage::cleanup):
              (tst_QWKPage::loadEmptyUrl):
              * UIProcess/API/qt/tests/tests.pro:
      
      git-svn-id: svn://svn.chromium.org/blink/trunk@81237 bbb929c8-8fbe-4397-9dbb-9b2b20218538
      2516c3f7
    • ossy@webkit.org's avatar
      [Qt] Typo fix after r81226. · 9badc0f6
      ossy@webkit.org authored
      * platform/qt/Skipped: Remove unnecessary "#".
      
      
      
      git-svn-id: svn://svn.chromium.org/blink/trunk@81236 bbb929c8-8fbe-4397-9dbb-9b2b20218538
      9badc0f6
    • apavlov@chromium.org's avatar
      2011-03-16 Alexander Pavlov <apavlov@chromium.org> · 9d004a44
      apavlov@chromium.org authored
              [Chromium] Unreviewed, suppress Win builder failures from r81222.
              Also, one tentatively stale suppression is removed.
      
              * platform/chromium/test_expectations.txt:
      
      
      git-svn-id: svn://svn.chromium.org/blink/trunk@81235 bbb929c8-8fbe-4397-9dbb-9b2b20218538
      9d004a44
    • commit-queue@webkit.org's avatar
      2011-03-16 Alexis Menard <alexis.menard@openbossa.org> · 59d9e285
      commit-queue@webkit.org authored
              Reviewed by Martin Robinson.
      
              [GStreamer] There is no need to set the state of the pipeline to playing, HTMLMediaElement will do it.
              https://bugs.webkit.org/show_bug.cgi?id=56403
      
              In case of a seek on a live pipeline there is no need to call gst_element_set_state(m_playBin, GST_STATE_PLAYING);
              As soon as HTMLMediaElement::updatePlayState() is called (like when the data comes in) the playback will be relaunched
              i.e the pause() made when beginScrubbing is done is just internal.
      
              No new tests: Verified manually.
      
              * platform/graphics/gstreamer/MediaPlayerPrivateGStreamer.cpp:
              (WebCore::MediaPlayerPrivateGStreamer::updateStates):
      
      git-svn-id: svn://svn.chromium.org/blink/trunk@81234 bbb929c8-8fbe-4397-9dbb-9b2b20218538
      59d9e285
    • dino@apple.com's avatar
      2011-03-16 Dean Jackson <dino@apple.com> · a1a9d431
      dino@apple.com authored
              https://bugs.webkit.org/show_bug.cgi?id=56242
              Flaky Test: transitions/interrupted-accelerated-transition.html
      
              Skip this while https://bugs.webkit.org/show_bug.cgi?id=54151
              (Animation API) is in progress.
      
              * platform/chromium/test_expectations.txt:
              * platform/mac/Skipped:
              * platform/win/Skipped:
      
      git-svn-id: svn://svn.chromium.org/blink/trunk@81233 bbb929c8-8fbe-4397-9dbb-9b2b20218538
      a1a9d431
    • commit-queue@webkit.org's avatar
      2011-03-16 Luiz Agostini <luiz.agostini@openbossa.org> · e05d9e72
      commit-queue@webkit.org authored
              Reviewed by Kenneth Rohde Christiansen.
      
              fast/loader/stateobjects/replacestate-in-iframe.html caused infinite loop.
              https://bugs.webkit.org/show_bug.cgi?id=36467
      
              Removing the test from skipped list since the problem seems to be solved.
      
              * platform/qt/Skipped:
      
      git-svn-id: svn://svn.chromium.org/blink/trunk@81232 bbb929c8-8fbe-4397-9dbb-9b2b20218538
      e05d9e72
    • philn@webkit.org's avatar
      2011-03-15 Philippe Normand <pnormand@igalia.com> · c8bfe38b
      philn@webkit.org authored
              Reviewed by Eric Carlson.
      
              [GTK] media/audio-repaint.html times out again
              https://bugs.webkit.org/show_bug.cgi?id=56366
      
              Rewrote the test to avoid a timer and attempt the seek on media
              elements only after we are sure playback started to avoid an
              INVALID_STATE_ERR exception.
      
              * media/audio-repaint.html:
      
      git-svn-id: svn://svn.chromium.org/blink/trunk@81231 bbb929c8-8fbe-4397-9dbb-9b2b20218538
      c8bfe38b
    • abarth@webkit.org's avatar
      2011-03-16 Adam Barth <abarth@webkit.org> · 9e5ab7cf
      abarth@webkit.org authored
              Reviewed by Eric Seidel.
      
              WebCore GYP build should build platform/
              https://bugs.webkit.org/show_bug.cgi?id=56430
      
              Adding platform/ to the GYP build required disabling
              ALWAYS_SEARCH_USER_PATHS, which in turn required fixing some latent
              style issues.  I suspect we'll end up excluding some of these files
              from the build in the final analysis, but we might as well fix the
              style errors while we're here.
      
              * bindings/js/JSMainThreadExecState.h:
              * bindings/js/ScheduledAction.h:
              * css/CSSPrimitiveValueCache.cpp:
              * gyp/WebCore.gyp:
              * platform/KillRingNone.cpp:
              (WebCore::KillRing::append):
              (WebCore::KillRing::prepend):
              * platform/graphics/ContextShadow.h:
              * platform/graphics/gpu/LoopBlinnPathProcessor.cpp:
              (WebCore::LoopBlinnPathProcessor::buildContours):
              (WebCore::TessellationState::combineCallback):
              * platform/graphics/gpu/PODRedBlackTree.h:
              (WebCore::PODRedBlackTree::updateNode):
              (WebCore::PODRedBlackTree::logIfVerbose):
              * platform/graphics/opengl/TextureMapperGL.cpp:
              * platform/graphics/opengl/TextureMapperGL.h:
              * platform/graphics/texmap/TextureMapper.h:
              (WebCore::BitmapTexture::save):
              (WebCore::TextureMapper::paintToTarget):
              * platform/graphics/texmap/TextureMapperNode.h:
      
      git-svn-id: svn://svn.chromium.org/blink/trunk@81230 bbb929c8-8fbe-4397-9dbb-9b2b20218538
      9e5ab7cf
    • philn@webkit.org's avatar
      2011-03-15 Philippe Normand <pnormand@igalia.com> · f1b1f484
      philn@webkit.org authored
              Reviewed by Eric Carlson.
      
              [GStreamer] http/tests/media/video-play-stall-before-meta-data.html fails
              https://bugs.webkit.org/show_bug.cgi?id=56370
      
              * platform/graphics/gstreamer/MediaPlayerPrivateGStreamer.cpp:
              (WebCore::mediaPlayerPrivateMessageCallback): Let the
              mediaPlayerClient handle the stream error, in this case the
              HTMLMediaElement will emit a stalled event.
      
      2011-03-15  Philippe Normand  <pnormand@igalia.com>
      
              Reviewed by Eric Carlson.
      
              [GStreamer] http/tests/media/video-play-stall-before-meta-data.html fails
              https://bugs.webkit.org/show_bug.cgi?id=56370
      
              * platform/gtk/Skipped: Unskip fixed test.
      
      git-svn-id: svn://svn.chromium.org/blink/trunk@81229 bbb929c8-8fbe-4397-9dbb-9b2b20218538
      f1b1f484
    • philn@webkit.org's avatar
      2011-03-10 Philippe Normand <pnormand@igalia.com> · 63163ca6
      philn@webkit.org authored
              Reviewed by Martin Robinson.
      
              [GStreamer] Frame accurate seeking isn't always accurate
              https://bugs.webkit.org/show_bug.cgi?id=55217
      
              Attempt to build the seek GstClockTime position by converting the
              float time value to a GTimeVal value rounded at microsecond
              precision. Additionally perform the seek with the ACCURATE seek
              flag. These modifications at least fix this manual-test:
              http://www.massive-interactive.nl/html5_video/smpte_test_universal.html
      
              * platform/graphics/gstreamer/MediaPlayerPrivateGStreamer.cpp:
              (WebCore::MediaPlayerPrivateGStreamer::currentTime):
              (WebCore::MediaPlayerPrivateGStreamer::seek):
              * platform/graphics/gstreamer/MediaPlayerPrivateGStreamer.h:
      
      git-svn-id: svn://svn.chromium.org/blink/trunk@81228 bbb929c8-8fbe-4397-9dbb-9b2b20218538
      63163ca6
    • yurys@chromium.org's avatar
      2011-03-16 Yury Semikhatsky <yurys@chromium.org> · 0a84cb5f
      yurys@chromium.org authored
              Reviewed by Pavel Feldman.
      
              [Qt] Some inspector test fail intermittently
              https://bugs.webkit.org/show_bug.cgi?id=42090
      
              Unskip a bunch of non-http inspector tests on Qt. All these tests pass locally.
      
              * platform/qt/Skipped:
      
      git-svn-id: svn://svn.chromium.org/blink/trunk@81227 bbb929c8-8fbe-4397-9dbb-9b2b20218538
      0a84cb5f
    • ossy@webkit.org's avatar
      [Qt] Add failing tests to the Skipped list. · c97e700d
      ossy@webkit.org authored
      * platform/qt/Skipped:
       - Add fast/forms/input-autofilled.html because of missing layoutTestController.setAutofilled().
       - Add fast/workers/shared-worker-frame-lifecycle.html because it is still flakey. (bug 34281)
      
      git-svn-id: svn://svn.chromium.org/blink/trunk@81226 bbb929c8-8fbe-4397-9dbb-9b2b20218538
      c97e700d
    • hayato@chromium.org's avatar
      2011-03-15 Hayato Ito <hayato@chromium.org> · 6a7e5023
      hayato@chromium.org authored
              Reviewed by Ojan Vafai.
      
              Ignore files that will be used by reftests in old-run-webkit-tests.
      
              https://bugs.webkit.org/show_bug.cgi?id=55936
      
              * Scripts/old-run-webkit-tests:
      
      git-svn-id: svn://svn.chromium.org/blink/trunk@81225 bbb929c8-8fbe-4397-9dbb-9b2b20218538
      6a7e5023
    • aroben@apple.com's avatar
      Fix bug number typo · 898422e2
      aroben@apple.com authored
      * platform/win/Skipped:
      
      git-svn-id: svn://svn.chromium.org/blink/trunk@81224 bbb929c8-8fbe-4397-9dbb-9b2b20218538
      898422e2
    • aroben@apple.com's avatar
      Skip an asserting test on Windows · 22fb85b0
      aroben@apple.com authored
      <http://webkit.org/b/56047> tracks the failure.
      
      * platform/win/Skipped: Added editing/style/iframe-onload-crash.html.
      
      git-svn-id: svn://svn.chromium.org/blink/trunk@81223 bbb929c8-8fbe-4397-9dbb-9b2b20218538
      22fb85b0
    • yurys@chromium.org's avatar
      2011-03-15 Yury Semikhatsky <yurys@chromium.org> · b169accc
      yurys@chromium.org authored
              Reviewed by Pavel Feldman.
      
              Web Inspector: split InspectorAgent.populateScriptObjects into more granular agent-specific requests
              https://bugs.webkit.org/show_bug.cgi?id=56389
      
              Instead of sending one big request populateScriptObjects each agent requests
              for initial data in its constructor.
      
              * inspector/Inspector.idl:
              * inspector/InspectorAgent.cpp:
              (WebCore::InspectorAgent::InspectorAgent):
              (WebCore::InspectorAgent::restoreInspectorStateFromCookie):
              (WebCore::InspectorAgent::setFrontend):
              (WebCore::InspectorAgent::pushDataCollectedOffline):
              (WebCore::InspectorAgent::getPreferredPanel):
              * inspector/InspectorAgent.h:
              * inspector/InspectorDOMAgent.cpp:
              (WebCore::InspectorDOMAgent::InspectorDOMAgent):
              (WebCore::InspectorDOMAgent::setFrontend):
              (WebCore::InspectorDOMAgent::restore):
              * inspector/InspectorDOMAgent.h:
              (WebCore::InspectorDOMAgent::create):
              * inspector/InspectorDebuggerAgent.cpp:
              (WebCore::InspectorDebuggerAgent::setFrontend):
              * inspector/InspectorDebuggerAgent.h:
              * inspector/InspectorProfilerAgent.h:
              (WebCore::InspectorProfilerAgent::isEnabled):
              * inspector/front-end/ProfilesPanel.js:
              (WebInspector.ProfilesPanel):
              * inspector/front-end/ScriptsPanel.js:
              (WebInspector.ScriptsPanel):
              * inspector/front-end/inspector.js:
      
      git-svn-id: svn://svn.chromium.org/blink/trunk@81222 bbb929c8-8fbe-4397-9dbb-9b2b20218538
      b169accc
    • levin@chromium.org's avatar
      Fix few more baselines (which the tool didn't handle well before due to them · 0aa2e1f3
      levin@chromium.org authored
      being in the mac-leopard directory).
        svg/w3c due to r81168
        svg/custom/mouse due to r81053
      
      * platform/chromium-mac-leopard/svg/W3C-SVG-1.1-SE/pservers-grad-17-b-expected.checksum:
      * platform/chromium-mac-leopard/svg/W3C-SVG-1.1-SE/pservers-grad-17-b-expected.png:
      * platform/chromium-mac-leopard/svg/W3C-SVG-1.1-SE/pservers-grad-20-b-expected.checksum: Removed.
      * platform/chromium-mac-leopard/svg/W3C-SVG-1.1-SE/pservers-grad-20-b-expected.png: Removed.
      * platform/chromium-mac-leopard/svg/custom/mouse-move-on-svg-container-expected.checksum: Removed.
      * platform/chromium-mac-leopard/svg/custom/mouse-move-on-svg-container-expected.png: Removed.
      * platform/chromium-mac-leopard/svg/custom/mouse-move-on-svg-container-standalone-expected.checksum: Removed.
      * platform/chromium-mac-leopard/svg/custom/mouse-move-on-svg-container-standalone-expected.png: Removed.
      * platform/chromium-mac-leopard/svg/custom/mouse-move-on-svg-root-expected.checksum: Removed.
      * platform/chromium-mac-leopard/svg/custom/mouse-move-on-svg-root-expected.png: Removed.
      * platform/chromium-mac-leopard/svg/custom/mouse-move-on-svg-root-standalone-expected.checksum: Removed.
      * platform/chromium-mac-leopard/svg/custom/mouse-move-on-svg-root-standalone-expected.png: Removed.
      
      git-svn-id: svn://svn.chromium.org/blink/trunk@81221 bbb929c8-8fbe-4397-9dbb-9b2b20218538
      0aa2e1f3
    • rniwa@webkit.org's avatar
      2011-03-15 Ryosuke Niwa <rniwa@webkit.org> · 3502a501
      rniwa@webkit.org authored
              Reviewed by Darin Adler.
      
              Devirtualize isContentEditable and isRichlyContentEditable
              https://bugs.webkit.org/show_bug.cgi?id=56421
      
              Rewrote Node::isContentEditable as a non-recursive non-virtual function.
      
              * dom/Document.cpp: Removed isContentEditable and isContentRichlyEditable.
              * dom/Document.h: Ditto.
              * dom/Node.cpp:
              (WebCore::Node::isContentEditable): Rewritten.
              * dom/Node.h:
              (WebCore::Node::isContentEditable): Calls isContentEditable(Editable).
              (WebCore::Node::isContentRichlyEditable): Calls isContentEditable(RichlyEditable).
              * html/HTMLElement.cpp: Removed isContentEditable and isContentRichlyEditable.
              * html/HTMLElement.h: Ditto.
      
      
      git-svn-id: svn://svn.chromium.org/blink/trunk@81220 bbb929c8-8fbe-4397-9dbb-9b2b20218538
      3502a501
    • commit-queue@webkit.org's avatar
      2011-03-15 Felipe Oliveira da Silva Netto <f.dachshund@gmail.com> · 964b92ed
      commit-queue@webkit.org authored
              Reviewed by Adam Roben.
      
              Function relativeScriptsDir doesn't return the correct relative
              Scripts directory.
      
              * Scripts/webkitdirs.pm:
              (relativeScriptsDir): Ensure we use the directory that contains
              webkitdirs.pm, not the one that contains the original script that
              was invoked.
      
      git-svn-id: svn://svn.chromium.org/blink/trunk@81219 bbb929c8-8fbe-4397-9dbb-9b2b20218538
      964b92ed
    • abarth@webkit.org's avatar
      2011-03-15 Adam Barth <abarth@webkit.org> · 9b97f84d
      abarth@webkit.org authored
              Reviewed by Eric Seidel.
      
              WebCore GYP build should build inspector/ loader/ mathml/ notifications/ and page/
              https://bugs.webkit.org/show_bug.cgi?id=56412
      
              Yay for smooth sailing.
      
              * gyp/WebCore.gyp:
      
      
      git-svn-id: svn://svn.chromium.org/blink/trunk@81218 bbb929c8-8fbe-4397-9dbb-9b2b20218538
      9b97f84d
    • commit-queue@webkit.org's avatar
      2011-03-15 Ilya Sherman <isherman@chromium.org> · 03950d07
      commit-queue@webkit.org authored
              Reviewed by Darin Fisher.
      
              Move isReadOnly() from WebInputElement to WebFormControlElement
              https://bugs.webkit.org/show_bug.cgi?id=55760
      
              * public/WebFormControlElement.h:
              * public/WebInputElement.h:
              * src/WebFormControlElement.cpp:
              (WebKit::WebFormControlElement::isReadOnly):
              * src/WebInputElement.cpp:
      
      git-svn-id: svn://svn.chromium.org/blink/trunk@81217 bbb929c8-8fbe-4397-9dbb-9b2b20218538
      03950d07
    • dglazkov@chromium.org's avatar
      2011-03-15 Dimitri Glazkov <dglazkov@chromium.org> · 84754269
      dglazkov@chromium.org authored
              Reviewed by Kent Tamura.
      
              REGRESSION(r76147): A slider thumb that is styled cannot be programmatically moved
              https://bugs.webkit.org/show_bug.cgi?id=56059
      
              Note: the test should pass on all platforms, because it was designed to not use
              platform-specific metrics.
      
              * fast/dom/HTMLInputElement/input-slider-update-styled.html: Added.
              * fast/dom/HTMLInputElement/input-slider-update-styled-expected.checksum: Added.
              * fast/dom/HTMLInputElement/input-slider-update-styled-expected.png: Added.
              * fast/dom/HTMLInputElement/input-slider-update-styled-expected.txt: Added.
      2011-03-15  Dimitri Glazkov  <dglazkov@chromium.org>
      
              Reviewed by Kent Tamura.
      
              REGRESSION(r76147): A slider thumb that is styled cannot be programmatically moved
              https://bugs.webkit.org/show_bug.cgi?id=56059
      
              Test: fast/dom/HTMLInputElement/input-slider-update-styled.html
      
              * html/RangeInputType.cpp:
              (WebCore::RangeInputType::valueChanged): Changed to use setPositionFromValue.
              * html/shadow/SliderThumbElement.cpp:
              (WebCore::SliderThumbElement::setPositionFromValue): Added.
              (WebCore::SliderThumbElement::dragFrom): Changed to use setPositionFromPoint.
              (WebCore::SliderThumbElement::setPositionFromPoint): Ditto.
              (WebCore::SliderThumbElement::defaultEventHandler): Ditto.
              * html/shadow/SliderThumbElement.h: Added decls.
      
      git-svn-id: svn://svn.chromium.org/blink/trunk@81216 bbb929c8-8fbe-4397-9dbb-9b2b20218538
      84754269
    • levin@chromium.org's avatar
      Attempted build fix following r81213. Same song second verse. · 07ba9634
      levin@chromium.org authored
      * platform/image-encoders/skia/PNGImageEncoder.cpp:
      (WebCore::encodePixels):
      
      git-svn-id: svn://svn.chromium.org/blink/trunk@81215 bbb929c8-8fbe-4397-9dbb-9b2b20218538
      07ba9634
    • levin@chromium.org's avatar
      Attempted build fix for Chromium OSX release build following r81213. · e9e4524b
      levin@chromium.org authored
      * platform/image-encoders/skia/JPEGImageEncoder.cpp:
      (WebCore::encodePixels): Change scoping of |pixels| to be after setjmp call.
      
      git-svn-id: svn://svn.chromium.org/blink/trunk@81214 bbb929c8-8fbe-4397-9dbb-9b2b20218538
      e9e4524b
    • commit-queue@webkit.org's avatar
      2011-03-15 John Bauman <jbauman@chromium.org> · abc404a6
      commit-queue@webkit.org authored
              Reviewed by Kenneth Russell.
      
              Non-premultiplied-alpha canvas attribute is ignore for toDataURL, drawImage, texImage2D
              https://bugs.webkit.org/show_bug.cgi?id=56238
      
              Add new test from webgl conformance test.
      
              * fast/canvas/webgl/premultiplyalpha-test-expected.txt: Added.
              * fast/canvas/webgl/premultiplyalpha-test.html: Added.
              * fast/canvas/webgl/resources/webgl-test-utils.js: Update to fix fillTexture
              (WebGLTestUtils):
              * platform/chromium/test_expectations.txt:
              * platform/mac-wk2/Skipped:
      2011-03-15  John Bauman  <jbauman@chromium.org>
      
              Reviewed by Kenneth Russell.
      
              Non-premultiplied-alpha canvas attribute is ignore for toDataURL, drawImage, texImage2D
              https://bugs.webkit.org/show_bug.cgi?id=56238
      
             Attempt to get an ImageData (non-premultiplied) from a WebGL canvas
             instead of getting an ImageBuffer, so there's a chance the data can be
             passed straight through to the consumer with no premultiplication
             necessary. Fixes Chromium and Safari.
      
              Test: fast/canvas/webgl/premultiplyalpha-test.html
      
              * html/HTMLCanvasElement.cpp:
              (WebCore::HTMLCanvasElement::toDataURL):
              (WebCore::HTMLCanvasElement::getImageData):
              * html/HTMLCanvasElement.h:
              * html/canvas/WebGLRenderingContext.cpp:
              (WebCore::WebGLRenderingContext::paintRenderingResultsToImageData):
              (WebCore::WebGLRenderingContext::texImage2D):
              (WebCore::WebGLRenderingContext::texSubImage2D):
              * html/canvas/WebGLRenderingContext.h:
              * platform/graphics/GraphicsContext3D.h:
              * platform/graphics/ImageBuffer.h:
              * platform/graphics/cg/ImageBufferCG.cpp:
              (WebCore::CGImageToDataURL):
              (WebCore::ImageBuffer::toDataURL):
              (WebCore::ImageDataToDataURL):
              * platform/graphics/opengl/GraphicsContext3DOpenGL.cpp:
              (WebCore::GraphicsContext3D::validateAttributes):
              (WebCore::GraphicsContext3D::readRenderingResults):
              (WebCore::GraphicsContext3D::paintRenderingResultsToCanvas):
              (WebCore::GraphicsContext3D::paintRenderingResultsToImageData):
              * platform/graphics/qt/GraphicsContext3DQt.cpp:
              (WebCore::GraphicsContext3D::paintRenderingResultsToImageData):
              * platform/graphics/skia/ImageBufferSkia.cpp:
              (WebCore::ImageToDataURL):
              (WebCore::ImageBuffer::toDataURL):
              (WebCore::ImageDataToDataURL):
              * platform/image-encoders/skia/JPEGImageEncoder.cpp:
              (WebCore::preMultipliedBGRAtoRGB):
              (WebCore::RGBAtoRGB):
              (WebCore::encodePixels):
              (WebCore::JPEGImageEncoder::encode):
              * platform/image-encoders/skia/JPEGImageEncoder.h:
              * platform/image-encoders/skia/PNGImageEncoder.cpp:
              (WebCore::preMultipliedBGRAtoRGBA):
              (WebCore::encodePixels):
              (WebCore::PNGImageEncoder::encode):
              * platform/image-encoders/skia/PNGImageEncoder.h:
      2011-03-15  John Bauman  <jbauman@chromium.org>
      
              Reviewed by Kenneth Russell.
      
              Non-premultiplied-alpha canvas attribute is ignore for toDataURL, drawImage, texImage2D
              https://bugs.webkit.org/show_bug.cgi?id=56238
      
              Add support for reading a webgl context into an ImageData.
      
              * src/GraphicsContext3DChromium.cpp:
              (WebCore::GraphicsContext3DInternal::paintRenderingResultsToCanvas):
              (WebCore::GraphicsContext3DInternal::paintRenderingResultsToImageData):
              * src/GraphicsContext3DInternal.h:
      
      git-svn-id: svn://svn.chromium.org/blink/trunk@81213 bbb929c8-8fbe-4397-9dbb-9b2b20218538
      abc404a6
    • kevino@webkit.org's avatar
      [wx] Build fixes after recent changes. · 83ad21f3
      kevino@webkit.org authored
      
      git-svn-id: svn://svn.chromium.org/blink/trunk@81212 bbb929c8-8fbe-4397-9dbb-9b2b20218538
      83ad21f3
    • beidson@apple.com's avatar
      Build fix after r81208 for https://bugs.webkit.org/show_bug.cgi?id=56425 · 0ef2f62c
      beidson@apple.com authored
      * loader/icon/IconDatabaseBase.h: #include instead of forward declare.
      
      
      
      git-svn-id: svn://svn.chromium.org/blink/trunk@81211 bbb929c8-8fbe-4397-9dbb-9b2b20218538
      0ef2f62c
    • levin@chromium.org's avatar
      A little more clean-up due to r81168. Also, some adjustment of the results for Linux due to r81162. · a03dd3a7
      levin@chromium.org authored
      * platform/chromium-mac-leopard/svg/text/small-fonts-2-expected.txt:
      * platform/chromium-mac/svg/W3C-SVG-1.1-SE/coords-dom-01-f-expected.checksum: Added.
      * platform/chromium-mac/svg/W3C-SVG-1.1-SE/coords-dom-01-f-expected.png: Added.
      * platform/chromium-mac/svg/W3C-SVG-1.1-SE/coords-dom-02-f-expected.checksum: Added.
      * platform/chromium-mac/svg/W3C-SVG-1.1-SE/coords-dom-02-f-expected.png: Added.
      * platform/chromium-mac/svg/W3C-SVG-1.1-SE/coords-dom-03-f-expected.checksum: Added.
      * platform/chromium-mac/svg/W3C-SVG-1.1-SE/coords-dom-03-f-expected.png: Added.
      * platform/chromium-mac/svg/W3C-SVG-1.1-SE/coords-dom-04-f-expected.checksum: Added.
      * platform/chromium-mac/svg/W3C-SVG-1.1-SE/coords-dom-04-f-expected.png: Added.
      * platform/chromium-mac/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.checksum: Added.
      * platform/chromium-mac/svg/W3C-SVG-1.1-SE/coords-units-03-b-expected.png: Added.
      * platform/chromium-mac/svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.checksum: Added.
      * platform/chromium-mac/svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.png: Added.
      * platform/chromium-mac/svg/W3C-SVG-1.1-SE/pservers-grad-20-b-expected.checksum:
      * platform/chromium-mac/svg/W3C-SVG-1.1-SE/pservers-grad-20-b-expected.png:
      * platform/chromium-mac/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.checksum: Added.
      * platform/chromium-mac/svg/W3C-SVG-1.1-SE/pservers-pattern-04-f-expected.png: Added.
      * platform/chromium-mac/svg/W3C-SVG-1.1-SE/types-dom-01-b-expected.checksum: Added.
      * platform/chromium-mac/svg/W3C-SVG-1.1-SE/types-dom-01-b-expected.png: Added.
      * platform/chromium-mac/svg/W3C-SVG-1.1-SE/types-dom-03-b-expected.checksum: Added.
      * platform/chromium-mac/svg/W3C-SVG-1.1-SE/types-dom-03-b-expected.png: Added.
      * platform/chromium-mac/svg/W3C-SVG-1.1-SE/types-dom-04-b-expected.checksum: Added.
      * platform/chromium-mac/svg/W3C-SVG-1.1-SE/types-dom-04-b-expected.png: Added.
      * platform/chromium-mac/svg/W3C-SVG-1.1-SE/types-dom-06-f-expected.checksum: Added.
      * platform/chromium-mac/svg/W3C-SVG-1.1-SE/types-dom-06-f-expected.png: Added.
      * platform/chromium-mac/svg/W3C-SVG-1.1-SE/types-dom-07-f-expected.checksum: Added.
      * platform/chromium-mac/svg/W3C-SVG-1.1-SE/types-dom-07-f-expected.png: Added.
      * platform/chromium-mac/svg/W3C-SVG-1.1/filters-light-04-f-expected.checksum: Added.
      * platform/chromium-mac/svg/W3C-SVG-1.1/filters-light-04-f-expected.png: Added.
      * platform/chromium-mac/svg/W3C-SVG-1.1/filters-turb-02-f-expected.checksum: Added.
      * platform/chromium-mac/svg/W3C-SVG-1.1/filters-turb-02-f-expected.png: Added.
      * platform/chromium-win/svg/carto.net/selectionlist-expected.checksum:
      * platform/chromium-win/svg/carto.net/selectionlist-expected.png:
      * platform/chromium-win/svg/text/text-text-07-t-expected.checksum:
      * platform/chromium-win/svg/text/text-text-07-t-expected.png:
      * platform/chromium/test_expectations.txt:
      
      git-svn-id: svn://svn.chromium.org/blink/trunk@81210 bbb929c8-8fbe-4397-9dbb-9b2b20218538
      a03dd3a7