Skip to content

Commit

Permalink
Add mjwilson@ to OWNERS for the WebAudio-related codes
Browse files Browse the repository at this point in the history
This CL adds mjwilson@ as an owner to anywhere hongchan@ is listed.

Change-Id: I4c535fd2bbbf836c0dd765e0937ae1bb58b1d692
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3591041
Reviewed-by: Michael Wilson <mjwilson@chromium.org>
Auto-Submit: Hongchan Choi <hongchan@chromium.org>
Commit-Queue: Hongchan Choi <hongchan@chromium.org>
Reviewed-by: Robert Kaplow <rkaplow@chromium.org>
Reviewed-by: Kouhei Ueno <kouhei@chromium.org>
Cr-Commit-Position: refs/heads/main@{#997746}
  • Loading branch information
hoch authored and Chromium LUCI CQ committed Apr 29, 2022
1 parent e342713 commit 5e099c7
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion WATCHLISTS
Original file line number Diff line number Diff line change
Expand Up @@ -2242,7 +2242,7 @@
'blink_animation': ['alexis.menard@intel.com',
'gerchiko@microsoft.com',
'blink-reviews-animation@chromium.org'],
'blink_audio': ['hongchan@chromium.org'],
'blink_audio': ['hongchan@chromium.org', 'mjwilson@chromium.org'],
'blink_battery_status': ['raphael.kubo.da.costa@intel.com'],
'blink_bindings': ['blink-reviews-bindings@chromium.org', 'haraken@chromium.org'],
'blink_bindings_serialization': ['jbroman+watch@chromium.org'],
Expand Down
1 change: 1 addition & 0 deletions content/browser/media/webaudio/OWNERS
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
hongchan@chromium.org
mjwilson@chromium.org
1 change: 1 addition & 0 deletions third_party/blink/renderer/modules/webaudio/OWNERS
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
hongchan@chromium.org
mjwilson@chromium.org
1 change: 1 addition & 0 deletions third_party/blink/renderer/platform/audio/OWNERS
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
hongchan@chromium.org
mjwilson@chromium.org
1 change: 1 addition & 0 deletions third_party/blink/web_tests/external/wpt/webaudio/OWNERS
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
hongchan@chromium.org
mjwilson@chromium.org
1 change: 1 addition & 0 deletions third_party/blink/web_tests/webaudio/OWNERS
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
hongchan@chromium.org
mjwilson@chromium.org
1 change: 1 addition & 0 deletions third_party/fdlibm/OWNERS
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
hongchan@chromium.org
mjwilson@chromium.org

# *****************************************************************************
# If this file is changed, make sure to update the watchlist in v8/WATCHLISTS,
Expand Down
1 change: 1 addition & 0 deletions tools/metrics/ukm/ukm.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11047,6 +11047,7 @@ be describing additional metrics about the same event.

<event name="Media.WebAudio.AudioContext.AudibleTime">
<owner>hongchan@chromium.org</owner>
<owner>mjwilson@chromium.org</owner>
<owner>webaudio-dev@chromium.org</owner>
<summary>
Records the AudioContext audible time information.
Expand Down
2 changes: 1 addition & 1 deletion tools/perf/benchmark.csv
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ blink_perf.parser,"jbroman@chromium.org, yukishiino@chromium.org, haraken@chromi
blink_perf.sanitizer-api,lyf@chromium.org,Blink>Security>SanitizerAPI,https://bit.ly/blink-perf-benchmarks,all
blink_perf.shadow_dom,masonf@chromium.org,Blink>DOM>ShadowDOM,https://bit.ly/blink-perf-benchmarks,all
blink_perf.svg,"fs@opera.com, pdr@chromium.org",Blink>SVG,https://bit.ly/blink-perf-benchmarks,all
blink_perf.webaudio,hongchan@chromium.org,Blink>WebAudio,https://bit.ly/blink-perf-benchmarks,all
blink_perf.webaudio,"hongchan@chromium.org, mjwilson@chromium.org",Blink>WebAudio,https://bit.ly/blink-perf-benchmarks,all
blink_perf.webcodecs,media-dev@chromium.org,Blink>WebCodecs,https://bit.ly/blink-perf-benchmarks,all
blink_perf.webgl,"kbr@chromium.org, enga@chromium.org, webgl-team@google.com",Blink>WebGL,https://bit.ly/blink-perf-benchmarks,
blink_perf.webgl_fast_call,"kbr@chromium.org, enga@chromium.org, mslekova@chromium.org, junov@chromium.org, webgl-team@google.com",Blink>WebGL,https://bit.ly/blink-perf-benchmarks,
Expand Down
2 changes: 1 addition & 1 deletion tools/perf/benchmarks/blink_perf.py
Original file line number Diff line number Diff line change
Expand Up @@ -702,7 +702,7 @@ def SetExtraBrowserOptions(self, options):
['--enable-blink-features=DisplayLocking,CSSContentSize'])


@benchmark.Info(emails=['hongchan@chromium.org'],
@benchmark.Info(emails=['hongchan@chromium.org', 'mjwilson@chromium.org'],
component='Blink>WebAudio',
documentation_url='https://bit.ly/blink-perf-benchmarks')
class BlinkPerfWebAudio(_BlinkPerfBenchmark):
Expand Down

0 comments on commit 5e099c7

Please sign in to comment.