Yury Delendik
89a676a49c
Protects from killing a closed process
11 years ago
Yury Delendik
b72094d740
Using shell/cmd commands to kill browser tasks
11 years ago
fkaelberer
2982de8f33
Use Stream instead of byte array access
11 years ago
fkaelberer
1ccc8a64b7
Read color info from JPX stream
...
Fix colors problem #4540 + minor cleanup
fix lint warnings
11 years ago
Yury Delendik
cbf35cae0f
Merge pull request #4563 from bthorben/testWithOpera
...
Test with opera
11 years ago
Thorben Bochenek
c834ba7c3e
Make Opera a possible browser to test with
11 years ago
Thorben Bochenek
5c6985bc82
Remove unused variable
11 years ago
Brendan Dahl
d898717be4
Merge pull request #4559 from yurydelendik/history
...
Refactors history and how the database is stored
11 years ago
Yury Delendik
b39f0c311c
Refactors history and how the database is stored
11 years ago
Yury Delendik
30ab878835
Add enableWebGL to the preferences
11 years ago
Yury Delendik
7638175315
Sync l10n files
11 years ago
Yury Delendik
9c59437ac3
Merge pull request #4455 from aib/master
...
Fix download button waiting if document has started but not completed downloading
11 years ago
Yury Delendik
4be65a9477
Merge pull request #4516 from dferer/ios-scrolling
...
Added CSS rules to improve scrolling on iOS devices
11 years ago
Yury Delendik
f57c6935d7
Implements WebGL support
11 years ago
Yury Delendik
944219ad8a
Balance smask process chunking
11 years ago
Yury Delendik
1e8d70af98
Prescales shading pattern packed data indices
11 years ago
Yury Delendik
5262e6f84f
Set max size for the group
11 years ago
Yury Delendik
3e17021f8d
Merge pull request #4482 from Snuffleupagus/prefs-async-v2
...
Rewrite 'Preferences' to make it async
11 years ago
Jonas Jenwald
42f9541081
Add preference to automatically enable the Hand Tool when the viewer loads
11 years ago
Jonas Jenwald
4c9c43f82b
Modify {get, set}Preferences in PdfStreamConverter.jsm to support async
11 years ago
Jonas Jenwald
c920372ff2
Rewrite 'Preferences' to make it async
11 years ago
Yury Delendik
bd11111465
Merge pull request #4545 from Rob--W/crx-api-enhancements
...
Use new Chromium APIs for FTP and redirects
11 years ago
Yury Delendik
75d09fd820
Merge pull request #4524 from fkaelberer/fullWidthInPresentationMode
...
Use full screen width in presentation mode
11 years ago
Yury Delendik
9b0038f5e2
Merge pull request #4546 from Snuffleupagus/document-properties-wait-for-data
...
Prevent the Document Properties from being empty when the dialog is opened before the file has started loading
11 years ago
Yury Delendik
aa01b576e0
Merge pull request #4554 from yurydelendik/winkill
...
Better test process killing for Windows
11 years ago
Yury Delendik
34f0f0962f
Merge pull request #4539 from Snuffleupagus/issue-4537
...
Workaround for missing 'Rect' entry in annotation dictionaries (issue 4537)
11 years ago
Yury Delendik
20f6dedea7
Merge pull request #4512 from fkaelberer/cleanUpStringConversion
...
Clean up duplicate string conversion functions
11 years ago
Yury Delendik
d7174582c0
Better test process killing for Windows
11 years ago
Yury Delendik
dc0e60d103
Merge pull request #4535 from Snuffleupagus/issue-4484
...
Avoid drawing text when the font size is zero (issue 4484)
11 years ago
Jonas Jenwald
edfc78dfe7
Only update the Document Properties if the dialog is still visible when the dataAvailablePromise is resolved
11 years ago
Jonas Jenwald
c7a0b68d9a
Remove superfluous 'self' variable from web/document_properties.js
11 years ago
Jonas Jenwald
025f340228
Prevent the Document Properties from being empty when the dialog is opened before the file has started loading
11 years ago
Samuel Chantaraud
50aa49bb06
Added CSS rules to allow smooth (momentum) scrolling on iOS devices
11 years ago
Yury Delendik
b97127aca2
Merge pull request #4542 from fkaelberer/typoInSpliceString
...
Fix typo/unused argument in fontloader.js->spliceString()
11 years ago
Yury Delendik
6cf5455c02
Merge pull request #4543 from yurydelendik/winlint
...
Fixes lint for windows; adds test/font/fontutils.js
11 years ago
Yury Delendik
63f438006b
Fixes lint for windows; adds test/font/fontutils.js
11 years ago
Yury Delendik
3e71b3a5fa
Merge pull request #4541 from yurydelendik/chrometest
...
Cools down Chrome/Windows during testing
11 years ago
Yury Delendik
7075032cc8
Merge pull request #4521 from Snuffleupagus/issue-4260
...
Assign non-zero width/height to all rectangles (issue 4260)
11 years ago
fkaelberer
4ee35b0d46
Fix typo/unused argument in fontloader.js->spliceString()
11 years ago
Yury Delendik
4d3b15a486
Cools down Chrome/Windows during testing
11 years ago
Jonas Jenwald
772df5e0cb
Workaround for missing 'Rect' entry in annotation dictionaries (issue 4537)
11 years ago
Jonas Jenwald
08eb9a960a
Avoid drawing text when the font size is zero (issue 4484)
11 years ago
Rob Wu
ae32f31eb4
Use redirectUrl at onHeadersReceived if available.
...
http://crbug.com/280464 has been resolved, so we can now use redirectUrl at
onHeadersReceived.
For backwards-compatibility, the code for the original method has not been
removed, and a feature detection script was added that detects whether the
desired feature is available.
11 years ago
Rob Wu
d04f81b964
Improved FTP support for Chromium extension
11 years ago
fkaelberer
db84851e27
Use full screen width in presentation mode
11 years ago
Jonas Jenwald
7d5bf83ce8
Fix typo in test/ttx/README.md
11 years ago
Jonas Jenwald
7989c125ba
Merge pull request #4529 from stratosv/patch-1
...
Fix error message typo
11 years ago
Brendan Dahl
19a548ef0d
Merge pull request #4515 from yurydelendik/nodetest
...
Replaces test.py with test.js
11 years ago
Brendan Dahl
a06fca142e
Merge pull request #4519 from yurydelendik/pdfbugclean
...
Cleaning up the viewer and pdfbug; fixes bugs in Stepper
11 years ago
Stratos Voukelatos
6a8c998ebd
Fix error message typo
...
It should read 'PDFFindController cannot be initialized without a PDFFindBar instance'.
11 years ago