Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Exposing extension preferences via the `chrome.extension` API. | bauerb@chromium.org | 2011-03-16 | 1 | -2/+17 |
| | | | | | | | | | | | `chrome.extension.isAllowedIncognitoAccess` gives access to `chrome://extension`'s "Allowed in Incognito" checkbox's state, and `chrome.extension.isAllowedFileSchemeAccess` does the same for "Allow access to File URLs". Patch by Mike West <mkwst@google.com>. BUG=74694 TEST=Create an extension that checks whether 'Allow in Incognito' or 'Allow access to File URLs' is checked. It should work correctly. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78347 0039d316-1c4b-4281-b951-d872f2087c98 | ||||
* | Allow an extension to dynamically set extra data in its update URL, in order | rogerta@chromium.org | 2010-11-12 | 1 | -0/+12 |
to communicate dynamic information to its update server if needed. BUG=none TEST=Make sure that existing extensions that do no set any extra data are not adversely affected. Review URL: http://codereview.chromium.org/4725002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@65946 0039d316-1c4b-4281-b951-d872f2087c98 |