Changeset 76006 in webkit


Ignore:
Timestamp:
Jan 18, 2011 1:24:50 AM (13 years ago)
Author:
Philippe Normand
Message:

2011-01-18 Philippe Normand <pnormand@igalia.com>

Unreviewed, rolling out r76002.
http://trac.webkit.org/changeset/76002
https://bugs.webkit.org/show_bug.cgi?id=49790

breaks a bunch of fast/forms tests on mac and GTK

  • fast/forms/select-option-background-color-change.html: Removed.
  • fast/forms/select-option-color-change.html: Removed.
  • fast/forms/select-option-visibility-change.html: Removed.
  • platform/mac/fast/forms/select-option-background-color-change-expected.checksum: Removed.
  • platform/mac/fast/forms/select-option-background-color-change-expected.png: Removed.
  • platform/mac/fast/forms/select-option-background-color-change-expected.txt: Removed.
  • platform/mac/fast/forms/select-option-color-change-expected.checksum: Removed.
  • platform/mac/fast/forms/select-option-color-change-expected.png: Removed.
  • platform/mac/fast/forms/select-option-color-change-expected.txt: Removed.
  • platform/mac/fast/forms/select-option-visibility-change-expected.checksum: Removed.
  • platform/mac/fast/forms/select-option-visibility-change-expected.png: Removed.
  • platform/mac/fast/forms/select-option-visibility-change-expected.txt: Removed.

2011-01-18 Philippe Normand <pnormand@igalia.com>

Unreviewed, rolling out r76002.
http://trac.webkit.org/changeset/76002
https://bugs.webkit.org/show_bug.cgi?id=49790

breaks a bunch of fast/forms tests on mac and GTK

  • html/HTMLOptionElement.cpp: (WebCore::HTMLOptionElement::setRenderStyle):
Location:
trunk
Files:
12 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r76003 r76006  
     12011-01-18  Philippe Normand  <pnormand@igalia.com>
     2
     3        Unreviewed, rolling out r76002.
     4        http://trac.webkit.org/changeset/76002
     5        https://bugs.webkit.org/show_bug.cgi?id=49790
     6
     7        breaks a bunch of fast/forms tests on mac and GTK
     8
     9        * fast/forms/select-option-background-color-change.html: Removed.
     10        * fast/forms/select-option-color-change.html: Removed.
     11        * fast/forms/select-option-visibility-change.html: Removed.
     12        * platform/mac/fast/forms/select-option-background-color-change-expected.checksum: Removed.
     13        * platform/mac/fast/forms/select-option-background-color-change-expected.png: Removed.
     14        * platform/mac/fast/forms/select-option-background-color-change-expected.txt: Removed.
     15        * platform/mac/fast/forms/select-option-color-change-expected.checksum: Removed.
     16        * platform/mac/fast/forms/select-option-color-change-expected.png: Removed.
     17        * platform/mac/fast/forms/select-option-color-change-expected.txt: Removed.
     18        * platform/mac/fast/forms/select-option-visibility-change-expected.checksum: Removed.
     19        * platform/mac/fast/forms/select-option-visibility-change-expected.png: Removed.
     20        * platform/mac/fast/forms/select-option-visibility-change-expected.txt: Removed.
     21
    1222011-01-18  Csaba Osztrogonác  <ossy@webkit.org>
    223
  • trunk/Source/WebCore/ChangeLog

    r76005 r76006  
     12011-01-18  Philippe Normand  <pnormand@igalia.com>
     2
     3        Unreviewed, rolling out r76002.
     4        http://trac.webkit.org/changeset/76002
     5        https://bugs.webkit.org/show_bug.cgi?id=49790
     6
     7        breaks a bunch of fast/forms tests on mac and GTK
     8
     9        * html/HTMLOptionElement.cpp:
     10        (WebCore::HTMLOptionElement::setRenderStyle):
     11
    1122011-01-18 MORITA Hajime <morrita@google.com>
    213
  • trunk/Source/WebCore/html/HTMLOptionElement.cpp

    r76002 r76006  
    222222{
    223223    m_style = newStyle;
    224     if (HTMLSelectElement* select = ownerSelectElement())
    225         if (RenderObject* renderer = select->renderer())
    226             renderer->repaint();
    227224}
    228225
Note: See TracChangeset for help on using the changeset viewer.