Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ephy-profile-migration: separate migration code into another binary | Diego Escalante Urrelo | 2010-12-07 | 1 | -7/+0 |
| | | | | | | | | | | | The migration code is now in the ephy-profile-migrator binary, this means: - epiphany is not linking to NSS anymore - lib/ephy-profile-migration.c was split into: + lib/ephy-profile-migrator.c: the new ephy-profile-migrator binary + lib/ephy-profile-utils.c: convenience _ephy_profile_*_form_auth_data functions. - testing for migration is done without running ephy-profile-migrator Bug #636685 | ||||
* | tests: DBUS_LIBS is needed for libephymain.la | Diego Escalante Urrelo | 2010-11-01 | 1 | -0/+1 |
| | |||||
* | tests: fix wrong variable name in Makefile | Diego Escalante Urrelo | 2010-06-04 | 1 | -5/+5 |
| | |||||
* | tests: add test for ephy-embed-single | Diego Escalante Urrelo | 2010-05-14 | 2 | -1/+130 |
| | |||||
* | tests: silence testephylocationentry.c debugging | Diego Escalante Urrelo | 2010-05-14 | 1 | -0/+2 |
| | |||||
* | Handle EPHY_EMBED_PERSIST_NO_VIEW flag | Diego Escalante Urrelo | 2010-03-09 | 1 | -0/+1 |
| | | | | | | | This flag determines if a download should not appear in the DownloaderView window. The default is to appear, like in gecko times. Bug #611635 | ||||
* | tests: add test for EphyEmbedPersist | Diego Escalante Urrelo | 2010-02-26 | 2 | -0/+318 |
| | | | | Bug #600987 | ||||
* | tests: simplify Makefile.am | Diego Escalante Urrelo | 2010-01-22 | 1 | -15/+25 |
| | | | | Don't cherry pick internal libraries for tests. | ||||
* | tests: apply style fixes suggested by Xan | Diego Escalante Urrelo | 2010-01-22 | 3 | -39/+26 |
| | |||||
* | Use © symbol and include glib.h in tests. | Diego Escalante Urrelo | 2010-01-14 | 3 | -3/+6 |
| | |||||
* | Remove redundant parameters in location-set API | Diego Escalante Urrelo | 2009-12-05 | 1 | -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 | ||||
* | Delete EphyIconEntry, it's unused. | Xan Lopez | 2008-12-31 | 2 | -124/+0 |
| | | | | svn path=/trunk/; revision=8655 | ||||
* | Update EphySearchEntry test. | Xan Lopez | 2008-12-31 | 1 | -8/+4 |
| | | | | | | There's no 'internal entry' now. svn path=/trunk/; revision=8654 | ||||
* | Add testephyzoomcontrol.c | Diego Escalante Urrelo | 2008-11-30 | 2 | -1/+89 |
| | | | | svn path=/trunk/; revision=8621 | ||||
* | tests: fix compilation when builddir != srcdir | Xan Lopez | 2008-10-14 | 1 | -2/+2 |
| | | | | svn path=/trunk/; revision=8581 | ||||
* | Add missing config.h | Diego Escalante Urrelo | 2008-09-29 | 1 | -0/+1 |
| | | | | svn path=/trunk/; revision=8569 | ||||
* | tephylocationentry.c: can_undo and can_redo tests | Diego Escalante Urrelo | 2008-09-29 | 1 | -0/+41 |
| | | | | svn path=/trunk/; revision=8554 | ||||
* | Reindent to 2 spaces and improve the existing tests | Diego Escalante Urrelo | 2008-09-29 | 3 | -114/+161 |
| | | | | | | Add vim modelines to the files. svn path=/trunk/; revision=8553 | ||||
* | Add testephylocationentry.c | Diego Escalante Urrelo | 2008-09-29 | 3 | -13/+166 |
| | | | | | | See the FIXME about the mystery crasher, it's probably some kind of leak. svn path=/trunk/; revision=8552 | ||||
* | Revert "Makefile fixes." | Diego Escalante Urrelo | 2008-09-29 | 1 | -27/+13 |
| | | | | | | This reverts commit 58afaf81fbf64dfcb779ef2e7531afb4c11693e1. svn path=/trunk/; revision=8551 | ||||
* | Makefile fixes. | Christian Persch | 2008-08-30 | 1 | -13/+27 |
| | | | | svn path=/trunk/; revision=8439 | ||||
* | Add testephyiconentry.c to tests/ | Diego Escalante Urrelo | 2008-08-04 | 2 | -7/+103 |
| | | | | | | Part of #544642. svn path=/trunk/; revision=8385 | ||||
* | Add the base for tests/ support. | Diego Escalante Urrelo | 2008-08-04 | 2 | -0/+71 |
Include a test for ephysearchentry, need to make them optional too. Part of #544642. svn path=/trunk/; revision=8384 |