UNPKG

debug-server-next

Version:

Dev server for hippy-core.

1 lines 5.23 kB
Root.allDescriptors.push(...[{"dependencies":["ui/legacy"],"name":"panels/mobile_throttling"},{"dependencies":["panels/elements","panels/sources","panels/console"],"name":"panels/browser_debugger","modules":["browser_debugger_module.js"]},{"dependencies":["ui/legacy","ui/legacy/components/data_grid"],"name":"ui/legacy/components/cookie_table","modules":["cookie_table_module.js"]},{"dependencies":["ui/legacy/components/utils","models/extensions","ui/legacy/components/inline_editor","ui/legacy/components/color_picker","panels/event_listeners","ui/legacy/components/text_editor"],"name":"panels/elements","modules":["elements_module.js"]},{"dependencies":["ui/legacy"],"name":"panels/help","modules":["help_module.js"]},{"dependencies":["ui/legacy/components/utils","panels/network","ui/legacy"],"name":"panels/issues","modules":["issues_module.js"]},{"dependencies":["ui/legacy","ui/legacy/components/data_grid"],"name":"panels/developer_resources","modules":["developer_resources_module.js"]},{"dependencies":["ui/legacy/components/utils","ui/legacy","ui/legacy/components/perf_ui"],"name":"panels/layer_viewer","modules":["layer_viewer_module.js"]},{"dependencies":["ui/legacy/components/utils","ui/legacy/components/cookie_table","ui/legacy/components/data_grid","panels/mobile_throttling","ui/legacy/components/object_ui","ui/legacy/components/perf_ui","models/persistence","panels/search","ui/legacy/components/source_frame","ui/legacy"],"name":"panels/network","modules":["network_module.js"]},{"dependencies":["ui/legacy/components/source_frame","ui/legacy/components/cookie_table","ui/legacy/components/inline_editor","ui/legacy/components/data_grid","ui/legacy/components/utils","ui/legacy/components/object_ui","ui/legacy/components/perf_ui","panels/mobile_throttling","panels/network","panels/sources"],"name":"panels/application","modules":["application_module.js"]},{"dependencies":["ui/legacy/components/utils","panels/coverage","panels/layer_viewer","ui/legacy/components/perf_ui","models/extensions","ui/legacy/components/data_grid","panels/profiler","panels/mobile_throttling"],"name":"panels/timeline","modules":["timeline_module.js"]}]);Root.applicationDescriptor.modules.push(...[{"name":"panels/mobile_throttling","type":"autostart"},{"name":"panels/browser_debugger"},{"name":"ui/legacy/components/cookie_table"},{"name":"panels/elements"},{"name":"panels/help"},{"name":"panels/issues"},{"name":"panels/developer_resources"},{"name":"panels/layer_viewer"},{"name":"panels/network"},{"name":"panels/application"},{"name":"panels/timeline"}]);import*as RootModule from'../../core/root/root.js';RootModule.Runtime.cachedResources.set("panels/mobile_throttling/throttlingSettingsTab.css","/*\n * Copyright 2015 The Chromium Authors. All rights reserved.\n * Use of this source code is governed by a BSD-style license that can be\n * found in the LICENSE file.\n */\n\n:host {\n overflow: hidden;\n}\n\n.header {\n padding: 0 0 6px;\n border-bottom: 1px solid var(--color-details-hairline);\n font-size: 18px;\n font-weight: normal;\n flex: none;\n}\n\n.add-conditions-button {\n flex: none;\n margin: 10px 2px;\n min-width: 140px;\n align-self: flex-start;\n}\n\n.conditions-list {\n max-width: 500px;\n min-width: 340px;\n flex: auto;\n}\n\n.conditions-list-item {\n padding: 3px 5px 3px 5px;\n height: 30px;\n display: flex;\n align-items: center;\n position: relative;\n flex: auto 1 1;\n}\n\n.conditions-list-text {\n white-space: nowrap;\n text-overflow: ellipsis;\n flex: 0 0 70px;\n user-select: none;\n color: var(--color-text-primary);\n text-align: end;\n position: relative;\n}\n\n.conditions-list-title {\n text-align: start;\n display: flex;\n flex: auto;\n align-items: flex-start;\n}\n\n.conditions-list-title-text {\n overflow: hidden;\n flex: auto;\n white-space: nowrap;\n text-overflow: ellipsis;\n}\n\n.conditions-list-separator {\n flex: 0 0 1px;\n background-color: var(--color-background-elevation-2);\n height: 30px;\n margin: 0 4px;\n}\n\n.conditions-list-separator-invisible {\n visibility: hidden;\n height: 100% !important; /* stylelint-disable-line declaration-no-important */\n}\n\n.conditions-edit-row {\n flex: none;\n display: flex;\n flex-direction: row;\n margin: 6px 5px;\n}\n\n.conditions-edit-row input {\n width: 100%;\n text-align: inherit;\n}\n\n.conditions-edit-optional {\n position: absolute;\n bottom: -20px;\n right: 0;\n color: var(--color-text-disabled);\n}\n\n/*# sourceURL=panels/mobile_throttling/throttlingSettingsTab.css */");import'../shell/shell.js';import'../../panels/browser_debugger/browser_debugger-meta.js';import'../../panels/developer_resources/developer_resources-meta.js';import'../../panels/elements/elements-meta.js';import'../../panels/help/help-meta.js';import'../../panels/issues/issues-meta.js';import'../../panels/layer_viewer/layer_viewer-meta.js';import'../../panels/mobile_throttling/mobile_throttling-meta.js';import'../../panels/network/network-meta.js';import'../../panels/application/application-meta.js';import'../../panels/timeline/timeline-meta.js';import'./WorkerMain.js';import*as Startup from'../startup/startup.js';Startup.RuntimeInstantiator.startApplication('worker_app');