Mmitchellwrosen@chromium.orgAllow chrome.management.setEnabled() to re-enable crashed extensions.
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
Allow chrome.management.setEnabled() to re-enable crashed extensions. crrev.com/10832237, take two. Removed code that treated crashed extensions as a special case. Now, developers can reload their crashed extensions like so: setEnabled(false); setEnabled(true); BUG=131977 Review URL: https://chromiumcodereview.appspot.com/10912105 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@155456 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Add an installType property to the management API Mapping from extension.location(): INTERNAL -> 'normal' LOAD -> 'development' EXTERNAL_POLICY_DOWNLOAD -> 'admin' EXTERNAL* -> 'sideload' (all others) -> 'other' BUG=135564 TBR=jam@chromium.org Review URL: https://chromiumcodereview.appspot.com/10750010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149767 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Allow chrome.management.setEnabled() to re-enable crashed extensions. crrev.com/10832237, take two. Removed code that treated crashed extensions as a special case. Now, developers can reload their crashed extensions like so: setEnabled(false); setEnabled(true); BUG=131977 Review URL: https://chromiumcodereview.appspot.com/10912105 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@155456 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Add an installType property to the management API Mapping from extension.location(): INTERNAL -> 'normal' LOAD -> 'development' EXTERNAL_POLICY_DOWNLOAD -> 'admin' EXTERNAL* -> 'sideload' (all others) -> 'other' BUG=135564 TBR=jam@chromium.org Review URL: https://chromiumcodereview.appspot.com/10750010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149767 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Add an installType property to the management API Mapping from extension.location(): INTERNAL -> 'normal' LOAD -> 'development' EXTERNAL_POLICY_DOWNLOAD -> 'admin' EXTERNAL* -> 'sideload' (all others) -> 'other' BUG=135564 TBR=jam@chromium.org Review URL: https://chromiumcodereview.appspot.com/10750010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149767 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Make apps with launch container type panel open as popups. Re-deleted some code that got accidentally added back in. BUG=None TEST=Updated LaunchPanelApp Review URL: https://chromiumcodereview.appspot.com/10836301 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152235 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Move small c/b/extensions classes into extensions namespace no.1 Since these classes are small, they can be all be moved in one cl without it becoming overly large. This one moves: - AppShortcutManager - AutoUpdateInterceptor - ConvertWebApp - ExtensionActivityLog (now extensions::ActivityLog) BUG=117261 TBR=jam@chromium.org, willchan@chromium.org Review URL: https://chromiumcodereview.appspot.com/10824198 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152159 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 |