Bug 49015 - handle plugins without mimetypes in fast/js/navigator-mimeTypes-length.html
Summary: handle plugins without mimetypes in fast/js/navigator-mimeTypes-length.html
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other OS X 10.5
: P2 Normal
Assignee: Tony Chang
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-04 12:08 PDT by Tony Chang
Modified: 2010-11-08 13:42 PST (History)
2 users (show)

See Also:


Attachments
Patch (3.99 KB, patch)
2010-11-04 12:12 PDT, Tony Chang
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Tony Chang 2010-11-04 12:08:32 PDT
handle plugins without mimetypes in fast/js/navigator-mimeTypes-length.html
Comment 1 Tony Chang 2010-11-04 12:12:01 PDT
Created attachment 72970 [details]
Patch
Comment 2 Tony Chang 2010-11-04 12:13:24 PDT
This test was added in https://bugs.webkit.org/show_bug.cgi?id=10038.  We used to work around this in the chromium test plugin by registering 2 mime types, but I'm trying to switch chromium to using the plugin in WebKitTools/DumpRenderTree/TestNetscapePlugIn.
Comment 3 WebKit Commit Bot 2010-11-04 14:36:11 PDT
Comment on attachment 72970 [details]
Patch

Clearing flags on attachment: 72970

Committed r71357: <http://trac.webkit.org/changeset/71357>
Comment 4 WebKit Commit Bot 2010-11-04 14:36:16 PDT
All reviewed patches have been landed.  Closing bug.
Comment 5 Alexey Proskuryakov 2010-11-05 23:35:07 PDT
Why is this test even in fast/js? It's not a pure JavaScript test.
Comment 6 Tony Chang 2010-11-08 09:43:30 PST
(In reply to comment #5)
> Why is this test even in fast/js? It's not a pure JavaScript test.

I don't know, you put it there :)

Do you want me to move it to LayoutTests/plugins?
Comment 7 Alexey Proskuryakov 2010-11-08 10:05:45 PST
> I don't know, you put it there :)

D'oh!

> Do you want me to move it to LayoutTests/plugins?

That's probably where it needs to be, but it is not your duty, of course.
Comment 8 Tony Chang 2010-11-08 13:42:34 PST
(In reply to comment #7)
> > Do you want me to move it to LayoutTests/plugins?
> 
> That's probably where it needs to be, but it is not your duty, of course.

Moved in http://trac.webkit.org/changeset/71567.