-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added mapping downloadDirectoryWin to browser.download.dir #4
Open
danschlet
wants to merge
23
commits into
eqsoft:master
Choose a base branch
from
danschlet:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Added MIME type application/attemptdata for files with extension .attemptdata and download policy saveToDisk = true and alwaysAsk = false Added mapping showReloadWarning to seb.reload.warning
Added mapping for „enableJava“ (SEB) to „security.enable_java“ (seb).
Added user_pref("dom.ipc.plugins.flash.disable-protected-mode", true) which prevents recent versions of Flash running in the crash-prone protected mode, which also prevented Flash to work in SEB depending on the kiosk mode. Added mapping for „enableZoomPage“ and „enableZoomText“ (SEB) using „browser.zoom.maxPercent“ and "browser.zoom.minPercent" (seb). Added mapping for „enableJavaScript“ (SEB) to „javascript.enabled“ (seb). Added mapping for „blockPopUpWindows“ (SEB) to „dom.disable_open_during_load“ (seb). Added mapping for „allowSpellCheck“ (SEB) to „layout.spellcheckDefault“ (seb). Fixed mapping for enableJava and added mapping for enablePlugIns (which enables/disables only the Flash plugin in SEB Windows as there is no global key to enable all plugins).
Changed value type from integer to bool for keys touchOptimized and browserScreenKeyboard. Changed reload modifiers to „“ (as it is used in SEB 2.1, as the reload warning prevents accidentally hitting F5). Using F5 seems better for usability.
Added mapping for new SEB key browserUserAgent to seb key general.useragent.override.
switched in winctrl.jsm.
…ideo.enabled) and allowAudioCapture (mapped to media.getusermedia.audiocapture.enabled), and set media.navigator.permission.disabled to true (prerequisite for video and audio capture to work in SEB, as the Firefox “allow” alert is not being displayed in SEB).
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Changed preferences for not displaying downloads window
(browser.download.manager.showWhenStarting = false), for using custom download directory (browser.download.useDownloadDir = true, browser.download.folderList = 2) and for showing alert when download is finished (independent of duration of download: openDelay = 0 and showAlertInterval = 0).
Added MIME type application/attemptdata for files with extension
.attemptdata (Moodle offline quiz plugin encrypted quiz results) and download policy saveToDisk = true and alwaysAsk = false
Added mapping showReloadWarning to seb.reload.warning