Bug 219518 - [Ref.js] Fix EventStream merge
Summary: [Ref.js] Fix EventStream merge
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Zhifei Fang
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2020-12-03 17:27 PST by Zhifei Fang
Modified: 2020-12-04 22:56 PST (History)
3 users (show)

See Also:


Attachments
Patch (2.15 KB, patch)
2020-12-03 17:28 PST, Zhifei Fang
no flags Details | Formatted Diff | Diff
Patch (2.15 KB, patch)
2020-12-04 11:59 PST, Zhifei Fang
no flags Details | Formatted Diff | Diff
Patch (2.16 KB, patch)
2020-12-04 22:56 PST, Zhifei Fang
zhifei_fang: review?
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Zhifei Fang 2020-12-03 17:27:13 PST
[Ref.js] Fix EventStream merge
Comment 1 Zhifei Fang 2020-12-03 17:28:10 PST
Created attachment 415368 [details]
Patch
Comment 2 Jonathan Bedard 2020-12-04 11:46:06 PST
Comment on attachment 415368 [details]
Patch

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

> Tools/Scripts/libraries/resultsdbpy/resultsdbpy/view/static/library/js/Ref.js:188
> +        const evetReceivedPromises = [];

Nit: Should be "eventReceivedPromises", I think
Comment 3 Radar WebKit Bug Importer 2020-12-04 11:46:27 PST
<rdar://problem/71987504>
Comment 4 Zhifei Fang 2020-12-04 11:57:17 PST
<rdar://71987883>
Comment 5 Zhifei Fang 2020-12-04 11:59:21 PST
Created attachment 415440 [details]
Patch
Comment 6 Zhifei Fang 2020-12-04 22:56:34 PST
Created attachment 415488 [details]
Patch