On Fri, Sep 11, 2009 at 6:12 PM, Mike Morearty <m...@morearty.com> wrote:
> That would work for us too. Seems pretty good -- an easy way for a plugin > to say, "Temporarily disable the hang monitor, because we are going to be > deliberately hung for a little while." > > But I don't understand how the manifest would work. I get that you want to > prevent malicious plugins from abusing this, but how does a plugin become > "trusted"? What sort of manifest is this, and where is it (is it in the > plugin, or in Chrome, or somewhere else)? > In manifest.json<http://src.chromium.org/viewvc/chrome/trunk/src/chrome/common/extensions/docs/manifest.html#permissions>, you already have a permissions entry. If that were extended to include a disable-plugin-warning permission, then presumably at install time the installer would warn you that the extension was requesting this ability, much like installing an Android app. If you are installing something that you don't think should need that ability, then you might think twice about installing it. -- John A. Tamplin Software Engineer (GWT), Google --~--~---------~--~----~------------~-------~--~----~ Chromium Developers mailing list: chromium-dev@googlegroups.com View archives, change email options, or unsubscribe: http://groups.google.com/group/chromium-dev -~----------~----~----~----~------~----~------~--~---