aboutsummaryrefslogtreecommitdiffstats
path: root/embed/mozilla/mozilla-embed-single.cpp
Commit message (Expand)AuthorAgeFilesLines
* reviewed by: Christian Persch <chpe@cvs.gnome.org>Marco Pesenti Gritti2004-10-111-1/+8
* reviewed by: Christian Persch <chpe@cvs.gnome.org>Marco Pesenti Gritti2004-10-071-0/+18
* Mozilla API changes.Christian Persch2004-09-251-2/+11
* Fix mozilla API checks to correctly detect firefox libraries.Christian Persch2004-09-211-1/+5
* Set mozilla binaries path before firing up.Marco Pesenti Gritti2004-08-201-0/+5
* Fix compiler warning about anon enum mismatch.Christian Persch2004-08-091-5/+5
* Consistent naming for nsresult vars. Since 'rv' had the majority, 'rv' itChristian Persch2004-08-081-15/+15
* Make ephy_embed_single_open_window() return the newly opened embed widget.Christian Persch2004-08-081-5/+9
* Make keyword search URL localisable. Fixes bug #144909.Christian Persch2004-08-071-4/+16
* Don't use -include which compilers other than gcc don't understand.Christian Persch2004-07-311-0/+2
* Make sure we don't release the single observer more thanChristian Persch2004-07-251-0/+1
* No need to make proxy PAC configuration public, we only use it in a prefChristian Persch2004-07-231-19/+0
* No need to use a weak ref for the observer, makes the single code easier.Marco Pesenti Gritti2004-07-211-6/+1
* Decode ACE for UI, and encode UTF-8 hostnames before using cookie andChristian Persch2004-07-051-3/+30
* Mozilla API change.Christian Persch2004-07-031-0/+5
* EphySingle needs to implement nsISupportsWeakReference.Christian Persch2004-06-271-8/+12
* Implement File->Work Off-Line command and backend. No DBUS/HAL/whateverChristian Persch2004-06-271-3/+38
* Removed unused array, and added a few missing statics.Christian Persch2004-06-241-10/+3
* Make the permission type a string instead of an enum, that way we canChristian Persch2004-06-241-13/+17
* Implement popup-blocking signals. Part of bug #111930.Adam Hooper2004-06-211-6/+10
* Add a way to open new windows passing features and uri. Something like jsMarco Pesenti Gritti2004-06-131-0/+23
* Move external protocols prefs defaults in the javascript file and addMarco Pesenti Gritti2004-06-081-12/+3
* merge mozilla-embed-strings branchMarco Pesenti Gritti2004-06-041-24/+34
* Check for nsIPassword.hChristian Persch2004-05-061-5/+10
* More defines work, still lack EventContext and EmbedPrivate. Use mozillaMarco Pesenti Gritti2004-04-291-9/+13
* Eliminate ExternalProtocolHandlers in favor of setting prefs to makeChristian Biesinger2004-04-071-17/+15
* merging pre-gnome-2-8 branchMarco Pesenti Gritti2004-03-171-38/+4
* s/IFace/Iface/g to match the gtk+ naming convention.Christian Persch2004-02-201-8/+8
* Re-enable fonts language font filtering, fixes bug #128814Christian Persch2004-01-211-1/+1
* Use NS_ENSURE_SUCCESS/NS_ENSURE_TRUE at appropriate places.Christian Persch2004-01-101-125/+101
* Unify interface struct and type macro naming to be EphyFooIFace,Christian Persch2004-01-021-3/+3
* Add API to EphyEmbedSingle to clear the HTTP authentication cache.Christian Persch2003-12-311-1/+14
* Fix permission return types.Christian Persch2003-12-131-9/+17
* Fix a mem leak (ported from galeon).Christian Persch2003-12-061-1/+1
* Mark parameters "const" where appropriate.Christian Persch2003-11-261-1/+1
* Implemented cookie and permissions observer used to actually sendChristian Persch2003-11-251-75/+22
* No need to handle mailto registration separately.Marco Pesenti Gritti2003-11-241-2/+0
* Make it compile with mozilla 1.4 and 1.4.1 again.Christian Persch2003-11-231-21/+29
* Add a factory to create embed objects and use it. Deal with dependency ofMarco Pesenti Gritti2003-11-221-6/+0
* Fix cookie deletion; use do_GetService instead of do_CreateInstance.Christian Persch2003-11-221-11/+11
* New interfaces: EphyCookieManager, EphyPermissionManager,Christian Persch2003-11-221-151/+410
* Resync with galeon.Marco Pesenti Gritti2003-11-171-0/+4
* Put back borked mozilla alert.Marco Pesenti Gritti2003-11-141-16/+33
* Silly typos, thanks crispin.Marco Pesenti Gritti2003-11-131-1/+1
* Build xul dialogs using GtkWindow+GtkMozEmbed. Make src code simpler andMarco Pesenti Gritti2003-11-111-36/+3
* Remove decls from the topMarco Pesenti Gritti2003-11-091-97/+68
* Change some more i18n inclusion and remove several unused includes.Marco Pesenti Gritti2003-11-061-1/+1
* Get rid of gresult type. Use return values instead of out-parametersChristian Persch2003-11-051-76/+52
* Remove unused ephy-prefs includesMarco Pesenti Gritti2003-11-051-1/+0
* Yet another mozilla API change.Christian Persch2003-10-311-1/+6
* Port to new gtk+ file chooser.Christian Persch2003-10-261-70/+2
* Encodings menu improvements, part 3: Refactored the encodings list; it noChristian Persch2003-10-141-222/+0
* Reenable deprecated api where necessary, fixup some header inclusions.Marco Pesenti Gritti2003-10-111-6/+1
* The file picker dir can be NULL, check before trying to expand tilde.Marco Pesenti Gritti2003-09-281-2/+5
* Fix directory selection persistence [bug #122780].Christian Persch2003-09-201-3/+3
* Do not fail if prefs.js is corrupted.Marco Pesenti Gritti2003-09-201-1/+0
* Added in support to allow Mozilla 1.4.1 to be used for Epiphany compile.Patanjali Somayaji2003-09-141-1/+1
* First important step in solving the fonts mess. Allow to select theMarco Pesenti Gritti2003-09-101-11/+2
* *** empty log message ***Marco Pesenti Gritti2003-09-081-53/+26
* Mega-patch, changelog too long to paste here.Christian Persch2003-09-021-16/+12
* revert last commitMarco Pesenti Gritti2003-08-031-0/+3
* Do not disable window raising anymore, mozilla seem to behave correctlyMarco Pesenti Gritti2003-08-021-3/+0
* Do not emit warning when language pack is not installed.Marco Pesenti Gritti2003-07-201-7/+1
* Set the chrome locale on startup. That means that if the correct lang packChristian Persch2003-07-191-0/+66
* Do not enable smooth scroll and image autoresize.Marco Pesenti Gritti2003-07-181-8/+0
* Fix compiler warning.Christian Persch2003-07-151-1/+1
* List all mozilla fonts and not only the language specific, otherwise weMarco Pesenti Gritti2003-07-151-37/+17
* Remove use of acconfig.h.Marco Pesenti Gritti2003-07-041-14/+29
* Use normal google search for keywordsMarco Pesenti Gritti2003-07-021-1/+1
* Add two new encodings, and change access keys to be unique.Christian Persch2003-06-261-3/+7
* Use nsDependentCString instead of NS_LITERAL_CSTRING. Fixes bug 115739.Christian Persch2003-06-231-3/+3
* Drop encodings from our list which are not meant to be used in a browser.Christian Persch2003-06-221-13/+0
* Add two missing font language groups, and reorder encodings list.Christian Persch2003-06-221-20/+18
* Merge with popup control, we dont need it for bonobo window anymore.Marco Pesenti Gritti2003-06-161-36/+10
* Remove unneeded includes which mozilla cvs no longer provides.Christian Persch2003-06-151-2/+0
* Removed it because it's unnecessary.Christian Persch2003-06-151-91/+0
* ), (EventContext::SetStringProperty (const char*, const nsACString&)):Christian Persch2003-06-151-0/+3
* Add support for string enums.Marco Pesenti Gritti2003-06-131-0/+37
* Remove memory cache prefs/ui, now mozilla can deal with it automagically.Marco Pesenti Gritti2003-06-071-5/+3
* We used to have two mnemonics for Shift_JS. Fix it and tell translatorsChristian Neumair2003-06-071-1/+3
* Fixup a mistake in my previous patch for encoding accesskeys.Piers Cornwell2003-06-071-1/+1
* Add accels on the encoding menus.Piers Cornwell2003-06-061-102/+102
* Actually add the ask for dest pref, it was using the wrong key.Marco Pesenti Gritti2003-06-051-15/+12
* Move the bookmarks menu after go. There is a slight inconsistency in theDavid Bordoley2003-06-051-3/+83
* continuing checkin of previous patch (cvs aborted "broken pipe")Christian Persch2003-05-281-119/+135
* Fix the compiler warning from my previous checkin.Christian Persch2003-05-281-1/+1
* g_list_prepend is faster than g_list_append.Christian Persch2003-05-281-7/+7
* Refactored the charset and language groups strings.Christian Persch2003-05-271-12/+166
* Disable Blink and Marquee, cuz they are annoying and non-standard. Don'tDavid Bordoley2003-05-231-0/+21
* Fix some warnings. Go back hardcoding defaults in the code, mozilla prefMarco Pesenti Gritti2003-05-201-7/+53
* Use new gnome vfs show_url api.Marco Pesenti Gritti2003-05-131-1/+1
* Remove proxy prefs initialization. Now we call the gconf notifier onMarco Pesenti Gritti2003-05-061-68/+0
* Initialize mozilla prefs on startup every time. That is necessary ifMarco Pesenti Gritti2003-05-051-45/+6
* Always save a page's content if there i content to be saved. Remove theDavid Bordoley2003-04-241-18/+2
* Cleanup filepicker api behavior. Put pdm buttons in a size group, to makeMarco Pesenti Gritti2003-03-171-2/+0
* *** empty log message ***Marco Pesenti Gritti2003-02-061-0/+958