Fix problems in PerformanceObserver notifications#43847
Conversation
|
This pull request was exported from Phabricator. Differential Revision: D55646390 |
9c92e49 to
74ea8bc
Compare
|
This pull request was exported from Phabricator. Differential Revision: D55646390 |
74ea8bc to
f3e835c
Compare
|
This pull request was exported from Phabricator. Differential Revision: D55646390 |
f3e835c to
c4b6a31
Compare
|
This pull request was exported from Phabricator. Differential Revision: D55646390 |
c4b6a31 to
2b0b480
Compare
|
This pull request was exported from Phabricator. Differential Revision: D55646390 |
2b0b480 to
33b6577
Compare
|
This pull request was exported from Phabricator. Differential Revision: D55646390 |
Summary: Changelog: [internal] (This is an internal change because the API hasn't been released in OSS yet) This fixes 2 problems in how we dispatch `PerformanceObserver` notifications: 1. If an observer callback throws an error, the remaining observers don't receive notifications. 2. We're notifying observers with an empty list of events when they don't match the filters. Reviewed By: javache Differential Revision: D55646390
33b6577 to
e0b4a1d
Compare
…#43847) Summary: Changelog: [internal] (This is an internal change because the API hasn't been released in OSS yet) This fixes 2 problems in how we dispatch `PerformanceObserver` notifications: 1. If an observer callback throws an error, the remaining observers don't receive notifications. 2. We're notifying observers with an empty list of events when they don't match the filters. Reviewed By: javache Differential Revision: D55646390
|
This pull request was exported from Phabricator. Differential Revision: D55646390 |
|
This pull request has been merged in af27d29. |
|
This pull request was successfully merged by @rubennorte in af27d29. When will my fix make it into a release? | How to file a pick request? |
Summary:
Changelog: [internal]
(This is an internal change because the API hasn't been released in OSS yet)
This fixes 2 problems in how we dispatch
PerformanceObservernotifications:Differential Revision: D55646390