commit
1d65904a58
@ -1,3 +1,7 @@
|
|||||||
|
/* -*- Mode: Java; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
|
||||||
|
/* vim: set shiftwidth=2 tabstop=2 autoindent cindent expandtab: */
|
||||||
|
|
||||||
|
'use strict';
|
||||||
|
|
||||||
var ISOAdobeCharset = [
|
var ISOAdobeCharset = [
|
||||||
'.notdef', 'space', 'exclam', 'quotedbl', 'numbersign', 'dollar',
|
'.notdef', 'space', 'exclam', 'quotedbl', 'numbersign', 'dollar',
|
||||||
|
@ -131,8 +131,7 @@ pdfContentHandler.prototype = {
|
|||||||
throw Cr.NS_ERROR_WONT_HANDLE_CONTENT;
|
throw Cr.NS_ERROR_WONT_HANDLE_CONTENT;
|
||||||
|
|
||||||
let window = null;
|
let window = null;
|
||||||
let callbacks = aRequest.notificationCallbacks ?
|
let callbacks = aRequest.notificationCallbacks ||
|
||||||
aRequest.notificationCallbacks :
|
|
||||||
aRequest.loadGroup.notificationCallbacks;
|
aRequest.loadGroup.notificationCallbacks;
|
||||||
if (!callbacks)
|
if (!callbacks)
|
||||||
return;
|
return;
|
||||||
|
@ -1,6 +1,8 @@
|
|||||||
/* -*- Mode: Java; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
|
/* -*- Mode: Java; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
|
||||||
/* vim: set shiftwidth=2 tabstop=2 autoindent cindent expandtab: */
|
/* vim: set shiftwidth=2 tabstop=2 autoindent cindent expandtab: */
|
||||||
|
|
||||||
|
'use strict';
|
||||||
|
|
||||||
var Metrics = {
|
var Metrics = {
|
||||||
'Courier': 600,
|
'Courier': 600,
|
||||||
'Courier-Bold': 600,
|
'Courier-Bold': 600,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user