WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
15804
<object> fallback does not work when both URL and MIME type are omitted
https://bugs.webkit.org/show_bug.cgi?id=15804
Summary
<object> fallback does not work when both URL and MIME type are omitted
Darin Adler
Reported
2007-11-02 14:46:19 PDT
Simple test cases demonstrate that <object> won't show its fallback content if both the URL and the MIME type are omitted.
Attachments
patch
(11.70 KB, patch)
2007-11-02 14:46 PDT
,
Darin Adler
mitz: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Darin Adler
Comment 1
2007-11-02 14:46:48 PDT
Created
attachment 16999
[details]
patch
Darin Adler
Comment 2
2007-11-02 14:47:31 PDT
<
rdar://problem/5530185
>
mitz
Comment 3
2007-11-02 15:10:59 PDT
Comment on
attachment 16999
[details]
patch + (-[WebNullPluginView reportFailure]): Added. Does the actual delegate + callback. Happens back at the top level of the run loop so it doesn't + fire deep inside layout. Also wrote this so that it is guaranteed not to + reenter and so that it can handle the case where the delegate destroys + the world (including this object). This is good to fix for WebKit's own Null plugin, (you're fixing
bug 15405
), but other WebKit plugins can still presumably run arbitrary code under attach(), either mutating the DOM or putting up a sheet, which will cause reentry into WebCore.
mitz
Comment 4
2007-11-02 15:33:12 PDT
Comment on
attachment 16999
[details]
patch r=me. I just need to make sure to follow up on
bug 15404
if it gets closed as a result (which it should).
mitz
Comment 5
2007-11-02 15:34:06 PDT
(In reply to
comment #4
)
>
bug 15404
I mean
bug 15405
.
Darin Adler
Comment 6
2007-11-02 16:21:13 PDT
Committed revision 27378.
David Kilzer (:ddkilzer)
Comment 7
2007-11-02 23:37:34 PDT
***
Bug 7536
has been marked as a duplicate of this bug. ***
David Kilzer (:ddkilzer)
Comment 8
2007-11-02 23:38:38 PDT
***
Bug 15202
has been marked as a duplicate of this bug. ***
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug