aboutsummaryrefslogtreecommitdiffstats
path: root/embed
Commit message (Expand)AuthorAgeFilesLines
* Remove obsolete functionChristian Persch2005-08-011-2/+0
* Fix gcc 4.0 warnings.Jean-François Rameau2005-08-011-3/+3
* Add ephy_embed_shell_get_default() analogous to ephy_shell_get_default().Christian Persch2005-08-012-0/+15
* Make those more robust.Christian Persch2005-07-311-12/+12
* Fix printf formatChristian Persch2005-07-311-1/+1
* Count the blocked handlers and warn if it's not the expected numberr, soChristian Persch2005-07-301-2/+8
* Implement ::grab-focus and remove ephy_embed_activate ().Christian Persch2005-07-303-19/+14
* Work around gtkmozembed focus bug. Fixes bug #105153.Christian Persch2005-07-293-8/+103
* Fix proxy server settings string.Christian Persch2005-07-281-1/+1
* Fix google search URL to include www prefix.Christian Persch2005-07-281-1/+1
* Don't put the archive links on the unknownSocketType error message.Christian Persch2005-07-281-1/+0
* Primary text shouldn't have a period.Christian Persch2005-07-271-1/+1
* (using_pdf_printer): new function.Martin Kretzschmar2005-07-261-10/+39
* Remove code to get the printer list, and fix a compile warning.Christian Persch2005-07-256-60/+3
* *** empty log message ***Christian Persch2005-07-242-2/+2
* Use libgnomeprintui for the printing dialog and the paper part of theJürg Billeter2005-07-246-310/+510
* A embed/mozilla/EphyAboutModule.cpp: A embed/mozilla/EphyAboutModule.h: RChristian Persch2005-07-184-142/+59
* Fix a couple of strings. Fixes bug #310196.Christian Persch2005-07-131-3/+3
* Remove the reload workaround, since the mozilla bug is fixed on allChristian Persch2005-07-134-68/+11
* Remove checkbox from trust-CA dialogue. Fixes bug #168295.Christian Persch2005-07-121-23/+15
* Fix build with -Werror.Christian Persch2005-07-111-2/+0
* Use contract IDs.Christian Persch2005-07-111-5/+2
* Add context to two strings.Christian Persch2005-07-111-2/+6
* Improved design and wording of the error pages, and add links to googleChristian Persch2005-07-112-71/+136
* Make error page nicer; code by Adam Hooper.Christian Persch2005-07-091-31/+13
* Error pages implementation.Christian Persch2005-07-092-9/+375
* Periodically save the favicon cache.Christian Persch2005-07-092-10/+57
* Rename favicons so they don't have extensions. Work around broken mimeChristian Persch2005-07-091-39/+126
* Fix for mozilla API change.Christian Persch2005-07-072-7/+10
* There's no printer cmd line entry anymore, no need to lock it down.Christian Persch2005-07-051-4/+2
* Better fix for bug #151037 to make session shutdown work again. Also fixChristian Persch2005-07-049-15/+146
* EphyCookie's expires field is now of time_t type (fixes gcc 4.0 warning).Jean-François Rameau2005-07-042-4/+5
* Don't show the image after gtk_button_set_image(). Fixes bug #307818.Christian Persch2005-06-161-1/+1
* Point to the 'search_key_press' function int eh EphyEmbedIface rather thanCrispin Flowerday2005-06-151-1/+1
* Fix refcount leak.Christian Persch2005-06-131-12/+15
* Don't hold a ref to the shell from persist objects.Christian Persch2005-06-121-5/+0
* Common helper function to unref a GObject from idle.Christian Persch2005-06-114-3/+23
* More constification.Jean-François Rameau2005-06-081-2/+2
* Unused var.Jean-François Rameau2005-06-081-1/+0
* Version 1.7.1.Release171Christian Persch2005-06-052-3/+7
* Typo.Jean-François Rameau2005-06-041-1/+1
* Don't open search toolbar on / or ' over formfields:Christian Persch2005-06-035-0/+123
* Add code to handle area tags. Fix bug #152482Jean-François Rameau2005-06-031-0/+63
* nsEmbedString doesn't support Equals method. So add some bits to test twoJean-François Rameau2005-06-032-0/+15
* Fix compile warning.Christian Persch2005-05-311-1/+1
* Add scroll event listener, and change zoom on scroll+wheel events.Christian Persch2005-05-312-0/+65
* Remove "Software Developers" checkbox from New CA dialogue. From bugChristian Persch2005-05-311-10/+1
* Check for toolkit nsITypeAheadFind.Christian Persch2005-05-2914-119/+658
* Get a temporary filename to save to only when needed.Jean-François Rameau2005-05-291-14/+14
* Don't use (void).Christian Persch2005-05-262-2/+2
* Add protocol handler, which I'll use for our custom error pages. SinceChristian Persch2005-05-2611-5/+283
* A src/ephy-find-toolbar.c: A src/ephy-find-toolbar.h:Christian Persch2005-05-263-454/+0
* No need to have Init on the event listener classes, move thatChristian Persch2005-05-152-68/+19
* Drop support for mozilla < 1.7.5.Christian Persch2005-05-151-8/+0
* Just replace the check for broken reload by HAVE_GECKO_1_8.Christian Persch2005-05-153-5/+5
* Add handling of DOMContentLoaded event from Gecko. It is an event thatJean-François Rameau2005-05-134-0/+58
* More trusted checks.Christian Persch2005-05-092-0/+36
* Remove unused varChristian Persch2005-05-081-2/+0
* Slight performance improvements.Christian Persch2005-05-072-25/+78
* Use the document's URL as tab address, not the info from the locationChristian Persch2005-05-071-1/+10
* Set MozDownload as progress listener on the web browser persist.Christian Persch2005-05-071-0/+3
* Use nsICancelable.Christian Persch2005-05-071-0/+9
* Use new way to add user agent info. Fixes bug #173000.Christian Persch2005-05-061-2/+9
* Thanks to the fastback patch, we can now get the secure browser UI objectChristian Persch2005-05-052-6/+14
* Fix the build from the last commit.Christian Persch2005-05-041-7/+5
* Use the web navigation to get the URI, not the document. Fixes bugChristian Persch2005-05-043-40/+36
* Simplify the class info implementation for EphySidebar.Christian Persch2005-05-013-94/+13
* Ged rid of all API checks which check for 1.8-only API, and introduce aChristian Persch2005-04-268-87/+139
* Fix crash on 64bit architectures when downloading. Fixes bug #301093,Christian Persch2005-04-191-1/+1
* Add null check.Christian Persch2005-04-171-0/+2
* Mozilla API change.Christian Persch2005-04-171-0/+9
* More changes for 64bit downloads.Christian Persch2005-04-094-21/+21
* Don't use G_BEGIN/END_DECLS here, and don't include MozDownload.h.Christian Persch2005-04-092-12/+10
* InitForEmbed isn't a NS_IMETHOD, so don't use NS_IMETHODIMP here.Christian Persch2005-04-091-1/+1
* Add G_SIGNAL_TYPE_STATIC_SCOPE to many signals.Christian Persch2005-04-095-19/+19
* Implement a more flexible approach at saving a EphyNodeDb, by allowing toChristian Persch2005-04-082-3/+11
* Emit signal when encountering alternate links. Fixes bug #171657.Christian Persch2005-04-084-70/+128
* Use get/set_int64.Christian Persch2005-04-061-2/+2
* Fix for MOZILLA_INTERNAL_API change, and for 64bit downloader change.Christian Persch2005-04-0624-75/+114
* Treat unknown mime types as 'unsafe'. Patch by Jean-François Rameau, partChristian Persch2005-03-241-1/+1
* Fix stupid typos. Fixes bug #171197; thanks to Jean-François Rameau forChristian Persch2005-03-231-2/+2
* Oh the joys of mozilla API changes :PChristian Persch2005-03-221-3/+14
* Also search nsIPassword.h in unusual places.Christian Persch2005-03-131-0/+1
* Remove the wallet hack; it appears not to work correctly using mozilla 1.7Christian Persch2005-03-103-67/+0
* Version 1.7.0.Christian Persch2005-03-081-1/+1
* NULL check. Fixes bug #165999.Christian Persch2005-03-011-0/+2
* Fix compress_tilde to only look at the prefix, and not substitute in theChristian Persch2005-02-281-1/+1
* Try to fix the build with 1.7 branch.Christian Persch2005-02-281-2/+3
* Check for password inputs too.Christian Persch2005-02-272-8/+14
* Check the favicon file type and only allow ico, gif & png. Fixes bugChristian Persch2005-02-271-1/+47
* Don't assert if we don't have a new embed in new_window callback. Part ofChristian Persch2005-02-271-4/+6
* Depend on gnome-desktop for gnome-desktop-item, and up the gnome-vfsChristian Persch2005-02-276-30/+138
* Emit a signal in EphySidebar::AddSearchEngine.Christian Persch2005-02-153-14/+52
* Move wallet code to MozillaPrivate since nsIWalletService.h includesChristian Persch2005-02-113-54/+72
* Add check for nsIWalletService.h.Christian Persch2005-02-111-0/+55
* Implement nsIWebProgressListener. Fixes bug #165328.Christian Persch2005-02-101-2/+2
* Fix for mozilla API change.Christian Persch2005-02-081-0/+4
* Don't copy params with the email address. Fixes bug #144469.Christian Persch2005-02-031-2/+5
* Weak ref the parent window.Christian Persch2005-02-031-5/+22
* Add title signal handler for XUL dialogues.Christian Persch2005-01-311-0/+14
* Some sparse fixes.Christian Persch2005-01-311-1/+1
* Move new-window signal to the embed single, and new window creation fromChristian Persch2005-01-307-42/+103
* Refactored to elimiate code duplication.Christian Persch2005-01-291-59/+28
* Add ; to all LOG statements, and adapt ephy-debug.h for non-GNUC-varargsChristian Persch2005-01-2918-78/+78
* Add a alert when the user clicks on a sidebar link, telling that theCrispin Flowerday2005-01-252-2/+15
* Fix "Go Up" not to omit the directory if the uri references a file. PatchChristian Persch2005-01-251-47/+54
* Fix the g_signal_emit to pass an argument for the result, otherwise thingsCrispin Flowerday2005-01-251-1/+2
* Work around a mozilla bug by diverting the contract ID ofChristian Persch2005-01-242-5/+87
* Check for broken context event button.Christian Persch2005-01-239-156/+225
* Really make confirm-overwrite dialogue have a parent window. Fixes bugChristian Persch2005-01-191-3/+4
* Remove stamp files also on make clean.Christian Persch2005-01-171-2/+2
* Rename the password manager's methods to give better names in theJean-François rameau2005-01-162-11/+11
* Don't use <tt> in the strings. Fixes bug #163378.Christian Persch2005-01-162-54/+33
* Remove p3p info from EphyCookie.Christian Persch2005-01-153-32/+1
* Puny docs change.Adam Hooper2005-01-141-2/+2
* Remove the type builtins .h files from INST_H_FILES again.Christian Persch2005-01-141-1/+0
* Install ephy-*-type-builtins.h.Christian Persch2005-01-141-0/+1
* Remove an extra line of gtk-doc which doesn't belong.Adam Hooper2005-01-121-1/+0
* Add "check-content" signal.Christian Persch2005-01-124-36/+139
* Use the enums instead of ints.Christian Persch2005-01-122-6/+6
* Fix [DIST]CLEANFILES so that make distcheck passes.Christian Persch2005-01-121-2/+2
* Use UnEscapeURIForUI instead of UnEscapeNonAsciiURI.Christian Persch2005-01-111-1/+1
* Alerts should not have terminating periods in the primary text.Christian Persch2005-01-111-3/+3
* Fix a mem leak.Jean-François Rameau2005-01-111-0/+1
* Don't check for nsIBrowserHistory.Christian Persch2005-01-091-1/+1
* Add mnemonic to Send button.Christian Persch2005-01-091-2/+2
* Set show-once to PR_FALSE if the GetBoolPref call fails.Christian Persch2005-01-091-6/+3
* Shut upChristian Persch2005-01-091-0/+1
* Set default response to ACCEPT in send-to-insecure dialogue, only writeChristian Persch2005-01-092-9/+16
* Improve dialogue wording. Thanks to spark for his help.Christian Persch2005-01-091-11/+11
* Override the default security warning dialogues implementation with ourChristian Persch2005-01-094-1/+368
* Also generate types for ephy-cookie-manager.h's enums.Christian Persch2005-01-091-8/+2
* More stamp magic.Christian Persch2005-01-091-3/+7
* Make all structs prefixed by _.Christian Persch2005-01-0915-43/+45
* Shut upChristian Persch2005-01-081-0/+1
* Avoid unnecessary rebuilts of the generated enum .h files by using stampChristian Persch2005-01-071-3/+10
* Simplfiy the rule a bit.Christian Persch2005-01-071-2/+2
* Use glib-mkenums to generate the enum and flags get_type functions.Christian Persch2005-01-079-236/+63
* Remove trailing whitespace.Christian Persch2005-01-061-1/+2
* Only implement nsITransfer if possible.Christian Persch2005-01-062-25/+54
* Consistently start enum names with EPHY_*.Crispin Flowerday2005-01-0613-133/+133
* Use G_TYPE_STRING instead of G_TYPE_POINTER for address and featuresAdam Hooper2005-01-041-2/+2
* Add type for flags.Christian Persch2005-01-042-1/+28
* Ensure that flags and enums start with 'Ephy'Crispin Flowerday2005-01-0413-52/+52
* Make ephy-encodings.h not public anymore.Christian Persch2005-01-041-1/+1
* Another enum type.Christian Persch2005-01-042-0/+24
* Add types for some enums and flags.Christian Persch2005-01-045-14/+153
* Remove ephy_window_print().Christian Persch2005-01-031-23/+0
* Add an "add-sidebar" signal on the EphyEmbedSingle interface, it getsCrispin Flowerday2005-01-026-0/+285
* We don't need to implement nsIBrowserHistory.Christian Persch2005-01-022-78/+2
* Fix compilation in the !HAVE_MOZILLA_PSM case.Christian Persch2005-01-011-2/+4
* Move mime permission checks to ephy-file-helpers.Christian Persch2005-01-014-112/+11
* Add translator's comments to contextualised strings.Christian Persch2004-12-312-0/+26
* R data/conspiracy.xhtml: R data/epiphany.html: RChristian Persch2004-12-314-212/+0
* Don't destroy the dialogue with the parent, since that makes gtk+ goChristian Persch2004-12-271-0/+1
* Add context to ambiguous strings. Fixes bug #113932.Christian Persch2004-12-261-11/+13
* EphyEmbedChrome is flags, not enum.Christian Persch2004-12-241-1/+1
* A lib/ephy-signal-accumulator.c: (ephy_signal_accumulator_object): AChristian Persch2004-12-233-15/+16
* Add comment for translatorsChristian Persch2004-12-221-0/+1
* Don't crash if trying to get the document type before the widget isChristian Persch2004-12-211-0/+2
* Fix untranslated string. Fixes bug #161739.Christian Persch2004-12-201-1/+2
* Fix crash, thanks to Crispin for noticing this.Christian Persch2004-12-191-2/+3
* Try to fix the build.Christian Persch2004-12-192-4/+3
* Fix the build.Christian Persch2004-12-191-1/+1
* Fix a mem leakChristian Persch2004-12-191-4/+6
* Mozilla API change.Christian Persch2004-12-191-0/+16
* Make sure we don't have any app-modal dialogues. Fixes bug #110479.Christian Persch2004-12-195-24/+81
* Disable Zoom items for images, and disable zoom, encoding and view sourceChristian Persch2004-12-195-5/+99
* Implement context menu on tray icon, as per HIG. Fixes bug #152903.Christian Persch2004-12-171-3/+33
* Check the encodings before we set the mozilla pref. From bug #150266.Christian Persch2004-12-172-26/+76
* Quote app name.Christian Persch2004-12-161-2/+2
* Disable search. Fixes bug #157157.Christian Persch2004-12-161-0/+2
* Add app name to primary text, too. Fixes bug #141327.Christian Persch2004-12-161-2/+4
* RemovedChristian Persch2004-12-161-60/+0
* Add stock icon to "Save As..." button.Christian Persch2004-12-161-3/+10
* Tell the user with which application we're going to open the content.Christian Persch2004-12-161-26/+32
* Get rid of ephy_string_[elide|double]_underscores(). Remove unnecessaryChristian Persch2004-12-142-3/+30
* Back out the fix for bug #158466, it's wrong.Christian Persch2004-12-131-2/+1
* Fix typo.Christian Persch2004-12-041-1/+1
* Don't use NS_LITERAL_CSTRING.Christian Persch2004-12-031-1/+1
* Remove FIXME commentChristian Persch2004-12-021-1/+0
* Update bookmarks from HTTP 301. Fixes bug #126312.Christian Persch2004-12-029-8/+274
* Remove cruft.Christian Persch2004-12-011-31/+0
* Add deprecated defines to AM_CPPFLAGS in maintainer-mode.Christian Persch2004-12-012-62/+104
* reviewed by: Christian Persch <chpe@cvs.gnome.org>Marco Pesenti Gritti2004-11-261-0/+1
* Adapt to changing mozilla API here.Christian Persch2004-11-251-5/+45
* Lowercase the lang codes.Christian Persch2004-11-251-1/+1
* Fix string comparisions.Christian Persch2004-11-231-8/+8
* Fix missing 'else if' and a superflous failure check.Christian Persch2004-11-231-3/+1
* Add version markerChristian Persch2004-11-211-0/+1
* Don't include print-dialog.h in EphyUtils.h.Christian Persch2004-11-213-4/+7
* Only build those files when we have mozilla psm.Christian Persch2004-11-204-18/+10
* Use the dom window from the event.Christian Persch2004-11-201-1/+1
* Add --disable-filepicker to use when the mozilla build itself has nativeChristian Persch2004-11-202-5/+17
* Add version markersChristian Persch2004-11-202-1/+2
* Fix opening of content when not downloading automatically. Fixes bugChristian Persch2004-11-181-2/+3
* Disallow favicon links from subframes.Christian Persch2004-11-182-16/+44
* Include stdlib.h.Christian Persch2004-11-181-0/+2
* Retain original uri.Christian Persch2004-11-181-0/+2
* Fix wrong certificate shown; Epiphany equivalent of galeon bug #158453.Christian Persch2004-11-183-55/+42
* More cruft exorcised.Christian Persch2004-11-172-35/+4
* Add a way to show the cert info dialogue for the page's certificate.Christian Persch2004-11-165-0/+62
* No need to include nsEmbedString.h.Christian Persch2004-11-161-3/+0
* Make mozilla_notifier_add return the connection ID, andChristian Persch2004-11-162-39/+23
* Simplify the gconf -> mozilla prefs bridge.Christian Persch2004-11-163-537/+496
* Save one strdup.Christian Persch2004-11-151-3/+1
* Check favicon urls with script sec manager and content policy.Christian Persch2004-11-153-28/+75
* Fix includes.Christian Persch2004-11-141-0/+2
* No need to make the content handler dialogue modal.Christian Persch2004-11-142-66/+67
* Better fix for bug #158202, thanks to Christian Biesinger.Christian Persch2004-11-141-2/+1
* Remove last instances of gnome-i18n.h inclusion.Christian Persch2004-11-142-11/+10
* Fix FMR. Fixes bug #158202.Christian Persch2004-11-141-2/+3
* nsEmbedString.h now requires MOZILLA_STRICT_API define.Christian Persch2004-11-1418-0/+36
* Fix signed/unsigned int confusion when iterating over a GPtrArray.Christian Persch2004-11-111-1/+1
* Implement history deletion on per-site basis. Fixes bug #116609.Christian Persch2004-11-111-0/+26
* Fix opening content with external content handlers.Christian Persch2004-11-101-16/+2
* Better wording on the "unable to trust" string. Fixes bug #127234.Christian Persch2004-11-091-1/+1
* Use GtkMessageDialog here.Christian Persch2004-11-081-59/+36
* Show language code in the string in languages editor. Fixes bug #115355.Christian Persch2004-11-071-94/+21
* We always have config.h, no need to guard its inclusion.Christian Persch2004-11-0343-86/+0
* Remove seconds remaining display from tooltip of tray icon. Fixes bugChristian Persch2004-11-011-49/+3
* Check for nsIDOMNSEvent::GetIsTrusted.Christian Persch2004-10-311-0/+2
* Add NULL checkChristian Persch2004-10-311-0/+1
* When showing a modal alert put up by a web page, switch the window to thatChristian Persch2004-10-314-0/+106
* Print dialogue isn't an EphyEmbedDialog anymore, remove theChristian Persch2004-10-281-9/+1
* Private data is 0-initialised, no need to set members to NULL, 0, orChristian Persch2004-10-286-21/+1
* Use gtk_widget_get_settings on the EphyDialog's window, not on the dialogChristian Persch2004-10-271-1/+1
* Use gtk_icon_size_lookup_for_settings() here.Christian Persch2004-10-251-1/+2
* 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-2421-81/+75
* Add varargs version of ephy_dialog_get_control to get more than oneChristian Persch2004-10-221-4/+7
* reviewed by: Christian Persch <chpe@cvs.gnome.org>Marco Pesenti Gritti2004-10-1117-194/+296
* reviewed by: Christian Persch <chpe@cvs.gnome.org>Marco Pesenti Gritti2004-10-072-0/+19
* Remove unnecessary include.Christian Persch2004-10-061-1/+0
* Set window icon.Christian Persch2004-10-053-0/+20
* Same here.Christian Persch2004-10-051-7/+1
* Set window icon with gtk_window_set_icon_name().Christian Persch2004-10-051-14/+2
* Set the window icon.Christian Persch2004-10-051-6/+1
* Arg 4 of gtk_icon_theme_lookup_icon is flags, not height.Christian Persch2004-10-051-7/+5
* Fix a warning.Christian Persch2004-10-041-0/+2
* Recognise "Desktop" special downloads directory. Fixes bug #152926.Christian Persch2004-10-021-0/+5
* Remove explicit PAC autoconf call, it works perfectly ok without it.Christian Persch2004-09-301-30/+0
* Fix compiler warnings.Christian Persch2004-09-274-10/+8
* Mozilla API changes.Christian Persch2004-09-252-2/+16
* Remove reference to MOZILLA_FIVE_HOME.Christian Persch2004-09-231-4/+1
* Fix the build.Christian Persch2004-09-221-1/+1
* Fix thisChristian Persch2004-09-211-1/+1
* Simplified nsIContentPolicy API check.Christian Persch2004-09-211-2/+2
* Fix mozilla API checks to correctly detect firefox libraries.Christian Persch2004-09-2114-71/+47
* Fix overflow in remaining time calculation. Fix bug #153136. Thanks toMarco Pesenti Gritti2004-09-211-1/+4