summaryrefslogtreecommitdiff
path: root/embed/mozilla
Commit message (Expand)AuthorAgeFilesLines
* *** empty log message ***Christian Persch2004-06-091-0/+1
* Fix CSS background detection, based on a galeon patch by CrispinChristian Persch2004-06-081-53/+66
* Adjust comment about mozilla bug #232057, which was WONTFIXed.Christian Persch2004-06-081-4/+3
* Move external protocols prefs defaults in the javascript file and addMarco Pesenti Gritti2004-06-071-12/+3
* Fix setting default filename in the !modeSave case.Christian Persch2004-06-072-31/+26
* Don't allow ::SetDefaultString unless we're in modeSave.Christian Persch2004-06-071-1/+4
* Use ephy-file-chooser convenience constructor instead of duplicating codeChristian Persch2004-06-071-49/+45
* Simplified mozilla version checks with new MOZILLA_IS_VERSION4 macro.Christian Persch2004-06-062-3/+7
* merge mozilla-embed-strings branchMarco Pesenti Gritti2004-06-0329-923/+998
* Fix for mozilla API change (ported from galeon).Christian Persch2004-05-291-1/+15
* Include "config.h".Christian Persch2004-05-281-0/+4
* Always include "config.h" !Christian Persch2004-05-281-0/+4
* Fix snapshot check for mozilla >= 1.7rc2 .Christian Persch2004-05-281-1/+1
* Remove unused field in structXan Lopez2004-05-242-0/+4
* Fix some headers fallouts with mozilla headMarco Pesenti Gritti2004-05-233-1/+9
* Fix typoChristian Persch2004-05-191-1/+0
* Fix a MOZILLA_SNAPSHOT check for 1.7 branch.Christian Persch2004-05-191-1/+1
* Fix observer topic check for cookie "cleared" notification.Christian Persch2004-05-171-1/+1
* Fix refcount leak.Christian Persch2004-05-151-0/+3
* Set mEventReceiver to nsnull in ::Destroy(), fixes a crasher.Christian Persch2004-05-151-6/+8
* *** empty log message ***Christian Persch2004-05-141-7/+0
* Yet another mozilla API change.Christian Persch2004-05-141-13/+61
* One more NS_ENSURE_TRUE.Christian Persch2004-05-111-1/+1
* Changed back to NS_ENSURE_TRUE as per discussion in bug #142184.Christian Persch2004-05-111-23/+23
* Remove unused variable.Christian Persch2004-05-101-1/+0
* Destroy the EphyBrowser in destroy handler, but delete it only onChristian Persch2004-05-102-45/+78
* Add convenience functions for creating a filter with a bunch of mime typesChristian Persch2004-05-083-70/+30
* Forward nsIAuthPrompt interface to the single sign-on promptChristian Persch2004-05-082-35/+11
* Adjust MOZILLA_SNAPSHOT checks for changed snapshot levels.Christian Persch2004-05-073-27/+27
* Check for nsIPassword.hChristian Persch2004-05-061-5/+10
* Adapt to mozilla API change.Christian Persch2004-05-061-0/+5
* Whenever we have one, pass the cache key to the persist object. That wayChristian Persch2004-05-031-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
* Clean up encoding handling.Christian Persch2004-05-014-90/+64
* fix build bustageMarco Pesenti Gritti2004-04-293-0/+18
* fix build bustageMarco Pesenti Gritti2004-04-291-1/+5
* *** empty log message ***Marco Pesenti Gritti2004-04-291-4/+4
* Complete headers definesMarco Pesenti Gritti2004-04-295-38/+65
* More defines work, still lack EventContext and EmbedPrivate. Use mozillaMarco Pesenti Gritti2004-04-2926-172/+174
* *** empty log message ***Marco Pesenti Gritti2004-04-291-0/+2
* Add defines for private mozilla api usage. It will make easier to trackMarco Pesenti Gritti2004-04-292-49/+41
* Ensure we have a DOM window before trying to get his url. The check wasMarco Pesenti Gritti2004-04-282-2/+2
* Nice mess of defines to support 1.8a. Damn.Marco Pesenti Gritti2004-04-279-22/+222
* Fix encoding of saved content; fixes bug #141050.Marco Pesenti Gritti2004-04-261-34/+23
* Fix chrome for new windows opened from _blank target. Fixes bug #139512.Marco Pesenti Gritti2004-04-181-1/+0
* s/PERSIST_NO_CONVERSION/PERSIST_FLAGS_NO_CONVERSION/Adam Hooper2004-04-171-1/+1
* Do not uncompress when the type is not html.Marco Pesenti Gritti2004-04-171-0/+5
* Fix saving of linked content. Don't create the directory; mozilla will doChristian Persch2004-04-161-11/+8
* Don't quit the filechooser when selecting "No" from the confirm- overwriteChristian Persch2004-04-092-26/+25