| browser.toml |
|
4611 |
- |
| browser_test_feature_ipcmessages.js |
Test the IPCMessages feature.
|
3187 |
- |
| browser_test_feature_js_source_table.js |
Test that the source table in the profile includes all necessary information.
|
6379 |
- |
| browser_test_feature_js_sourceindex.js |
Test that sourceIndexes are collected properly in profiles.
|
6680 |
- |
| browser_test_feature_js_sources_deduplication.js |
Test that JS sources with identical content get deduplicated.
This test verifies that the profiler uses hash-based UUIDs for sources,
enabling deduplication when the same source is loaded multiple times.
|
2430 |
- |
| browser_test_feature_js_sources_retrieval.js |
Test that JS sources are collected and included in profile additional information.
|
9462 |
- |
| browser_test_feature_js_sources_shutdown_process.js |
Test that JS sources collected in a content process are propagated through
the ShutdownProfile IPC message when that process shuts down.
|
3889 |
- |
| browser_test_feature_jsallocations.js |
Test the JS Allocations feature. This is done as a browser test to ensure that
we realistically try out how the JS allocations are running. This ensures that
we are collecting allocations for the content process and the parent process.
|
2672 |
- |
| browser_test_feature_jstracing.js |
Test the JS Tracing feature.
|
10252 |
- |
| browser_test_feature_jstracing_filter_values.js |
|
6967 |
- |
| browser_test_feature_jstracing_objtestutils.js |
Test the JS Tracing feature across all of the JS values covered by
JSObjectsTestUtils.
|
5153 |
- |
| browser_test_feature_jstracing_objtestutils.snapshot.mjs |
Any copyright is dedicated to the Public Domain.
http://creativecommons.org/publicdomain/zero/1.0/ |
39242 |
- |
| browser_test_feature_jstracing_values.js |
Test the JS Tracing feature.
|
5900 |
- |
| browser_test_feature_multiprocess_capture_with_signal.js |
|
6249 |
- |
| browser_test_feature_nostacksampling.js |
Test the No Stack Sampling feature.
Thread CPU utilization is always gathered, even when periodic stack sampling
is disabled (bug 2033816). Samples are therefore still recorded while the No
Stack Sampling feature is on, but they carry no captured stack: their stack
is only the synthetic "(root)" frame. This test checks that no stacks are
captured while the feature is on, and that real stacks reappear once it is
off.
|
4229 |
- |
| browser_test_marker_network_cancel.js |
Test that we emit network markers with the cancel status.
|
2369 |
- |
| browser_test_marker_network_private_browsing.js |
Test that we emit network markers accordingly
|
3323 |
- |
| browser_test_marker_network_redirect.js |
Test that we emit network markers accordingly.
In this file we'll test the redirect cases.
|
13021 |
- |
| browser_test_marker_network_serviceworker_cache_first.js |
Test that we emit network markers accordingly.
In this file we'll test a caching service worker. This service worker will
fetch and store requests at install time, and serve them when the page
requests them.
|
14102 |
- |
| browser_test_marker_network_serviceworker_no_fetch_handler.js |
Test that we emit network markers accordingly.
In this file we'll test the case of a service worker that has no fetch
handlers. In this case, a fetch is done to the network. There may be
shortcuts in our code in this case, that's why it's important to test it
separately.
|
8752 |
- |
| browser_test_marker_network_serviceworker_no_respondWith_in_fetch_handler.js |
Test that we emit network markers accordingly.
In this file we'll test the case of a service worker that has a fetch
handler, but no respondWith. In this case, some process called "reset
interception" happens, and the fetch is still carried on by our code. Because
this is a bit of an edge case, it's important to have a test for this case.
|
12328 |
- |
| browser_test_marker_network_serviceworker_synthetized_response.js |
Test that we emit network markers accordingly.
In this file we'll test a service worker that returns a synthetized response.
This means the service worker will make up a response by itself.
|
20609 |
- |
| browser_test_marker_network_simple.js |
Test that we emit network markers accordingly
|
2993 |
- |
| browser_test_marker_network_sts.js |
Test that we emit network markers accordingly.
In this file we'll test that we behave properly with STS redirections.
|
4878 |
- |
| browser_test_markers_console_timing.js |
Test that console timing methods (console.time, console.timeEnd,
console.timeStamp) create the expected profiler markers.
|
3845 |
- |
| browser_test_markers_gc_cc.js |
|
1598 |
- |
| browser_test_markers_parent_process.js |
|
1487 |
- |
| browser_test_markers_preferencereads.js |
Test the Preference Read markers.
|
2082 |
- |
| browser_test_profile_capture_by_pid.js |
interval (ms) |
6144 |
- |
| browser_test_profile_fission.js |
|
6684 |
- |
| browser_test_profile_multi_frame_page_info.js |
|
3189 |
- |
| browser_test_profile_single_frame_page_info.js |
|
4719 |
- |
| browser_test_profile_slow_capture.js |
|
3933 |
- |
| do_work_500ms.html |
Do some work for 500ms |
1077 |
- |
| external_script.js |
|
355 |
- |
| firefox-logo-nightly.svg |
|
19218 |
- |
| head.js |
import-globals-from ../shared-head.js |
5581 |
- |
| inline_script_test.html |
Inline Script Test |
644 |
- |
| multi_frame.html |
Multi Frame |
173 |
- |
| page_with_external_js.html |
Test Page with External JS |
717 |
- |
| page_with_resources.html |
|
238 |
- |
| redirect.sjs |
|
217 |
- |
| serviceworkers |
|
|
- |
| simple.html |
|
119 |
- |
| single_frame.html |
Single Frame |
131 |
- |
| test_dedup_script.js |
|
206 |
- |
| tracing.html |
Do some naive JS executions |
574 |
- |
| tracing_values.html |
Do some naive JS executions |
250 |
- |