-
Notifications
You must be signed in to change notification settings - Fork 137
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
blink: Add H5vccMetrics IDL, Blink implementation and Mojom #5047
base: main
Are you sure you want to change the base?
blink: Add H5vccMetrics IDL, Blink implementation and Mojom #5047
Conversation
@@ -1211,6 +1211,8 @@ if (is_cobalt) { | |||
[ | |||
"//third_party/blink/renderer/modules/cobalt/crash_log/crash_log.idl", | |||
"//third_party/blink/renderer/modules/cobalt/encryptedmedia/media_keys_extensions.idl", | |||
"//third_party/blink/renderer/modules/cobalt/h5vcc_metrics/metrics_event.idl", | |||
"//third_party/blink/renderer/modules/cobalt/h5vcc_metrics/h_5_vcc_metrics.idl", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can we keep the original file naming like: h5vcc_metrics.h|idl|cc
?
}; | ||
|
||
interface H5vccMetrics { | ||
AddListener(pending_remote<MetricsListener> listener) => (); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This could be my ignorance, but how does this map to the current onMetricEvent
in H5vccMetrics?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah, I forgot to tie this in from H5vccMetrics::setOnmetrics()
(had it but must have removed it).
This CL adds:
onmetrics
Event (with a "tbd" field).Bug: b/372559349