Changeset 84143 in webkit


Ignore:
Timestamp:
Apr 18, 2011 7:44:46 AM (13 years ago)
Author:
inferno@chromium.org
Message:

2011-04-18 Sheriff Bot <webkit.review.bot@gmail.com>

Unreviewed, rolling out r83803.
http://trac.webkit.org/changeset/83803
https://bugs.webkit.org/show_bug.cgi?id=58782

Caused focus rings to appear in youtube videos (Requested by
inferno-sec on #webkit).

  • rendering/RenderWidget.cpp: (WebCore::RenderWidget::paint):

2011-04-18 Sheriff Bot <webkit.review.bot@gmail.com>

Unreviewed, rolling out r83803.
http://trac.webkit.org/changeset/83803
https://bugs.webkit.org/show_bug.cgi?id=58782

Caused focus rings to appear in youtube videos (Requested by
inferno-sec on #webkit).

  • fast/frames/iframe-outline.html: Removed.
  • platform/mac/fast/frames/iframe-outline-expected.checksum: Removed.
  • platform/mac/fast/frames/iframe-outline-expected.png: Removed.
  • platform/mac/fast/frames/iframe-outline-expected.txt: Removed.
Location:
trunk
Files:
4 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r84142 r84143  
     12011-04-18  Sheriff Bot  <webkit.review.bot@gmail.com>
     2
     3        Unreviewed, rolling out r83803.
     4        http://trac.webkit.org/changeset/83803
     5        https://bugs.webkit.org/show_bug.cgi?id=58782
     6
     7        Caused focus rings to appear in youtube videos (Requested by
     8        inferno-sec on #webkit).
     9
     10        * fast/frames/iframe-outline.html: Removed.
     11        * platform/mac/fast/frames/iframe-outline-expected.checksum: Removed.
     12        * platform/mac/fast/frames/iframe-outline-expected.png: Removed.
     13        * platform/mac/fast/frames/iframe-outline-expected.txt: Removed.
     14
    1152011-04-18  Adam Roben  <aroben@apple.com>
    216
  • trunk/Source/WebCore/ChangeLog

    r84141 r84143  
     12011-04-18  Sheriff Bot  <webkit.review.bot@gmail.com>
     2
     3        Unreviewed, rolling out r83803.
     4        http://trac.webkit.org/changeset/83803
     5        https://bugs.webkit.org/show_bug.cgi?id=58782
     6
     7        Caused focus rings to appear in youtube videos (Requested by
     8        inferno-sec on #webkit).
     9
     10        * rendering/RenderWidget.cpp:
     11        (WebCore::RenderWidget::paint):
     12
    1132011-04-18  Alexander Pavlov  <apavlov@chromium.org>
    214
  • trunk/Source/WebCore/rendering/RenderWidget.cpp

    r83803 r84143  
    263263    }
    264264
    265     // Paint outline.
    266     if ((paintInfo.phase == PaintPhaseOutline || paintInfo.phase == PaintPhaseSelfOutline) && hasOutline() && style()->visibility() == VISIBLE)
    267         paintOutline(paintInfo.context, tx, ty, width(), height());
    268 
    269265    if (!m_frameView || paintInfo.phase != PaintPhaseForeground || style()->visibility() != VISIBLE)
    270266        return;
Note: See TracChangeset for help on using the changeset viewer.