Bug 27905
Summary: | [Gtk] Needs resource load callbacks | ||
---|---|---|---|
Product: | WebKit | Reporter: | Jan Alonzo <jmalonzo> |
Component: | WebKitGTK | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | gustavo, mrobinson |
Priority: | P2 | Keywords: | Gtk |
Version: | 528+ (Nightly build) | ||
Hardware: | PC | ||
OS: | Linux |
Jan Alonzo
The Gtk DRT needs resourced load callbacks to pass some tests. For example the tests:
* http/tests/loading/resource-methods.html
* http/tests/misc/favicons-loads-with-images-disabled.html
... require these callbacks to match the expected result. There are probably more tests that require it. The callbacks may also be helpful for embedders to know if certain esources were loaded, etc...
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Gustavo Noronha (kov)
One more test: http/tests/cache/subresource-failover-to-network.html
Martin Robinson
These tests are not skipped any longer.