зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1402386 - CamelCase the inspector-tab-panel component; r=Honza
MozReview-Commit-ID: 2j1ocvxYvzv --HG-- rename : devtools/client/inspector/components/inspector-tab-panel.css => devtools/client/inspector/components/InspectorTabPanel.css rename : devtools/client/inspector/components/inspector-tab-panel.js => devtools/client/inspector/components/InspectorTabPanel.js extra : rebase_source : ea67ee1a6eb86943522312018be4ed2225c6190b
This commit is contained in:
Родитель
418df4c234
Коммит
fb4bb32314
|
@ -5,6 +5,6 @@
|
|||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
DevToolsModules(
|
||||
'inspector-tab-panel.css',
|
||||
'inspector-tab-panel.js',
|
||||
'InspectorTabPanel.css',
|
||||
'InspectorTabPanel.js',
|
||||
)
|
||||
|
|
|
@ -462,7 +462,7 @@ Inspector.prototype = {
|
|||
if (!this._InspectorTabPanel) {
|
||||
this._InspectorTabPanel =
|
||||
this.React.createFactory(this.browserRequire(
|
||||
"devtools/client/inspector/components/inspector-tab-panel"));
|
||||
"devtools/client/inspector/components/InspectorTabPanel"));
|
||||
}
|
||||
return this._InspectorTabPanel;
|
||||
},
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
<link rel="stylesheet" href="chrome://devtools/skin/animationinspector.css"/>
|
||||
<link rel="stylesheet" href="resource://devtools/client/shared/components/tabs/tabs.css"/>
|
||||
<link rel="stylesheet" href="resource://devtools/client/shared/components/tabs/tabbar.css"/>
|
||||
<link rel="stylesheet" href="resource://devtools/client/inspector/components/inspector-tab-panel.css"/>
|
||||
<link rel="stylesheet" href="resource://devtools/client/inspector/components/InspectorTabPanel.css"/>
|
||||
<link rel="stylesheet" href="resource://devtools/client/shared/components/splitter/split-box.css"/>
|
||||
<link rel="stylesheet" href="resource://devtools/client/inspector/layout/components/Accordion.css"/>
|
||||
<link rel="stylesheet" href="resource://devtools/client/shared/components/reps/reps.css"/>
|
||||
|
|
|
@ -21,7 +21,7 @@ window.onload = Task.async(function* () {
|
|||
const ReactDOM = browserRequire("devtools/client/shared/vendor/react-dom");
|
||||
const React = browserRequire("devtools/client/shared/vendor/react");
|
||||
const { Simulate } = React.addons.TestUtils;
|
||||
const InspectorTabPanel = React.createFactory(browserRequire("devtools/client/inspector/components/inspector-tab-panel"));
|
||||
const InspectorTabPanel = React.createFactory(browserRequire("devtools/client/inspector/components/InspectorTabPanel"));
|
||||
const Tabbar = React.createFactory(browserRequire("devtools/client/shared/components/tabs/tabbar"));
|
||||
const tabbar = Tabbar();
|
||||
const tabbarReact = ReactDOM.render(tabbar, window.document.body);
|
||||
|
|
|
@ -17,7 +17,7 @@ Test all-tabs menu.
|
|||
<link rel="stylesheet" type="text/css" href="resource://devtools/client/shared/components/tabs/tabs.css">
|
||||
<link rel="stylesheet" type="text/css" href="resource://devtools/client/shared/components/tabs/tabbar.css">
|
||||
<link rel="stylesheet" type="text/css" href="resource://devtools/client/inspector/components/side-panel.css">
|
||||
<link rel="stylesheet" type="text/css" href="resource://devtools/client/inspector/components/inspector-tab-panel.css">
|
||||
<link rel="stylesheet" type="text/css" href="resource://devtools/client/inspector/components/InspectorTabPanel.css">
|
||||
</head>
|
||||
<body>
|
||||
<pre id="test">
|
||||
|
|
Загрузка…
Ссылка в новой задаче