Changeset 102641 in webkit


Ignore:
Timestamp:
Dec 12, 2011 4:56:27 PM (12 years ago)
Author:
tony@chromium.org
Message:

[CSSRegions]Revert RenderObject::style() to its state before region styling
https://bugs.webkit.org/show_bug.cgi?id=74315

Patch by Mihnea Ovidenie <mihnea@adobe.com> on 2011-12-12
Reviewed by Tony Chang.

Source/WebCore:

  • rendering/RenderObject.h:

(WebCore::RenderObject::style):

LayoutTests:

  • platform/mac-snowleopard/Skipped:
Location:
trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r102639 r102641  
     12011-12-12  Mihnea Ovidenie  <mihnea@adobe.com>
     2
     3        [CSSRegions]Revert RenderObject::style() to its state before region styling
     4        https://bugs.webkit.org/show_bug.cgi?id=74315
     5
     6        Reviewed by Tony Chang.
     7
     8        * platform/mac-snowleopard/Skipped:
     9
    1102011-12-12  Adam Klein  <adamk@chromium.org>
    211
  • trunk/LayoutTests/platform/mac-snowleopard/Skipped

    r97407 r102641  
    184184http/tests/media/video-load-twice.html
    185185
     186# Regression in performance
     187# https://bugs.webkit.org/show_bug.cgi?id=74141
     188fast/regions/region-style-block-background-color.html
     189fast/regions/region-style-block-background-color2.html
     190fast/regions/region-style-image-background-color.html
     191fast/regions/region-style-inline-background-color.html
     192
    186193# HiDPI tests have lower-level platform dependencies on Mac
    187194fast/hidpi
  • trunk/Source/WebCore/ChangeLog

    r102639 r102641  
     12011-12-12  Mihnea Ovidenie  <mihnea@adobe.com>
     2
     3        [CSSRegions]Revert RenderObject::style() to its state before region styling
     4        https://bugs.webkit.org/show_bug.cgi?id=74315
     5
     6        Reviewed by Tony Chang.
     7
     8        * rendering/RenderObject.h:
     9        (WebCore::RenderObject::style):
     10
    1112011-12-12  Adam Klein  <adamk@chromium.org>
    212
  • trunk/Source/WebCore/rendering/RenderObject.h

    r102364 r102641  
    10361036inline RenderStyle* RenderObject::style() const
    10371037{
    1038     if (!inRenderFlowThread())
    1039         return m_style.get();
    1040     return styleInRegion();
     1038    return m_style.get();
    10411039}
    10421040
Note: See TracChangeset for help on using the changeset viewer.