forked from mozilla-mobile/android-components
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CODEOWNERS
Validating CODEOWNERS rules...
155 lines (140 loc) · 8.01 KB
/
CODEOWNERS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
# This CODEOWNERS file defines individuals or teams that are responsible
# for code in this repository. Code owners are automatically requested
# for review when someone opens a pull request that modifies code that
# they own. Order is important; the last matching pattern takes the most
# precedence.
# A CODEOWNERS file uses a pattern that follows the same rules used in
# gitignore files. The pattern is followed by one or more GitHub usernames
# or team names using the standard @username or @org/team-name format.
# You can also refer to a user by an email address that has been added
# to their GitHub account, for example [email protected].
# https://help.github.com/articles/about-codeowners/
# By default the Android Components team will be the owner for everything in
# the repo. Unless a later match takes precedence.
* @mozilla-mobile/act
# Changelog is reviewable by anyone on any team
/docs/changelog.md @mozilla-mobile
# Release Engineering pipeline
/.cron.yml @mozilla-mobile/releng @mozilla-mobile/act
/.taskcluster.yml @mozilla-mobile/releng @mozilla-mobile/act
/automation/ @mozilla-mobile/releng @mozilla-mobile/act
/taskcluster/ @mozilla-mobile/releng @mozilla-mobile/act
/components/browser/awesomebar/ @pocmo
/components/browser/domains/ @csadilek
/components/browser/engine-gecko-beta/ @pocmo @csadilek @amejia481
/components/browser/engine-gecko-nightly/ @pocmo @csadilek @amejia481
/components/browser/engine-gecko/ @pocmo @csadilek @amejia481
/components/browser/engine-system/ @amejia481
/components/browser/errorpages/ @mozilla-mobile/act
/components/browser/icons/ @pocmo
/components/browser/menu/ @mozilla-mobile/act
/components/browser/menu2/ @jonalmeida
/components/browser/search/ @pocmo
/components/browser/session/ @pocmo @csadilek
/components/browser/state/ @pocmo @csadilek
/components/browser/storage-memory/ @grigoryk
/components/browser/storage-sync/ @grigoryk
/components/browser/tabstray/ @jonalmeida
/components/browser/thumbnails/ @jonalmeida @gabrielluong
/components/browser/toolbar/ @pocmo
/components/concept/awesomebar/ @pocmo @csadilek
/components/concept/base/ @pocmo
/components/concept/engine/ @pocmo @csadilek
/components/concept/fetch/ @pocmo @csadilek
/components/concept/menu/ @mozilla-mobile/act
/components/concept/push/ @jonalmeida
/components/concept/storage/ @grigoryk
/components/concept/sync/ @grigoryk
/components/concept/tabstray/ @jonalmeida
/components/concept/toolbar/ @pocmo
/components/feature/accounts-push/ @jonalmeida
/components/feature/accounts/ @grigoryk
/components/feature/addons/ @csadilek @amejia481
/components/feature/app-links/ @rocketsroger
/components/feature/awesomebar/ @csadilek
/components/feature/containers/ @gabrielluong
/components/feature/contextmenu/ @pocmo
/components/feature/customtabs/ @jonalmeida
/components/feature/downloads/ @Amejia481 @csadilek
/components/feature/findinpage/ @Amejia481
/components/feature/intent/ @mozilla-mobile/act
/components/feature/media/ @pocmo @rocketsroger
/components/feature/p2p/ @espertus @jonalmeida
/components/feature/privatemode/ @mozilla-mobile/act
/components/feature/prompts/ @amejia481 @ekager
/components/feature/push/ @jonalmeida @grigoryk
/components/feature/pwa/ @mozilla-mobile/act
/components/feature/qr/ @csadilek
/components/feature/readerview/ @csadilek
/components/feature/recentlyclosed/ @ekager
/components/feature/search/ @pocmo
/components/feature/session/ @pocmo @csadilek
/components/feature/share/ @mozilla-mobile/act
/components/feature/sitepermissions/ @amejia481
/components/feature/syncedtabs/ @jonalmeida @eoger
/components/feature/tab-collections/ @pocmo
/components/feature/tabs/ @jonalmeida
/components/feature/toolbar/ @pocmo
/components/feature/top-sites/ @gabrielluong @grigoryk
/components/feature/webcompat-reporter/ @mozilla-mobile/Webcompat
/components/feature/webcompat/ @mozilla-mobile/Webcompat
/components/feature/webnotifications/ @jonalmeida @rocketsroger
/components/lib/crash/ @pocmo @rocketsroger
/components/lib/dataprotect/ @grigoryk
/components/lib/fetch-httpurlconnection/ @pocmo
/components/lib/fetch-okhttp/ @pocmo
/components/lib/jexl/ @pocmo
/components/lib/nearby/ @espertus @jonalmeida
/components/lib/publicsuffixlist/ @pocmo
/components/lib/push-amazon/ @jonalmeida
/components/lib/push-firebase/ @jonalmeida
/components/lib/state/ @pocmo @csadilek
/components/service/digitalassetlinks/ @mozilla-mobile/act
/components/service/experiments/ @mozilla-mobile/telemetry
/components/service/firefox-accounts/ @grigoryk
/components/service/fretboard/ @pocmo
/components/service/glean/ @mozilla-mobile/telemetry
/components/service/location/ @pocmo
/components/service/nimbus/ @mozilla-mobile/telemetry @mozilla-mobile/ast
/components/service/pocket/ @mcomella
/components/service/sync-logins/ @grigoryk @ekager
/components/support/android-test/ @amejia481
/components/support/base/ @pocmo @amejia481
/components/support/images/ @mozilla-mobile/act
/components/support/ktx/ @amejia481
/components/support/locale/ @amejia481
/components/support/migration/ @pocmo @grigoryk
/components/support/rusthttp/ @eoger
/components/support/rustlog/ @eoger
/components/support/sync-telemetry/ @grigoryk
/components/support/test-appservices/ @pocmo
/components/support/test-libstate/ @pocmo @csadilek
/components/support/test/ @amejia481
/components/support/utils/ @mozilla-mobile/act
/components/support/webextensions/ @csadilek @amejia481 @psymoon
/components/tooling/detekt/
/components/tooling/fetch-tests/ @csadilek
/components/tooling/glean-gradle-plugin/ @mozilla-mobile/telemetry
/components/tooling/lint/ @ekager
/components/ui/autocomplete/ @mozilla-mobile/act
/components/ui/colors/ @mozilla-mobile/act
/components/ui/fonts/ @mozilla-mobile/act
/components/ui/icons/ @mozilla-mobile/act
/components/ui/tabcounter/ @mozilla-mobile/act
/components/ui/widgets/ @mozilla-mobile/act
/samples/browser/ @csadilek @amejia481
/samples/crash/ @pocmo @rocketsroger
/samples/dataprotect/ @mozilla-mobile/act
/samples/firefox-accounts/ @grigoryk
/samples/glean/ @mozilla-mobile/telemetry
/samples/nearby-chat/ @jonalmeida
/samples/sync-logins/ @ekager
/samples/sync/ @grigoryk
/samples/toolbar/ @pocmo
# Bot owned files
strings.xml @MickeyMoz
Gecko.kt @MickeyMoz
publicsuffixes @MickeyMoz