461 Commits (6f0cf8c4cb15debe3616de6ddb9e642ff424ff23)

Author SHA1 Message Date
Jonas Jenwald 7e1d92461a [Firefox addon] Enable the `consistent-return` ESLint rule (issue 7957) 8 years ago
Jonas Jenwald a5d5b970af [Firefox addon] Enforce double quotes, using ESLint, to avoid linting errors in mozilla-central (issue 7957) 8 years ago
Jonas Jenwald f000417ce0 [Firefox addon] Stop bundling `src/core/network.js` into the `FIREFOX`/`MOZCENTRAL` builds (PR 7322 follow-up) 8 years ago
Jonas Jenwald 3ec99f0e12 [Firefox addon] Convert the code to be ES6 friendly, in order to better agree with mozilla-central coding conventions (issue 7957) 8 years ago
Jonas Jenwald 0dff8f3600 Adjust the `space-unary-ops` ESLint rule to comply with mozilla-central lint rules 8 years ago
Jonas Jenwald 54a64863e2 [Bug 1330147] removeObserver calls should not supply a third parameter 8 years ago
Yury Delendik 1f424e561d [Bug 1329182] remove trailing newURI null parameters 8 years ago
Jonas Jenwald 4046d67fde Enable the `no-else-return` ESLint rule 8 years ago
Jonas Jenwald 15f75a5585 [Firefox addon] Remove the `registerAddonHistogram` fallback code for Firefox versions 36 (and below) from `PdfJsTelemetry-addon.jsm` 8 years ago
Jonas Jenwald 9434c023ab [Firefox addon] Change the minimum supported version to Firefox 45, i.e. the current ESR version, and remove no longer necessary fallback code 8 years ago
Jonas Jenwald c850968fa7 Remove `globals` that are now unnecessary thanks to the use of various ESLint environments (e.g. Node, ShellJS, Jasmine) 8 years ago
Jonas Jenwald 2f3805efbc Switch to using ESLint, instead of JSHint, for linting 8 years ago
Jonas Jenwald 28e50cfa21 Fix errors reported by the `space-infix-ops` ESLint rule 8 years ago
Jonas Jenwald aae27e76bb Fix errors reported by the `no-multiple-empty-lines` ESLint rule 8 years ago
Jonas Jenwald ad915f8af1 Fix errors reported by the `comma-spacing` ESLint rule 8 years ago
Yury Delendik f7d6f3a739 Adds SVG rendering capabilities to the PDFViewer. 9 years ago
Yury Delendik a4402c84de Refactor toolbar (and secondary toolbar). 9 years ago
Jonas Jenwald f461fd64aa Add support for PageLabels in the viewer 9 years ago
Yury Delendik 0576c9c6c6 Replaces all preprocessor directives with PDFJSDev calls. 9 years ago
Rob Wu ae74e1bbd6 Deduct file type from content-disposition 9 years ago
Yury Delendik 503bf45eca Drops unneeded HTTP refresh header for the extension. 9 years ago
Jonas Jenwald e12c48b73f Add a `enhanceTextSelection` preference 9 years ago
Tim van der Meij e686db250c Render interactive form (AcroForm) text widget annotations 9 years ago
Tim van der Meij a2525a8ba3 Revert "Add a `enhanceTextSelection` preference to the viewer" 9 years ago
Jonas Jenwald 15e45d772f Add a `enhanceTextSelection` preference to the viewer 9 years ago
Brendan Dahl 815c3a822f Bug 1291709 - PdfjsChromeUtils.jsm leaks browser.xul windows. 9 years ago
Tim van der Meij a9dd2ab0ab Move B2G viewer to the examples folder 9 years ago
Tim van der Meij e65606d271 Remove `previousPageNumber` from the B2G viewer 9 years ago
klemens 6f03f62327 trivial spelling fixes 9 years ago
Peter Dave Hello 625d637297 optimize png images using zopflipng 9 years ago
Jonas Jenwald 87229a086f Update `mxr.mozilla.org` links to point to `dxr.mozilla.org` instead 9 years ago
Yury Delendik 3cba2cb258 Fixes SeaMonkey version 9 years ago
Jonas Jenwald 9fbde18880 [Firefox addon] Feature detect `originAttributes` to make it Seamonkey 2.40 compatible 9 years ago
Jonas Jenwald 6d7f6f1b86 Upstream the changes from Bug 1242730 - Convert callsites to use channel.async0pen2() within browser/extensions/pdfjs (issue 7386) 9 years ago
Jonas Jenwald d3d3bb9695 [Firefox addon] Change the minimum supported version to Firefox 38 and remove a bunch old no longer necessary fallback code 9 years ago
Rob Wu 08ad551a01 Force inline block display style for <object>. 9 years ago
Rob Wu 60438399e0 Fix typo in telemetry.js, follow-up to #7370 9 years ago
Rob Wu 724308c57a Add opt-out telemetry to the Chrome extension 9 years ago
Rob Wu 0be8e72d6f Support syncing of settings in Chrome extension 9 years ago
Tim van der Meij fdfaa43f5e Resolve a regression in the Chromium extension's preferences handling 9 years ago
Yury Delendik df10513e10 Moves DEFAULT_PREFENCES into JSON format. 9 years ago
Rob Wu 9394fc133c Remove support for frames in old Chromium versions 9 years ago
Rob Wu fc658a718c Remove streamsPrivate usage 9 years ago
Yury Delendik 148102b626 Refactors firefoxcom dependency on app and l10n. 9 years ago
Rob Wu b45e6a7cc9 Don't use shadow DOM for rendering <object>/<embed> 9 years ago
Dave Huseby 867a5ea1b0 Make pdf.js use the correct principal origin attributes when loading subresources. 9 years ago
Yury Delendik 2b246192e1 Removes frontWindow usage from the stream converter. 9 years ago
Tim van der Meij 0351c7eff4 Move the `getFileName` helper function to the core 9 years ago
Tim van der Meij 6a33dfd13a Implement support for FileAttachment annotations 9 years ago
Jonas Jenwald f64113c927 [Addon] Catch errors in `getFindBar` (in PdfStreamConverter.jsm) to fix loading of PDF files in the bookmark sidebar (bug 1248959) 9 years ago