commit | 4204b3f0e7808a37e95cf831949fc7ad65e4c13a | [log] [tgz] |
---|---|---|
author | Ted Meyer <tmathmeyer@chromium.org> | Tue Aug 06 23:10:26 2019 |
committer | Commit Bot <commit-bot@chromium.org> | Tue Aug 06 23:10:26 2019 |
tree | fbc8e6856fa7cc026af7955b1c5eb27c6eae9658 | |
parent | dad6ac7d2d431372eb1300ef1d7800448de8b9b0 [diff] |
Devtools Media Inspecting: Add protocol and backend support for reporting players, events, and properties as a replacement for chrome://media-internals. doc: https://docs.google.com/document/d/1NMTjKc-Q99UDTS0QFoftVwhmzZTEh0fsHGQJ6I82IRY/edit This design allows sending properties & events from browser -> inspector and [enable, disable] commands from inspector -> browser. In a followup CL, A new InspectorMediaLog will be created, which will forward events to the MediaInspectorContextImpl. MediaInspectorContext is the storage object attached to the frame where events / properties / players are saved. This allows the inspector to check the status of players that were destroyed before the inspector may have ever been open. Bug: 794255 Change-Id: Ic84d5297f24969d944d0be1486566832e669d2c4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1661118 Commit-Queue: Ted Meyer <tmathmeyer@chromium.org> Reviewed-by: Kinuko Yasuda <kinuko@chromium.org> Reviewed-by: Andrey Kosyakov <caseq@chromium.org> Cr-Commit-Position: refs/heads/master@{#684552}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .