I know that "user scripts" has a known meaning, but in the context of
this code it is a rather strange name.

  // these two are loaded into the extension process
  chrome_scripts: ["chrome/main.js"],
  toolstrip: "chrome/toolstrip.html",
  // this is loaded into renderers
  user_scripts: {

Have you considered something like "content_scripts" instead?  The
reason there were called "user" scripts before was because the user
controlled them, but here they're deep inside the extension.

On Wed, Feb 4, 2009 at 5:49 PM, Matt Perry <[email protected]> wrote:
> I wrote up a short design doc covering what our extension process model will
> look like.  Feedback welcome.
> http://dev.chromium.org/developers/design-documents/extensions/process-model
> >
>

--~--~---------~--~----~------------~-------~--~----~
Chromium Developers mailing list: [email protected] 
View archives, change email options, or unsubscribe: 
    http://groups.google.com/group/chromium-dev
-~----------~----~----~----~------~----~------~--~---

Reply via email to