Changeset 172999 in webkit


Ignore:
Timestamp:
Aug 27, 2014, 12:56:09 AM (11 years ago)
Author:
gyuyoung.kim@samsung.com
Message:

[EFL] Unskip compositing test
https://bugs.webkit.org/show_bug.cgi?id=136151

Reviewed by Csaba Osztrogonác.

Source/WebCore:

  • rendering/RenderLayerBacking.cpp: Set true to setContentsOpaque() to support compositing test.

(WebCore::RenderLayerBacking::createPrimaryGraphicsLayer):

LayoutTests:

  • platform/efl/TestExpectations: Unskip compositing tests.
Location:
trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r172995 r172999  
     12014-08-27  Gyuyoung Kim  <gyuyoung.kim@samsung.com>
     2
     3        [EFL] Unskip compositing test
     4        https://bugs.webkit.org/show_bug.cgi?id=136151
     5
     6        Reviewed by Csaba Osztrogonác.
     7
     8        * platform/efl/TestExpectations: Unskip compositing tests.
     9
    1102014-08-26  Vivek Galatage  <vivek.vg@samsung.com>
    211
  • trunk/LayoutTests/platform/efl/TestExpectations

    r172993 r172999  
    535535# A lot of crash happen since buildbot bagan to use Ubuntu 13.10.
    536536webkit.org/b/131729 batterystatus [ Skip ]
    537 webkit.org/b/131729 compositing [ Skip ]
    538537webkit.org/b/131729 fast/canvas/webgl [ Skip ]
    539538webkit.org/b/131729 fast/events/touch [ Skip ]
  • trunk/Source/WebCore/ChangeLog

    r172995 r172999  
     12014-08-27  Gyuyoung Kim  <gyuyoung.kim@samsung.com>
     2
     3        [EFL] Unskip compositing test
     4        https://bugs.webkit.org/show_bug.cgi?id=136151
     5
     6        Reviewed by Csaba Osztrogonác.
     7
     8        * rendering/RenderLayerBacking.cpp: Set true to setContentsOpaque() to support compositing test.
     9        (WebCore::RenderLayerBacking::createPrimaryGraphicsLayer):
     10
    1112014-08-26  Vivek Galatage  <vivek.vg@samsung.com>
    212
  • trunk/Source/WebCore/rendering/RenderLayerBacking.cpp

    r172889 r172999  
    296296    }
    297297
    298 #if !PLATFORM(IOS) && !PLATFORM(EFL)
     298#if !PLATFORM(IOS)
    299299    if (m_isMainFrameRenderViewLayer) {
    300300        // Page scale is applied above the RenderView on iOS.
Note: See TracChangeset for help on using the changeset viewer.