aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-extensions-manager.c
Commit message (Expand)AuthorAgeFilesLines
* Free XML data after parsing it. Noticed by jfr. I'm an idiot.Adam Hooper2004-11-031-1/+7
* We always have config.h, no need to guard its inclusion.Christian Persch2004-11-031-2/+0
* Disable extensions description validation for now.Christian Persch2004-11-011-2/+2
* Process xml:lang in extension description files.Christian Persch2004-10-311-4/+51
* Move idle unreffing to extensions manager. Makes sure that extensions areChristian Persch2004-10-301-1/+16
* Listen for changes to extension directories usingAdam Hooper2004-10-301-59/+252
* De-couple instantiation and initialisation of the extensions manager.Christian Persch2004-10-261-2/+10
* Annotate "if (type == 0)" in get_type functions with G_UNLIKELY, like theChristian Persch2004-10-241-1/+1
* Only multiplex [attach|detach]_window to extensions implementing theChristian Persch2004-10-231-5/+14
* Remove bogus debug output.Christian Persch2004-10-221-3/+0
* Validate extension XML files against an XSD Schema.Adam Hooper2004-10-191-5/+98
* R lib/ephy-module-loader.c: R lib/ephy-module-loader.h: AChristian Persch2004-10-171-237/+630
* Load/unload extensions based on GConf keyAdam Hooper2004-09-141-47/+303
* s/EphyExtensionClass/EphyExtensionIface/gChristian Persch2004-02-171-2/+2
* Decouple extensions manager initialisation and extensions loading. Fixes aChristian Persch2004-02-021-3/+1
* New extensions API.Christian Persch2003-11-111-0/+260