Bug 912121 - Package DevTools client themes in devtools.jar. rs=devtools
Break DevTools theme files out of browser.jar and move to a new DevTools specific jar. Update all paths of the form: chrome://browser/skin/devtools/<X> to chrome://devtools/skin/<Y> where <Y> is the source tree path that comes after /devtools/client.
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
|
||||
<link rel="stylesheet" href="chrome://global/skin/global.css" type="text/css"/>
|
||||
<link rel="stylesheet" href="chrome://devtools/content/commandline/commandline.css" type="text/css"/>
|
||||
<link rel="stylesheet" href="chrome://browser/skin/devtools/commandline.css" type="text/css"/>
|
||||
<link rel="stylesheet" href="chrome://devtools/skin/themes/commandline.css" type="text/css"/>
|
||||
</head>
|
||||
<body class="gcli-body">
|
||||
<div id="gcli-output-root"></div>
|
||||
|
||||
Reference in New Issue
Block a user