-
Notifications
You must be signed in to change notification settings - Fork 22.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Experimental features - fixes following review #37142
Merged
Merged
Changes from 2 commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
5c7dbde
Remove devtools.webconsole.input.context
hamishwillee 946a3ae
FF99 dom.serviceWorkers.navigationPreload.enabled true by default
hamishwillee cf9d0c2
gfx.font_rendering.colr_v1.enabled - removed
hamishwillee c42a57c
layout.css.starting-style-at-rules.enabled - FF129 shipped
hamishwillee 655a2ff
permissions.media.query.enabled - FF132 enabled - delete section
hamishwillee 56ae38f
devtools.inspector.ruleview.inline-compatibility-warning.enabled - re…
hamishwillee dd71810
devtools.netmonitor.features.serverSentEvents - remove section - done…
hamishwillee 541ff1a
privacy.clearsitedata.cache.enabled - disabled and removed many relea…
hamishwillee File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1602,49 +1602,6 @@ See [Firefox bug 1703961](https://bugzil.la/1703961) for more details. | |
</tbody> | ||
</table> | ||
|
||
### Service Workers | ||
|
||
#### Preloading of service worker resources on navigation | ||
|
||
The {{domxref("NavigationPreloadManager")}} interface can be used to enable preloading of resources when navigating to a page. | ||
Preloading occurs in parallel with worker bootup, reducing the total time from start of navigation until resources are fetched. | ||
|
||
<table> | ||
<thead> | ||
<tr> | ||
<th>Release channel</th> | ||
<th>Version added</th> | ||
<th>Enabled by default?</th> | ||
</tr> | ||
</thead> | ||
<tbody> | ||
<tr> | ||
<th>Nightly</th> | ||
<td>99</td> | ||
<td>yes</td> | ||
</tr> | ||
<tr> | ||
<th>Developer Edition</th> | ||
<td>97</td> | ||
<td>No</td> | ||
</tr> | ||
<tr> | ||
<th>Beta</th> | ||
<td>97</td> | ||
<td>No</td> | ||
</tr> | ||
<tr> | ||
<th>Release</th> | ||
<td>97</td> | ||
<td>No</td> | ||
</tr> | ||
<tr> | ||
<th>Preference name</th> | ||
<td colspan="2"><code>dom.serviceWorkers.navigationPreload.enabled</code></td> | ||
</tr> | ||
</tbody> | ||
</table> | ||
|
||
### WebVR API | ||
|
||
#### WebVR API (Disabled) | ||
|
@@ -2431,46 +2388,6 @@ For more details see [Firefox bug 1687364](https://bugzil.la/1687364). | |
|
||
Mozilla's developer tools are constantly evolving. We experiment with new ideas, add new features, and test them on the Nightly and Developer Edition channels before letting them go through to beta and release. The features below are the current crop of experimental developer tool features. | ||
|
||
### Execution context selector | ||
|
||
This feature displays a button on the console's command line that lets you change the context in which the expression you enter will be executed. (See [Firefox bug 1605154](https://bugzil.la/1605154) and [Firefox bug 1605153](https://bugzil.la/1605153) for more details.) | ||
|
||
<table> | ||
<thead> | ||
<tr> | ||
<th>Release channel</th> | ||
<th>Version added</th> | ||
<th>Enabled by default?</th> | ||
</tr> | ||
</thead> | ||
<tbody> | ||
<tr> | ||
<th>Nightly</th> | ||
<td>75</td> | ||
<td>No</td> | ||
</tr> | ||
<tr> | ||
<th>Developer Edition</th> | ||
<td>75</td> | ||
<td>No</td> | ||
</tr> | ||
<tr> | ||
<th>Beta</th> | ||
<td>75</td> | ||
<td>No</td> | ||
</tr> | ||
<tr> | ||
<th>Release</th> | ||
<td>75</td> | ||
<td>No</td> | ||
</tr> | ||
<tr> | ||
<th>Preference name</th> | ||
<td colspan="2"><code>devtools.webconsole.input.context</code></td> | ||
</tr> | ||
</tbody> | ||
</table> | ||
Comment on lines
-2434
to
-2472
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Removed in FF97 https://bugzilla.mozilla.org/show_bug.cgi?id=1731740 |
||
|
||
### Server-sent events in Network Monitor | ||
|
||
The Network Monitor displays information for [server-sent](/en-US/docs/Web/API/Server-sent_events) events. (See [Firefox bug 1405706](https://bugzil.la/1405706) for more details.) | ||
|
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Feature enabled in FF99 https://bugzilla.mozilla.org/show_bug.cgi?id=1754786