summaryrefslogtreecommitdiff
path: root/embed
Commit message (Expand)AuthorAgeFilesLines
* Fix status icon. Fixes bug #151501.Christian Persch2004-08-311-2/+5
* Remove some cruft.Christian Persch2004-08-312-32/+1
* R lib/widgets/ephy-cell-renderer-progress.c: RChristian Persch2004-08-313-18/+48
* Make sure the filename to print to doesn't contain slashes. Fixes bugChristian Persch2004-08-291-10/+66
* Mozilla API change on stable branch.Christian Persch2004-08-271-2/+2
* QI instead of cast.Christian Persch2004-08-271-2/+1
* Keep the passwords list in the pdm dialogue up-to-date wrt. new passwordsChristian Persch2004-08-213-1/+43
* Set mozilla binaries path before firing up.Marco Pesenti Gritti2004-08-192-0/+6
* Remove superflous private struct.Christian Persch2004-08-161-7/+0
* Use GetLocalName instead of GetTagName to get the attribute name. Patch byChristian Persch2004-08-151-2/+2
* Include mozilla-version.h; thanks to Crispin for testing.Christian Persch2004-08-101-0/+2
* Yet another mozilla API change.Christian Persch2004-08-102-4/+23
* Fix compiler warning about anon enum mismatch.Christian Persch2004-08-085-15/+18
* Allow XUL windows to open new windows.Christian Persch2004-08-081-2/+16
* Consistent naming for nsresult vars. Since 'rv' had the majority, 'rv' itChristian Persch2004-08-086-115/+111
* Make ephy_embed_single_open_window() return the newly opened embed widget.Christian Persch2004-08-083-31/+42
* Make keyword search URL localisable. Fixes bug #144909.Christian Persch2004-08-061-4/+16
* Fix the reload workaround version checks to look for the correct versions.Christian Persch2004-08-064-4/+7
* Now that mozilla bug #246392 is fixed, only enable our work-around for oldChristian Persch2004-08-063-10/+18
* Code cleanup.Christian Persch2004-08-041-10/+8
* Don't QI the event target to nsIDOMEventReceiver and back toChristian Persch2004-08-012-34/+20
* Fix a mem leak.Christian Persch2004-07-311-0/+1
* Confirm before overwriting a file. Fixes bug #143501.Christian Persch2004-07-311-3/+11
* Don't use -include which compilers other than gcc don't understand.Christian Persch2004-07-3024-7/+52
* Mozilla API change.Christian Persch2004-07-281-0/+8
* Remove load_proxy_autoconf() vfunc.Christian Persch2004-07-272-3/+1
* Make sure we don't release the single observer more thanChristian Persch2004-07-251-0/+1
* Disallow some more characters in the suggested filename.Christian Persch2004-07-251-1/+1
* #include <nsEmbedString.h>Adam Hooper2004-07-241-0/+1
* Remove some unneeded includes.Christian Persch2004-07-241-2/+0
* Don't load the status icon from the file, use the registered stock iconChristian Persch2004-07-241-5/+2
* Refactores storing the security info, move it into EphyBrowser.Christian Persch2004-07-243-41/+64
* No need to make proxy PAC configuration public, we only use it in a prefChristian Persch2004-07-224-42/+16
* Handle the case where the downloads dir cannot be created gracefully. FixMarco Pesenti Gritti2004-07-221-22/+20
* Fix mem leaks (ported from Galeon).Christian Persch2004-07-222-0/+3
* No need to use a weak ref for the observer, makes the single code easier.Marco Pesenti Gritti2004-07-203-13/+7
* *** empty log message ***Marco Pesenti Gritti2004-07-201-1/+4
* Pass single to the sniffer and weak ref it. Fix #141928Marco Pesenti Gritti2004-07-202-10/+20
* Since the print dialogue is modal the filechooser needs to be modal too.Christian Persch2004-07-171-0/+1
* Plug leak, thanks to Crispin.Xan Lopez2004-07-081-0/+1
* Add xpcom/ to INCLUDESChristian Persch2004-07-071-0/+1
* Don't convert filename encoding here, since we use it as UTF-8 inChristian Persch2004-07-071-5/+1
* <chpe> didn't I said to make that NS_IF_ADDREF () ? <xan> mmm, yesXan Lopez2004-07-061-1/+1
* -1 is valid button number, it's used for synthesised "mouse" events onChristian Persch2004-07-061-0/+7
* If the MIME is unknown, use application/octet-stream.Xan Lopez2004-07-062-2/+1
* Scale the MIME icon.Xan Lopez2004-07-051-16/+19
* Some ordering/sizing tweakMarco Pesenti Gritti2004-07-051-11/+4
* *** empty log message ***Marco Pesenti Gritti2004-07-051-0/+1
* Decode ACE for UI, and encode UTF-8 hostnames before using cookie andChristian Persch2004-07-042-6/+56
* Unescape the mailto: address, fixes bug #144462.Christian Persch2004-07-042-2/+35