aboutsummaryrefslogtreecommitdiffstats
path: root/embed/mozilla/EphySingle.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* It's yet another API change!Christian Persch2007-07-151-1/+1
* Store http-only flag too.Christian Persch2007-05-201-0/+6
* 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-2/+2
* Remove some unnecessary static data.Christian Persch2006-09-071-11/+11
* Don't set cookies from favicon downloads. Bug #337835.Jean-François Rameau2006-06-021-1/+50
* Drop support for gecko 1.7.Christian Persch2006-05-111-18/+19
* Remove the "network-status" signal from the embed single, and make it aChristian Persch2005-10-131-4/+3
* Manually emit the "profile-change-net-teardown" notification; works aroundChristian Persch2005-09-091-0/+5
* Fix for MOZILLA_INTERNAL_API change, and for 64bit downloader change.Christian Persch2005-04-061-2/+2
* Add ; to all LOG statements, and adapt ephy-debug.h for non-GNUC-varargsChristian Persch2005-01-291-11/+11
* Remove p3p info from EphyCookie.Christian Persch2005-01-151-8/+0
* Use the enums instead of ints.Christian Persch2005-01-121-2/+2
* nsEmbedString.h now requires MOZILLA_STRICT_API define.Christian Persch2004-11-141-0/+2
* We always have config.h, no need to guard its inclusion.Christian Persch2004-11-031-2/+0
* Keep the passwords list in the pdm dialogue up-to-date wrt. new passwordsChristian Persch2004-08-221-0/+10
* Consistent naming for nsresult vars. Since 'rv' had the majority, 'rv' itChristian Persch2004-08-081-3/+3
* Don't use -include which compilers other than gcc don't understand.Christian Persch2004-07-311-0/+2
* No need to use a weak ref for the observer, makes the single code easier.Marco Pesenti Gritti2004-07-211-5/+5
* Decode ACE for UI, and encode UTF-8 hostnames before using cookie andChristian Persch2004-07-051-3/+26
* EphySingle needs to implement nsISupportsWeakReference.Christian Persch2004-06-271-3/+7
* Implement File->Work Off-Line command and backend. No DBUS/HAL/whateverChristian Persch2004-06-271-11/+24
* Make the permission type a string instead of an enum, that way we canChristian Persch2004-06-241-18/+3
* merge mozilla-embed-strings branchMarco Pesenti Gritti2004-06-041-11/+8
* Fix observer topic check for cookie "cleared" notification.Christian Persch2004-05-171-1/+1
* More defines work, still lack EventContext and EmbedPrivate. Use mozillaMarco Pesenti Gritti2004-04-291-1/+4
* merging pre-gnome-2-8 branchMarco Pesenti Gritti2004-03-171-23/+9
* Use NS_ENSURE_SUCCESS/NS_ENSURE_TRUE at appropriate places instead ofChristian Persch2004-01-101-8/+6
* Fix permission return types.Christian Persch2003-12-131-4/+6
* Change signal names to be unique for interfaces on the same object.Christian Persch2003-11-261-13/+15
* Make it compile with mozilla < 1.5.Christian Persch2003-11-251-1/+3
* Implemented cookie and permissions observer used to actually sendChristian Persch2003-11-251-0/+317