1. 20 Aug, 2011 19 commits
  2. 19 Aug, 2011 21 commits
    • andersca@apple.com's avatar
      Fix Windows build. · 499c8cc5
      andersca@apple.com authored
      * WebProcess/Plugins/PluginController.h:
      
      
      
      git-svn-id: svn://svn.chromium.org/blink/trunk@93456 bbb929c8-8fbe-4397-9dbb-9b2b20218538
      499c8cc5
    • jamesr@google.com's avatar
      [chromium] GPU test expectation baseline update · 1e7c5f67
      jamesr@google.com authored
      Update pixel baselines for this test on mac and linux.
      
      * platform/chromium-gpu-linux/compositing/scaling/tiled-layer-recursion-expected.png: Added.
      * platform/chromium-gpu-mac/compositing/scaling/tiled-layer-recursion-expected.png: Added.
      * platform/chromium/test_expectations.txt:
      
      git-svn-id: svn://svn.chromium.org/blink/trunk@93455 bbb929c8-8fbe-4397-9dbb-9b2b20218538
      1e7c5f67
    • enne@google.com's avatar
      [chromium] Regression: Fix clang errors from r93424 · 1fc5ae21
      enne@google.com authored
      https://bugs.webkit.org/show_bug.cgi?id=66609
      
      Reviewed by James Robinson.
      
      The invalidateRect function does not appear to be used anywhere
      because the setNeedsDisplay function is used instead. Fix the Clang
      error by just removing this unused vestigial base class function.
      
      * platform/graphics/chromium/LayerChromium.h:
      
      git-svn-id: svn://svn.chromium.org/blink/trunk@93454 bbb929c8-8fbe-4397-9dbb-9b2b20218538
      1fc5ae21
    • andersca@apple.com's avatar
      Add new enums to npapi.h · 21695353
      andersca@apple.com authored
      https://bugs.webkit.org/show_bug.cgi?id=66608
      
      Reviewed by Sam Weinig.
      
      * bridge/npapi.h:
      
      
      git-svn-id: svn://svn.chromium.org/blink/trunk@93453 bbb929c8-8fbe-4397-9dbb-9b2b20218538
      21695353
    • jpfau@apple.com's avatar
      libxml2 fragment parser loses prefix namespaces · 60885077
      jpfau@apple.com authored
      https://bugs.webkit.org/show_bug.cgi?id=66423
      
      Source/WebCore:
      
      This makes the loop over the elements outside of the context actually update the element it's processing.
      
      Reviewed by Darin Adler.
      
      Test: fast/parser/innerhtml-with-prefixed-elements.xhtml
      
      * xml/parser/XMLDocumentParserLibxml2.cpp:
      (WebCore::XMLDocumentParser::XMLDocumentParser):
      
      LayoutTests:
      
      Added a test to ensure that elements inserted when the prefix is already declared are inserted properly.
      
      Reviewed by Darin Adler.
      
      * fast/parser/innerhtml-with-prefixed-elements.xhtml: Added.
      * platform/chromium/test_expectations.txt:
      * platform/mac/fast/parser/innerhtml-with-prefixed-elements-expected.png: Added.
      * platform/mac/fast/parser/innerhtml-with-prefixed-elements-expected.txt: Added.
      
      
      git-svn-id: svn://svn.chromium.org/blink/trunk@93452 bbb929c8-8fbe-4397-9dbb-9b2b20218538
      60885077
    • commit-queue@webkit.org's avatar
      Unreviewed, rolling out r93426. · 74bbbd49
      commit-queue@webkit.org authored
      http://trac.webkit.org/changeset/93426
      https://bugs.webkit.org/show_bug.cgi?id=66607
      
      Broke the Mac build by not building gtest.framework anymore
      (Requested by andersca on #webkit).
      
      Patch by Sheriff Bot <webkit.review.bot@gmail.com> on 2011-08-19
      
      Source/ThirdParty:
      
      * gtest/README.WebKit:
      * gtest/include/gtest/internal/gtest-port.h:
      * gtest/msvc/gtest-md.vcproj:
      * gtest/xcode/Config/General.xcconfig:
      * gtest/xcode/gtest.xcodeproj/project.pbxproj:
      
      Tools:
      
      * TestWebKitAPI/Tests/WTF/StringOperators.cpp:
      
      git-svn-id: svn://svn.chromium.org/blink/trunk@93451 bbb929c8-8fbe-4397-9dbb-9b2b20218538
      74bbbd49
    • dbates@webkit.org's avatar
      Implement WTF::atomic{Increment, Decrement}() for QNX · d50074e5
      dbates@webkit.org authored
      https://bugs.webkit.org/show_bug.cgi?id=66605
      
      Reviewed by Darin Adler.
      
      * wtf/Atomics.h:
      (WTF::atomicIncrement):
      (WTF::atomicDecrement):
      
      
      git-svn-id: svn://svn.chromium.org/blink/trunk@93450 bbb929c8-8fbe-4397-9dbb-9b2b20218538
      d50074e5
    • adamk@chromium.org's avatar
      [chromium] Remove various unreferenced bits from Chromium API headers · b6a2a0a7
      adamk@chromium.org authored
      https://bugs.webkit.org/show_bug.cgi?id=66575
      
      Reviewed by Tony Chang.
      
      * public/WebApplicationCacheHost.h:
      (WebKit::WebApplicationCacheHost::willStartMainResourceRequest):
      * public/WebFrame.h:
      * public/WebFrameClient.h:
      (WebKit::WebFrameClient::didReceiveTitle):
      * public/WebVideoFrame.h:
      
      
      git-svn-id: svn://svn.chromium.org/blink/trunk@93449 bbb929c8-8fbe-4397-9dbb-9b2b20218538
      b6a2a0a7
    • tony@chromium.org's avatar
      [chromium] Cleanup some old plugin tests. Rebase plugin-javascript-access.html · 2781e5f1
      tony@chromium.org authored
      on win and run plugin-initiate-popup-window on mac/linux to get results.
      
      * platform/chromium-win/plugins/plugin-initiate-popup-window-expected.txt: Removed.
      * platform/chromium/test_expectations.txt:
      * platform/win/plugins/plugin-javascript-access-expected.txt: Renamed from LayoutTests/platform/chromium-win/plugins/plugin-javascript-access-expected.txt.
      
      git-svn-id: svn://svn.chromium.org/blink/trunk@93448 bbb929c8-8fbe-4397-9dbb-9b2b20218538
      2781e5f1
    • andersca@apple.com's avatar
      Make the complex text input state a tri-state enum instead of a boolean · 6f6e5ba8
      andersca@apple.com authored
      https://bugs.webkit.org/show_bug.cgi?id=62245
      
      Reviewed by Sam Weinig.
      
      This is to prepare the infrastructure for supporting the updated Cocoa text input model for plug-ins.
      
      * PluginProcess/PluginControllerProxy.cpp:
      * PluginProcess/PluginControllerProxy.h:
      * PluginProcess/mac/PluginControllerProxyMac.mm:
      (WebKit::PluginControllerProxy::setComplexTextInputState):
      (WebKit::PluginControllerProxy::compositingRenderServerPort):
      * Shared/Plugins/mac: Added.
      * Shared/Plugins/mac/PluginComplexTextInputState.h: Added.
      (WebKit::isValidPluginComplexTextInputState):
      * UIProcess/API/mac/PageClientImpl.h:
      * UIProcess/API/mac/PageClientImpl.mm:
      (WebKit::PageClientImpl::setPluginComplexTextInputState):
      * UIProcess/API/mac/WKView.mm:
      (-[WKView _setPluginComplexTextInputState:WebKit::pluginComplexTextInputIdentifier:]):
      * UIProcess/API/mac/WKViewInternal.h:
      * UIProcess/PageClient.h:
      * UIProcess/WebPageProxy.h:
      * UIProcess/WebPageProxy.messages.in:
      * UIProcess/mac/WebPageProxyMac.mm:
      (WebKit::WebPageProxy::setPluginComplexTextInputState):
      * WebKit2.xcodeproj/project.pbxproj:
      * WebProcess/Plugins/Netscape/NetscapePlugin.cpp:
      (WebKit::NetscapePlugin::NetscapePlugin):
      * WebProcess/Plugins/Netscape/NetscapePlugin.h:
      * WebProcess/Plugins/Netscape/mac/NetscapePluginMac.mm:
      (WebKit::NetscapePlugin::platformSetFocus):
      (WebKit::NetscapePlugin::windowFocusChanged):
      (WebKit::NetscapePlugin::setComplexTextInputEnabled):
      * WebProcess/Plugins/Netscape/mac/PluginProxyMac.mm:
      (WebKit::PluginProxy::setComplexTextInputState):
      * WebProcess/Plugins/PluginController.h:
      * WebProcess/Plugins/PluginProxy.cpp:
      * WebProcess/Plugins/PluginProxy.h:
      * WebProcess/Plugins/PluginProxy.messages.in:
      * WebProcess/Plugins/PluginView.cpp:
      (WebKit::PluginView::~PluginView):
      (WebKit::PluginView::setComplexTextInputState):
      (WebKit::PluginView::compositingRenderServerPort):
      * WebProcess/Plugins/PluginView.h:
      
      
      git-svn-id: svn://svn.chromium.org/blink/trunk@93447 bbb929c8-8fbe-4397-9dbb-9b2b20218538
      6f6e5ba8
    • jamesr@google.com's avatar
      [chromium] Update chromium test expectations · ccde8f1f
      jamesr@google.com authored
      Remove = CRASH expectations for tests fixed by r93441.
      
      * platform/chromium/test_expectations.txt:
      
      git-svn-id: svn://svn.chromium.org/blink/trunk@93446 bbb929c8-8fbe-4397-9dbb-9b2b20218538
      ccde8f1f
    • bdakin@apple.com's avatar
      https://bugs.webkit.org/show_bug.cgi?id=66590 · b47239be
      bdakin@apple.com authored
      Re-name scrollbar painter types
      
      Reviewed by Sam Weinig.
      
      Source/JavaScriptCore: 
      
      WTF_USE_WK_SCROLLBAR_PAINTER is now WTF_USE_SCROLLBAR_PAINTER since WK no longer 
      applies.
      * wtf/Platform.h:
      
      Source/WebCore: 
      
      Names changed to remove references to WebKitSystemInterface since the 
      implementation is now in WebCore. And the type names changed to be more Objective-
      Cish instead of C++ish
      WTF_USE_WK_SCROLLBAR_PAINTER -> WTF_USE_SCROLLBAR_PAINTER
      WKScrollbarPainterRef -> ScrollbarPainter
      WKScrollbarPainterControllerRef -> ScrollbarPainterController
      
      * platform/mac/NSScrollerImpDetails.h:
      * platform/mac/ScrollAnimatorMac.h:
      * platform/mac/ScrollAnimatorMac.mm:
      (-[ScrollbarPartAnimation initWithScrollbarPainter:part:WebCore::scrollAnimator:WebCore::animateAlphaTo:duration:]):
      (-[ScrollbarPainterDelegate setUpAnimation:scrollerPainter:part:WebCore::animateAlphaTo:duration:]):
      (-[ScrollbarPainterDelegate scrollerImp:animateKnobAlphaTo:duration:]):
      (-[ScrollbarPainterDelegate scrollerImp:animateTrackAlphaTo:duration:]):
      (WebCore::ScrollAnimatorMac::ScrollAnimatorMac):
      (WebCore::ScrollAnimatorMac::~ScrollAnimatorMac):
      (WebCore::ScrollAnimatorMac::notifyPositionChanged):
      (WebCore::ScrollAnimatorMac::contentAreaWillPaint):
      (WebCore::ScrollAnimatorMac::mouseEnteredContentArea):
      (WebCore::ScrollAnimatorMac::mouseExitedContentArea):
      (WebCore::ScrollAnimatorMac::mouseMovedInContentArea):
      (WebCore::ScrollAnimatorMac::willStartLiveResize):
      (WebCore::ScrollAnimatorMac::contentsResized):
      (WebCore::ScrollAnimatorMac::willEndLiveResize):
      (WebCore::ScrollAnimatorMac::contentAreaDidShow):
      (WebCore::ScrollAnimatorMac::contentAreaDidHide):
      (WebCore::ScrollAnimatorMac::didBeginScrollGesture):
      (WebCore::ScrollAnimatorMac::didEndScrollGesture):
      (WebCore::ScrollAnimatorMac::didAddVerticalScrollbar):
      (WebCore::ScrollAnimatorMac::willRemoveVerticalScrollbar):
      (WebCore::ScrollAnimatorMac::didAddHorizontalScrollbar):
      (WebCore::ScrollAnimatorMac::willRemoveHorizontalScrollbar):
      (WebCore::ScrollAnimatorMac::cancelAnimations):
      (WebCore::ScrollAnimatorMac::setIsActive):
      (WebCore::ScrollAnimatorMac::updateScrollerStyle):
      * platform/mac/ScrollViewMac.mm:
      (WebCore::ScrollView::platformSetScrollbarOverlayStyle):
      * platform/mac/ScrollbarThemeMac.h:
      * platform/mac/ScrollbarThemeMac.mm:
      (+[ScrollbarPrefsObserver appearancePrefsChanged:]):
      (WebCore::updateArrowPlacement):
      (WebCore::ScrollbarThemeMac::registerScrollbar):
      (WebCore::ScrollbarThemeMac::setNewPainterForScrollbar):
      (WebCore::ScrollbarThemeMac::painterForScrollbar):
      (WebCore::ScrollbarThemeMac::scrollbarThickness):
      (WebCore::ScrollbarThemeMac::usesOverlayScrollbars):
      (WebCore::ScrollbarThemeMac::updateScrollbarOverlayStyle):
      (WebCore::ScrollbarThemeMac::hasThumb):
      (WebCore::ScrollbarThemeMac::minimumThumbLength):
      (WebCore::ScrollbarThemeMac::updateEnabledState):
      (WebCore::scrollbarPainterPaint):
      (WebCore::ScrollbarThemeMac::paint):
      
      
      
      git-svn-id: svn://svn.chromium.org/blink/trunk@93445 bbb929c8-8fbe-4397-9dbb-9b2b20218538
      b47239be
    • jamesr@google.com's avatar
      [chromium] Chromium GPU layout tests should use the normal process number... · 6eff7a08
      jamesr@google.com authored
      [chromium] Chromium GPU layout tests should use the normal process number selection, not force 1 worker
      https://bugs.webkit.org/show_bug.cgi?id=66603
      
      Reviewed by Dirk Pranke.
      
      The various ChromiumGpu ports should use the same child worker
      selection logic as other ports so they can run with full
      parallelization on multicore systems.
      
      * Scripts/webkitpy/layout_tests/port/chromium_gpu.py:
      * Scripts/webkitpy/layout_tests/port/chromium_gpu_unittest.py:
      
      git-svn-id: svn://svn.chromium.org/blink/trunk@93444 bbb929c8-8fbe-4397-9dbb-9b2b20218538
      6eff7a08
    • commit-queue@webkit.org's avatar
      Rename VisiblePosition::honorEditableBoundary* to VisiblePosition::honorEditingBoundary* · 07c3d803
      commit-queue@webkit.org authored
      https://bugs.webkit.org/show_bug.cgi?id=66499
      
      Patch by Van Lam <vanlam@google.com> on 2011-08-19
      Reviewed by Ryosuke Niwa.
      
      Renamed VisiblePosition::honorEditableBoundary* to
      honorEditingBoundary.
      
      * editing/VisiblePosition.cpp:
      (WebCore::VisiblePosition::next):
      (WebCore::VisiblePosition::previous):
      (WebCore::VisiblePosition::left):
      (WebCore::VisiblePosition::right):
      (WebCore::VisiblePosition::honorEditingBoundaryAtOrBefore):
      (WebCore::VisiblePosition::honorEditingBoundaryAtOrAfter):
      * editing/VisiblePosition.h:
      * editing/visible_units.cpp:
      (WebCore::previousWordPosition):
      (WebCore::nextWordPosition):
      (WebCore::startOfLine):
      (WebCore::endOfLine):
      (WebCore::previousSentencePosition):
      (WebCore::nextSentencePosition):
      (WebCore::logicalStartOfLine):
      (WebCore::logicalEndOfLine):
      (WebCore::leftWordPosition):
      (WebCore::rightWordPosition):
      
      git-svn-id: svn://svn.chromium.org/blink/trunk@93443 bbb929c8-8fbe-4397-9dbb-9b2b20218538
      07c3d803
    • tony@chromium.org's avatar
      [chromium] Update results for japanese-rl-selection-repaint-in-regions.html that · 16c31152
      tony@chromium.org authored
      changed after r93428.
      
      * platform/chromium-cg-mac-leopard/fast/repaint/japanese-rl-selection-repaint-in-regions-expected.png:
      * platform/chromium-cg-mac/fast/repaint/japanese-rl-selection-repaint-in-regions-expected.png:
      * platform/mac/fast/repaint/japanese-rl-selection-repaint-in-regions-expected.txt:
      
      git-svn-id: svn://svn.chromium.org/blink/trunk@93442 bbb929c8-8fbe-4397-9dbb-9b2b20218538
      16c31152
    • jamesr@google.com's avatar
      REGRESSION(r91628): 3 canvas tests crash on Chromium Linux and one test fail on Chromium Mac · 9c946b82
      jamesr@google.com authored
      https://bugs.webkit.org/show_bug.cgi?id=65063
      
      Reviewed by Darin Fisher.
      
      Fixes crashes due to a bad cast from Image to BitmapImage on skia ports
      that use BitmapImageSingleFrameSkia. In the skia port
      Image::isBitmapImage() returning true does not necessarily mean that
      Image is of type BitmapImage.
      
      Covered by fast/canvas/canvas-as-image.html and many other canvas
      tests.
      
      Patch originally by Tom Hudson.
      
      * platform/graphics/BitmapImage.h:
      (WebCore::BitmapImage::currentFrameHasAlpha):
      (WebCore::BitmapImage::notSolidColor):
      * platform/graphics/Image.cpp:
      (WebCore::Image::drawTiled):
      * platform/graphics/Image.h:
      (WebCore::Image::currentFrameHasAlpha):
      (WebCore::Image::notSolidColor):
      * platform/graphics/skia/BitmapImageSingleFrameSkia.h:
      (WebCore::BitmapImageSingleFrameSkia::currentFrameHasAlpha):
      (WebCore::BitmapImageSingleFrameSkia::notSolidColor):
      * rendering/RenderImage.cpp:
      (WebCore::RenderImage::backgroundIsObscured):
      
      git-svn-id: svn://svn.chromium.org/blink/trunk@93441 bbb929c8-8fbe-4397-9dbb-9b2b20218538
      9c946b82
    • eae@chromium.org's avatar
      Switch clipping for svg to to new layout types · 18068794
      eae@chromium.org authored
      https://bugs.webkit.org/show_bug.cgi?id=66586
      
      Reviewed by Eric Seidel.
      
      No new tests as no new functionality.
      
      * rendering/svg/RenderSVGForeignObject.h:
      * rendering/svg/RenderSVGGradientStop.h:
      (WebCore::RenderSVGGradientStop::clippedOverflowRectForRepaint):
      * rendering/svg/RenderSVGHiddenContainer.h:
      (WebCore::RenderSVGHiddenContainer::clippedOverflowRectForRepaint):
      * rendering/svg/RenderSVGInline.cpp:
      (WebCore::RenderSVGInline::clippedOverflowRectForRepaint):
      (WebCore::RenderSVGInline::computeRectForRepaint):
      * rendering/svg/RenderSVGInline.h:
      * rendering/svg/RenderSVGModelObject.cpp:
      (WebCore::RenderSVGModelObject::clippedOverflowRectForRepaint):
      (WebCore::RenderSVGModelObject::computeRectForRepaint):
      * rendering/svg/RenderSVGModelObject.h:
      * rendering/svg/RenderSVGText.cpp:
      (WebCore::RenderSVGText::clippedOverflowRectForRepaint):
      (WebCore::RenderSVGText::computeRectForRepaint):
      * rendering/svg/RenderSVGText.h:
      * svg/SVGSVGElement.cpp:
      (WebCore::SVGSVGElement::localCoordinateSpaceTransform):
      * svg/SVGSVGElement.h:
      (WebCore::SVGSVGElement::setContainerSize):
      (WebCore::SVGSVGElement::containerSize):
      * svg/graphics/SVGImage.cpp:
      (WebCore::SVGImageChromeClient::invalidateContentsAndWindow):
      (WebCore::SVGImage::setContainerSize):
      * svg/graphics/SVGImage.h:
      
      
      git-svn-id: svn://svn.chromium.org/blink/trunk@93440 bbb929c8-8fbe-4397-9dbb-9b2b20218538
      18068794
    • commit-queue@webkit.org's avatar
      Unreviewed, rolling out r93425. · 22d16b62
      commit-queue@webkit.org authored
      http://trac.webkit.org/changeset/93425
      https://bugs.webkit.org/show_bug.cgi?id=66591
      
      "The newly-added ASSERT is being triggered on several bots"
      (Requested by jchaffraix on #webkit).
      
      Patch by Sheriff Bot <webkit.review.bot@gmail.com> on 2011-08-19
      
      Source/WebCore:
      
      * html/HTMLLinkElement.cpp:
      (WebCore::HTMLLinkElement::HTMLLinkElement):
      (WebCore::HTMLLinkElement::setDisabled):
      (WebCore::HTMLLinkElement::sheetLoaded):
      (WebCore::HTMLLinkElement::disabled):
      * html/HTMLLinkElement.h:
      (WebCore::HTMLLinkElement::isEnabledViaScript):
      
      LayoutTests:
      
      * fast/css/link-disabled-attr-expected.txt:
      * fast/css/stylesheet-enable-first-alternate-expected.txt: Removed.
      * fast/css/stylesheet-enable-first-alternate-on-load-expected.txt: Removed.
      * fast/css/stylesheet-enable-first-alternate-on-load.html: Removed.
      * fast/css/stylesheet-enable-first-alternate.html: Removed.
      * fast/css/stylesheet-enable-second-alternate-expected.txt: Removed.
      * fast/css/stylesheet-enable-second-alternate-on-load-expected.txt: Removed.
      * fast/css/stylesheet-enable-second-alternate-on-load.html: Removed.
      * fast/css/stylesheet-enable-second-alternate.html: Removed.
      * http/tests/css/link-css-disabled-value-with-slow-loading-sheet-expected.txt: Removed.
      * http/tests/css/link-css-disabled-value-with-slow-loading-sheet-in-error-expected.txt: Removed.
      * http/tests/css/link-css-disabled-value-with-slow-loading-sheet-in-error.html: Removed.
      * http/tests/css/link-css-disabled-value-with-slow-loading-sheet.html: Removed.
      * http/tests/css/resources/link-css-disabled-value-with-slow-loading-sheet-in-error.js: Removed.
      * http/tests/css/resources/link-css-disabled-value-with-slow-loading-sheet.js: Removed.
      * http/tests/css/resources/slow-loading-sheet-in-error.php: Removed.
      * http/tests/css/resources/slow-loading-sheet.php: Removed.
      
      git-svn-id: svn://svn.chromium.org/blink/trunk@93439 bbb929c8-8fbe-4397-9dbb-9b2b20218538
      22d16b62
    • enne@google.com's avatar
      [chromium] Refactor updateCompositorResources to take an explicit GraphicsContext3D · 3daab487
      enne@google.com authored
      https://bugs.webkit.org/show_bug.cgi?id=66432
      
      Reviewed by James Robinson.
      
      Covered by existing tests.
      
      * platform/graphics/chromium/Canvas2DLayerChromium.cpp:
      (WebCore::Canvas2DLayerChromium::updateCompositorResources):
      * platform/graphics/chromium/Canvas2DLayerChromium.h:
      * platform/graphics/chromium/LayerChromium.h:
      (WebCore::LayerChromium::updateCompositorResources):
      * platform/graphics/chromium/LayerRendererChromium.cpp:
      (WebCore::LayerRendererChromium::updateCompositorResources):
      * platform/graphics/chromium/TiledLayerChromium.cpp:
      (WebCore::TiledLayerChromium::updateCompositorResources):
      * platform/graphics/chromium/TiledLayerChromium.h:
      * platform/graphics/chromium/VideoLayerChromium.cpp:
      (WebCore::VideoLayerChromium::updateCompositorResources):
      * platform/graphics/chromium/VideoLayerChromium.h:
      * platform/graphics/chromium/WebGLLayerChromium.cpp:
      (WebCore::WebGLLayerChromium::updateCompositorResources):
      * platform/graphics/chromium/WebGLLayerChromium.h:
      
      git-svn-id: svn://svn.chromium.org/blink/trunk@93438 bbb929c8-8fbe-4397-9dbb-9b2b20218538
      3daab487
    • vrk@chromium.org's avatar
      Tell media player to prepareToPlay() at end of HTMLMediaElement::load() · 85e0a088
      vrk@chromium.org authored
      https://bugs.webkit.org/show_bug.cgi?id=66414
      
      Reviewed by Eric Carlson.
      
      Source/WebCore:
      
      Test: media/video-load-preload-none.html
      
      * html/HTMLMediaElement.cpp:
      (WebCore::HTMLMediaElement::load):
      
      LayoutTests:
      
      * media/video-load-preload-none-expected.txt: Added.
      * media/video-load-preload-none.html: Added.
      
      
      git-svn-id: svn://svn.chromium.org/blink/trunk@93437 bbb929c8-8fbe-4397-9dbb-9b2b20218538
      85e0a088
    • eae@chromium.org's avatar
      Switch RenderBlock to to new layout types · 41662abd
      eae@chromium.org authored
      https://bugs.webkit.org/show_bug.cgi?id=66502
      
      Reviewed by Eric Seidel.
      
      Convert RenderBlock to new layout abstraction. Leave m_lineHight as a 30
      bit int for now to avoid unnecessarily increasing the memory usage.
      
      No new tests as no new functionality.
      
      * rendering/RenderBlock.cpp:
      * rendering/RenderBlock.h:
      
      
      git-svn-id: svn://svn.chromium.org/blink/trunk@93436 bbb929c8-8fbe-4397-9dbb-9b2b20218538
      41662abd