Bug 1218078 - Show onload and DOMContentLoaded markers in the netmonitor's frontend, r=smaug, jsantell, tromey
This commit is contained in:
@@ -29,8 +29,12 @@ function mapRecordingOptions (type, options) {
|
||||
|
||||
if (type === "timeline") {
|
||||
return {
|
||||
withMemory: options.withMemory,
|
||||
withMarkers: true,
|
||||
withTicks: options.withTicks,
|
||||
withMemory: options.withMemory,
|
||||
withFrames: true,
|
||||
withGCEvents: true,
|
||||
withDocLoadingEvents: false
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user