Yury Delendik
d323f23750
Merge pull request #5312 from Snuffleupagus/e10s-fixes-2
...
For |make firefox/mozcentral| builds, add cleanupJSSource to remove duplicate file headers in extensions/firefox/content/PdfjsChromeUtils.jsm
11 years ago
Yury Delendik
9855fa39d7
Merge pull request #5317 from yurydelendik/e10s-rev
...
Bug 1064496 review changes
11 years ago
Jim Mathies
b399f19426
Bug 1064496 review changes
11 years ago
Yury Delendik
b614782ebb
Merge pull request #5315 from yurydelendik/bug1053028
...
Adds preprocessor directive to the X-Content-Security-Policy stuff
11 years ago
Yury Delendik
861a7615ff
Adds preprocessor directive to the X-Content-Security-Policy stuff
11 years ago
Jonas Jenwald
6c9aa6d795
For |make firefox/mozcentral| builds, add cleanupJSSource to remove duplicate file headers in extensions/firefox/content/PdfjsChromeUtils.jsm
11 years ago
Yury Delendik
d66314cfb3
Merge pull request #5305 from Snuffleupagus/e10s-fixes
...
Miscellaneous e10s fixes
11 years ago
Jonas Jenwald
8d27f38c64
Rename |_isPrefAllowed| to |_ensurePreferenceAllowed| in extensions/firefox/content/PdfjsChromeUtils.jsm
11 years ago
Jonas Jenwald
dbe756c406
Update the license header in extensions/firefox/content/pdfjschildbootstrap.js; see https://bugzilla.mozilla.org/show_bug.cgi?id=942707#c99
11 years ago
Jonas Jenwald
c00951e3e4
Add back pdfBugEnabled pref check in the |log| function in extensions/firefox/content/PdfStreamConverter.jsm
11 years ago
Jonas Jenwald
3ac9bd063d
Fix setPreferences regression from the e10s patch (PR 5115)
11 years ago
Jonas Jenwald
b97d2351aa
Merge pull request #5306 from xavier114fch/zh-TW
...
Update zh-TW translation
11 years ago
Xavier Fung
0340e4c12f
Update zh-TW translation
...
Update text of "unexpected_response_error".
11 years ago
Brendan Dahl
f6745d5b03
Merge pull request #5115 from yurydelendik/e10s
...
Firefox pdf viewer support for e10s (Bug 942707).
11 years ago
Yury Delendik
1cda4c7a4b
Loading PDF.js extension into e10s windows
11 years ago
Yury Delendik
15681adbb9
Merge pull request #5245 from Snuffleupagus/issue-5244
...
Further amend GlyphMapForStandardFonts (issue 5244)
11 years ago
Yury Delendik
ffb613bbac
Merge pull request #5275 from Snuffleupagus/exception-propagation
...
Fix the exception propagation when rejecting workerReadyCapability
11 years ago
Jonas Jenwald
e09666901d
Merge pull request #5302 from yurydelendik/issue5293
...
Removes examples from jsbin.com
11 years ago
Yury Delendik
de844a8826
Removes examples from jsbin.com
11 years ago
Brendan Dahl
403b7df6e7
Merge pull request #5233 from Snuffleupagus/bug-1057544
...
Workaround for TrueType fonts with exotic cmap tables (bug 1057544)
11 years ago
Jonas Jenwald
ed5fc43510
Add |UnexpectedResponseException| to fix the exception handling when file loading fails because the server responds with a non 404 status message
11 years ago
Yury Delendik
74d02c3406
Merge pull request #5254 from mancas/bug
...
Avoid showing 'blob..' as a title when using pdfjs from B2G
11 years ago
Yury Delendik
0d72784a9e
Merge pull request #5286 from Snuffleupagus/inline-jpeg-image-loading
...
Fix loading of inline JPEG images
11 years ago
Yury Delendik
fd4134cf96
Merge pull request #5287 from sangm/bug1031612
...
Bug 1031612 - In PDF Viewer, the buggy XMP title "Untitled" overrides th...
11 years ago
sangm
f4ccb1b61c
Bug 1031612 - In PDF Viewer, the buggy XMP title "Untitled" overrides the document info title
11 years ago
Jonas Jenwald
2003d83ea6
Fix loading of inline JPEG images
11 years ago
Jonas Jenwald
d1974eae34
Add peekByte method to Stream, DecodeStream and ChunkedStream
11 years ago
Yury Delendik
0674a3bd02
Merge pull request #5289 from sangm/typo-core-jpx
...
Fixed typo in core/jpx.js #5227
11 years ago
Manuel Casas Barrado
f40fa1ac2a
Bug 1054643 - [B2G][PDF Viewer]PDF Viewer title is shown as blob:...
11 years ago
sangm
d716fe438a
Fixed typo in core/jpx.js #5227
11 years ago
Yury Delendik
c84a5695f0
Merge pull request #5284 from Snuffleupagus/bug-1064894
...
Fetch decodeParams if it's a |Ref| in JBIG2Decode streams
11 years ago
Jonas Jenwald
7c044bc30d
Fetch decodeParams if it's a |Ref| in JBIG2Decode streams
11 years ago
Yury Delendik
8206894d24
Merge pull request #5247 from Rob--W/wiki-test-link-gen
...
Fix links to wiki subsections and remove TextDecoder feature tests
11 years ago
Yury Delendik
9261cd9766
Merge pull request #5271 from Rob--W/opera-fixes
...
Opera fixes
11 years ago
Yury Delendik
15059ea603
Merge pull request #5229 from cpeterso/cpeterso/auto-fit-landscape
...
Auto zoom landscape documents (like slide presentations) to fit their height
11 years ago
Yury Delendik
25dab210e7
Merge pull request #5281 from yurydelendik/makeFilterFetch
...
Fetches params in makeFilter
11 years ago
Yury Delendik
aa8d3d98f8
Fetches params in makeFilter
11 years ago
Yury Delendik
7ae7fd3d1a
Adds DEFAULT_PREFERENCES to the PdfjsChromeUtils
11 years ago
Yury Delendik
782ed5cb67
Lint error fix for pdfjschildbootstrap.js
11 years ago
Jonas Jenwald
27a80f3b88
Add unit test for |MissingPDFException|
11 years ago
Jonas Jenwald
6077e93275
In test/unit/api_spec.js rename the function `waitsForPromise` to `waitsForPromiseResolved`and add a `waitsForPromiseRejected` function
11 years ago
Jonas Jenwald
2701edc7c6
Change `getDocumentError` in web/viewer.js to use `instanceof` instead of the exception name
11 years ago
Jonas Jenwald
ca027ebfdb
Fix the exception propagation when rejecting workerReadyCapability
...
Currently when an exception is thrown, we try to reject `workerReadyCapability` with multiple arguments in src/core/api.js. This obviously doesn't work, hence this patch changes that to instead reject with the exception object as is.
In src/core/worker.js the exception is currently (unncessarily) wrapped in an object, so this patch also simplifies that to directly send the exception object instead.
11 years ago
Yury Delendik
b3be74d81c
Merge pull request #5221 from nnethercote/dont-scale-single-char-text-divs
...
Don't scale single-char text divs.
11 years ago
Yury Delendik
a19790d653
Merge pull request #5235 from Snuffleupagus/remove-duplicate-test-file
...
Remove a duplicate PDF file from the test suite
11 years ago
Yury Delendik
f925e7d738
Merge pull request #5276 from Snuffleupagus/issue-5270
...
Fix handling of RGBA buffers in CalRGB colorspace (issue 5270)
11 years ago
Jonas Jenwald
007d7b2d95
Fix handling of RGBA buffers in CalRGB colorspace (issue 5270)
11 years ago
Rob Wu
7938081e81
streamsPrivate API change.
...
Since 25 February 2014 (crbug.com/345882)
11 years ago
Rob Wu
c9b3ea2f84
Adjust use of chrome.storage.managed for Opera
...
It turns out that chrome.storage.managed is defined for Opera, so the
previous feature detection method did not work.
11 years ago
Jim Mathies
f2096fe23f
Firefox pdf viewer support for e10s (Bug 942707).
11 years ago