Manas
|
a2ba1b8189
|
Uses editorconfig to maintain consistent coding styles
Removes the following as they unnecessary
/* -*- Mode: Java; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* vim: set shiftwidth=2 tabstop=2 autoindent cindent expandtab: */
|
2015-11-14 07:32:18 +05:30 |
|
Yury Delendik
|
f3c3b1fc2d
|
Removes B2G preprocessing directives.
|
2015-06-30 16:53:32 -05:00 |
|
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.
|
2014-09-06 00:37:30 +02:00 |
|
Rob Wu
|
00746011a3
|
Managed preferences for Chrome administrators
Implement support for managed preferences. This feature allows users
(administrators) to easily change the default settings of the PDF Viewer for
all Chrome or Chromium browsers within their organization.
External resources for end users (administrators)
- http://www.chromium.org/administrators/
- http://www.chromium.org/administrators/configuring-policy-for-extensions
- http://www.chromium.org/administrators/windows-quick-start
- http://www.chromium.org/administrators/mac-quick-start
- http://www.chromium.org/administrators/linux-quick-start
- http://www.chromium.org/administrators/policy-templates
Administrators can read one of the previous links to learn more about creating
policies. We want to auto-generate these templates, but there are no public
tools for doing that. It will be added in the future, see:
https://code.google.com/p/chromium/issues/detail?id=389061
Resources for PDF.js/extension developers
- http://cs.chromium.org/file:policy_templates.json
- https://developer.chrome.com/extensions/manifest/storage
|
2014-07-30 22:51:56 +02:00 |
|
Jonas Jenwald
|
c53bcb2992
|
Add a preference to set the sidebarView on load
|
2014-04-28 20:32:41 +02:00 |
|
Yury Delendik
|
b39f0c311c
|
Refactors history and how the database is stored
|
2014-04-03 13:23:18 -05:00 |
|
Jonas Jenwald
|
c920372ff2
|
Rewrite 'Preferences' to make it async
|
2014-04-03 10:08:33 +02:00 |
|
Jonas Jenwald
|
c158894d94
|
Improve handling of preferences in Firefox
|
2014-03-05 11:58:12 +01:00 |
|
Yury Delendik
|
5bf3e44e30
|
Introduces LegacyPromise; polyfills DOM Promise
|
2014-01-03 18:17:05 -06:00 |
|
Jonas Jenwald
|
60610cd625
|
Implement default preferences
|
2013-11-18 23:51:06 +01:00 |
|