Patrick Brosset

Results 107 issues of Patrick Brosset

When we update a tip, we usually update its date too. But doing so means moving it right back at the top of the list, both on the site and...

enhancement

Can the Web MIDI API be used across browsers? Not yet because Safari doesn't support it. When it will be supported? Can people influence Safari's priorities to get it sooner...

Site functionality

This category should retrieve the bugs that are listed on this page: https://wiki.mozilla.org/DevTools/Bug_Fixes

Right now the "contributors of the month" panel uses a black list of bugzilla usernames to filter out staff. These names can change, and not everyone has it set properly....

The tool is all about helping people finding devtools bugs to work on. Right now this is achieved by: - selecting the type of bug (easy, mentored) - selecting one...

I was going through this documentation today and realized that there was a typo in the word `uplaoded`. This is a simple PR to address this typo.

This can be done in Firefox, see the docs here: https://webextensions-experiments.readthedocs.io/en/latest/basics.html Using this, we could prototype an API that can highlight nodes in the DOM. This way we wouldn't need...

enhancement
firefox-only

Right now the highlighter (the thing that is displayed in content, to show which elements matched) is using an outline and pseudo-element: ```css [__devtools_highlighted] { outline: 1px solid #f06; position:...

enhancement
help wanted

Not a bug or feature, I just want to discuss something. From the start, my goal with this extension was to **highlight** elements in a page. I wanted a quick...

discussion

Searching for only, say, `z-index` (only key, no value) would be useful. Sometimes you need to find all nodes that have a z-index defined, ignoring the value.

enhancement