Changeset 86086 in webkit


Ignore:
Timestamp:
May 9, 2011 2:09:13 PM (13 years ago)
Author:
robert@webkit.org
Message:

2011-05-09 Robert Hogan <robert@webkit.org>

Reviewed by Adam Roben.

https://bugs.webkit.org/show_bug.cgi?id=57137

Unskip plugins/embed-prefers-plugins-for-images.html

Add image/png mime-type to test netscape plugin on Unix.

  • platform/gtk/Skipped:
  • platform/qt/Skipped:

2011-05-09 Robert Hogan <robert@webkit.org>

Reviewed by Adam Roben.

https://bugs.webkit.org/show_bug.cgi?id=57137

Unskip plugins/embed-prefers-plugins-for-images.html

Add image/png mime-type to test netscape plugin on Unix.

  • DumpRenderTree/unix/TestNetscapePlugin/TestNetscapePlugin.cpp: (NP_GetMIMEDescription):
Location:
trunk
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r86082 r86086  
     12011-05-09  Robert Hogan  <robert@webkit.org>
     2
     3        Reviewed by Adam Roben.
     4
     5        https://bugs.webkit.org/show_bug.cgi?id=57137
     6
     7        Unskip plugins/embed-prefers-plugins-for-images.html
     8
     9        Add image/png mime-type to test netscape plugin on Unix.
     10
     11        * platform/gtk/Skipped:
     12        * platform/qt/Skipped:
     13
    1142011-05-09  Chang Shu  <cshu@webkit.org>
    215
  • trunk/LayoutTests/platform/gtk/Skipped

    r86059 r86086  
    13721372fast/harness/override-preferences-2.html
    13731373
    1374 # https://bugs.webkit.org/show_bug.cgi?id=57137
    1375 plugins/embed-prefers-plugins-for-images.html
    1376 
    13771374# https://bugs.webkit.org/show_bug.cgi?id=58020
    13781375fast/forms/input-number-large-padding.html
  • trunk/LayoutTests/platform/qt/Skipped

    r86082 r86086  
    23792379http/tests/inspector/network/network-size-sync.html
    23802380
    2381 # https://bugs.webkit.org/show_bug.cgi?id=57137
    2382 plugins/embed-prefers-plugins-for-images.html
    2383 
    23842381# [Qt]REGRESSION(r82243): fast/events/onsearch-enter.html fails
    23852382# https://bugs.webkit.org/show_bug.cgi?id=57472
  • trunk/Tools/ChangeLog

    r86063 r86086  
     12011-05-09  Robert Hogan  <robert@webkit.org>
     2
     3        Reviewed by Adam Roben.
     4
     5        https://bugs.webkit.org/show_bug.cgi?id=57137
     6
     7        Unskip plugins/embed-prefers-plugins-for-images.html
     8
     9        Add image/png mime-type to test netscape plugin on Unix.
     10
     11        * DumpRenderTree/unix/TestNetscapePlugin/TestNetscapePlugin.cpp:
     12        (NP_GetMIMEDescription):
     13
    1142011-05-09  Alice Boxhall  <aboxhall@chromium.org>
    215
  • trunk/Tools/DumpRenderTree/unix/TestNetscapePlugin/TestNetscapePlugin.cpp

    r77727 r86086  
    387387    // We sentence-case the mime-type here to ensure that ports are not
    388388    // case-sensitive when loading plugins. See https://webkit.org/b/36815
    389     return const_cast<char*>("application/x-Webkit-Test-Netscape:testnetscape:test netscape content");
     389    return const_cast<char*>("application/x-Webkit-Test-Netscape:testnetscape:test netscape content;image/png:png:PNG image");
    390390}
    391391
Note: See TracChangeset for help on using the changeset viewer.