aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-seed-extension.c
Commit message (Collapse)AuthorAgeFilesLines
* ephy-seed-extension: don't assume the script returned an objectIain Nicol2009-10-271-1/+1
| | | | | | Bug #599714 Signed-off-by: Xan Lopez <xan@gnome.org>
* ephy-seed-extension: don't crash when detaching multiple extensionsIain Nicol2009-10-241-0/+1
| | | | | | | | | Protect the seed object from being released by the garbage collector after the first extension is detached. Bug #599422 Signed-off-by: Xan Lopez <xan@gnome.org>
* Use the new syntax for seed importsIain Nicol2009-10-151-2/+2
| | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=598562 Signed-off-by: Xan Lopez <xan@gnome.org>
* ephy-seed-extension: force a GC cycle after detachs.Xan Lopez2009-08-211-0/+2
| | | | | This should help with memory management/lifecycle woes, although it does not seem to fix bug #573551
* Update Seed extension wrapper to Seed API changesTim Horton2009-05-111-1/+2
|
* Fix finding extensions in system dir.Xan Lopez2009-02-181-5/+7
| | | | | | | | | | Also use g_build_filename to build paths and plug a leak. Based on a patch by Diego Escalante Urrelo. Bug #571379 svn path=/trunk/; revision=8791
* And some more style fixes, should now follow the new code guidelines.Xan Lopez2009-02-081-23/+18
| | | | svn path=/trunk/; revision=8777
* ephy-seed-extension: untabify, delete-trailing-whitespace, ...Xan Lopez2009-02-081-39/+40
| | | | svn path=/trunk/; revision=8776
* ephy-seed-extension: free this here.Xan Lopez2009-02-081-3/+3
| | | | svn path=/trunk/; revision=8775
* ephy-seed-extension: do not return const pointer as char*.Xan Lopez2009-02-081-1/+1
| | | | svn path=/trunk/; revision=8774
* ephy-seed-extension: add trailing NULL to g_strconcat.Xan Lopez2009-02-081-1/+1
| | | | svn path=/trunk/; revision=8773
* ephy-seed-extensions: fix coding style.Xan Lopez2009-02-081-34/+34
| | | | svn path=/trunk/; revision=8772
* config.h must be the first includeChristian Persch2009-02-081-2/+2
| | | | svn path=/trunk/; revision=8768
* Add seed support; use --enable-seed to check it out. Patch by Robert Carr.Christian Persch2009-02-071-0/+274
svn path=/trunk/; revision=8756