aboutsummaryrefslogtreecommitdiffstats
path: root/embed/mozilla/mozilla-embed-persist.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use G_DEFINE_TYPE* where possible in embed/* (#517090)Xan Lopez2008-02-181-34/+5
* Revert the change from r7406; see bug #476540.Christian Persch2007-09-131-1/+1
* Revert the change from r7407; see bug #476540.Christian Persch2007-09-131-1/+1
* Include nsStringGlue.h instead of nsStringAPI.hChristian Persch2007-09-131-1/+1
* Include xpcom-config.h, not mozilla-config.hChristian Persch2007-09-131-1/+1
* Correct FSF address. Bug #409075, patch by John Millikin.RELEASE_2_18_0GNOME_2_18_BRANCHPOINTChristian Persch2007-03-121-1/+1
* Use UTF-8 copyright symbolChristian Persch2006-09-131-1/+1
* Remove some unnecessary static data.Christian Persch2006-09-071-1/+1
* === Release 2.15.2 ===RELEASE_2_15_2Christian Persch2006-05-161-3/+3
* Drop support for gecko 1.7.Christian Persch2006-05-111-37/+34
* Add EPHY_EMBED_PERSIST_FROM_CACHE, and try harder to get a cacheChristian Persch2005-08-181-5/+56
* Fix refcount leak.Christian Persch2005-06-131-12/+15
* Don't hold a ref to the shell from persist objects.Christian Persch2005-06-121-5/+0
* Common helper function to unref a GObject from idle.Christian Persch2005-06-111-1/+6
* Get a temporary filename to save to only when needed.Jean-François Rameau2005-05-291-14/+14
* Use nsICancelable.Christian Persch2005-05-071-0/+9
* Fix the build from the last commit.Christian Persch2005-05-041-7/+5
* Fix crash on 64bit architectures when downloading. Fixes bug #301093,Christian Persch2005-04-191-1/+1
* Add null check.Christian Persch2005-04-171-0/+2
* Consistently start enum names with EPHY_*.Crispin Flowerday2005-01-061-4/+4
* Ensure that flags and enums start with 'Ephy'Crispin Flowerday2005-01-041-2/+2
* We always have config.h, no need to guard its inclusion.Christian Persch2004-11-031-2/+0
* Private data is 0-initialised, no need to set members to NULL, 0, orChristian Persch2004-10-281-0/+1
* Annotate "if (type == 0)" in get_type functions with G_UNLIKELY, like theChristian Persch2004-10-241-7/+6
* Don't use -include which compilers other than gcc don't understand.Christian Persch2004-07-311-0/+2
* *** empty log message ***Marco Pesenti Gritti2004-07-211-1/+4
* merge mozilla-embed-strings branchMarco Pesenti Gritti2004-06-041-21/+20
* Fix refcount leak.Christian Persch2004-05-161-0/+3
* Whenever we have one, pass the cache key to the persist object. That wayChristian Persch2004-05-041-3/+8
* Fix a mem leak; thanks to Crispin for spotting it.Christian Persch2004-05-031-1/+1
* Remove unused variableChristian Persch2004-05-031-3/+0
* More defines work, still lack EventContext and EmbedPrivate. Use mozillaMarco Pesenti Gritti2004-04-291-2/+6
* Nice mess of defines to support 1.8a. Damn.Marco Pesenti Gritti2004-04-271-0/+1
* merging pre-gnome-2-8 branchMarco Pesenti Gritti2004-03-171-2/+1
* Add "cancelled" signal to EphyEmbedPersist.Christian Persch2004-02-291-0/+1
* Make max size property use long / bytes.Marco Pesenti Gritti2004-02-251-2/+2
* Actually remove nsUnicharUtils.*Marco Pesenti Gritti2004-02-211-15/+10
* Fix mem leaks.Christian Persch2004-02-111-0/+3
* Get the page content into a string.Christian Persch2004-01-141-2/+50
* Use NS_ENSURE_SUCCESS/NS_ENSURE_TRUE at appropriate places.Christian Persch2004-01-101-15/+20
* Add a factory to create embed objects and use it. Deal with dependency ofMarco Pesenti Gritti2003-11-221-1/+13
* Build xul dialogs using GtkWindow+GtkMozEmbed. Make src code simpler andMarco Pesenti Gritti2003-11-111-1/+1
* Deja-vu.Xan Lopez2003-11-111-1/+0
* Remove decls from the topMarco Pesenti Gritti2003-11-091-21/+16
* Get rid of gresult type. Use return values instead of out-parametersChristian Persch2003-11-051-22/+21
* Open source in the default editor and remove the unused copy api. Add aMarco Pesenti Gritti2003-10-281-5/+13
* Solving the wrapper mess Episode 3. Rename to EphyBrowser and add sanityMarco Pesenti Gritti2003-10-281-11/+11
* Solving the wrapper mess Episode 1.Marco Pesenti Gritti2003-10-271-2/+2
* Port to new gtk+ file chooser.Christian Persch2003-10-261-3/+6
* Add an helper to initialize downloads.Marco Pesenti Gritti2003-10-241-17/+31
* cleanup. Fix warning when fetching favicons.Marco Pesenti Gritti2003-10-191-27/+32
* Fix Save As, we need ever to pass the url now. Now hope chpe stop to bugMarco Pesenti Gritti2003-10-171-13/+19
* Merge new-downloader branch. We reworked the backend, the userMarco Pesenti Gritti2003-10-171-91/+62
* Mega-patch, changelog too long to paste here.Christian Persch2003-09-021-14/+11
* Overwrite existing files. (We already warn the user about it).Marco Pesenti Gritti2003-08-211-7/+8
* More cleanups, fix memleaks.Xan Lopez2003-06-191-2/+2
* Dont try to use class members after the class has been deleted.Marco Pesenti Gritti2003-06-131-1/+1
* s/GALEON/EPIPHANY in the defines.David Bordoley2003-04-281-1/+1
* Always save a page's content if there i content to be saved. Remove theDavid Bordoley2003-04-241-1/+1
* Keep a ref on EmbedPersist while save is in progress.Marco Pesenti Gritti2003-03-161-0/+11
* Implement a cancel api. Fix refcount to really destroy the WebPersistMarco Pesenti Gritti2003-01-111-5/+32
* Fix schemas build.Marco Pesenti Gritti2003-01-101-1/+1
* Make GaleonShell inherit from GaleonEmbedShell. Ref the shell when usingMarco Pesenti Gritti2003-01-051-1/+2
* Remove unnecessary markup from translations.Marco Pesenti Gritti2003-01-051-1/+1
* Initial revisionMarco Pesenti Gritti2002-12-311-0/+244