File tree Expand file tree Collapse file tree
front_end/panels/timeline Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11file://config/owner/ENG_REVIEW_OWNERS
22
3- aixba@chromium.org
43alexrudenko@chromium.org
54alinavarkki@chromium.org
65andoli@chromium.org
Original file line number Diff line number Diff line change @@ -226,7 +226,7 @@ export class ThirdPartyTreeViewWidget extends TimelineTreeView.TimelineTreeView
226226 const unattributed = i18nString ( UIStrings . unattributed ) ;
227227 const id = typeof node . id === 'symbol' ? undefined : node . id ;
228228 // This `undefined` is [unattributed]
229- // TODO(paulirish,aixba ): Improve attribution to reduce amount of items in [unattributed].
229+ // TODO(paulirish): Improve attribution to reduce amount of items in [unattributed].
230230 const domainName = id ? this . entityMapper ( ) ?. entityForEvent ( node . event ) ?. name || id : undefined ;
231231 return { name : domainName || unattributed , color, icon : undefined } ;
232232 }
Original file line number Diff line number Diff line change @@ -1005,7 +1005,7 @@ export class AggregatedTimelineTreeView extends TimelineTreeView {
10051005 case AggregatedTimelineTreeView . GroupBy . Subdomain :
10061006 case AggregatedTimelineTreeView . GroupBy . ThirdParties : {
10071007 // This `undefined` is [unattributed]
1008- // TODO(paulirish,aixba ): Improve attribution to reduce amount of items in [unattributed].
1008+ // TODO(paulirish): Improve attribution to reduce amount of items in [unattributed].
10091009 const domainName = id ? this . beautifyDomainName ( id , node ) : undefined ;
10101010 return { name : domainName || unattributed , color, icon : undefined } ;
10111011 }
You can’t perform that action at this time.
0 commit comments