mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-05 00:25:27 +00:00
4ca92d7e54
To enable resource://devtools, all DevTools files are consolidated at the app level. This means they are no longer available for sharing between multiple XUL apps, such as browser and webapprt. We'll need to devise a new method to bring this support back to webapprt if desired.
18 lines
1000 B
Plaintext
18 lines
1000 B
Plaintext
# 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/.
|
|
|
|
webapprt.jar:
|
|
% content webapprt %content/
|
|
* content/webapp.js (content/webapp.js)
|
|
* content/webapp.xul (content/webapp.xul)
|
|
content/getUserMediaDialog.xul (content/getUserMediaDialog.xul)
|
|
content/getUserMediaDialog.js (content/getUserMediaDialog.js)
|
|
content/mochitest-shared.js (content/mochitest-shared.js)
|
|
content/mochitest.js (content/mochitest.js)
|
|
content/mochitest.xul (content/mochitest.xul)
|
|
* content/downloads/downloads.xul (content/downloads/downloads.xul)
|
|
content/downloads/downloads.js (content/downloads/downloads.js)
|
|
content/downloads/downloads.css (content/downloads/downloads.css)
|
|
content/downloads/download.xml (content/downloads/download.xml)
|