aboutsummaryrefslogtreecommitdiffstats
path: root/tests/testephylocationentry.c
Commit message (Collapse)AuthorAgeFilesLines
* tests: apply style fixes suggested by XanDiego Escalante Urrelo2010-01-221-24/+16
|
* Use © symbol and include glib.h in tests.Diego Escalante Urrelo2010-01-141-1/+2
|
* Remove redundant parameters in location-set APIDiego Escalante Urrelo2009-12-051-13/+6
| | | | | | | | | | | EphyLocationEntry, EphyLocationAction and EphyToolbar take an @adress and @typed_address parameter, while both are useful we only end up using one so we can easily decide which one to use in ephy-window.c instead of carrying both around until ephy-location-entry.c Bonus: make ephy_location_entry_set_location accept NULL as @address safely. Bug #603651
* Add missing config.hDiego Escalante Urrelo2008-09-291-0/+1
| | | | svn path=/trunk/; revision=8569
* tephylocationentry.c: can_undo and can_redo testsDiego Escalante Urrelo2008-09-291-0/+41
| | | | svn path=/trunk/; revision=8554
* Reindent to 2 spaces and improve the existing testsDiego Escalante Urrelo2008-09-291-60/+60
| | | | | | Add vim modelines to the files. svn path=/trunk/; revision=8553
* Add testephylocationentry.cDiego Escalante Urrelo2008-09-291-0/+135
See the FIXME about the mystery crasher, it's probably some kind of leak. svn path=/trunk/; revision=8552