Bug 40722 - User scripts injected on start are not run on image documents
Summary: User scripts injected on start are not run on image documents
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Brian Weinstein
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-16 10:59 PDT by Brian Weinstein
Modified: 2010-06-16 12:01 PDT (History)
2 users (show)

See Also:


Attachments
[PATCH] Fix (1.56 KB, patch)
2010-06-16 11:06 PDT, Brian Weinstein
darin: 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-06-16 10:59:30 PDT
User scripts injected on start are not run on image documents.
Comment 1 Brian Weinstein 2010-06-16 11:00:02 PDT
<rdar://8087394>
Comment 2 Brian Weinstein 2010-06-16 11:06:17 PDT
Created attachment 58906 [details]
[PATCH] Fix
Comment 3 Darin Adler 2010-06-16 11:11:17 PDT
Comment on attachment 58906 [details]
[PATCH] Fix

This looks OK. Is there any way to share more code with the normal document loading code path?
Comment 4 Brian Weinstein 2010-06-16 12:01:58 PDT
Landed in r61271.