pdf.js/extensions/chrome
Rob Wu ec5ef58b84 [CRX] Improved navigation detection.
A user reported that the PDF Viewer is not rendered on Dropbox,
(Chrome on Mac OS X). This is apparently caused by the fact that the
PDF file is loaded in an iframe in such a way that the tabs.onUpdated
event is not triggered.

This patch switches to the webNavigation event API, which improves the
reliability of the navigation detection.

Unfortunately Opera 15 does not support the webNavigation API, so the
old (tabs.onUpdated) method is used (feature-detection is used, so
whenever Opera decides to implement this API, it will profit from it).
2013-07-17 19:04:10 +02:00
..
.gitignore Loading extension resources via stringbundle 2012-05-11 14:39:11 -05:00
hide-xhtml-error.css Highly improved Chrome extension 2013-04-04 10:04:13 +02:00
icon16.png Add icons to the Chrome extensions 2013-02-16 23:15:01 -03:00
icon48.png Add icons to the Chrome extensions 2013-02-16 23:15:01 -03:00
icon128.png Add icons to the Chrome extensions 2013-02-16 23:15:01 -03:00
insertviewer.js Configurable IMAGE_DIR for annotations 2013-07-09 16:24:25 +02:00
manifest.json [CRX] Improved navigation detection. 2013-07-17 19:04:10 +02:00
patch-worker.js Enable Web Worker again in Chrome extension 2013-04-04 13:40:35 +02:00
pdfHandler-local.js Enforces trailing spaces 2013-07-01 11:25:46 -05:00
pdfHandler.html Highly improved Chrome extension 2013-04-04 10:04:13 +02:00
pdfHandler.js [CRX] Improved navigation detection. 2013-07-17 19:04:10 +02:00