Bug 129389
Summary: | Web Replay: load progress tracker should assign unique identifiers deterministically | ||
---|---|---|---|
Product: | WebKit | Reporter: | Blaze Burg <bburg> |
Component: | Page Loading | Assignee: | Blaze Burg <bburg> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | ap, ddkilzer, kling, timothy |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | |||
Bug Blocks: | 129391 |
Blaze Burg
During replay we identify network callbacks to a ResourceLoader by the loader's unique identifier. In order to have consistently numbered resource loaders across separate runs of the same execution, ProgressTracker needs to reset its nextUniqueIdentifier member appropriately. The unit of playback is a main frame navigation, so we'd want to restart the counter at that time.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Blaze Burg
*** This bug has been marked as a duplicate of bug 130632 ***