Changeset 100256 in webkit


Ignore:
Timestamp:
Nov 15, 2011 2:34:20 AM (12 years ago)
Author:
Simon Hausmann
Message:

[Qt] REGRESSION(100123): It made inspector tests crash https://bugs.webkit.org/show_bug.cgi?id=72274

Reviewed by Tor Arne Vestbø.

Source/WebCore:

  • platform/qt/RenderThemeQStyle.h: Remove uninitialized and duplicated

m_page member that should really come from RenderThemeQt.

LayoutTests:

  • platform/qt/Skipped: Unskip passing tests.
Location:
trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r100254 r100256  
     12011-11-15  Simon Hausmann  <simon.hausmann@nokia.com>
     2
     3        [Qt] REGRESSION(100123): It made inspector tests crash
     4        https://bugs.webkit.org/show_bug.cgi?id=72274
     5
     6        Reviewed by Tor Arne Vestbø.
     7
     8        * platform/qt/Skipped: Unskip passing tests.
     9
    1102011-11-15  Oliver Varga  <voliver@inf.u-szeged.hu>
    211
  • trunk/LayoutTests/platform/qt/Skipped

    r100249 r100256  
    25082508http/tests/misc/xslt-bad-import.html
    25092509
    2510 # [Qt] REGRESSION(100123): It made inspector tests crash
    2511 # https://bugs.webkit.org/show_bug.cgi?id=72274
    2512 inspector/timeline
    2513 inspector/user-metrics.html
    2514 
    25152510# [Qt] fast/dom/Window/window-postmessage-arrays.html fails after r100239
    25162511# https://bugs.webkit.org/show_bug.cgi?id=72363
  • trunk/Source/WebCore/ChangeLog

    r100255 r100256  
     12011-11-15  Simon Hausmann  <simon.hausmann@nokia.com>
     2
     3        [Qt] REGRESSION(100123): It made inspector tests crash
     4        https://bugs.webkit.org/show_bug.cgi?id=72274
     5
     6        Reviewed by Tor Arne Vestbø.
     7
     8        * platform/qt/RenderThemeQStyle.h: Remove uninitialized and duplicated
     9        m_page member that should really come from RenderThemeQt.
     10
    1112011-11-15  Gyuyoung Kim  <gyuyoung.kim@samsung.com>
    212
  • trunk/Source/WebCore/platform/qt/RenderThemeQStyle.h

    r100123 r100256  
    109109    QStyle* fallbackStyle() const;
    110110
    111     Page* m_page;
    112 
    113111#ifdef Q_OS_MAC
    114112    int m_buttonFontPixelSize;
Note: See TracChangeset for help on using the changeset viewer.