| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't display (guint64)-1 as filesize if it's not known yet. Part of bug | Christian Persch | 2005-08-13 | 1 | -2/+6 |
* | Work around mozilla bug | Christian Persch | 2005-08-13 | 1 | -2/+26 |
* | More gcc4 fixes. | Christian Persch | 2005-08-13 | 1 | -1/+1 |
* | Gecko send several STATE_STOP, but only the final one (completed) is of | Jean-François Rameau | 2005-08-11 | 2 | -3/+4 |
* | Fix a small grammar error in one of the download dialog string, with | Raphael Slinckx | 2005-08-10 | 1 | -1/+1 |
* | Disable favicons from non-http URLs. | Christian Persch | 2005-08-09 | 1 | -0/+4 |
* | Fix build with gecko trunk. | Christian Persch | 2005-08-08 | 1 | -4/+4 |
* | Change the download/open dialog strings to include the mime-type and file | Raphael Slinckx | 2005-08-08 | 1 | -19/+65 |
* | remove debug printfs | Christian Persch | 2005-08-08 | 1 | -2/+0 |
* | Add way to clear the favicon cache. Also removes any extraneous files from | Christian Persch | 2005-08-08 | 2 | -10/+68 |
* | Change the text on the 'unknown issuer' dialog. Fixes bug #151519 | Crispin Flowerday | 2005-08-08 | 1 | -1/+1 |
* | Also block GtkMozEmbed's child focus-[in|out]-event handlers. | Christian Persch | 2005-08-07 | 1 | -7/+21 |
* | Don't attach the scroll event listener twice. | Crispin Flowerday | 2005-08-07 | 1 | -2/+0 |
* | Keep pixbufs in cache instead of loading them over and over again. | Christian Persch | 2005-08-04 | 1 | -22/+140 |
* | Remove obsolete function | Christian Persch | 2005-08-01 | 1 | -2/+0 |
* | Fix gcc 4.0 warnings. | Jean-François Rameau | 2005-08-01 | 1 | -3/+3 |
* | Add ephy_embed_shell_get_default() analogous to ephy_shell_get_default(). | Christian Persch | 2005-08-01 | 2 | -0/+15 |
* | Make those more robust. | Christian Persch | 2005-07-31 | 1 | -12/+12 |
* | Fix printf format | Christian Persch | 2005-07-31 | 1 | -1/+1 |
* | Count the blocked handlers and warn if it's not the expected numberr, so | Christian Persch | 2005-07-30 | 1 | -2/+8 |
* | Implement ::grab-focus and remove ephy_embed_activate (). | Christian Persch | 2005-07-30 | 3 | -19/+14 |
* | Work around gtkmozembed focus bug. Fixes bug #105153. | Christian Persch | 2005-07-29 | 3 | -8/+103 |
* | Fix proxy server settings string. | Christian Persch | 2005-07-28 | 1 | -1/+1 |
* | Fix google search URL to include www prefix. | Christian Persch | 2005-07-28 | 1 | -1/+1 |
* | Don't put the archive links on the unknownSocketType error message. | Christian Persch | 2005-07-28 | 1 | -1/+0 |
* | Primary text shouldn't have a period. | Christian Persch | 2005-07-27 | 1 | -1/+1 |
* | (using_pdf_printer): new function. | Martin Kretzschmar | 2005-07-26 | 1 | -10/+39 |
* | Remove code to get the printer list, and fix a compile warning. | Christian Persch | 2005-07-25 | 6 | -60/+3 |
* | *** empty log message *** | Christian Persch | 2005-07-24 | 2 | -2/+2 |
* | Use libgnomeprintui for the printing dialog and the paper part of the | Jürg Billeter | 2005-07-24 | 6 | -310/+510 |
* | A embed/mozilla/EphyAboutModule.cpp: A embed/mozilla/EphyAboutModule.h: R | Christian Persch | 2005-07-18 | 4 | -142/+59 |
* | Fix a couple of strings. Fixes bug #310196. | Christian Persch | 2005-07-13 | 1 | -3/+3 |
* | Remove the reload workaround, since the mozilla bug is fixed on all | Christian Persch | 2005-07-13 | 4 | -68/+11 |
* | Remove checkbox from trust-CA dialogue. Fixes bug #168295. | Christian Persch | 2005-07-12 | 1 | -23/+15 |
* | Fix build with -Werror. | Christian Persch | 2005-07-11 | 1 | -2/+0 |
* | Use contract IDs. | Christian Persch | 2005-07-11 | 1 | -5/+2 |
* | Add context to two strings. | Christian Persch | 2005-07-11 | 1 | -2/+6 |
* | Improved design and wording of the error pages, and add links to google | Christian Persch | 2005-07-11 | 2 | -71/+136 |
* | Make error page nicer; code by Adam Hooper. | Christian Persch | 2005-07-09 | 1 | -31/+13 |
* | Error pages implementation. | Christian Persch | 2005-07-09 | 2 | -9/+375 |
* | Periodically save the favicon cache. | Christian Persch | 2005-07-09 | 2 | -10/+57 |
* | Rename favicons so they don't have extensions. Work around broken mime | Christian Persch | 2005-07-09 | 1 | -39/+126 |
* | Fix for mozilla API change. | Christian Persch | 2005-07-07 | 2 | -7/+10 |
* | There's no printer cmd line entry anymore, no need to lock it down. | Christian Persch | 2005-07-05 | 1 | -4/+2 |
* | Better fix for bug #151037 to make session shutdown work again. Also fix | Christian Persch | 2005-07-04 | 9 | -15/+146 |
* | EphyCookie's expires field is now of time_t type (fixes gcc 4.0 warning). | Jean-François Rameau | 2005-07-04 | 2 | -4/+5 |
* | Don't show the image after gtk_button_set_image(). Fixes bug #307818. | Christian Persch | 2005-06-16 | 1 | -1/+1 |
* | Point to the 'search_key_press' function int eh EphyEmbedIface rather than | Crispin Flowerday | 2005-06-15 | 1 | -1/+1 |
* | Fix refcount leak. | Christian Persch | 2005-06-13 | 1 | -12/+15 |
* | Don't hold a ref to the shell from persist objects. | Christian Persch | 2005-06-12 | 1 | -5/+0 |
* | Common helper function to unref a GObject from idle. | Christian Persch | 2005-06-11 | 4 | -3/+23 |
* | More constification. | Jean-François Rameau | 2005-06-08 | 1 | -2/+2 |
* | Unused var. | Jean-François Rameau | 2005-06-08 | 1 | -1/+0 |
* | Version 1.7.1.Release171 | Christian Persch | 2005-06-05 | 2 | -3/+7 |
* | Typo. | Jean-François Rameau | 2005-06-04 | 1 | -1/+1 |
* | Don't open search toolbar on / or ' over formfields: | Christian Persch | 2005-06-03 | 5 | -0/+123 |
* | Add code to handle area tags. Fix bug #152482 | Jean-François Rameau | 2005-06-03 | 1 | -0/+63 |
* | nsEmbedString doesn't support Equals method. So add some bits to test two | Jean-François Rameau | 2005-06-03 | 2 | -0/+15 |
* | Fix compile warning. | Christian Persch | 2005-05-31 | 1 | -1/+1 |
* | Add scroll event listener, and change zoom on scroll+wheel events. | Christian Persch | 2005-05-31 | 2 | -0/+65 |
* | Remove "Software Developers" checkbox from New CA dialogue. From bug | Christian Persch | 2005-05-31 | 1 | -10/+1 |
* | Check for toolkit nsITypeAheadFind. | Christian Persch | 2005-05-29 | 14 | -119/+658 |
* | Get a temporary filename to save to only when needed. | Jean-François Rameau | 2005-05-29 | 1 | -14/+14 |
* | Don't use (void). | Christian Persch | 2005-05-26 | 2 | -2/+2 |
* | Add protocol handler, which I'll use for our custom error pages. Since | Christian Persch | 2005-05-26 | 11 | -5/+283 |
* | A src/ephy-find-toolbar.c: A src/ephy-find-toolbar.h: | Christian Persch | 2005-05-26 | 3 | -454/+0 |
* | No need to have Init on the event listener classes, move that | Christian Persch | 2005-05-15 | 2 | -68/+19 |
* | Drop support for mozilla < 1.7.5. | Christian Persch | 2005-05-15 | 1 | -8/+0 |
* | Just replace the check for broken reload by HAVE_GECKO_1_8. | Christian Persch | 2005-05-15 | 3 | -5/+5 |
* | Add handling of DOMContentLoaded event from Gecko. It is an event that | Jean-François Rameau | 2005-05-13 | 4 | -0/+58 |
* | More trusted checks. | Christian Persch | 2005-05-09 | 2 | -0/+36 |
* | Remove unused var | Christian Persch | 2005-05-08 | 1 | -2/+0 |
* | Slight performance improvements. | Christian Persch | 2005-05-07 | 2 | -25/+78 |
* | Use the document's URL as tab address, not the info from the location | Christian Persch | 2005-05-07 | 1 | -1/+10 |
* | Set MozDownload as progress listener on the web browser persist. | Christian Persch | 2005-05-07 | 1 | -0/+3 |
* | Use nsICancelable. | Christian Persch | 2005-05-07 | 1 | -0/+9 |
* | Use new way to add user agent info. Fixes bug #173000. | Christian Persch | 2005-05-06 | 1 | -2/+9 |
* | Thanks to the fastback patch, we can now get the secure browser UI object | Christian Persch | 2005-05-05 | 2 | -6/+14 |
* | Fix the build from the last commit. | Christian Persch | 2005-05-04 | 1 | -7/+5 |
* | Use the web navigation to get the URI, not the document. Fixes bug | Christian Persch | 2005-05-04 | 3 | -40/+36 |
* | Simplify the class info implementation for EphySidebar. | Christian Persch | 2005-05-01 | 3 | -94/+13 |
* | Ged rid of all API checks which check for 1.8-only API, and introduce a | Christian Persch | 2005-04-26 | 8 | -87/+139 |
* | Fix crash on 64bit architectures when downloading. Fixes bug #301093, | Christian Persch | 2005-04-19 | 1 | -1/+1 |
* | Add null check. | Christian Persch | 2005-04-17 | 1 | -0/+2 |
* | Mozilla API change. | Christian Persch | 2005-04-17 | 1 | -0/+9 |
* | More changes for 64bit downloads. | Christian Persch | 2005-04-09 | 4 | -21/+21 |
* | Don't use G_BEGIN/END_DECLS here, and don't include MozDownload.h. | Christian Persch | 2005-04-09 | 2 | -12/+10 |
* | InitForEmbed isn't a NS_IMETHOD, so don't use NS_IMETHODIMP here. | Christian Persch | 2005-04-09 | 1 | -1/+1 |
* | Add G_SIGNAL_TYPE_STATIC_SCOPE to many signals. | Christian Persch | 2005-04-09 | 5 | -19/+19 |
* | Implement a more flexible approach at saving a EphyNodeDb, by allowing to | Christian Persch | 2005-04-08 | 2 | -3/+11 |
* | Emit signal when encountering alternate links. Fixes bug #171657. | Christian Persch | 2005-04-08 | 4 | -70/+128 |
* | Use get/set_int64. | Christian Persch | 2005-04-06 | 1 | -2/+2 |
* | Fix for MOZILLA_INTERNAL_API change, and for 64bit downloader change. | Christian Persch | 2005-04-06 | 24 | -75/+114 |
* | Treat unknown mime types as 'unsafe'. Patch by Jean-François Rameau, part | Christian Persch | 2005-03-24 | 1 | -1/+1 |
* | Fix stupid typos. Fixes bug #171197; thanks to Jean-François Rameau for | Christian Persch | 2005-03-23 | 1 | -2/+2 |
* | Oh the joys of mozilla API changes :P | Christian Persch | 2005-03-22 | 1 | -3/+14 |
* | Also search nsIPassword.h in unusual places. | Christian Persch | 2005-03-13 | 1 | -0/+1 |
* | Remove the wallet hack; it appears not to work correctly using mozilla 1.7 | Christian Persch | 2005-03-10 | 3 | -67/+0 |
* | Version 1.7.0. | Christian Persch | 2005-03-08 | 1 | -1/+1 |
* | NULL check. Fixes bug #165999. | Christian Persch | 2005-03-01 | 1 | -0/+2 |
* | Fix compress_tilde to only look at the prefix, and not substitute in the | Christian Persch | 2005-02-28 | 1 | -1/+1 |
* | Try to fix the build with 1.7 branch. | Christian Persch | 2005-02-28 | 1 | -2/+3 |
* | Check for password inputs too. | Christian Persch | 2005-02-27 | 2 | -8/+14 |
* | Check the favicon file type and only allow ico, gif & png. Fixes bug | Christian Persch | 2005-02-27 | 1 | -1/+47 |
* | Don't assert if we don't have a new embed in new_window callback. Part of | Christian Persch | 2005-02-27 | 1 | -4/+6 |
* | Depend on gnome-desktop for gnome-desktop-item, and up the gnome-vfs | Christian Persch | 2005-02-27 | 6 | -30/+138 |
* | Emit a signal in EphySidebar::AddSearchEngine. | Christian Persch | 2005-02-15 | 3 | -14/+52 |
* | Move wallet code to MozillaPrivate since nsIWalletService.h includes | Christian Persch | 2005-02-11 | 3 | -54/+72 |
* | Add check for nsIWalletService.h. | Christian Persch | 2005-02-11 | 1 | -0/+55 |
* | Implement nsIWebProgressListener. Fixes bug #165328. | Christian Persch | 2005-02-10 | 1 | -2/+2 |
* | Fix for mozilla API change. | Christian Persch | 2005-02-08 | 1 | -0/+4 |
* | Don't copy params with the email address. Fixes bug #144469. | Christian Persch | 2005-02-03 | 1 | -2/+5 |
* | Weak ref the parent window. | Christian Persch | 2005-02-03 | 1 | -5/+22 |
* | Add title signal handler for XUL dialogues. | Christian Persch | 2005-01-31 | 1 | -0/+14 |
* | Some sparse fixes. | Christian Persch | 2005-01-31 | 1 | -1/+1 |
* | Move new-window signal to the embed single, and new window creation from | Christian Persch | 2005-01-30 | 7 | -42/+103 |
* | Refactored to elimiate code duplication. | Christian Persch | 2005-01-29 | 1 | -59/+28 |
* | Add ; to all LOG statements, and adapt ephy-debug.h for non-GNUC-varargs | Christian Persch | 2005-01-29 | 18 | -78/+78 |
* | Add a alert when the user clicks on a sidebar link, telling that the | Crispin Flowerday | 2005-01-25 | 2 | -2/+15 |
* | Fix "Go Up" not to omit the directory if the uri references a file. Patch | Christian Persch | 2005-01-25 | 1 | -47/+54 |
* | Fix the g_signal_emit to pass an argument for the result, otherwise things | Crispin Flowerday | 2005-01-25 | 1 | -1/+2 |
* | Work around a mozilla bug by diverting the contract ID of | Christian Persch | 2005-01-24 | 2 | -5/+87 |
* | Check for broken context event button. | Christian Persch | 2005-01-23 | 9 | -156/+225 |
* | Really make confirm-overwrite dialogue have a parent window. Fixes bug | Christian Persch | 2005-01-19 | 1 | -3/+4 |
* | Remove stamp files also on make clean. | Christian Persch | 2005-01-17 | 1 | -2/+2 |
* | Rename the password manager's methods to give better names in the | Jean-François rameau | 2005-01-16 | 2 | -11/+11 |
* | Don't use <tt> in the strings. Fixes bug #163378. | Christian Persch | 2005-01-16 | 2 | -54/+33 |
* | Remove p3p info from EphyCookie. | Christian Persch | 2005-01-15 | 3 | -32/+1 |
* | Puny docs change. | Adam Hooper | 2005-01-14 | 1 | -2/+2 |
* | Remove the type builtins .h files from INST_H_FILES again. | Christian Persch | 2005-01-14 | 1 | -1/+0 |
* | Install ephy-*-type-builtins.h. | Christian Persch | 2005-01-14 | 1 | -0/+1 |
* | Remove an extra line of gtk-doc which doesn't belong. | Adam Hooper | 2005-01-12 | 1 | -1/+0 |
* | Add "check-content" signal. | Christian Persch | 2005-01-12 | 4 | -36/+139 |
* | Use the enums instead of ints. | Christian Persch | 2005-01-12 | 2 | -6/+6 |
* | Fix [DIST]CLEANFILES so that make distcheck passes. | Christian Persch | 2005-01-12 | 1 | -2/+2 |
* | Use UnEscapeURIForUI instead of UnEscapeNonAsciiURI. | Christian Persch | 2005-01-11 | 1 | -1/+1 |
* | Alerts should not have terminating periods in the primary text. | Christian Persch | 2005-01-11 | 1 | -3/+3 |
* | Fix a mem leak. | Jean-François Rameau | 2005-01-11 | 1 | -0/+1 |
* | Don't check for nsIBrowserHistory. | Christian Persch | 2005-01-09 | 1 | -1/+1 |
* | Add mnemonic to Send button. | Christian Persch | 2005-01-09 | 1 | -2/+2 |
* | Set show-once to PR_FALSE if the GetBoolPref call fails. | Christian Persch | 2005-01-09 | 1 | -6/+3 |
* | Shut up | Christian Persch | 2005-01-09 | 1 | -0/+1 |
* | Set default response to ACCEPT in send-to-insecure dialogue, only write | Christian Persch | 2005-01-09 | 2 | -9/+16 |
* | Improve dialogue wording. Thanks to spark for his help. | Christian Persch | 2005-01-09 | 1 | -11/+11 |
* | Override the default security warning dialogues implementation with our | Christian Persch | 2005-01-09 | 4 | -1/+368 |
* | Also generate types for ephy-cookie-manager.h's enums. | Christian Persch | 2005-01-09 | 1 | -8/+2 |
* | More stamp magic. | Christian Persch | 2005-01-09 | 1 | -3/+7 |
* | Make all structs prefixed by _. | Christian Persch | 2005-01-09 | 15 | -43/+45 |
* | Shut up | Christian Persch | 2005-01-08 | 1 | -0/+1 |
* | Avoid unnecessary rebuilts of the generated enum .h files by using stamp | Christian Persch | 2005-01-07 | 1 | -3/+10 |
* | Simplfiy the rule a bit. | Christian Persch | 2005-01-07 | 1 | -2/+2 |
* | Use glib-mkenums to generate the enum and flags get_type functions. | Christian Persch | 2005-01-07 | 9 | -236/+63 |
* | Remove trailing whitespace. | Christian Persch | 2005-01-06 | 1 | -1/+2 |
* | Only implement nsITransfer if possible. | Christian Persch | 2005-01-06 | 2 | -25/+54 |
* | Consistently start enum names with EPHY_*. | Crispin Flowerday | 2005-01-06 | 13 | -133/+133 |
* | Use G_TYPE_STRING instead of G_TYPE_POINTER for address and features | Adam Hooper | 2005-01-04 | 1 | -2/+2 |
* | Add type for flags. | Christian Persch | 2005-01-04 | 2 | -1/+28 |
* | Ensure that flags and enums start with 'Ephy' | Crispin Flowerday | 2005-01-04 | 13 | -52/+52 |
* | Make ephy-encodings.h not public anymore. | Christian Persch | 2005-01-04 | 1 | -1/+1 |
* | Another enum type. | Christian Persch | 2005-01-04 | 2 | -0/+24 |
* | Add types for some enums and flags. | Christian Persch | 2005-01-04 | 5 | -14/+153 |
* | Remove ephy_window_print(). | Christian Persch | 2005-01-03 | 1 | -23/+0 |
* | Add an "add-sidebar" signal on the EphyEmbedSingle interface, it gets | Crispin Flowerday | 2005-01-02 | 6 | -0/+285 |
* | We don't need to implement nsIBrowserHistory. | Christian Persch | 2005-01-02 | 2 | -78/+2 |
* | Fix compilation in the !HAVE_MOZILLA_PSM case. | Christian Persch | 2005-01-01 | 1 | -2/+4 |
* | Move mime permission checks to ephy-file-helpers. | Christian Persch | 2005-01-01 | 4 | -112/+11 |
* | Add translator's comments to contextualised strings. | Christian Persch | 2004-12-31 | 2 | -0/+26 |
* | R data/conspiracy.xhtml: R data/epiphany.html: R | Christian Persch | 2004-12-31 | 4 | -212/+0 |
* | Don't destroy the dialogue with the parent, since that makes gtk+ go | Christian Persch | 2004-12-27 | 1 | -0/+1 |
* | Add context to ambiguous strings. Fixes bug #113932. | Christian Persch | 2004-12-26 | 1 | -11/+13 |
* | EphyEmbedChrome is flags, not enum. | Christian Persch | 2004-12-24 | 1 | -1/+1 |
* | A lib/ephy-signal-accumulator.c: (ephy_signal_accumulator_object): A | Christian Persch | 2004-12-23 | 3 | -15/+16 |
* | Add comment for translators | Christian Persch | 2004-12-22 | 1 | -0/+1 |
* | Don't crash if trying to get the document type before the widget is | Christian Persch | 2004-12-21 | 1 | -0/+2 |
* | Fix untranslated string. Fixes bug #161739. | Christian Persch | 2004-12-20 | 1 | -1/+2 |
* | Fix crash, thanks to Crispin for noticing this. | Christian Persch | 2004-12-19 | 1 | -2/+3 |
* | Try to fix the build. | Christian Persch | 2004-12-19 | 2 | -4/+3 |
* | Fix the build. | Christian Persch | 2004-12-19 | 1 | -1/+1 |
* | Fix a mem leak | Christian Persch | 2004-12-19 | 1 | -4/+6 |
* | Mozilla API change. | Christian Persch | 2004-12-19 | 1 | -0/+16 |
* | Make sure we don't have any app-modal dialogues. Fixes bug #110479. | Christian Persch | 2004-12-19 | 5 | -24/+81 |
* | Disable Zoom items for images, and disable zoom, encoding and view source | Christian Persch | 2004-12-19 | 5 | -5/+99 |
* | Implement context menu on tray icon, as per HIG. Fixes bug #152903. | Christian Persch | 2004-12-17 | 1 | -3/+33 |
* | Check the encodings before we set the mozilla pref. From bug #150266. | Christian Persch | 2004-12-17 | 2 | -26/+76 |
* | Quote app name. | Christian Persch | 2004-12-16 | 1 | -2/+2 |
* | Disable search. Fixes bug #157157. | Christian Persch | 2004-12-16 | 1 | -0/+2 |
* | Add app name to primary text, too. Fixes bug #141327. | Christian Persch | 2004-12-16 | 1 | -2/+4 |
* | Removed | Christian Persch | 2004-12-16 | 1 | -60/+0 |
* | Add stock icon to "Save As..." button. | Christian Persch | 2004-12-16 | 1 | -3/+10 |
* | Tell the user with which application we're going to open the content. | Christian Persch | 2004-12-16 | 1 | -26/+32 |
* | Get rid of ephy_string_[elide|double]_underscores(). Remove unnecessary | Christian Persch | 2004-12-14 | 2 | -3/+30 |
* | Back out the fix for bug #158466, it's wrong. | Christian Persch | 2004-12-13 | 1 | -2/+1 |
* | Fix typo. | Christian Persch | 2004-12-04 | 1 | -1/+1 |
* | Don't use NS_LITERAL_CSTRING. | Christian Persch | 2004-12-03 | 1 | -1/+1 |
* | Remove FIXME comment | Christian Persch | 2004-12-02 | 1 | -1/+0 |
* | Update bookmarks from HTTP 301. Fixes bug #126312. | Christian Persch | 2004-12-02 | 9 | -8/+274 |
* | Remove cruft. | Christian Persch | 2004-12-01 | 1 | -31/+0 |
* | Add deprecated defines to AM_CPPFLAGS in maintainer-mode. | Christian Persch | 2004-12-01 | 2 | -62/+104 |
* | reviewed by: Christian Persch <chpe@cvs.gnome.org> | Marco Pesenti Gritti | 2004-11-26 | 1 | -0/+1 |
* | Adapt to changing mozilla API here. | Christian Persch | 2004-11-25 | 1 | -5/+45 |
* | Lowercase the lang codes. | Christian Persch | 2004-11-25 | 1 | -1/+1 |
* | Fix string comparisions. | Christian Persch | 2004-11-23 | 1 | -8/+8 |
* | Fix missing 'else if' and a superflous failure check. | Christian Persch | 2004-11-23 | 1 | -3/+1 |
* | Add version marker | Christian Persch | 2004-11-21 | 1 | -0/+1 |
* | Don't include print-dialog.h in EphyUtils.h. | Christian Persch | 2004-11-21 | 3 | -4/+7 |
* | Only build those files when we have mozilla psm. | Christian Persch | 2004-11-20 | 4 | -18/+10 |
* | Use the dom window from the event. | Christian Persch | 2004-11-20 | 1 | -1/+1 |
* | Add --disable-filepicker to use when the mozilla build itself has native | Christian Persch | 2004-11-20 | 2 | -5/+17 |
* | Add version markers | Christian Persch | 2004-11-20 | 2 | -1/+2 |
* | Fix opening of content when not downloading automatically. Fixes bug | Christian Persch | 2004-11-18 | 1 | -2/+3 |
* | Disallow favicon links from subframes. | Christian Persch | 2004-11-18 | 2 | -16/+44 |
* | Include stdlib.h. | Christian Persch | 2004-11-18 | 1 | -0/+2 |
* | Retain original uri. | Christian Persch | 2004-11-18 | 1 | -0/+2 |
* | Fix wrong certificate shown; Epiphany equivalent of galeon bug #158453. | Christian Persch | 2004-11-18 | 3 | -55/+42 |
* | More cruft exorcised. | Christian Persch | 2004-11-17 | 2 | -35/+4 |
* | Add a way to show the cert info dialogue for the page's certificate. | Christian Persch | 2004-11-16 | 5 | -0/+62 |
* | No need to include nsEmbedString.h. | Christian Persch | 2004-11-16 | 1 | -3/+0 |
* | Make mozilla_notifier_add return the connection ID, and | Christian Persch | 2004-11-16 | 2 | -39/+23 |
* | Simplify the gconf -> mozilla prefs bridge. | Christian Persch | 2004-11-16 | 3 | -537/+496 |
* | Save one strdup. | Christian Persch | 2004-11-15 | 1 | -3/+1 |
* | Check favicon urls with script sec manager and content policy. | Christian Persch | 2004-11-15 | 3 | -28/+75 |
* | Fix includes. | Christian Persch | 2004-11-14 | 1 | -0/+2 |
* | No need to make the content handler dialogue modal. | Christian Persch | 2004-11-14 | 2 | -66/+67 |
* | Better fix for bug #158202, thanks to Christian Biesinger. | Christian Persch | 2004-11-14 | 1 | -2/+1 |
* | Remove last instances of gnome-i18n.h inclusion. | Christian Persch | 2004-11-14 | 2 | -11/+10 |
* | Fix FMR. Fixes bug #158202. | Christian Persch | 2004-11-14 | 1 | -2/+3 |
* | nsEmbedString.h now requires MOZILLA_STRICT_API define. | Christian Persch | 2004-11-14 | 18 | -0/+36 |
* | Fix signed/unsigned int confusion when iterating over a GPtrArray. | Christian Persch | 2004-11-11 | 1 | -1/+1 |
* | Implement history deletion on per-site basis. Fixes bug #116609. | Christian Persch | 2004-11-11 | 1 | -0/+26 |
* | Fix opening content with external content handlers. | Christian Persch | 2004-11-10 | 1 | -16/+2 |
* | Better wording on the "unable to trust" string. Fixes bug #127234. | Christian Persch | 2004-11-09 | 1 | -1/+1 |
* | Use GtkMessageDialog here. | Christian Persch | 2004-11-08 | 1 | -59/+36 |
* | Show language code in the string in languages editor. Fixes bug #115355. | Christian Persch | 2004-11-07 | 1 | -94/+21 |
* | We always have config.h, no need to guard its inclusion. | Christian Persch | 2004-11-03 | 43 | -86/+0 |
* | Remove seconds remaining display from tooltip of tray icon. Fixes bug | Christian Persch | 2004-11-01 | 1 | -49/+3 |
* | Check for nsIDOMNSEvent::GetIsTrusted. | Christian Persch | 2004-10-31 | 1 | -0/+2 |
* | Add NULL check | Christian Persch | 2004-10-31 | 1 | -0/+1 |
* | When showing a modal alert put up by a web page, switch the window to that | Christian Persch | 2004-10-31 | 4 | -0/+106 |
* | Print dialogue isn't an EphyEmbedDialog anymore, remove the | Christian Persch | 2004-10-28 | 1 | -9/+1 |
* | Private data is 0-initialised, no need to set members to NULL, 0, or | Christian Persch | 2004-10-28 | 6 | -21/+1 |
* | Use gtk_widget_get_settings on the EphyDialog's window, not on the dialog | Christian Persch | 2004-10-27 | 1 | -1/+1 |
* | Use gtk_icon_size_lookup_for_settings() here. | Christian Persch | 2004-10-25 | 1 | -1/+2 |
* | Chain up to parent's dispose handler. | Christian Persch | 2004-10-24 | 1 | -0/+2 |
* | Annotate "if (type == 0)" in get_type functions with G_UNLIKELY, like the | Christian Persch | 2004-10-24 | 21 | -81/+75 |
* | Add varargs version of ephy_dialog_get_control to get more than one | Christian Persch | 2004-10-22 | 1 | -4/+7 |
* | reviewed by: Christian Persch <chpe@cvs.gnome.org> | Marco Pesenti Gritti | 2004-10-11 | 17 | -194/+296 |
* | reviewed by: Christian Persch <chpe@cvs.gnome.org> | Marco Pesenti Gritti | 2004-10-07 | 2 | -0/+19 |
* | Remove unnecessary include. | Christian Persch | 2004-10-06 | 1 | -1/+0 |
* | Set window icon. | Christian Persch | 2004-10-05 | 3 | -0/+20 |
* | Same here. | Christian Persch | 2004-10-05 | 1 | -7/+1 |