aboutsummaryrefslogtreecommitdiffstats
path: root/embed/mozilla/mozilla-embed-single.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use ephy_password_info_new to allocate EphyPasswordInfo, not g_new. Fixes a c...Christian Persch2008-04-061-30/+42
* Next try to get cert exception addition working. This too isn't not working c...Christian Persch2008-03-281-1/+1
* Make this inclusion conditionally, since we don't use our directory provider ...Christian Persch2008-03-281-1/+4
* Fix the branding bundle registration by providing the app chrome manifest in ...Christian Persch2008-03-281-2/+5
* Try again to fix the directory provider for 1.9. Branding still fails thoughChristian Persch2008-03-281-6/+3
* Try to fix the gecko 1.8 backend, and this also might fix the branding bundle...Christian Persch2008-03-281-5/+3
* FixChristian Persch2008-03-281-1/+1
* Allow building with xulrunner 1.9. Patch by Alexander Sack; part of bug #503657Christian Persch2008-03-281-22/+228
* Remove cruftChristian Persch2008-02-271-158/+0
* Remove unused struct member.Xan Lopez2008-02-251-2/+0
* Update to new glib 2.15.2 API, bump glib dep and remove a Cosimo Cecchi2008-01-151-1/+2
* Drop gnome-vfs dependency. Now Epiphany depends on glib >= 2.15.1.Cosimo Cecchi2008-01-141-20/+23
* Add remove_all_passwords method to EphyPasswordManager and implement itCosimo Cecchi2007-11-051-0/+40
* 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
* Do not use #ifdef inside macros, ancient compilers don't like itXan Lopez2007-07-311-2/+15
* Add support for the WebKit engine, compile with --with-engine=webkit toXan Lopez2007-07-281-90/+13
* Make sure postscript printing is enabled, and the printer list empty (soChristian Persch2007-07-151-0/+3
* nsIPasswordManager doesn't exist on trunk anymore.Christian Persch2007-05-271-3/+12
* Fix Epiphany not finding some Gecko plugins when running in a multilibBastien Nocera2007-03-161-12/+67
* Correct FSF address. Bug #409075, patch by John Millikin.RELEASE_2_18_0GNOME_2_18_BRANCHPOINTChristian Persch2007-03-121-1/+1
* Try to work with trunkChristian Persch2006-12-091-2/+1
* Implement EphyPasswordManagerIface.add to add stored passwords. Fixes bugWouter Bolsterlee2006-10-151-1/+29
* Use UTF-8 copyright symbolChristian Persch2006-09-131-4/+4
* Remove some unnecessary static data.Christian Persch2006-09-071-6/+6
* nsIPassword.h is always available. Fixes bug #350997.Christian Persch2006-08-121-7/+1
* Use AutoJSContextStack on window open. Disable XPrint.Christian Persch2006-08-081-1/+12
* R embed/mozilla/MozillaPrivate.cpp: R embed/mozilla/MozillaPrivate.h:Christian Persch2006-08-081-1/+0
* === Release 2.15.2 ===RELEASE_2_15_2Christian Persch2006-05-161-4/+4
* Drop non-toolkit gecko support too.Christian Persch2006-05-111-6/+1
* Drop support for gecko 1.7.Christian Persch2006-05-111-221/+70
* === Release 2.15.1 ===RELEASE_2_15_1Christian Persch2006-04-241-2/+2
* Don't use g_return_if_fail here.Christian Persch2006-03-061-1/+0
* Use NS_LogInit()/NS_LogTerm().Christian Persch2006-02-111-0/+8
* Remove workaround for broken profile now thatChristian Persch2006-02-081-6/+3
* Changes to support xulrunner trunk (gecko 1.9).Christian Persch2006-02-061-20/+10
* Only use the major version in the user agent string.Christian Persch2006-02-061-3/+3
* If GetPassword failed, break instead of continue. That way we don'tChristian Persch2006-01-301-1/+9
* Add a function (ephy_embed_single_get_backend_name) to get the backendCrispin Flowerday2006-01-301-0/+17
* libnm-glib be-gone! Use NetworkManager directly via DBUS, by importing theChristian Persch2006-01-261-84/+0
* Set the "browser.display.use_system_colors" pref on gecko 1.8, instead ofChristian Persch2006-01-251-2/+11
* Decouple embed single instantiation and initialisation. PreventsChristian Persch2006-01-181-17/+5
* Add event type to the callback.Christian Persch2006-01-171-22/+52
* Fix number of /'s in URI.Christian Persch2006-01-171-5/+173
* Add NetworkManager magic for connection status autodetection. Defaults toChristian Persch2006-01-161-7/+97
* Only use the directory service provider on gecko 1.8; gecko 1.7 uses aChrhristian Persch2006-01-151-3/+3
* Simplify creation and reference counting of the EphyDirectoryProviderCrispin Flowerday2006-01-151-7/+1
* Add defines and automake conditional for toolkit flavour.Christian Persch2006-01-151-0/+19
* Fix a compile warning.Jean-François Rameau2005-12-151-1/+1
* A embed/ephy-certificate-manager.c: A embed/ephy-certificate-manager.h: AChristian Persch2005-12-111-0/+157
* Make "network-status" property readwrite.Christian Persch2005-11-081-3/+19
* Add a way to view stored password. Fix bug 316821.Jean-François Rameau2005-10-231-1/+8
* Remove the "network-status" signal from the embed single, and make it aChristian Persch2005-10-131-7/+44
* Add out private plugin directory to MOZ_PLUGIN_PATH too.Christian Persch2005-10-061-2/+5
* Remove unused function.Jean-François Rameau2005-09-221-25/+0
* Don't use ext handler for ftp://.Christian Persch2005-08-211-2/+1
* Remove code to get the printer list, and fix a compile warning.Christian Persch2005-07-251-7/+0
* Better fix for bug #151037 to make session shutdown work again. Also fixChristian Persch2005-07-041-0/+19
* Use new way to add user agent info. Fixes bug #173000.Christian Persch2005-05-061-2/+9
* Fix for MOZILLA_INTERNAL_API change, and for 64bit downloader change.Christian Persch2005-04-061-2/+2
* Remove the wallet hack; it appears not to work correctly using mozilla 1.7Christian Persch2005-03-101-2/+0
* Don't assert if we don't have a new embed in new_window callback. Part ofChristian Persch2005-02-271-4/+6
* Move wallet code to MozillaPrivate since nsIWalletService.h includesChristian Persch2005-02-111-54/+1
* Add check for nsIWalletService.h.Christian Persch2005-02-111-0/+55
* Move new-window signal to the embed single, and new window creation fromChristian Persch2005-01-301-5/+22
* Include stdlib.h.Christian Persch2004-11-181-0/+2
* Simplify the gconf -> mozilla prefs bridge.Christian Persch2004-11-161-2/+2
* 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
* Private data is 0-initialised, no need to set members to NULL, 0, orChristian Persch2004-10-281-3/+0
* Chain up to parent's dispose handler.Christian Persch2004-10-241-0/+2
* Annotate "if (type == 0)" in get_type functions with G_UNLIKELY, like theChristian Persch2004-10-241-1/+1
* 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
* Fix a warning.Christian Persch2004-10-041-0/+2
* Mozilla API changes.Christian Persch2004-09-251-2/+11
* Remove reference to MOZILLA_FIVE_HOME.Christian Persch2004-09-231-4/+1
* 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