OLD | NEW |
1 #filter substitution | 1 #filter substitution |
2 # This Source Code Form is subject to the terms of the Mozilla Public | 2 # This Source Code Form is subject to the terms of the Mozilla Public |
3 # License, v. 2.0. If a copy of the MPL was not distributed with this | 3 # License, v. 2.0. If a copy of the MPL was not distributed with this |
4 # file, You can obtain one at http://mozilla.org/MPL/2.0/. | 4 # file, You can obtain one at http://mozilla.org/MPL/2.0/. |
5 | 5 |
6 | 6 |
7 chrome.jar: | 7 chrome.jar: |
8 % content browser %content/ contentaccessible=yes | 8 % content browser %content/ contentaccessible=yes |
9 | 9 |
10 * content/about.xhtml (content/about.xhtml) | 10 * content/about.xhtml (content/about.xhtml) |
| 11 * content/aboutAdblockBrowser.xhtml (content/aboutAdblockBrowser.xhtml) |
11 content/config.xhtml (content/config.xhtml) | 12 content/config.xhtml (content/config.xhtml) |
12 content/config.js (content/config.js) | 13 content/config.js (content/config.js) |
13 content/aboutAddons.xhtml (content/aboutAddons.xhtml) | 14 content/aboutAddons.xhtml (content/aboutAddons.xhtml) |
14 content/aboutAddons.js (content/aboutAddons.js) | 15 content/aboutAddons.js (content/aboutAddons.js) |
15 content/aboutCertError.xhtml (content/aboutCertError.xhtml) | 16 content/aboutCertError.xhtml (content/aboutCertError.xhtml) |
16 content/aboutDownloads.xhtml (content/aboutDownloads.xhtml) | 17 content/aboutDownloads.xhtml (content/aboutDownloads.xhtml) |
17 content/aboutDownloads.js (content/aboutDownloads.js) | 18 content/aboutDownloads.js (content/aboutDownloads.js) |
18 content/aboutFeedback.xhtml (content/aboutFeedback.xhtml) | 19 content/aboutFeedback.xhtml (content/aboutFeedback.xhtml) |
19 content/aboutFeedback.js (content/aboutFeedback.js) | 20 content/aboutFeedback.js (content/aboutFeedback.js) |
20 content/aboutPrivateBrowsing.xhtml (content/aboutPrivateBrowsing.xhtml) | 21 content/aboutPrivateBrowsing.xhtml (content/aboutPrivateBrowsing.xhtml) |
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
60 #ifdef MOZ_DEVICES | 61 #ifdef MOZ_DEVICES |
61 content/aboutDevices.xhtml (content/aboutDevices.xhtml) | 62 content/aboutDevices.xhtml (content/aboutDevices.xhtml) |
62 content/aboutDevices.js (content/aboutDevices.js) | 63 content/aboutDevices.js (content/aboutDevices.js) |
63 #endif | 64 #endif |
64 | 65 |
65 % content branding %content/branding/ | 66 % content branding %content/branding/ |
66 | 67 |
67 % override chrome://global/content/config.xul chrome://browser/content/config.xh
tml | 68 % override chrome://global/content/config.xul chrome://browser/content/config.xh
tml |
68 % override chrome://global/content/netError.xhtml chrome://browser/content/netEr
ror.xhtml | 69 % override chrome://global/content/netError.xhtml chrome://browser/content/netEr
ror.xhtml |
69 % override chrome://mozapps/content/extensions/extensions.xul chrome://browser/c
ontent/aboutAddons.xhtml | 70 % override chrome://mozapps/content/extensions/extensions.xul chrome://browser/c
ontent/aboutAddons.xhtml |
OLD | NEW |