Issue #889 - Clean up the Pale Moon tree - Part 1c: Move pageinfo to components

This commit is contained in:
NTD 2018-11-30 11:55:54 -05:00 committed by Roy Tam
commit 814b709ef8
12 changed files with 23 additions and 9 deletions

View file

@ -46,14 +46,6 @@ browser.jar:
content/browser/padlock_classic_low.png (content/padlock_classic_low.png)
content/browser/padlock_classic_broken.png (content/padlock_classic_broken.png)
content/browser/palemoon.xhtml (content/palemoon.xhtml)
* content/browser/pageinfo/pageInfo.xul (content/pageinfo/pageInfo.xul)
content/browser/pageinfo/pageInfo.js (content/pageinfo/pageInfo.js)
content/browser/pageinfo/pageInfo.css (content/pageinfo/pageInfo.css)
content/browser/pageinfo/pageInfo.xml (content/pageinfo/pageInfo.xml)
content/browser/pageinfo/feeds.js (content/pageinfo/feeds.js)
content/browser/pageinfo/feeds.xml (content/pageinfo/feeds.xml)
content/browser/pageinfo/permissions.js (content/pageinfo/permissions.js)
content/browser/pageinfo/security.js (content/pageinfo/security.js)
#ifdef MOZ_SERVICES_SYNC
content/browser/sync/aboutSyncTabs.xul (content/sync/aboutSyncTabs.xul)
content/browser/sync/aboutSyncTabs.js (content/sync/aboutSyncTabs.js)

View file

@ -12,6 +12,7 @@ DIRS += [
'feeds',
'fuel',
'newtab',
'pageinfo',
'places',
'permissions',
'preferences',

View file

@ -0,0 +1,13 @@
# 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/pageinfo/pageInfo.xul
content/browser/pageinfo/pageInfo.js
content/browser/pageinfo/pageInfo.css
content/browser/pageinfo/pageInfo.xml
content/browser/pageinfo/feeds.js
content/browser/pageinfo/feeds.xml
content/browser/pageinfo/permissions.js
content/browser/pageinfo/security.js

View file

@ -0,0 +1,8 @@
# -*- 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']

View file

@ -501,7 +501,7 @@
</deck>
#ifdef XP_MACOSX
#include ../browserMountPoints.inc
#include ../../base/content/browserMountPoints.inc
#endif
</window>