Bug 129391 - Web Replay: capture and replay ResourceLoader callbacks
Summary: Web Replay: capture and replay ResourceLoader callbacks
Status: RESOLVED LATER
Alias: None
Product: WebKit
Classification: Unclassified
Component: Page Loading (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Major
Assignee: Nobody
URL:
Keywords:
Depends on: 129388 129389 130632 130728 130865
Blocks: WebReplay 131318
  Show dependency treegraph
 
Reported: 2014-02-26 14:09 PST by BJ Burg
Modified: 2017-07-10 13:59 PDT (History)
6 users (show)

See Also:


Attachments
wip.1 (48.16 KB, patch)
2014-03-24 08:48 PDT, BJ Burg
no flags Details | Formatted Diff | Diff
the patch (52.03 KB, patch)
2014-03-30 22:59 PDT, Brian Burg
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description BJ Burg 2014-02-26 14:09:19 PST
This is the main bug for replaying network traffic.
Comment 1 BJ Burg 2014-03-24 08:48:01 PDT
Created attachment 227649 [details]
wip.1
Comment 2 Timothy Hatcher 2014-03-25 12:19:32 PDT
Comment on attachment 227649 [details]
wip.1

View in context: https://bugs.webkit.org/attachment.cgi?id=227649&action=review

> Source/WebCore/loader/ResourceLoader.h:47
> +namespace JSC {
> +class InputCursor;
> +}

#ifdef ENABLE(WEB_REPLAY) too?
Comment 3 Brian Burg 2014-03-30 22:59:28 PDT
Created attachment 228152 [details]
the patch
Comment 4 Brian Burg 2014-03-30 23:01:40 PDT
Uploaded a new patch rebased on top of fixes for 130728, 130865.

Brady, I would appreciate it if you could look at this patch plus the one in 130865 to see how they work together.
Comment 5 Brady Eidson 2015-08-05 10:28:19 PDT
Comment on attachment 228152 [details]
the patch

How does this interact with the app cache?
Comment 6 BJ Burg 2015-08-05 10:33:31 PDT
(In reply to comment #5)
> Comment on attachment 228152 [details]
> the patch
> 
> How does this interact with the app cache?

Good question! I don't think this patch considers app cache behavior. I'll have to look into it.

This patch series is at least 6 months behind, so I am clearing r? flags for the time being.
Comment 7 BJ Burg 2017-07-10 13:59:27 PDT
Closing web replay-related bugs until we resume working on the feature again.