Skip to content

Commit 4735e3c

Browse files
author
Patrick Brosset
authored
Updating People and Modules
The list was out of date, here are some proposed changes. Hopefully they are correct. I'm also proposing to remove the list of people that's automatically pulled from GitHub data. It's clearly not representative of who is actually working on the project. I've also done a couple minor updates to links to the doc.
1 parent 76d1843 commit 4735e3c

File tree

1 file changed

+10
-34
lines changed

1 file changed

+10
-34
lines changed

README.md

Lines changed: 10 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ We abide by our [code of conduct](CODE_OF_CONDUCT.md), and expect all contributo
77
## Documentation
88

99
* [End user guides](https://developer.mozilla.org/en-US/docs/Tools).
10-
* [Developers](https://dxr.mozilla.org/mozilla-central/source/devtools/docs/) documentation - here's [an HTML version of these documents](http://docs.firefox-dev.tools/) as well.
11-
* Not strictly a roadmap, but these are [some of our 2017 goals](https://groups.google.com/forum/#!topic/mozilla.dev.developer-tools/e-WTOb1U8Sc).
10+
* [Developers documentation](http://docs.firefox-dev.tools/).
1211

1312
## News and demos
1413

@@ -40,52 +39,29 @@ Most changes will be done via either the "pick a bug and send a patch" or "send
4039

4140
For substantial changes, we ask that a "request for comment" (RFC) document is provided first, so we can examine what the implications of a change will be. Here is [how to follow the RFC process](https://github.com/devtools-html/rfcs/).
4241

43-
## People
44-
45-
<style>
46-
.people-grid {
47-
display: grid;
48-
grid-template-columns: repeat(8, 1fr);
49-
grid-gap: 10px;
50-
grid-auto-rows: minmax(100px, auto);
51-
}
52-
</style>
53-
54-
<div class="people-grid">
55-
{% for person in site.github.organization_members %}
56-
<a style="display:block;text-align:center;" href="{{ person.html_url }}">
57-
<img style="width:48px;max-height:48px;" src="{{ person.avatar_url }}"/>
58-
<div>{{ person.login }}</div>
59-
</a>
60-
{% endfor %}
61-
</div>
62-
6342
### People and modules
6443

6544
The tools are broadly divided into panels. Each panel has one or more owners, who mostly work(s) on that panel and are the best people to ask if you have specific questions about the code.
6645

67-
* about:debugging: jdescottes, ochameau
46+
* about:debugging: jdescottes, ochameau, ladybenko
6847
* Animation Inspector: gl, pbro, daisuke
6948
* Canvas Debugger: `<unmaintained>`
7049
* Console: bgrins, nchevobbe
71-
* Debugger: jlast
72-
* Developer Toolbar: jwalker, mikeratcliffe
50+
* Debugger: jlast, dwalsh
7351
* DOM: honza
52+
* Font Editor: rcaliman, gl, pbro
7453
* Framework: Browser integration, toolbox and test infrastructure: jryans, bgrins, ochameau, honza
75-
* Inspector: gl, pbro, zer0, jdescottes, tromey
54+
* Inspector: gl, pbro, jdescottes, tromey, rcaliman, mtigley, bwerth
7655
* JSON Viewer: honza
77-
* Layout Frame Inspector: jryans
7856
* Memory: gregtatum
79-
* Network Monitor: honza, rickychien, gasolin
80-
* Performance: gregtatum
81-
* Remote protocol and server infrastructure: jryans, ochameau
82-
* Responsive Design Mode: jryans, zer0
57+
* Network Monitor: honza
58+
* Performance: gregtatum, julienw
59+
* Remote protocol and server infrastructure: jryans, ochameau, yulia
60+
* Responsive Design Mode: jryans, gl, bwerth
8361
* Scratchpad: jdescottes
8462
* Shader Editor: `<unmaintained>`
8563
* Style Editor: gl
8664
* Storage Inspector: mikeratcliffe
8765
* Themes: bgrins, ntim
8866
* Web Audio Editor: `<unmaintained>`
89-
* WebIDE: jryans, ochameau
90-
91-
67+
* WebIDE: jryans, ochameau, jdescottes

0 commit comments

Comments
 (0)