Closed Bug 1636423 Opened 5 years ago Closed 4 years ago

Enable SSE on Nightly

Categories

(DevTools :: Netmonitor, task, P3)

task

Tracking

(firefox80 fixed)

RESOLVED FIXED
Firefox 80
Tracking Status
firefox80 --- fixed

People

(Reporter: Honza, Assigned: farooqbckk)

References

(Blocks 1 open bug)

Details

(Keywords: dev-doc-needed)

Attachments

(1 file)

Let's enable support for SSE in Nightly channel as soon as it's ready.

Pref: devtools.netmonitor.features.serverSentEvents

Honza

Farooq, we should enable it as soon as bug 1650527 is fixed

We need something like as follows in:
https://searchfox.org/mozilla-central/rev/82c04b9cad5b98bdf682bd477f2b1e3071b004ad/browser/app/profile/firefox.js#2205

#ifdef NIGHTLY_BUILD
  pref("devtools.netmonitor.features.serverSentEvents", true);
#else
  pref("devtools.netmonitor.features.serverSentEvents", false);
#endif

Honza

Flags: needinfo?(farooqbckk)
Type: enhancement → task
Assignee: nobody → farooqbckk
Status: NEW → ASSIGNED
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 80
Flags: needinfo?(farooqbckk)

Support for SSE has been shipped in 82 and we can remove it from experimental features list.
https://developer.mozilla.org/en-US/docs/Mozilla/Firefox/Experimental_features#Developer_tools

Honza

You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: