Bug 129389 - Web Replay: load progress tracker should assign unique identifiers deterministically
Summary: Web Replay: load progress tracker should assign unique identifiers determinis...
Status: RESOLVED DUPLICATE of bug 130632
Alias: None
Product: WebKit
Classification: Unclassified
Component: Page Loading (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: BJ Burg
URL:
Keywords:
Depends on:
Blocks: 129391
  Show dependency treegraph
 
Reported: 2014-02-26 14:03 PST by BJ Burg
Modified: 2014-03-23 08:28 PDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description BJ Burg 2014-02-26 14:03:34 PST
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.
Comment 1 BJ Burg 2014-03-23 08:28:02 PDT

*** This bug has been marked as a duplicate of bug 130632 ***