mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-04 23:08:39 +09:00
Issue #889 - Clean up the Pale Moon tree - Part 1b: Move newtab to components
This commit is contained in:
parent
36d7d6d67a
commit
a07ec61fe6
20 changed files with 17 additions and 3 deletions
|
|
@ -46,9 +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/newtab/newTab.xhtml (content/newtab/newTab.xhtml)
|
||||
* content/browser/newtab/newTab.js (content/newtab/newTab.js)
|
||||
content/browser/newtab/newTab.css (content/newtab/newTab.css)
|
||||
* 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)
|
||||
|
|
|
|||
|
|
@ -11,6 +11,7 @@ DIRS += [
|
|||
'downloads',
|
||||
'feeds',
|
||||
'fuel',
|
||||
'newtab',
|
||||
'places',
|
||||
'permissions',
|
||||
'preferences',
|
||||
|
|
|
|||
8
application/palemoon/components/newtab/jar.mn
Normal file
8
application/palemoon/components/newtab/jar.mn
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
# 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/newtab/newTab.xhtml
|
||||
* content/browser/newtab/newTab.js
|
||||
content/browser/newtab/newTab.css
|
||||
8
application/palemoon/components/newtab/moz.build
Normal file
8
application/palemoon/components/newtab/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']
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue