The Wayback Machine - https://web.archive.org/web/20171127194003/https://github.com/mozilla/pdf.js/commits/master
Skip to content
Permalink
Commits on Nov 26, 2017
  1. Merge pull request #9190 from Snuffleupagus/rm-app-pageRotation

    timvandermeij committed Nov 26, 2017
    Remove the `pageRotation` getter in `PDFViewerApplication`
  2. Remove the `pageRotation` getter in `PDFViewerApplication`

    Snuffleupagus committed Nov 26, 2017
    This was added, during the refactoring in PR 8556, to avoid outright breaking third-party users of the default viewer.
    With PDF.js version `2.0`, where we're making API changes that aren't backwards compatible, we ought to be able to remove this piece of viewer code as well.
Commits on Nov 25, 2017
  1. Merge pull request #9189 from Snuffleupagus/WorkerTransport.getPage-s…

    timvandermeij committed Nov 25, 2017
    …ignature
    
    Remove the unused `capability` parameter from the `WorkerTransport.getPage` method
  2. Remove the unused `capability` parameter from the `WorkerTransport.ge…

    Snuffleupagus committed Nov 25, 2017
    …tPage` method
    
    That parameter, originally named `promise`, has been unused for over five years; ever since commit f0687c4 in PR 1531.
Commits on Nov 24, 2017
  1. Merge pull request #9095 from Snuffleupagus/WebGLFactory

    Snuffleupagus committed Nov 24, 2017
    Split the existing `WebGLUtils` in two classes, a private `WebGLUtils` and a public `WebGLContext`, and utilize the latter in the API to allow various code to access the methods of `WebGLUtils`
  2. Split the existing `WebGLUtils` in two classes, a private `WebGLUtils…

    Snuffleupagus committed Nov 1, 2017
    …` and a public `WebGLContext`, and utilize the latter in the API to allow various code to access the methods of `WebGLUtils`
    
    This patch is one (small) step on the way to reduce the general dependency on a global `PDFJS` object, for PDF.js version `2.0`.
  3. Merge pull request #9187 from Standard8/use-services

    Snuffleupagus committed Nov 24, 2017
    Update eslint-plugin-mozilla, and enable mozilla/use-services rule.
Commits on Nov 23, 2017
  1. Merge pull request #9182 from Snuffleupagus/viewer-ignore-other-file-…

    timvandermeij committed Nov 23, 2017
    …errors
    
    Don't display error messages, in the default viewer, for PDF files other than the current one
  2. Don't display error messages, in the default viewer, for PDF files ot…

    Snuffleupagus committed Nov 23, 2017
    …her than the current one
    
    We've never attempted to limit the errors displayed in the default viewer to the current PDF file, but that's not really been a problem before. However after PR 7926, it's now possible to get password related error messages for *previously* opened PDF files in the default viewer.
    
    **STR:**
     1. Open a password protected PDF file, e.g. `issue6010_1.pdf` from the test-suite.
     2. Cancel the password prompt.
     3. Open any new PDF file in the viewer.
    
    **AR:**
    The error UI is displayed, with a `No password given` message.
    
    **ER:**
    No error displayed, since it's only relevent for a now closed PDF file.
    
    This is obviously a minor issue, caused by us now rejecting the still pending `pdfLoadingTask` during the `PDFViewerApplication.close` call, but I don't think that it (generally) makes sense to show errors if they're not relevant to the *currently* displayed PDF file.
Commits on Nov 22, 2017
  1. Merge pull request #9170 from Snuffleupagus/rm-polyfills

    timvandermeij committed Nov 22, 2017
    Remove more polyfills for old browsers
  2. Merge pull request #9179 from mgol/mailmap

    Snuffleupagus committed Nov 22, 2017
    Add mgol's name to AUTHORS, add .mailmap
  3. Add mgol's name to AUTHORS, add .mailmap

    mgol committed Nov 22, 2017
    In this way mgol's past contribution is mapped correctly.
Commits on Nov 21, 2017
  1. Remove the `onclick` polyfill for old versions of Opera

    Snuffleupagus committed Nov 16, 2017
    This was only relevant for no obsolete versions Opera, that use the Presto engine. According to https://en.wikipedia.org/wiki/History_of_the_Opera_web_browser#Opera_2013, the last version affected was released in 2013.
  2. Remove the `classList` polyfill

    Snuffleupagus committed Nov 16, 2017
    This is only relevant for browsers that we don't intend to support with PDF.js version `2.0`.
  3. Remove the `Function.prototype.bind` polyfill

    Snuffleupagus committed Nov 16, 2017
    This is only relevant for browsers that we don't intend to support with PDF.js version `2.0`.
  4. Remove the `btoa`/`atob` polyfills

    Snuffleupagus committed Nov 16, 2017
    This is only relevant for browsers that we don't intend to support with PDF.js version `2.0`.
  5. Remove the `Object.defineProperty` polyfill

    Snuffleupagus committed Nov 16, 2017
    This is only relevant for browsers that we don't intend to support with PDF.js version `2.0`.
Commits on Nov 20, 2017
  1. Merge pull request #9162 from SehyunPark/patch-8

    timvandermeij committed Nov 20, 2017
    Update index.md
  2. Update l10n files

    Snuffleupagus committed Nov 20, 2017
  3. Update index.md

    SehyunPark committed Nov 20, 2017
    adding commas each in two sentences in order to make readers fully understand when reading index.md and to organize the context properly based on grammatical rules.
Commits on Nov 18, 2017
  1. Merge pull request #9158 from timvandermeij/annotations-utf16be

    timvandermeij committed Nov 18, 2017
    Sanitize the display value for choice widget annotations
  2. Merge pull request #9140 from Snuffleupagus/rm-console-polyfill

    timvandermeij committed Nov 18, 2017
    Remove the `console` polyfills
  3. Merge pull request #9157 from SehyunPark/patch-6

    timvandermeij committed Nov 18, 2017
    Update index.md
  4. Merge pull request #9037 from Snuffleupagus/refactor-streams-params

    timvandermeij committed Nov 18, 2017
    Re-factor how parameters are passed to the network streams
  5. Update index.md

    SehyunPark committed Nov 18, 2017
    fixing grammatical error (demonstrate -> demonstrates)
  6. Merge pull request #9156 from SehyunPark/patch-5

    timvandermeij committed Nov 18, 2017
    Update README.md
  7. Update README.md

    SehyunPark committed Nov 18, 2017
    Clarifying what IRC stands for in order to make people understand clearly who want to use relay chat in irc.mozilla.org
Commits on Nov 17, 2017
  1. Merge pull request #9073 from Snuffleupagus/image-streams-fixes

    timvandermeij committed Nov 17, 2017
    Fix the interface of `JpegStream`/`JpxStream`/`Jbig2Stream` to agree with the other `DecodeStream`s
Commits on Nov 16, 2017
  1. Merge pull request #9122 from wojtekmaj/change/remove-compatibility-f…

    Snuffleupagus committed Nov 16, 2017
    …rom-examples
    
    Remove mentions of compatibility.js from examples
  2. Merge pull request #9126 from Snuffleupagus/viewer-move-hash-paramete…

    timvandermeij committed Nov 16, 2017
    …r-parsing
    
    Extract parsing of debugging hash parameters into its own method in `PDFViewerApplication`
  3. Merge pull request #9131 from janpe2/svg-empty-paths

    timvandermeij committed Nov 16, 2017
    Filling and stroking empty paths in SVG backend
You can't perform that action at this time.
You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session.
Morty Proxy This is a proxified and sanitized view of the page, visit original site.