Changeset 172999 in webkit
- Timestamp:
- Aug 27, 2014, 12:56:09 AM (11 years ago)
- Location:
- trunk
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LayoutTests/ChangeLog
r172995 r172999 1 2014-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 1 10 2014-08-26 Vivek Galatage <vivek.vg@samsung.com> 2 11 -
trunk/LayoutTests/platform/efl/TestExpectations
r172993 r172999 535 535 # A lot of crash happen since buildbot bagan to use Ubuntu 13.10. 536 536 webkit.org/b/131729 batterystatus [ Skip ] 537 webkit.org/b/131729 compositing [ Skip ]538 537 webkit.org/b/131729 fast/canvas/webgl [ Skip ] 539 538 webkit.org/b/131729 fast/events/touch [ Skip ] -
trunk/Source/WebCore/ChangeLog
r172995 r172999 1 2014-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 1 11 2014-08-26 Vivek Galatage <vivek.vg@samsung.com> 2 12 -
trunk/Source/WebCore/rendering/RenderLayerBacking.cpp
r172889 r172999 296 296 } 297 297 298 #if !PLATFORM(IOS) && !PLATFORM(EFL)298 #if !PLATFORM(IOS) 299 299 if (m_isMainFrameRenderViewLayer) { 300 300 // Page scale is applied above the RenderView on iOS.
Note:
See TracChangeset
for help on using the changeset viewer.