Open Bug 1395502 Opened 7 years ago Updated 2 years ago

Remove all unecessary unrelated media prefs found in ContentPrefs.cpp

Categories

(Core :: Audio/Video: Playback, enhancement, P3)

enhancement

Tracking

()

People

(Reporter: jya, Unassigned)

References

Details

According to the comment:
 * This is the list of preferences that are sent to the content process on
 * startup. Only prefs that are required immediately upon startup should be
 * listed here. The first IPC message received in the content process will
 * contain all the other prefs. Prefs should only be listed here if they must be
 * read before the first IPC message is received.

Yet, most of the prefs found in there do not appear to fall under this category. The media prefs certainly not.

Very few prefs needs to be known before the first IPC message.

We should remove those that have no place in there.
Blocks: 1356414
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.