pdf.js/extensions
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
..
b2g Limit image size to 1024*1024 for b2g. 2013-07-10 09:52:37 -07:00
chrome [CRX] Improved navigation detection. 2013-07-17 19:04:10 +02:00
firefox Improve suggested filename on download 2013-07-10 21:50:56 +02:00