Closed Bug 1727753 Opened 3 years ago Closed 2 years ago

Ogg file audio/ogg is not displayed in Network Monitor when media switch is used

Categories

(DevTools :: Netmonitor, defect, P2)

Firefox 93
defect

Tracking

(firefox104 verified)

VERIFIED FIXED
104 Branch
Tracking Status
firefox104 --- verified

People

(Reporter: fuggy0, Assigned: manekenpix, Mentored)

References

Details

(Keywords: good-first-bug)

Attachments

(3 files)

Attached image firefox-media-1.png

User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Firefox/91.0

Steps to reproduce:

I have watched requests on a web page. I tried to select media files by clicking on the "media" switch. Ogg files (content-type audio/ogg) are not displayed when the "media" filter is on, these files are displayed only when "all" or "other" is selected.
This does not happen when I watch requests a file with the "mp3" extension (content-type audio/mpeg). When I select the "media" switch I can see audio/mpeg requests in the list.

The attached image shows the request that returns audio/ogg content-type from the initiator "media". If I select the "media" switch (red between "Images" and "WS"), then this request will not appear in the list. (Some private headers are masked.)

Tested еnvironment:
Firefox nightly: 93.0a1 default profile.
Windows: 7 SP1

Actual results:

  • audio/ogg requests are not displayed in the list when the "media" switch is used
  • audio/ogg requests are displayed in the list when the "other" switch is used

Expected results:

  • audio requests should show up in the list when the "media" switch is used
Flags: needinfo?(odvarko)

Thank you for the report!

STRs:

  1. Load http://janodvarko.cz/tests/bugzilla/1727753/
  2. Open DevTools and select the Network panel, reload
  3. You should see 'audio.ogg' request
  4. Filter the content by pressing the "Media" filter button in the toolbar
  5. The media file should be visible and it isn't -> BUG

This might be good first bug. Some instructions for those who are interested in fixing this

This function seems to be testing "audio/" prefix, but from some reason the file doesn't make it to the UI

The bug should be somewhere along the lines.

Honza

Mentor: odvarko
Severity: -- → S3
Has STR: --- → yes
Flags: needinfo?(odvarko)
Keywords: good-first-bug
Priority: -- → P2

Hi, I am an outreachy applicant. Can I try to work on this bug? Thank you.

Sure assigned to you.

Thanks

Assignee: nobody → dinda.rachmat

This good-first-bug hasn't had any activity for 2 months, it is automatically unassigned.
For more information, please visit auto_nag documentation.

Assignee: dinda.rachmat → nobody

SOW:

  • A patch that fixes the problem is attached
  • An automated tests is needed (see some pointers here)

Still feels like a good first bug.

Hi, can I give this one a go?

Yes please, assigned tou you, thank you for helping.

Assignee: nobody → manekenpix
Status: NEW → ASSIGNED
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
Resolution: --- → FIXED
Target Milestone: --- → 104 Branch
Flags: qe-verify+

Reproduced the issue with Firefox 93.0a1 (20210830162701) on Windows 10x64 following STR from comment 1. Filtering by Media inside the Devtools > Network does not show any results.
The issue is verified fixed with Firefox 104.0b2 on Windows 10x64, macOS 11 and Ubuntu 20.04. Filtering by Media inside the Devtools > Network correctly shows the audio.ogg request if present.

Status: RESOLVED → VERIFIED
Flags: qe-verify+
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: