gnome-shell/browser-plugin
Jasper St. Pierre 67689f1a6d browser-plugin: Prevent a copy when checking for valid extension UUIDs
Instead of using g_strndup to copy the NPString that gets passed to us
by the plugin host, just use the equally-as-good NPString directly. We
still need to copy the string when passing it over DBus, as there's no
easy way to construct a string GVariant from a length-prefixed string.

https://bugzilla.gnome.org/show_bug.cgi?id=679099
2012-07-02 18:29:56 -04:00
..
npapi Move sweettooth-plugin into gnome-shell tree, rebrand 2011-09-12 14:37:20 -04:00
browser-plugin.c browser-plugin: Prevent a copy when checking for valid extension UUIDs 2012-07-02 18:29:56 -04:00
Makefile.am browser-plugin: Add support for BROWSER_PLUGIN_DIR environment variable 2011-09-16 00:17:59 +02:00
README Move sweettooth-plugin into gnome-shell tree, rebrand 2011-09-12 14:37:20 -04:00

The GNOME Shell Browser Plugin provides integration with gnome-shell and the
corresponding extensions repository, codenamed "SweetTooth". The plugin allows
the extensions repository to provide good integration, letting the website
know which extensions are enabled and disabled, and allowing the website to
enable, disable and install them.

Bugs should be reported at http://bugzilla.gnome.org against the 'gnome-shell'
product.

License
=======
The GNOME Shell Browser Plugin, like GNOME Shell itself is distributed under
the GNU General Public License, version 2 or later. The plugin also contains
header files from the "NPAPI SDK" project, tri-licensed under MPL 1.1, GPL 2.0
and LGPL 2.1. These headers are third-party sources and can be retrieved from:

  http://code.google.com/p/npapi-sdk/