mirror of
https://github.com/roytam1/mozilla45esr.git
synced 2026-05-26 06:25:03 +00:00
9b34b27e21
- remove Get More Tools, since it doesn't work (638361bd8) - #583: always-on (mostly) reader mode (cb5d8f86a) - #583: update Readability to latest tip; update glue to new API (8bd4c09a7) - #581: M1047098 M1355576 (ec8e68102) - closes #582: M1358018 modified for 45ESR (74fd7b6d0) - a better idea for #583 (f0a4e7686) - #584: M1507180 M1598605 (7b58ac561) - #584: update certs, pins, TLDs (f9572b6f0) - #334: remove moar tele (0761d9501)
27 lines
630 B
INI
27 lines
630 B
INI
# -*- 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']
|
|
|
|
EXTRA_JS_MODULES += [
|
|
'AboutReader.jsm',
|
|
'ReaderMode.jsm',
|
|
]
|
|
|
|
EXTRA_PP_JS_MODULES += [
|
|
'Readerable.jsm',
|
|
]
|
|
|
|
EXTRA_JS_MODULES.reader = [
|
|
'JSDOMParser.js',
|
|
'Readability.js',
|
|
'ReaderWorker.js',
|
|
'ReaderWorker.jsm',
|
|
]
|
|
|
|
with Files('**'):
|
|
BUG_COMPONENT = ('Toolkit', 'Reader Mode')
|