pdf.js/extensions/chromium
Rob Wu 87dacba9a6 Feature detection after downgrading the browser.
If a user downgrades from Chromium 35+ to 34, then the PDF Viewer
extension will not work any more because the extension assumes
that certain features were available based on the cached feature
detection results.

To resolve this problem, all feature detection scripts run again
if the browser was downgraded.
2014-07-25 22:44:03 +02:00
..
.gitignore Renaming of extensions/chrome folder to extensions/chromium, and small tweak to manifest.json description as per #3600 2013-08-21 18:11:35 +02:00
chrome.tabs.executeScriptInFrame.js Making extensions/chromium/chrome.tabs.executeScriptInFrame.js adhere to the style guide 2014-03-09 23:29:34 +01:00
contentscript.js <object> / <embed> support in Chromium extension 2014-05-09 15:46:12 +02:00
contentstyle.css <object> / <embed> support in Chromium extension 2014-05-09 15:46:12 +02:00
extension-router.js Making extensions/chromium/extension-router.js adhere to the style guide 2014-03-09 23:14:01 +01:00
feature-detect.js Feature detection after downgrading the browser. 2014-07-25 22:44:03 +02:00
icon16.png Bug 972435 - Recompress all PNG assets 2014-02-13 17:57:10 +01:00
icon19.png Bug 972435 - Recompress all PNG assets 2014-02-13 17:57:10 +01:00
icon38.png Bug 972435 - Recompress all PNG assets 2014-02-13 17:57:10 +01:00
icon48.png Bug 972435 - Recompress all PNG assets 2014-02-13 17:57:10 +01:00
icon128.png Bug 972435 - Recompress all PNG assets 2014-02-13 17:57:10 +01:00
manifest.json Merge pull request #4549 from Rob--W/crx-pdf-embed-object 2014-05-14 20:55:11 +02:00
pageActionPopup.html Added missing <html> tag to page action 2014-01-02 18:44:38 +01:00
pageActionPopup.js Updated to current latest stable version of jshint. 2014-03-01 13:31:25 -08:00
pdfHandler-v2.js Improved FTP support for Chromium extension 2014-03-30 00:08:02 +01:00
pdfHandler-vcros.js Making extensions/chromium/pdfHandler-v2.js adhere to the style guide and fixing a small lint issue in pdfHandler-vcros.js 2014-03-09 23:07:42 +01:00
pdfHandler.html Improved FTP support for Chromium extension 2014-03-30 00:08:02 +01:00
pdfHandler.js Use redirectUrl at onHeadersReceived if available. 2014-03-30 00:25:37 +01:00