Bug 143673
| Summary: | <embed> and <object> should fire the load event for PDFs (and maybe plugins?) | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Tim Horton <thorton> |
| Component: | DOM | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | CC: | ap |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Tim Horton
Currently, <embed> and <object> fire the load event for images/text documents/etc., but not for PDFs or plugins.
I'm not sure what exactly "unload" would mean for plugins, but for PDFs it's pretty clear, so we should probably fire it.
This would also make testing PDFPlugin easier.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Lucas Forschler
Mass move bugs into the DOM component.
Alexsander Borges Damaceno
Pull request: https://github.com/WebKit/WebKit/pull/43885