summaryrefslogtreecommitdiff
path: root/embed
Commit message (Expand)AuthorAgeFilesLines
* merge mozilla-embed-strings branchMarco Pesenti Gritti2004-06-0331-931/+1023
* Don't return a value in void function, part of bug #141319.Christian Persch2004-05-291-1/+1
* 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-243-1/+4
* Fix some headers fallouts with mozilla headMarco Pesenti Gritti2004-05-233-1/+9
* Fix stupid bug.Christian Persch2004-05-201-2/+2
* Fix typoChristian Persch2004-05-191-1/+0
* Fix a MOZILLA_SNAPSHOT check for 1.7 branch.Christian Persch2004-05-191-1/+1
* Fix capitalisation.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-084-71/+39
* 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-018-109/+88
* 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-183-7/+9
* 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
* Change initial refcound of EphyNode to 1, not 0Adam Hooper2004-04-093-7/+0
* Make warning message selectable.Piers Cornwell2004-04-081-0/+1
* Eliminate ExternalProtocolHandlers in favor of setting prefs to makeChristian Biesinger2004-04-077-500/+17
* Fix bookmarks toolbar visibility in fullscreen and print preview mode, asChristian Persch2004-04-013-7/+10
* Don't allow a font size less than 1.Piers Cornwell2004-03-301-1/+1