aboutsummaryrefslogtreecommitdiffstats
path: root/embed/Makefile.am
Commit message (Expand)AuthorAgeFilesLines
* Get rid of EphyCommandManagerXan Lopez2009-09-101-2/+0
* Prefix noisy commands with AM_V_GENXan Lopez2009-08-111-2/+2
* Re-implement PDM's password viewer.Xan Lopez2009-08-091-2/+0
* Revert "Move Epiphany to solely use GnomeKeyring for password management."Priit Laes2009-07-291-0/+2
* Move Epiphany to solely use GnomeKeyring for password management.Priit Laes2009-07-291-2/+0
* Get rid of EphyEmbedFactory.Xan Lopez2009-06-061-14/+1
* Make EphyEmbedPersist a non-interface type.Xan Lopez2009-06-061-3/+0
* Fold WebKitEmbedPrefs into EphyEmbedPrefs.Xan Lopez2009-06-061-2/+1
* Kill EphyBaseEmbed, move the small widget logic it had to EphyEmbed.Xan Lopez2009-06-051-2/+0
* Change EphyEmbed to not be an interface type.Xan Lopez2009-06-051-2/+3
* Adding a new EphyWebView objectGustavo Noronha Silva2009-05-301-1/+5
* Basic download functionality for ephy/webkit. This update also removesGustavo Noronha Silva2009-03-051-2/+0
* Use libsoup, getting the session from webkit, to handle cookies.Xan Lopez2009-02-231-2/+0
* We no longer need a separate pkg-config check for WEBKIT.Gustavo Noronha Silva2009-01-141-1/+0
* Revert cookies stuff, didn't want to commit that.Xan Lopez2008-12-121-0/+2
* Port ephy to use libsoup for cookies.Xan Lopez2008-12-121-2/+0
* embed: remove history item abstraction from embed.Xan Lopez2008-06-301-2/+0
* ephy-embed-utils: add macro to get webkitwebview from embed.Xan Lopez2008-06-301-0/+1
* embed: remove ephy-embed-find and the webkit implementation.Xan Lopez2008-06-281-2/+0
* Add epiphany.h. Only allow including epiphany.h; all other headers are privateChristian Persch2008-04-121-0/+4
* Exorcise gecko configure & build stuffChristian Persch2008-04-041-18/+2
* Allow building with xulrunner 1.9. Patch by Alexander Sack; part of bug #503657Christian Persch2008-03-111-0/+1
* Remove cruftChristian Persch2008-02-271-10/+0
* Mozilla implementation of the embed history interfaces.Xan Lopez2007-12-301-2/+2
* Add new embed history interfaces.Xan Lopez2007-12-301-1/+3
* Add EphyEmbedContainer.Xan Lopez2007-11-161-0/+2
* Create EphyBaseEmbed, make MozillaEmbed a subclass of it.Xan Lopez2007-11-061-0/+2
* Move title/address update on open-uri signal to EphyEmbed.Xan Lopez2007-10-261-0/+2
* More build fixes for the xulrunner backend.Christian Persch2007-09-131-2/+5
* A m4/libxul.m4: Integrate the "xulrunner" backend with configure. NotChristian Persch2007-09-101-2/+12
* Add support for the WebKit engine, compile with --with-engine=webkit toXan Lopez2007-07-281-5/+7
* s/MOZILLA/GECKO/g for consistency with gge.Christian Persch2007-07-171-2/+2
* Regenerate the type builtins when the Makefile changes. Should fix bugChristian Persch2007-03-111-6/+6
* Make sure the type builtins are regenerated when the Makefile changes.Christian Persch2007-03-041-2/+2
* Move ephy-adblock.* to embed. Change the API to pass EphyEmbed toBenjamin Berg2007-03-031-0/+2
* Fix a bug in the last commit.Christian Persch2006-10-091-1/+1
* Make the enum/flags values not global.Christian Persch2006-10-081-7/+7
* Remove some unnecessary static data.Christian Persch2006-09-071-1/+1
* A embed/mozilla/GeckoPrintService.cpp: AChristian Persch2006-06-191-3/+1
* Don't include generated files in the tarball. Bug #319440.Christian Persch2006-01-031-6/+8
* Add some code so ad blocking should be more easy. Based on the fact thatJean-François Rameau2005-12-201-0/+2
* A embed/ephy-certificate-manager.c: A embed/ephy-certificate-manager.h: AChristian Persch2005-12-111-1/+10
* Version 1.9.Christian Persch2005-08-291-2/+2
* Check for toolkit nsITypeAheadFind.Christian Persch2005-05-291-0/+2
* A src/ephy-find-toolbar.c: A src/ephy-find-toolbar.h:Christian Persch2005-05-261-2/+0
* Version 1.7.0.Christian Persch2005-03-081-1/+1
* Remove stamp files also on make clean.Christian Persch2005-01-171-2/+2
* Remove the type builtins .h files from INST_H_FILES again.Christian Persch2005-01-141-1/+0
* Install ephy-*-type-builtins.h.Christian Persch2005-01-141-0/+1
* Fix [DIST]CLEANFILES so that make distcheck passes.Christian Persch2005-01-121-2/+2
* Also generate types for ephy-cookie-manager.h's enums.Christian Persch2005-01-091-8/+2
* More stamp magic.Christian Persch2005-01-091-3/+7
* Avoid unnecessary rebuilts of the generated enum .h files by using stampChristian Persch2005-01-071-3/+10
* Simplfiy the rule a bit.Christian Persch2005-01-071-2/+2
* Use glib-mkenums to generate the enum and flags get_type functions.Christian Persch2005-01-071-2/+51
* Make ephy-encodings.h not public anymore.Christian Persch2005-01-041-1/+1
* Add deprecated defines to AM_CPPFLAGS in maintainer-mode.Christian Persch2004-12-011-15/+23
* reviewed by: Christian Persch <chpe@cvs.gnome.org>Marco Pesenti Gritti2004-11-261-0/+1
* Updatinggnome-2-8-branchpointChristian Persch2004-09-131-0/+1
* Removed the nautilus view.Christian Persch2004-03-301-2/+0
* Readd gtk deprecates (only in maintainer mode).Marco Pesenti Gritti2003-11-301-1/+1
* Very basic tray icon for downloader.Marco Pesenti Gritti2003-11-231-0/+1
* Add a factory to create embed objects and use it. Deal with dependency ofMarco Pesenti Gritti2003-11-221-2/+4
* New interfaces: EphyCookieManager, EphyPermissionManager,Christian Persch2003-11-221-1/+9
* Complete docs base implementation. Should work more or less.Marco Pesenti Gritti2003-11-201-3/+0
* *** empty log message ***Marco Pesenti Gritti2003-11-151-6/+6
* Get rid of gresult type. Use return values instead of out-parametersChristian Persch2003-11-051-1/+0
* Port to new gtk+ file chooser.Christian Persch2003-10-261-2/+0
* Interface for commands. Useful for undo. (cmd_undo works).Marco Pesenti Gritti2003-10-251-0/+2
* Encoding menu improvements, Part 4: The Rewrite.Christian Persch2003-10-181-0/+2
* I suck ... files forgotMarco Pesenti Gritti2003-10-171-2/+3
* 0.8.0. Make it distcheck.Marco Pesenti Gritti2003-07-151-1/+1
* 2003-07-13 Marco Pesenti Gritti <marco@it.gnome.org>Marco Pesenti Gritti2003-07-131-15/+24
* Merge with popup control, we dont need it for bonobo window anymore.Marco Pesenti Gritti2003-06-161-2/+0
* Remove some obsolete entries.Marco Pesenti Gritti2003-06-161-2/+0
* *** empty log message ***Marco Pesenti Gritti2003-02-061-0/+2
* Reimplement favicons. Now all exit crashes related to connections leftMarco Pesenti Gritti2003-01-121-4/+0
* Cleanup unused code. Reorder build. In new bookmark dialog enter activateMarco Pesenti Gritti2003-01-021-18/+17
* Initial revisionMarco Pesenti Gritti2002-12-311-0/+57