Skip to content

Commit e14475f

Browse files
Adriana IxbaDevtools-frontend LUCI CQ
authored andcommitted
Remove aixba as owner and in refs
Bug:None Change-Id: Ibe09b886e0fbc3881b9e3303098f04a1ba9f9220 Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/6980504 Reviewed-by: Paul Irish <paulirish@chromium.org> Commit-Queue: Paul Irish <paulirish@chromium.org>
1 parent 4234825 commit e14475f

3 files changed

Lines changed: 2 additions & 3 deletions

File tree

config/owner/COMMON_OWNERS

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
file://config/owner/ENG_REVIEW_OWNERS
22

3-
aixba@chromium.org
43
alexrudenko@chromium.org
54
alinavarkki@chromium.org
65
andoli@chromium.org

front_end/panels/timeline/ThirdPartyTreeView.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}

front_end/panels/timeline/TimelineTreeView.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)