mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-06 15:58:39 +09:00
Issue #889 - Clean up the Pale Moon tree - Part 1c: Move pageinfo to components
This commit is contained in:
parent
a07ec61fe6
commit
814b709ef8
12 changed files with 23 additions and 9 deletions
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -12,6 +12,7 @@ DIRS += [
|
|||
'feeds',
|
||||
'fuel',
|
||||
'newtab',
|
||||
'pageinfo',
|
||||
'places',
|
||||
'permissions',
|
||||
'preferences',
|
||||
|
|
|
|||
13
application/palemoon/components/pageinfo/jar.mn
Normal file
13
application/palemoon/components/pageinfo/jar.mn
Normal 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
|
||||
8
application/palemoon/components/pageinfo/moz.build
Normal file
8
application/palemoon/components/pageinfo/moz.build
Normal 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']
|
||||
|
||||
|
|
@ -501,7 +501,7 @@
|
|||
</deck>
|
||||
|
||||
#ifdef XP_MACOSX
|
||||
#include ../browserMountPoints.inc
|
||||
#include ../../base/content/browserMountPoints.inc
|
||||
#endif
|
||||
|
||||
</window>
|
||||
Loading…
Add table
Add a link
Reference in a new issue