Bug 976358: Adding chrome URL for Loop panel. r=tOkeshu

This commit is contained in:
Adam Roach 2014-05-29 21:13:40 +01:00
Родитель 8de4151dd5
Коммит 70abf1ea57
4 изменённых файлов: 14 добавлений и 1 удалений

Просмотреть файл

@ -15,7 +15,6 @@
<script type="text/javascript" src="libs/zepto.min.js"></script>
<script type="text/javascript" src="libs/lodash.min.js"></script>
<script type="text/javascript" src="libs/backbone-min.js"></script>
</head>
<body>
<!-- Intentionally not localisable as this is a temporary page -->

Просмотреть файл

@ -0,0 +1,6 @@
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
browser.jar:
content/browser/loop/panel.html (content/panel.html)

Просмотреть файл

@ -0,0 +1,7 @@
# -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*-
# vim: set filetype=python:
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
JAR_MANIFESTS += ['jar.mn']

Просмотреть файл

@ -10,6 +10,7 @@ PARALLEL_DIRS += [
'dirprovider',
'downloads',
'feeds',
'loop',
'places',
'preferences',
'privatebrowsing',