Browse Source

Merge pull request #7473 from Snuffleupagus/links-mxr-to-dxr

Update `mxr.mozilla.org` links to point to `dxr.mozilla.org` instead
Tim van der Meij 9 years ago committed by GitHub
parent
commit
10cd37cfb2
  1. 5
      extensions/firefox/content/PdfJs-stub.jsm
  2. 4
      l10n/README.md

5
extensions/firefox/content/PdfJs-stub.jsm

@ -16,8 +16,9 @@
'use strict'; 'use strict';
// Don't remove this file. FF15+ expects PdfJs module to be present at resource://pdf.js/PdfJs.jsm // Don't remove this file!
// See https://mxr.mozilla.org/mozilla-central/source/browser/components/nsBrowserGlue.js // FF15+ expects `PdfJs` module to be present at `resource://pdf.js/PdfJs.jsm`,
// see https://dxr.mozilla.org/mozilla-central/source/browser/components/nsBrowserGlue.js
var EXPORTED_SYMBOLS = ['PdfJs']; var EXPORTED_SYMBOLS = ['PdfJs'];
var PdfJs = { var PdfJs = {

4
l10n/README.md

@ -1,5 +1,5 @@
Most of the files in this folder (except for the `en-US` folder and the Most of the files in this folder (except for the `en-US` folder and the
`metadata.inc` files) have been imported from the Firefox Aurora branch, `metadata.inc` files) have been imported from the Firefox Aurora branch,
which is located at https://mxr.mozilla.org/l10n-mozilla-aurora/source. please see https://dxr.mozilla.org/l10n-mozilla-aurora/source/.
Some of the files are licensed under the MPL license. You can obtain a Some of the files are licensed under the MPL license. You can obtain a
copy of the license at http://mozilla.org/MPL/2.0. copy of the license at https://mozilla.org/MPL/2.0.

Loading…
Cancel
Save