Bug 44711 - User scripts injected at start are not run for plugin and media documents
Summary: User scripts injected at start are not run for plugin and media documents
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: All OS X 10.5
: P2 Normal
Assignee: Brian Weinstein
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2010-08-26 13:06 PDT by Brian Weinstein
Modified: 2010-08-26 13:21 PDT (History)
0 users

See Also:


Attachments
[PATCH] Fix (2.38 KB, patch)
2010-08-26 13:12 PDT, Brian Weinstein
aroben: review+
bweinstein: commit-queue-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Brian Weinstein 2010-08-26 13:06:41 PDT
User scripts injected at start are not run for plugin and media documents.
Comment 1 Brian Weinstein 2010-08-26 13:06:55 PDT
<rdar://problem/8359288>
Comment 2 Brian Weinstein 2010-08-26 13:12:15 PDT
Created attachment 65605 [details]
[PATCH] Fix
Comment 3 Adam Roben (:aroben) 2010-08-26 13:13:30 PDT
Comment on attachment 65605 [details]
[PATCH] Fix

I wonder if we should try to share the common code between ImageDocument, MediaDocument, and PluginDocument.

r=me
Comment 4 Brian Weinstein 2010-08-26 13:14:28 PDT
(In reply to comment #3)
> (From update of attachment 65605 [details])
> I wonder if we should try to share the common code between ImageDocument, MediaDocument, and PluginDocument.

There seems to be a lot of common code in there. I will file a bug.

> 
> r=me

Thanks!
Comment 5 Brian Weinstein 2010-08-26 13:21:18 PDT
Landed in r66129.