[Basilisk] Update pdf.js to version 1.6.467 from Firefox 53.0.2

This commit is contained in:
Basilisk-Dev 2023-09-11 21:58:45 -04:00 committed by roytam1
commit 328408759a
15 changed files with 63242 additions and 69243 deletions

View file

@ -12,7 +12,6 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/* jshint esnext:true */
/* globals Components, Services, XPCOMUtils */
'use strict';
@ -51,6 +50,7 @@ var DEFAULT_PREFERENCES =
"useOnlyCssZoom": false,
"externalLinkTarget": 0,
"enhanceTextSelection": false,
"renderer": "canvas",
"renderInteractiveForms": false,
"disablePageLabels": false
}
@ -110,7 +110,7 @@ var PdfjsChromeUtils = {
this._mmg.removeMessageListener('PDFJS:Parent:removeEventListener', this);
this._mmg.removeMessageListener('PDFJS:Parent:updateControlState', this);
Services.obs.removeObserver(this, 'quit-application', false);
Services.obs.removeObserver(this, 'quit-application');
this._mmg = null;
this._ppmm = null;
@ -354,4 +354,3 @@ var PdfjsChromeUtils = {
}
};