Bug 172665
Summary: | [WK2] Simplify the ResourceLoadStatistics design | ||
---|---|---|---|
Product: | WebKit | Reporter: | Brent Fulgham <bfulgham> |
Component: | WebCore Misc. | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | bfulgham, cdumez, wilander |
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | 172519 | ||
Bug Blocks: |
Brent Fulgham
The current multi-threaded design of the ResourceLoadStatistics code is pretty complicated, and prone to threading errors.
We should revise it to be more like Antti's caching code, which avoids some of the nastiness through proper abstraction.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Brent Fulgham
Chris did this work already.