Merge pull request #7430 from Rob--W/crx-rewrite-url-asap
Move Chromium URL rewrite to top of viewer.js
This commit is contained in:
commit
2d8ed7ba18
@ -18,21 +18,6 @@
|
||||
|
||||
var DEFAULT_URL = 'compressed.tracemonkey-pldi-09.pdf';
|
||||
|
||||
//#if PRODUCTION
|
||||
//var pdfjsWebLibs = {
|
||||
// pdfjsWebPDFJS: window.pdfjsDistBuildPdf
|
||||
//};
|
||||
//
|
||||
//(function () {
|
||||
//#expand __BUNDLE__
|
||||
//}).call(pdfjsWebLibs);
|
||||
//#endif
|
||||
|
||||
//#if FIREFOX || MOZCENTRAL
|
||||
//// FIXME the l10n.js file in the Firefox extension needs global FirefoxCom.
|
||||
//window.FirefoxCom = pdfjsWebLibs.pdfjsWebFirefoxCom.FirefoxCom;
|
||||
//#endif
|
||||
|
||||
//#if CHROME
|
||||
//(function rewriteUrlClosure() {
|
||||
// // Run this code outside DOMContentLoaded to make sure that the URL
|
||||
@ -50,6 +35,21 @@ var DEFAULT_URL = 'compressed.tracemonkey-pldi-09.pdf';
|
||||
//})();
|
||||
//#endif
|
||||
|
||||
//#if PRODUCTION
|
||||
//var pdfjsWebLibs = {
|
||||
// pdfjsWebPDFJS: window.pdfjsDistBuildPdf
|
||||
//};
|
||||
//
|
||||
//(function () {
|
||||
//#expand __BUNDLE__
|
||||
//}).call(pdfjsWebLibs);
|
||||
//#endif
|
||||
|
||||
//#if FIREFOX || MOZCENTRAL
|
||||
//// FIXME the l10n.js file in the Firefox extension needs global FirefoxCom.
|
||||
//window.FirefoxCom = pdfjsWebLibs.pdfjsWebFirefoxCom.FirefoxCom;
|
||||
//#endif
|
||||
|
||||
function getViewerConfiguration() {
|
||||
return {
|
||||
appContainer: document.body,
|
||||
|
Loading…
Reference in New Issue
Block a user