Chromium Code Reviews| Index: third_party/WebKit/Source/devtools/front_end/main/Main.js |
| diff --git a/third_party/WebKit/Source/devtools/front_end/main/Main.js b/third_party/WebKit/Source/devtools/front_end/main/Main.js |
| index 5b97e35cb3a97cf1a28b426b3a8c7dfa1fc6d2c3..6b8e3271acb4084484f0d8813012349fcae2903f 100644 |
| --- a/third_party/WebKit/Source/devtools/front_end/main/Main.js |
| +++ b/third_party/WebKit/Source/devtools/front_end/main/Main.js |
| @@ -91,6 +91,7 @@ WebInspector.Main.prototype = { |
| Runtime.experiments.register("layoutEditor", "Layout editor", true); |
| Runtime.experiments.register("inspectTooltip", "Dark inspect element tooltip"); |
| Runtime.experiments.register("liveSASS", "Live SASS"); |
| + Runtime.experiments.register("networkCanvasTimeline", "Canvas based timeline in Network panel", true); |
|
dgozman
2016/10/07 21:39:56
We keep these sorted both by name and by title at
allada
2016/10/08 00:13:32
Done.
|
| Runtime.experiments.register("nodeDebugging", "Node debugging", true); |
| Runtime.experiments.register("persistence2", "Persistence 2.0", true); |
| Runtime.experiments.register("privateScriptInspection", "Private script inspection"); |