Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 /* | 1 /* |
| 2 * Copyright (C) 2006, 2007, 2008 Apple Inc. All rights reserved. | 2 * Copyright (C) 2006, 2007, 2008 Apple Inc. All rights reserved. |
| 3 * Copyright (C) 2007 Matt Lilek (pewtermoose@gmail.com). | 3 * Copyright (C) 2007 Matt Lilek (pewtermoose@gmail.com). |
| 4 * Copyright (C) 2009 Joseph Pecoraro | 4 * Copyright (C) 2009 Joseph Pecoraro |
| 5 * | 5 * |
| 6 * Redistribution and use in source and binary forms, with or without | 6 * Redistribution and use in source and binary forms, with or without |
| 7 * modification, are permitted provided that the following conditions | 7 * modification, are permitted provided that the following conditions |
| 8 * are met: | 8 * are met: |
| 9 * | 9 * |
| 10 * 1. Redistributions of source code must retain the above copyright | 10 * 1. Redistributions of source code must retain the above copyright |
| (...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 91 /** | 91 /** |
| 92 * @param {!Object<string, string>} prefs | 92 * @param {!Object<string, string>} prefs |
| 93 */ | 93 */ |
| 94 _initializeExperiments(prefs) { | 94 _initializeExperiments(prefs) { |
| 95 Runtime.experiments.register('accessibilityInspection', 'Accessibility Inspe ction'); | 95 Runtime.experiments.register('accessibilityInspection', 'Accessibility Inspe ction'); |
| 96 Runtime.experiments.register('applyCustomStylesheet', 'Allow custom UI theme s'); | 96 Runtime.experiments.register('applyCustomStylesheet', 'Allow custom UI theme s'); |
| 97 Runtime.experiments.register('audits2', 'Audits 2.0', true); | 97 Runtime.experiments.register('audits2', 'Audits 2.0', true); |
| 98 Runtime.experiments.register('autoAttachToCrossProcessSubframes', 'Auto-atta ch to cross-process subframes', true); | 98 Runtime.experiments.register('autoAttachToCrossProcessSubframes', 'Auto-atta ch to cross-process subframes', true); |
| 99 Runtime.experiments.register('blackboxJSFramesOnTimeline', 'Blackbox JavaScr ipt frames on Timeline', true); | 99 Runtime.experiments.register('blackboxJSFramesOnTimeline', 'Blackbox JavaScr ipt frames on Timeline', true); |
| 100 Runtime.experiments.register('colorContrastRatio', 'Contrast ratio line in c olor picker', true); | 100 Runtime.experiments.register('colorContrastRatio', 'Contrast ratio line in c olor picker', true); |
| 101 Runtime.experiments.register('continueToFirstInvocation', 'Continue to first invocation', true); | 101 Runtime.experiments.register('continueToFirstInvocation', 'Continue to first invocation', true); |
|
dgozman
2017/02/24 19:49:42
Remove this one please.
kozy
2017/02/24 20:04:46
Done.
| |
| 102 Runtime.experiments.register('cssTrackerPanel', 'Panel that tracks the usage of CSS rules.'); | 102 Runtime.experiments.register('cssTrackerPanel', 'Panel that tracks the usage of CSS rules.'); |
| 103 Runtime.experiments.register('emptySourceMapAutoStepping', 'Empty sourcemap auto-stepping'); | 103 Runtime.experiments.register('emptySourceMapAutoStepping', 'Empty sourcemap auto-stepping'); |
| 104 Runtime.experiments.register('inputEventsOnTimelineOverview', 'Input events on Timeline overview', true); | 104 Runtime.experiments.register('inputEventsOnTimelineOverview', 'Input events on Timeline overview', true); |
| 105 Runtime.experiments.register('liveSASS', 'Live SASS'); | 105 Runtime.experiments.register('liveSASS', 'Live SASS'); |
| 106 Runtime.experiments.register('networkGroupingRequests', 'Network request gro ups support', true); | 106 Runtime.experiments.register('networkGroupingRequests', 'Network request gro ups support', true); |
| 107 Runtime.experiments.register('objectPreviews', 'Object previews', true); | 107 Runtime.experiments.register('objectPreviews', 'Object previews', true); |
| 108 Runtime.experiments.register('persistence2', 'Persistence 2.0'); | 108 Runtime.experiments.register('persistence2', 'Persistence 2.0'); |
| 109 Runtime.experiments.register('persistenceValidation', 'Validate persistence bindings'); | 109 Runtime.experiments.register('persistenceValidation', 'Validate persistence bindings'); |
| 110 Runtime.experiments.register('requestBlocking', 'Request blocking', true); | 110 Runtime.experiments.register('requestBlocking', 'Request blocking', true); |
| 111 Runtime.experiments.register('timelineShowAllEvents', 'Show all events on Ti meline', true); | 111 Runtime.experiments.register('timelineShowAllEvents', 'Show all events on Ti meline', true); |
| 112 Runtime.experiments.register('timelineShowAllProcesses', 'Show all processes on Timeline', true); | 112 Runtime.experiments.register('timelineShowAllProcesses', 'Show all processes on Timeline', true); |
| 113 Runtime.experiments.register('inlineContinueToLocation', 'Show inline shortc uts for continue to location'); | |
|
dgozman
2017/02/24 19:49:42
- make it hidden;
- "Continue to location markers"
kozy
2017/02/24 20:04:46
Done.
| |
| 113 Runtime.experiments.register('timelinePaintTimingMarkers', 'Show paint timin g markers on Timeline', true); | 114 Runtime.experiments.register('timelinePaintTimingMarkers', 'Show paint timin g markers on Timeline', true); |
| 114 Runtime.experiments.register('sourceDiff', 'Source diff'); | 115 Runtime.experiments.register('sourceDiff', 'Source diff'); |
| 115 Runtime.experiments.register('terminalInDrawer', 'Terminal in drawer', true) ; | 116 Runtime.experiments.register('terminalInDrawer', 'Terminal in drawer', true) ; |
| 116 Runtime.experiments.register('timelineInvalidationTracking', 'Timeline inval idation tracking', true); | 117 Runtime.experiments.register('timelineInvalidationTracking', 'Timeline inval idation tracking', true); |
| 117 Runtime.experiments.register('timelineMultipleMainViews', 'Timeline with mul tiple main views'); | 118 Runtime.experiments.register('timelineMultipleMainViews', 'Timeline with mul tiple main views'); |
| 118 Runtime.experiments.register('timelineTracingJSProfile', 'Timeline tracing b ased JS profiler', true); | 119 Runtime.experiments.register('timelineTracingJSProfile', 'Timeline tracing b ased JS profiler', true); |
| 119 Runtime.experiments.register('timelineV8RuntimeCallStats', 'V8 Runtime Call Stats on Timeline', true); | 120 Runtime.experiments.register('timelineV8RuntimeCallStats', 'V8 Runtime Call Stats on Timeline', true); |
| 120 Runtime.experiments.register('timelinePerFrameTrack', 'Show track per frame on Timeline', true); | 121 Runtime.experiments.register('timelinePerFrameTrack', 'Show track per frame on Timeline', true); |
| 121 | 122 |
| 122 Runtime.experiments.cleanUpStaleExperiments(); | 123 Runtime.experiments.cleanUpStaleExperiments(); |
| (...skipping 853 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 976 * @override | 977 * @override |
| 977 * @return {?Element} | 978 * @return {?Element} |
| 978 */ | 979 */ |
| 979 settingElement() { | 980 settingElement() { |
| 980 return UI.SettingsUI.createSettingCheckbox( | 981 return UI.SettingsUI.createSettingCheckbox( |
| 981 Common.UIString('Show rulers'), Common.moduleSetting('showMetricsRulers' )); | 982 Common.UIString('Show rulers'), Common.moduleSetting('showMetricsRulers' )); |
| 982 } | 983 } |
| 983 }; | 984 }; |
| 984 | 985 |
| 985 new Main.Main(); | 986 new Main.Main(); |
| OLD | NEW |