-
Notifications
You must be signed in to change notification settings - Fork 24.9k
Add internal support for PerformanceResourceTiming #50996
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
This pull request was exported from Phabricator. Differential Revision: D73861431 |
3f26dea
to
d53d765
Compare
Summary: Adds a representation of the [`PerformanceResourceTiming`](https://developer.mozilla.org/en-US/docs/Web/API/PerformanceResourceTiming) event type to the Web Performance subsystem, ahead of integration with our network event reporting. Changelog: [Internal] Differential Revision: D73861431
This pull request was exported from Phabricator. Differential Revision: D73861431 |
d53d765
to
51922b5
Compare
Summary: Adds a representation of the [`PerformanceResourceTiming`](https://developer.mozilla.org/en-US/docs/Web/API/PerformanceResourceTiming) event type to the Web Performance subsystem, ahead of integration with our network event reporting. Changelog: [Internal] Differential Revision: D73861431
This pull request was exported from Phabricator. Differential Revision: D73861431 |
Summary: Pull Request resolved: facebook#50996 Adds a representation of the [`PerformanceResourceTiming`](https://developer.mozilla.org/en-US/docs/Web/API/PerformanceResourceTiming) event type to the Web Performance subsystem, ahead of integration with our network event reporting. Changelog: [Internal] Differential Revision: D73861431
51922b5
to
8a59e4f
Compare
Summary: Adds a representation of the [`PerformanceResourceTiming`](https://developer.mozilla.org/en-US/docs/Web/API/PerformanceResourceTiming) event type to the Web Performance subsystem, ahead of integration with our network event reporting. Changelog: [Internal] Differential Revision: D73861431
8a59e4f
to
a2e3f41
Compare
This pull request was exported from Phabricator. Differential Revision: D73861431 |
a2e3f41
to
390fdd6
Compare
Summary: Pull Request resolved: facebook#50996 Adds a representation of the [`PerformanceResourceTiming`](https://developer.mozilla.org/en-US/docs/Web/API/PerformanceResourceTiming) event type to the Web Performance subsystem, ahead of integration with our network event reporting. Changelog: [Internal] Differential Revision: D73861431
…k#50996) Summary: Adds a representation of the [`PerformanceResourceTiming`](https://developer.mozilla.org/en-US/docs/Web/API/PerformanceResourceTiming) event type to the Web Performance subsystem, ahead of integration with our network event reporting. Changelog: [Internal] Differential Revision: D73861431
Summary: Pull Request resolved: facebook#50996 Adds a representation of the [`PerformanceResourceTiming`](https://developer.mozilla.org/en-US/docs/Web/API/PerformanceResourceTiming) event type to the Web Performance subsystem, ahead of integration with our network event reporting. Changelog: [Internal] Differential Revision: D73861431
Summary: Adds a representation of the [`PerformanceResourceTiming`](https://developer.mozilla.org/en-US/docs/Web/API/PerformanceResourceTiming) event type to the Web Performance subsystem, ahead of integration with our network event reporting. Changelog: [Internal] Differential Revision: D73861431
This pull request was exported from Phabricator. Differential Revision: D73861431 |
Summary: Refactors our previous single-struct representation for `PerformanceEntry` ([see MDN](https://developer.mozilla.org/en-US/docs/Web/API/PerformanceEntry)) as a `std::variant`. This maps closely to the `PerformanceEntry` type inheritance in the web spec, and makes this type substantially cleaner to extend and work with in D73861431. Changelog: [Internal] Reviewed By: rubennorte, rshest Differential Revision: D73860532
Summary: Adds a representation of the [`PerformanceResourceTiming`](https://developer.mozilla.org/en-US/docs/Web/API/PerformanceResourceTiming) event type to the Web Performance subsystem, ahead of integration with our network event reporting. Changelog: [Internal] Reviewed By: rubennorte Differential Revision: D73861431
This pull request was exported from Phabricator. Differential Revision: D73861431 |
This pull request has been merged in baf895c. |
Summary: Pull Request resolved: facebook#50996 Adds a representation of the [`PerformanceResourceTiming`](https://developer.mozilla.org/en-US/docs/Web/API/PerformanceResourceTiming) event type to the Web Performance subsystem, ahead of integration with our network event reporting. Changelog: [Internal] Reviewed By: rubennorte Differential Revision: D73861431 fbshipit-source-id: 8258058c432727808d30c338bba79ca92a17c1c8
Summary:
Adds a representation of the
PerformanceResourceTiming
event type to the Web Performance subsystem, ahead of integration with our network event reporting.Changelog: [Internal]
Differential Revision: D73861431