Yury Delendik
5bf3e44e30
Introduces LegacyPromise; polyfills DOM Promise
11 years ago
Yury Delendik
122cd150d4
Merge pull request #4048 from brendandahl/unsupported-features
...
Only trigger warning bar on certain unsupported features.
11 years ago
Tim van der Meij
149057cf8f
Merge pull request #4067 from fkaelberer/PNGs_recompressed
...
Recompressed PNG assets
11 years ago
Brendan Dahl
2228343f77
Only trigger warning bar on certain unsupported features.
11 years ago
Brendan Dahl
1bada35388
Merge pull request #4001 from jryans/clean-test-pdfs
...
Clean up test PDF references
11 years ago
Yury Delendik
c389451a5b
Merge pull request #4045 from brendandahl/verbosity
...
Add verbosity as an api setting.
11 years ago
fkaelberer
1b35bf6c5e
Recompressed PNG assets
11 years ago
Yury Delendik
465ae0160e
Merge pull request #4058 from gjuggler/singlefile-fix
...
Fix singlefile build target
11 years ago
Brendan Dahl
d005353115
Merge pull request #4055 from Snuffleupagus/fix-thumbnail-rotation-regression
...
Fix thumbnail rotation regression
11 years ago
Brendan Dahl
534939dc5c
Merge pull request #4053 from Snuffleupagus/rename-Settings
...
Rename 'Settings' to 'ViewHistory'
11 years ago
Yury Delendik
02671decf2
Merge pull request #4066 from Rob--W/crx-pageaction-html-typo
...
Added missing <html> tag to page action
11 years ago
Yury Delendik
85281d3afc
Merge pull request #4059 from glasserc/add-conkeror
...
add support for Conkeror
11 years ago
Rob Wu
ac8b8079a4
Added missing <html> tag to page action
11 years ago
Yury Delendik
83d848084d
Merge pull request #4065 from Rob--W/crx-pageaction-html-typo
...
Remove superfluous <!DOCTYPE html> from page action
11 years ago
Rob Wu
e20bc529c8
Remove superfluos <!DOCTYPE html> from page action
...
Fixes #4064
11 years ago
Ethan Glasser-Camp
9b887f5bf3
add support for Conkeror
11 years ago
Gregory Jordan
04e2235ce7
Fix singlefile build target
11 years ago
Jonas Jenwald
3d523000b9
Fix thumbnail rotation regression
11 years ago
Jonas Jenwald
4bd9767112
Rename 'Settings' to 'ViewHistory'
11 years ago
Jonas Jenwald
1de3fae840
Merge pull request #4050 from Snuffleupagus/isViewFinished-typo
...
Fix typo in 'isViewFinished' function name
11 years ago
Jonas Jenwald
31ec36d64f
Fix typo in 'isViewFinished' function name
11 years ago
Yury Delendik
cfb4e95521
Merge pull request #4025 from gjuggler/singlefile
...
Add singlefile build target
11 years ago
Yury Delendik
c0088f50bc
Merge pull request #4003 from Snuffleupagus/issue-3999
...
[JBIG2] Fix getting decodeParms when it's an array
12 years ago
Jonas Jenwald
e6c805490b
[JBIG2] Fix getting decodeParms when it's an array
12 years ago
Gregory Jordan
1838ec0427
Add a singlefile target to build one concatenated file
12 years ago
Brendan Dahl
53549411b4
Add verbosity as an api setting.
12 years ago
Brendan Dahl
f2b717c637
Merge pull request #4043 from Snuffleupagus/set-page-cleanup
...
Small cleanup in 'set page'
12 years ago
Brendan Dahl
81cb24bff5
Merge pull request #3997 from Snuffleupagus/bug-946506
...
Fix loading of fonts that are not referenced by an object identifier
12 years ago
Jonas Jenwald
e4f799a09c
Small cleanup in 'set page'
12 years ago
Brendan Dahl
58407cfa94
Merge pull request #4006 from Rob--W/crx-url-in-pageaction
...
[CRX] Add a pageAction to omnibox showing PDF URL
12 years ago
Brendan Dahl
738ae57960
Merge pull request #3967 from Snuffleupagus/scrollIntoView-horizontal
...
Add support for horizontal scrolling in 'scrollIntoView' in ui_utils.js
12 years ago
Jonas Jenwald
183893adbf
Merge pull request #4040 from EE/api-typo
...
Correct a typo in `getJavaScript` function expression name.
12 years ago
J. Ryan Stinnett
ea0ca0f810
Clean up test PDF references
12 years ago
Jonas Jenwald
b1c5ef9ccc
Fix loading of fonts that are not referenced by an object identifier
12 years ago
Michał Gołębiowski
ba2bbf0677
Correct a typo in `getJavaScript` function expression name.
12 years ago
Jonas Jenwald
356ebf25cc
Merge pull request #4038 from Rob--W/css-unprefixed-cursor-grab
...
Add unprefixed "grab" / "grabbing" values for cursor
12 years ago
Rob Wu
364676823b
Add unprefixed grab/grabbing cursor
...
Unprefixed "grab" / "grabbing" values of cursor will land in Firefox 27
(https://bugzilla.mozilla.org/show_bug.cgi?id=880672 )
(https://github.com/Rob--W/grab-to-pan.js/commit/fda961a3 )
12 years ago
Rob Wu
8526d3c600
[CRX] Add a pageAction to omnibox showing PDF URL
...
In Chromium extensions, the viewer's URL looks like this:
chrome-extension://oemmndcbldboiebfnladdacbdfmadadm/http://example.com/file.pdf
Furthermore, the PDF Viewer itself can also add something to the reference fragment:
chrome-extension://oemmndcbldboiebfnladdacbdfmadadm/http://example.com/file.pdf#page=2
Consequently, it is difficult to copy a clean URL (e.g. for sharing over mail)
without having to tidy-up the URL manually.
This commit solves this issue by adding a button to the omnibox,
which shows the clean PDF URL on click.
12 years ago
Jonas Jenwald
ed235b9199
Merge pull request #4037 from Haebaru/master
...
Update ja locale
12 years ago
haebaru
3196bb4f72
Update ja locale
12 years ago
Tim van der Meij
3923b0e677
Merge pull request #4033 from timvandermeij/typo-fix
...
Fix typo in viewer.css
12 years ago
Tim van der Meij
b1e5c7e068
Fix typo in viewer.css
12 years ago
Tim van der Meij
39c93736a6
Merge pull request #4032 from moztw/1214-zhtw-v2
...
Update zh-TW again based on latest strings.
12 years ago
Peter Pin-Guang Chen
9b5bf9265d
Update zh-TW strings again. Pulled from latest mozilla-aurora
12 years ago
Jonas Jenwald
58807ec860
Merge pull request #4024 from lpy/l10n-zh_cn
...
Update viewer.properties in l10n for zh-CN
12 years ago
lpy
5e744029ff
Update viewer.propertiesin l10n for zh-CN
12 years ago
Brendan Dahl
d6277419a7
Merge pull request #4020 from jwatt/master
...
Prevent the page number field from having a spinner (spin buttons) in mozilla now that mozilla supports <input type=number>
12 years ago
Jonathan Watt
3eaa421c74
Prevent the page number field from having a spinner (spin buttons) in mozilla now that it supports <input type=number>
12 years ago
Jonas Jenwald
0e60d5bc30
Merge pull request #4018 from fkaelberer/l10nUpdatesDE
...
Update L10n for DE
12 years ago
fkaelberer
142ace0180
Comments:
...
Line 56-58: "Gegen den Uhrzeigersinn" is shorter and more common than "Entgegen dem Uhrzeigersinn" (http://de.wikipedia.org/wiki/Drehrichtung )
Line 60-63: "Hand-Werkzeug" is also used in Acrobat
Line 124,133,..: "PDF" is not a noun. Acrobat, Wikipedia use "PDF-Datei" (="PDF file") instead of "PDF".
The English translation sounds just as bad: "An error occurred while loading the PDF.", "The PDF is not fully loaded for printing."
12 years ago