aboutsummaryrefslogtreecommitdiffstats
path: root/embed/mozilla/EphySingle.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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