aboutsummaryrefslogtreecommitdiffstats
path: root/embed/mozilla/FilePicker.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix the build with 1.9b4.Christian Persch2008-03-281-0/+5
* Fix prompt service for xr 1.9 wrt. DOM notifications. Bug #504445.Christian Persch2008-02-181-9/+8
* Fix the build of the custom GTK+ filepicker so we can add nice previewsDiego Escalante Urrelo2007-09-271-47/+8
* 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
* 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
* A embed/mozilla/AutoWindowModalState.cpp: AChristian Persch2006-07-061-0/+6
* === Release 2.15.2 ===RELEASE_2_15_2Christian Persch2006-05-161-6/+6
* Drop support for gecko 1.7.Christian Persch2006-05-111-32/+27
* Helper class that pushes a null JS context on the stack, and pops it inChristian Persch2006-02-031-0/+6
* Hide the filters combo if there's only the "All" filter.Christian Persch2005-09-281-0/+15
* New function to check the filename/directory for writability, derived fromChristian Persch2005-09-221-1/+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-18/+18
* Don't destroy the dialogue with the parent, since that makes gtk+ goChristian Persch2004-12-271-0/+1
* Try to fix the build.Christian Persch2004-12-191-1/+0
* Make sure we don't have any app-modal dialogues. Fixes bug #110479.Christian Persch2004-12-191-0/+7
* Get rid of ephy_string_[elide|double]_underscores(). Remove unnecessaryChristian Persch2004-12-141-1/+0
* 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
* reviewed by: Christian Persch <chpe@cvs.gnome.org>Marco Pesenti Gritti2004-10-111-2/+2
* Fix mozilla API checks to correctly detect firefox libraries.Christian Persch2004-09-211-15/+13
* Don't use -include which compilers other than gcc don't understand.Christian Persch2004-07-311-0/+2
* Fix setting default filename in the !modeSave case.Christian Persch2004-06-071-31/+24
* 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
* merge mozilla-embed-strings branchMarco Pesenti Gritti2004-06-041-57/+68
* Add convenience functions for creating a filter with a bunch of mime typesChristian Persch2004-05-091-68/+27
* Adjust MOZILLA_SNAPSHOT checks for changed snapshot levels.Christian Persch2004-05-071-18/+18
* fix build bustageMarco Pesenti Gritti2004-04-301-0/+4
* fix build bustageMarco Pesenti Gritti2004-04-301-1/+5
* *** empty log message ***Marco Pesenti Gritti2004-04-301-4/+4
* More defines work, still lack EventContext and EmbedPrivate. Use mozillaMarco Pesenti Gritti2004-04-291-22/+18
* Nice mess of defines to support 1.8a. Damn.Marco Pesenti Gritti2004-04-271-11/+94
* Don't quit the filechooser when selecting "No" from the confirm- overwriteChristian Persch2004-04-101-16/+15
* Eliminate ExternalProtocolHandlers in favor of setting prefs to makeChristian Biesinger2004-04-071-3/+2
* Fixes #138263.Federico Mena Quintero2004-03-301-8/+7
* merging pre-gnome-2-8 branchMarco Pesenti Gritti2004-03-171-16/+16
* Add debug output in ctors and dtors.Christian Persch2004-02-291-2/+2
* Fix for gtk+ filechooser API change.Christian Persch2004-02-271-7/+14
* Make it work (TM).Christian Persch2004-02-161-5/+13
* Weak ref the real dialogue, and hide the dialogue after running it. FixesChristian Persch2004-02-161-2/+47
* Fix numerous places where we weren't properly converting between UTF-8 andChristian Persch2004-02-131-1/+2
* Use NS_ENSURE_SUCCESS/NS_ENSURE_TRUE at appropriate places.Christian Persch2004-01-101-1/+2
* Get rid of NS_INIT_ISUPPORTS() macros in constructors; it's not beenChristian Persch2003-11-251-2/+0
* Change some more i18n inclusion and remove several unused includes.Marco Pesenti Gritti2003-11-061-1/+0
* Use new glib gi18n.h instead of bonobo's bonobo-i18n.h.Christian Persch2003-11-061-1/+1
* Don't set the persist key on object construction time. Fixes bug #125589.Christian Persch2003-11-011-3/+9
* Do not require a parent windowMarco Pesenti Gritti2003-10-311-4/+5
* Port to new gtk+ file chooser.Christian Persch2003-10-261-294/+209
* Reenable deprecated api where necessary, fixup some header inclusions.Marco Pesenti Gritti2003-10-111-47/+1
* *** empty log message ***Marco Pesenti Gritti2003-06-151-21/+29
* embed/mozilla/ExternalProtocolService.cpp, embed/mozilla/FilePicker.cpp,Christian Neumair2003-06-131-0/+4
* Actually add the ask for dest pref, it was using the wrong key.Marco Pesenti Gritti2003-06-051-5/+3
* Do not allow to resize the dialog vertically, fixes #112727. Remove unusedXan Lopez2003-05-171-1/+0
* Always save a page's content if there i content to be saved. Remove theDavid Bordoley2003-04-241-26/+2
* from galeon. Don't assume sizeof(gsize) == sizeof(guint) makes epiphanyMarco Pesenti Gritti2003-04-191-4/+4
* *** empty log message ***Marco Pesenti Gritti2003-04-121-24/+0
* Port several leaks fixes from galeon.Marco Pesenti Gritti2003-01-201-6/+16
* Dont crash when schemas installed incorrectlyMarco Pesenti Gritti2003-01-141-0/+1
* Destroy "Invalid path dialog" correctlyLee Willis2003-01-101-0/+1
* Extend ephy node to allow some reversed ids. Use it for baseMarco Pesenti Gritti2003-01-091-1/+1
* Resync with galeon.Marco Pesenti Gritti2002-12-311-33/+34
* Initial revisionMarco Pesenti Gritti2002-12-311-0/+505