Bug 49094 - run platform/chromium/plugins/nested-plugin-objects.html on all platforms
Summary: run platform/chromium/plugins/nested-plugin-objects.html on all platforms
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-05 14:24 PDT by Tony Chang
Modified: 2010-11-08 11:45 PST (History)
5 users (show)

See Also:


Attachments
Patch (7.43 KB, patch)
2010-11-05 14:28 PDT, Tony Chang
abarth: review+
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-05 14:24:57 PDT
run platform/chromium/plugins/nested-plugin-objects.html on all platforms
Comment 1 Tony Chang 2010-11-05 14:28:09 PDT
Created attachment 73119 [details]
Patch
Comment 2 Tony Chang 2010-11-05 14:30:17 PDT
Moving another test from platform/chromium/plugins into plugins and copying some code from the chromium forked plugin upstream.  This needs to be landed by hand to get the file move.
Comment 3 Adam Barth 2010-11-05 22:04:45 PDT
Comment on attachment 73119 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=73119&action=review

> WebKitTools/DumpRenderTree/TestNetscapePlugIn/TestObject.cpp:118
> +    if (testObject->testObject)
> +      browser->releaseobject(testObject->testObject);

Four-space indent.

> WebKitTools/DumpRenderTree/TestNetscapePlugIn/TestObject.cpp:167
> +        if (!testObject->testObject)
> +          testObject->testObject = browser->createobject(0, &testClass);

four-space indent
Comment 4 Tony Chang 2010-11-08 09:57:00 PST
Committed r71537: <http://trac.webkit.org/changeset/71537>
Comment 5 Eric Seidel (no email) 2010-11-08 10:49:31 PST
SUCCESS: Build 20478 (r71539) was the first to show failures: set([u'plugins/nested-plugin-objects.html'])

This is broken on Snow Leopard it seems.
Comment 6 Tony Chang 2010-11-08 11:17:30 PST
(In reply to comment #5)
> SUCCESS: Build 20478 (r71539) was the first to show failures: set([u'plugins/nested-plugin-objects.html'])
> 
> This is broken on Snow Leopard it seems.

Sorry, fixing...
Comment 7 WebKit Review Bot 2010-11-08 11:45:03 PST
http://trac.webkit.org/changeset/71537 might have broken Qt Linux Release