Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | extensions: remove seed support | Diego Escalante Urrelo | 2012-07-31 | 1 | -276/+0 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=680905 | ||||
* | ephy-seed-extension: don't assume the script returned an object | Iain Nicol | 2009-10-27 | 1 | -1/+1 |
| | | | | | | Bug #599714 Signed-off-by: Xan Lopez <xan@gnome.org> | ||||
* | ephy-seed-extension: don't crash when detaching multiple extensions | Iain Nicol | 2009-10-24 | 1 | -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 imports | Iain Nicol | 2009-10-15 | 1 | -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 Lopez | 2009-08-21 | 1 | -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 changes | Tim Horton | 2009-05-11 | 1 | -1/+2 |
| | |||||
* | Fix finding extensions in system dir. | Xan Lopez | 2009-02-18 | 1 | -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 Lopez | 2009-02-08 | 1 | -23/+18 |
| | | | | svn path=/trunk/; revision=8777 | ||||
* | ephy-seed-extension: untabify, delete-trailing-whitespace, ... | Xan Lopez | 2009-02-08 | 1 | -39/+40 |
| | | | | svn path=/trunk/; revision=8776 | ||||
* | ephy-seed-extension: free this here. | Xan Lopez | 2009-02-08 | 1 | -3/+3 |
| | | | | svn path=/trunk/; revision=8775 | ||||
* | ephy-seed-extension: do not return const pointer as char*. | Xan Lopez | 2009-02-08 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=8774 | ||||
* | ephy-seed-extension: add trailing NULL to g_strconcat. | Xan Lopez | 2009-02-08 | 1 | -1/+1 |
| | | | | svn path=/trunk/; revision=8773 | ||||
* | ephy-seed-extensions: fix coding style. | Xan Lopez | 2009-02-08 | 1 | -34/+34 |
| | | | | svn path=/trunk/; revision=8772 | ||||
* | config.h must be the first include | Christian Persch | 2009-02-08 | 1 | -2/+2 |
| | | | | svn path=/trunk/; revision=8768 | ||||
* | Add seed support; use --enable-seed to check it out. Patch by Robert Carr. | Christian Persch | 2009-02-07 | 1 | -0/+274 |
svn path=/trunk/; revision=8756 |