Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ephy-bookmarks-test: use G_N_ELEMENTS properly | Xan Lopez | 2012-12-12 | 1 | -1/+1 |
| | |||||
* | Define the names of the history and bookmarks files in just one place | Xan Lopez | 2012-12-12 | 1 | -1/+2 |
| | |||||
* | Fix a ton of 'warning: function declaration isn’t a prototype' | Xan Lopez | 2012-11-05 | 1 | -4/+4 |
| | | | | | | | | | New warning flags have been added to gnome-common recently, and we were getting this a lot. Turns out in C 'foo ()' is not the same than 'foo (void)'; the first just means that no information is given about the number of arguments, the second means the function has exactly zero arguments, so add the 'void' thing all over the place when needed. | ||||
* | tests: test ephy_bookmarks_set_address | Xan Lopez | 2012-09-08 | 1 | -0/+23 |
| | |||||
* | tests: clear bookmark files after each test | Xan Lopez | 2012-09-08 | 1 | -0/+25 |
| | |||||
* | tests: some simple EphyBookmarks tests | Xan Lopez | 2012-09-08 | 1 | -0/+78 |