Skip to content

Commit

Permalink
Change my email address
Browse files Browse the repository at this point in the history
My @chromium email address has changed, so this CL replaces
the old one with the new one. This is purely mechanical, and
makes no changes to any behavior.

Change-Id: I74e738ce23d07fb27c805e88001316be4f968523
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2770178
Reviewed-by: Owen Min <zmin@chromium.org>
Reviewed-by: Annie Sullivan <sullivan@chromium.org>
Reviewed-by: Chris Harrelson <chrishtr@chromium.org>
Commit-Queue: Mason Freed <masonfreed@chromium.org>
Cr-Commit-Position: refs/heads/master@{#864276}
  • Loading branch information
mfreed7 authored and Chromium LUCI CQ committed Mar 18, 2021
1 parent fa6759b commit e4dc0b6
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 11 deletions.
2 changes: 1 addition & 1 deletion cc/trees/layer_tree_impl.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1491,7 +1491,7 @@ LayerImpl* LayerTreeImpl::LayerById(int id) const {
return iter != layer_id_map_.end() ? iter->second : nullptr;
}

// TODO(masonfreed): If this shows up on profiles, this could use
// TODO(masonf): If this shows up on profiles, this could use
// a layer_element_map_ approach similar to LayerById().
LayerImpl* LayerTreeImpl::LayerByElementId(ElementId element_id) const {
auto it =
Expand Down
4 changes: 2 additions & 2 deletions chrome/browser/flag-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2953,12 +2953,12 @@
},
{
"name": "form-controls-dark-mode",
"owners": [ "sasebree@microsoft.com", "masonfreed", "yuzhehan", "//third_party/blink/renderer/core/OWNERS" ],
"owners": [ "sasebree@microsoft.com", "masonf", "yuzhehan", "//third_party/blink/renderer/core/OWNERS" ],
"expiry_milestone": 92
},
{
"name": "form-controls-refresh",
"owners": [ "iopopesc@microsoft.com", "masonfreed", "yuzhehan", "//third_party/blink/renderer/core/OWNERS" ],
"owners": [ "iopopesc@microsoft.com", "masonf", "yuzhehan", "//third_party/blink/renderer/core/OWNERS" ],
"expiry_milestone": 92
},
{
Expand Down
4 changes: 2 additions & 2 deletions components/policy/resources/policy_templates.json
Original file line number Diff line number Diff line change
Expand Up @@ -22887,7 +22887,7 @@
},
{
'name': 'WebComponentsV0Enabled',
'owners': ['masonfreed@chromium.org', 'chrishtr@chromium.org'],
'owners': ['masonf@chromium.org', 'chrishtr@chromium.org'],
'type': 'main',
'schema': { 'type': 'boolean' },
'example_value': True,
Expand All @@ -22910,7 +22910,7 @@
},
{
'name': 'UseLegacyFormControls',
'owners': ['masonfreed@chromium.org', 'chrishtr@chromium.org', 'hwi@chromium.org', 'nsull@google.com'],
'owners': ['masonf@chromium.org', 'chrishtr@chromium.org', 'hwi@chromium.org', 'nsull@google.com'],
'type': 'main',
'schema': { 'type': 'boolean' },
'example_value': True,
Expand Down
6 changes: 3 additions & 3 deletions tools/perf/benchmark.csv
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ blink_perf.accessibility,dmazzoni@chromium.org,Blink>Accessibility,https://bit.l
blink_perf.bindings,"jbroman@chromium.org, yukishiino@chromium.org, haraken@chromium.org",Blink>Bindings,https://bit.ly/blink-perf-benchmarks,all
blink_perf.css,"futhark@chromium.org, andruud@chromium.org",Blink>CSS,https://bit.ly/blink-perf-benchmarks,all
blink_perf.display_locking,vmpstr@chromium.org,Blink>Paint,https://bit.ly/blink-perf-benchmarks,all
blink_perf.dom,masonfreed@chromium.org,Blink>DOM,https://bit.ly/blink-perf-benchmarks,all
blink_perf.events,masonfreed@chromium.org,Blink>DOM,https://bit.ly/blink-perf-benchmarks,all
blink_perf.dom,masonf@chromium.org,Blink>DOM,https://bit.ly/blink-perf-benchmarks,all
blink_perf.events,masonf@chromium.org,Blink>DOM,https://bit.ly/blink-perf-benchmarks,all
blink_perf.image_decoder,cblume@chromium.org,Internals>Images>Codecs,https://bit.ly/blink-perf-benchmarks,all
blink_perf.layout,"ikilpatrick@chromium.org, kojii@chromium.org",Blink>Layout,https://bit.ly/blink-perf-benchmarks,all
blink_perf.owp_storage,dmurph@chromium.org,Blink>Storage,https://bit.ly/blink-perf-benchmarks,all
blink_perf.paint,"pdr@chromium.org, wangxianzhu@chromium.org",Blink>Paint,https://bit.ly/blink-perf-benchmarks,all
blink_perf.parser,"jbroman@chromium.org, yukishiino@chromium.org, haraken@chromium.org",Blink>Bindings,https://bit.ly/blink-perf-benchmarks,all
blink_perf.shadow_dom,masonfreed@chromium.org,Blink>DOM>ShadowDOM,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, rtoy@chromium.org",Blink>WebAudio,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,
Expand Down
7 changes: 4 additions & 3 deletions tools/perf/benchmarks/blink_perf.py
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,8 @@ class BlinkPerfCSS(_BlinkPerfBenchmark):
def Name(cls):
return 'blink_perf.css'

@benchmark.Info(emails=['masonfreed@chromium.org'],

@benchmark.Info(emails=['masonf@chromium.org'],
component='Blink>DOM',
documentation_url='https://bit.ly/blink-perf-benchmarks')
class BlinkPerfDOM(_BlinkPerfBenchmark):
Expand All @@ -534,7 +535,7 @@ def Name(cls):
return 'blink_perf.dom'


@benchmark.Info(emails=['masonfreed@chromium.org'],
@benchmark.Info(emails=['masonf@chromium.org'],
component='Blink>DOM',
documentation_url='https://bit.ly/blink-perf-benchmarks')
class BlinkPerfEvents(_BlinkPerfBenchmark):
Expand Down Expand Up @@ -640,7 +641,7 @@ def Name(cls):
return 'blink_perf.svg'


@benchmark.Info(emails=['masonfreed@chromium.org'],
@benchmark.Info(emails=['masonf@chromium.org'],
component='Blink>DOM>ShadowDOM',
documentation_url='https://bit.ly/blink-perf-benchmarks')
class BlinkPerfShadowDOM(_BlinkPerfBenchmark):
Expand Down

0 comments on commit e4dc0b6

Please sign in to comment.