Jonas Jenwald
d6ab0c61e8
Move Settings from viewer.js to its own file
12 years ago
Jonas Jenwald
bfc66626a0
Move Presentation Mode related code from viewer.js to its own file
12 years ago
Jonas Jenwald
b148c9cb51
Add the viewBookmark button to the secondary toolbar
12 years ago
Tim van der Meij
63233fa8c2
Improved password prompt
12 years ago
Jonas Jenwald
cebf3c60e2
Move PageView from viewer.js to its own file
12 years ago
Tim van der Meij
3c0ac37292
Secondary toolbar
12 years ago
Brendan Dahl
bb2529de03
Move the creation of canvas path fonts to the worker.
12 years ago
Brendan Dahl
5ecce4996b
Split files into worker and main thread pieces.
12 years ago
Jonas
d99879bfbf
Move ThumbnailView from viewer.js to its own file
12 years ago
Yury Delendik
99c9079f54
[CSP] removes inlined styles and scripts
12 years ago
Jonas
8708f8beb5
Fixes regression that cause scrolling using spacebar to break in Firefox
12 years ago
Jonas
09e0c9b65d
Move PDFHistory from viewer.js to its own file
12 years ago
Rob Wu
d5e16ab85c
Viewer: Remove inline events; set height on error
...
Move inline event handlers to viewer.js to comply with a
Content-Security-Policy where directive "unsafe-inline" is not set.
Change textarea.rows = <number of newlines> to
textarea.style.height = textarea.scrollHeight.
(The former is extremely unreliable; consider long lines...)
12 years ago
Rob Wu
97efe7886e
Disable Google Translate on viewer in Chrome.
...
test/pdfs/yo01.pdf triggered "This page is in Japanese. Would you like
to translate it?" info bar in Chrome.
12 years ago
Yury Delendik
ef658bf5f1
Refactoring download button logic
12 years ago
Rob Wu
4a2eefe1b6
Allow scrolling by keyboard in Chrome/Opera
...
Set "tabindex" attribute to allow focus;
Added "outline: none" to prevent focus ring from appearing.
Fixes #3443
12 years ago
Mitar
e0a2ee09b5
Syncing order of JS files in viewer.html and make.js. See #3414
12 years ago
Vivin Paliath
83b6eaed16
pr #3356
...
squashing commits.
12 years ago
Yury Delendik
0e133f0090
Drawing without fillText; refactoring ADD_TO_PATH
12 years ago
Mack Duan
f8f4b3f45d
Refactor code for annotations
12 years ago
Kalervo Kujala
5e08f8039d
Replace fullscreen with presentationMode
12 years ago
Jonas
93b8e1fc01
Fix disabling of zoom buttons and add camel case button names
12 years ago
Jonas
adf61ea5b0
Make spacebar work on document load - fixes bug 864619
12 years ago
Mack Duan
ef423ef30c
Implement progressive loading of PDFs
12 years ago
Brendan Dahl
60edfce733
Don't hide the download/print buttons when view is small.
12 years ago
Jonas
e4e4b1ab4e
Make navigation keys work on document load - avoid breaking embedded viewer, take 3
12 years ago
Julian Viereck
0721de45b0
Hide header/footer by default when printing from Firefox. See Bug 743252
12 years ago
Tim van der Meij
96ec48e634
Squashing commits for disabling zoom buttons feature
12 years ago
Srishti
a80234fee9
Bug #767698 Slider Rename
...
Bug #767698 Slider Rename
12 years ago
Brendan Dahl
971e202f0b
Disable printing a selection for Firefox.
12 years ago
Brendan Dahl
fd4e40c82b
New GUI for B2G viewer.
13 years ago
Yury Delendik
e5247e4895
Updates webL10n; using viewer.properties as is
13 years ago
Brendan Dahl
df0d9be4a5
Add close button and title bar for b2g.
13 years ago
Brendan Dahl
11175ba6fe
Minor css tweaks for small viewer and aligning borders.
13 years ago
Tim van der Meij
6e13e3dd73
Final commit squash
13 years ago
Yury Delendik
94367bd161
Adds tabindex; remove search field type
13 years ago
Yury Delendik
ade5f96787
Add pilot find next/prev icons; localization
13 years ago
Brendan Dahl
95b1f74a30
Add support for firefox integrated find.
13 years ago
Yury Delendik
92770fdd84
Minor CSS fixed for find bar
13 years ago
Brendan Dahl
1f85b8b4ed
Update the l10n for the html find bar.
13 years ago
Brendan Dahl
dd0cb37f38
Add some door hanger styling for the find bar
13 years ago
Brendan Dahl
38193b1887
Update the find bar ui status.
13 years ago
Artur Adib
e2a2085f62
remove find button in MOZCENTRAL
13 years ago
Artur Adib
1ec2e2a1a2
remove old unused code
13 years ago
Artur Adib
6864a07221
Use "find" instead of both find & search
13 years ago
Julian Viereck
da57e0f89e
Julian's html-search-bar work
13 years ago
Yury Delendik
12a0faadad
Renames fullscreen to presentation mode
13 years ago
Julian Viereck
ee0c2e2ab7
Make the search button hidden again
13 years ago
Julian Viereck
a38c4bc729
Make getTextContent return offset array and improve the algorithm. Make
...
parts in viewer.js work again.
13 years ago
gigaherz
bbcb05af7b
Implement page rotation controls using keyboard (R/shift-R) and context menu.
13 years ago