pdf.js/web
Rob Wu ac5a8bcdda [l10n] Treat language as case-insensitive
See "Case-insensitive language comparisons per RFC 4646"
https://github.com/fabi1cazenave/webL10n/pull/51

Removed the "patch" in compatibility.js and fixed the bug in webL10n,
because the logic belongs to webL10n instead of PDF.js.
The immediate motivation for this patch is that Chrome 40 converts
navigator.language to lower case: https://crbug.com/454331
2015-02-02 22:02:18 +01:00
..
images Add updated loading-small.png (and corresponding Retina) asset 2014-10-01 00:13:45 +02:00
.gitignore Remove obselete file from .gitignore 2015-01-26 16:44:45 +01:00
annotations_layer_builder.js Replaces text selection example 2014-12-20 23:41:34 -06:00
chromecom.js Renames and refactors PDFView to PDFViewerApplication. 2014-09-28 10:39:56 -05:00
compatibility.js [l10n] Treat language as case-insensitive 2015-02-02 22:02:18 +01:00
compressed.tracemonkey-pldi-09.pdf Add Makefile. Move some files around to make building the website easier. 2011-07-05 10:53:57 -07:00
debugger.js Fix regression that prevents downloading of font files in the debugger 2014-10-28 19:56:55 +01:00
default_preferences.js Implement streaming using moz-chunk-arraybuffer 2014-09-19 19:05:25 -05:00
document_attachments_view.js Renames and refactors PDFView to PDFViewerApplication. 2014-09-28 10:39:56 -05:00
document_outline_view.js Renames and refactors PDFView to PDFViewerApplication. 2014-09-28 10:39:56 -05:00
document_properties.js Renames and refactors PDFView to PDFViewerApplication. 2014-09-28 10:39:56 -05:00
download_manager.js Fixes DownloadManager for IE10 and above 2014-04-28 22:43:05 +02:00
firefoxcom.js Add preprocessor directives for the extension; and refactor FirefoxCom callback 2014-05-28 10:24:06 -05:00
grab_to_pan.js Handtool: Remove focus from previous node on click 2014-09-03 16:31:47 +02:00
hand_tool.js Removing unused code 2014-07-18 22:34:50 +02:00
interfaces.js Refactors draw method in PDFPageView; makes optional some PDFPageViewOptions options 2014-12-20 23:41:34 -06:00
mozPrintCallback_polyfill.js Print shortcut: Ctrl + (Shift +) P only 2014-01-29 18:38:42 +01:00
overlay_manager.js [OverlayManager] Add preventDefault to the keydown event handler 2014-05-27 23:48:02 +02:00
password_prompt.js Convert the existing overlays to use the OverlayManager 2014-05-25 21:33:15 +02:00
pdf_find_bar.js Converting PDFFindBar and PDFFindController to classes 2014-07-29 21:59:01 +02:00
pdf_find_controller.js Removes lastScrollSource and isViewerInPresentationMode from TextLayerBuilderOptions 2014-12-20 11:14:13 -06:00
pdf_history.js Renames and refactors PDFView to PDFViewerApplication. 2014-09-28 10:39:56 -05:00
pdf_page_view.js Avoid getting |childNodes| twice in PDFPageView_reset, by using the variable instead 2015-01-26 12:22:09 +01:00
pdf_rendering_queue.js Refactors draw method in PDFPageView; makes optional some PDFPageViewOptions options 2014-12-20 23:41:34 -06:00
pdf_thumbnail_view.js Remove dead code from PDFThumbnailView 2015-01-26 20:52:46 +01:00
pdf_thumbnail_viewer.js Refactor PDFThumbnailView to look more similar to PDFPageView 2015-01-26 20:52:45 +01:00
pdf_viewer.component.js Replaces text selection example 2014-12-20 23:41:34 -06:00
pdf_viewer.css Remove unused annotation highlight div 2014-12-21 17:38:22 +01:00
pdf_viewer.js Move the |pagerendered| event to pdf_page_view.js 2015-01-06 21:44:22 +01:00
preferences.js Adjust use of chrome.storage.managed for Opera 2014-09-06 00:37:30 +02:00
presentation_mode.js Remove any active text selection when entering Presentation Mode 2014-11-07 12:53:21 +01:00
secondary_toolbar.js Renames and refactors PDFView to PDFViewerApplication. 2014-09-28 10:39:56 -05:00
text_layer_builder.css Replaces text selection example 2014-12-20 23:41:34 -06:00
text_layer_builder.js Add a |textlayerrendered| event 2015-01-06 17:57:32 +01:00
ui_utils.js Refactors Cache into PDFPageViewBuffer 2014-12-19 16:54:32 -06:00
view_history.js Added Promise.catch 2014-05-22 13:53:19 -04:00
viewer-snippet-chrome-extension.html Remove type="text/javascript" from script tags. 2014-05-13 02:41:01 +02:00
viewer-snippet-firefox-extension.html Remove type="text/javascript" from script tags. 2014-05-13 02:41:01 +02:00
viewer-snippet-minified.html Remove type="text/javascript" from script tags. 2014-05-13 02:41:01 +02:00
viewer-snippet-mozPrintCallback-polyfill.html Add mozPrintCallback shim 2013-10-08 19:46:59 +02:00
viewer-snippet.html Remove type="text/javascript" from script tags. 2014-05-13 02:41:01 +02:00
viewer.css Merge pull request #5596 from fkaelberer/fixBordersAroundThumbnails 2015-01-23 21:29:49 +01:00
viewer.html Rename the thumbnail_view.js file 2015-01-25 17:21:53 +01:00
viewer.js Move PDFThumbnailViewer to its own file 2015-01-24 15:41:18 +01:00