Bug 123404
| Summary: | [GTK] Suspicious 1ms timeout for subresources cache clean-up | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Philippe Normand <pnormand> |
| Component: | WebKitGTK | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED WONTFIX | ||
| Severity: | Normal | CC: | bugzilla, cgarcia, changseok, mcatanzaro |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Philippe Normand
In Source/WebKit/gtk/webkit/webkitwebview.cpp:5276
g_timeout_add(1, cleanupTemporarilyCachedSubresources, g_list_copy(subResources));
That 1ms timer looks weird. See also https://bugs.webkit.org/show_bug.cgi?id=108960#c24
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Michael Catanzaro
WK1 bug