| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Set window icon with gtk_window_set_icon_name(). | Christian Persch | 2004-10-05 | 1 | -14/+2 |
* | Set the window icon. | Christian Persch | 2004-10-05 | 1 | -6/+1 |
* | Arg 4 of gtk_icon_theme_lookup_icon is flags, not height. | Christian Persch | 2004-10-05 | 1 | -7/+5 |
* | Fix a warning. | Christian Persch | 2004-10-04 | 1 | -0/+2 |
* | Recognise "Desktop" special downloads directory. Fixes bug #152926. | Christian Persch | 2004-10-02 | 1 | -0/+5 |
* | Remove explicit PAC autoconf call, it works perfectly ok without it. | Christian Persch | 2004-09-30 | 1 | -30/+0 |
* | Fix compiler warnings. | Christian Persch | 2004-09-27 | 4 | -10/+8 |
* | Mozilla API changes. | Christian Persch | 2004-09-25 | 2 | -2/+16 |
* | Remove reference to MOZILLA_FIVE_HOME. | Christian Persch | 2004-09-23 | 1 | -4/+1 |
* | Fix the build. | Christian Persch | 2004-09-22 | 1 | -1/+1 |
* | Fix this | Christian Persch | 2004-09-21 | 1 | -1/+1 |
* | Simplified nsIContentPolicy API check. | Christian Persch | 2004-09-21 | 1 | -2/+2 |
* | Fix mozilla API checks to correctly detect firefox libraries. | Christian Persch | 2004-09-21 | 14 | -71/+47 |
* | Fix overflow in remaining time calculation. Fix bug #153136. Thanks to | Marco Pesenti Gritti | 2004-09-21 | 1 | -1/+4 |
* | Fix download progress indicator in downloader view. | Christian Persch | 2004-09-18 | 2 | -3/+20 |
* | reviewed by: Christian Persch <chpe@cvs.gnome.org> | Marco Pesenti Gritti | 2004-09-18 | 3 | -3/+6 |
* | More fix for mozilla 1.7.3 API-non-change. | Christian Persch | 2004-09-16 | 1 | -2/+2 |
* | Fix for mozilla 1.7.3 API-non-change. | Christian Persch | 2004-09-15 | 3 | -4/+4 |
* | Merging pre-gnome-2-10 branch to HEAD. | Christian Persch | 2004-09-13 | 10 | -106/+77 |
* | Updatinggnome-2-8-branchpoint | Christian Persch | 2004-09-13 | 2 | -1/+2 |
* | Fix invisible status icon. Fixes bug #151501; patch approved by RT. | Christian Persch | 2004-09-02 | 1 | -2/+5 |
* | Make sure the filename to print to doesn't contain slashes. Fixes bug | Christian Persch | 2004-08-30 | 1 | -10/+66 |
* | Mozilla API change on stable branch. | Christian Persch | 2004-08-28 | 1 | -2/+2 |
* | QI instead of cast. | Christian Persch | 2004-08-28 | 1 | -2/+1 |
* | Keep the passwords list in the pdm dialogue up-to-date wrt. new passwords | Christian Persch | 2004-08-22 | 3 | -1/+43 |
* | Set mozilla binaries path before firing up. | Marco Pesenti Gritti | 2004-08-20 | 2 | -0/+6 |
* | Remove superflous private struct. | Christian Persch | 2004-08-16 | 1 | -7/+0 |
* | Use GetLocalName instead of GetTagName to get the attribute name. Patch by | Christian Persch | 2004-08-16 | 1 | -2/+2 |
* | Include mozilla-version.h; thanks to Crispin for testing. | Christian Persch | 2004-08-10 | 1 | -0/+2 |
* | Yet another mozilla API change. | Christian Persch | 2004-08-10 | 2 | -4/+23 |
* | Fix compiler warning about anon enum mismatch. | Christian Persch | 2004-08-09 | 5 | -15/+18 |
* | Allow XUL windows to open new windows. | Christian Persch | 2004-08-09 | 1 | -2/+16 |
* | Consistent naming for nsresult vars. Since 'rv' had the majority, 'rv' it | Christian Persch | 2004-08-08 | 6 | -115/+111 |
* | Make ephy_embed_single_open_window() return the newly opened embed widget. | Christian Persch | 2004-08-08 | 3 | -31/+42 |
* | Make keyword search URL localisable. Fixes bug #144909. | Christian Persch | 2004-08-07 | 1 | -4/+16 |
* | Fix the reload workaround version checks to look for the correct versions. | Christian Persch | 2004-08-06 | 4 | -4/+7 |
* | Now that mozilla bug #246392 is fixed, only enable our work-around for old | Christian Persch | 2004-08-06 | 3 | -10/+18 |
* | Code cleanup. | Christian Persch | 2004-08-05 | 1 | -10/+8 |
* | Don't QI the event target to nsIDOMEventReceiver and back to | Christian Persch | 2004-08-02 | 2 | -34/+20 |
* | Fix a mem leak. | Christian Persch | 2004-07-31 | 1 | -0/+1 |
* | Confirm before overwriting a file. Fixes bug #143501. | Christian Persch | 2004-07-31 | 1 | -3/+11 |
* | Don't use -include which compilers other than gcc don't understand. | Christian Persch | 2004-07-31 | 24 | -7/+52 |
* | Mozilla API change. | Christian Persch | 2004-07-29 | 1 | -0/+8 |
* | Remove load_proxy_autoconf() vfunc. | Christian Persch | 2004-07-27 | 2 | -3/+1 |
* | Make sure we don't release the single observer more than | Christian Persch | 2004-07-25 | 1 | -0/+1 |
* | Disallow some more characters in the suggested filename. | Christian Persch | 2004-07-25 | 1 | -1/+1 |
* | #include <nsEmbedString.h> | Adam Hooper | 2004-07-25 | 1 | -0/+1 |
* | Remove some unneeded includes. | Christian Persch | 2004-07-24 | 1 | -2/+0 |
* | Don't load the status icon from the file, use the registered stock icon | Christian Persch | 2004-07-24 | 1 | -5/+2 |
* | Refactores storing the security info, move it into EphyBrowser. | Christian Persch | 2004-07-24 | 3 | -41/+64 |
* | No need to make proxy PAC configuration public, we only use it in a pref | Christian Persch | 2004-07-23 | 4 | -42/+16 |
* | Handle the case where the downloads dir cannot be created gracefully. Fix | Marco Pesenti Gritti | 2004-07-22 | 1 | -22/+20 |
* | Fix mem leaks (ported from Galeon). | Christian Persch | 2004-07-22 | 2 | -0/+3 |
* | No need to use a weak ref for the observer, makes the single code easier. | Marco Pesenti Gritti | 2004-07-21 | 3 | -13/+7 |
* | *** empty log message *** | Marco Pesenti Gritti | 2004-07-21 | 1 | -1/+4 |
* | Pass single to the sniffer and weak ref it. Fix #141928 | Marco Pesenti Gritti | 2004-07-21 | 2 | -10/+20 |
* | Since the print dialogue is modal the filechooser needs to be modal too. | Christian Persch | 2004-07-17 | 1 | -0/+1 |
* | Plug leak, thanks to Crispin. | Xan Lopez | 2004-07-09 | 1 | -0/+1 |
* | Add xpcom/ to INCLUDES | Christian Persch | 2004-07-07 | 1 | -0/+1 |
* | Don't convert filename encoding here, since we use it as UTF-8 in | Christian Persch | 2004-07-07 | 1 | -5/+1 |
* | <chpe> didn't I said to make that NS_IF_ADDREF () ? <xan> mmm, yes | Xan Lopez | 2004-07-07 | 1 | -1/+1 |
* | -1 is valid button number, it's used for synthesised "mouse" events on | Christian Persch | 2004-07-07 | 1 | -0/+7 |
* | If the MIME is unknown, use application/octet-stream. | Xan Lopez | 2004-07-06 | 2 | -2/+1 |
* | Scale the MIME icon. | Xan Lopez | 2004-07-05 | 1 | -16/+19 |
* | Some ordering/sizing tweak | Marco Pesenti Gritti | 2004-07-05 | 1 | -11/+4 |
* | *** empty log message *** | Marco Pesenti Gritti | 2004-07-05 | 1 | -0/+1 |
* | Decode ACE for UI, and encode UTF-8 hostnames before using cookie and | Christian Persch | 2004-07-05 | 2 | -6/+56 |
* | Unescape the mailto: address, fixes bug #144462. | Christian Persch | 2004-07-05 | 2 | -2/+35 |
* | Normal context menus for check/radio/submit buttons. Fixes bug #143942. | Christian Persch | 2004-07-04 | 2 | -37/+51 |
* | Use regular return for valid error conditions, not g_return_if_fail. | Christian Persch | 2004-07-04 | 1 | -3/+5 |
* | Fix compilation with mozilla 1.7. | Christian Persch | 2004-07-04 | 1 | -2/+15 |
* | Add a MIME icon in the File column. Some indent fixes. | Xan Lopez | 2004-07-04 | 6 | -76/+160 |
* | Mozilla API change. | Christian Persch | 2004-07-03 | 1 | -0/+5 |
* | Depend on mozilla >= 1.7 final. Simplify some mozilla version checks. | Christian Persch | 2004-07-03 | 1 | -3/+3 |
* | Be a bit smarter about double extensions. | Xan Lopez | 2004-07-01 | 1 | -2/+55 |
* | EphySingle needs to implement nsISupportsWeakReference. | Christian Persch | 2004-06-27 | 3 | -12/+22 |
* | Implement File->Work Off-Line command and backend. No DBUS/HAL/whatever | Christian Persch | 2004-06-27 | 4 | -33/+117 |
* | Move PrintInfo to print-dialog since it's no more use by embed api. | Marco Pesenti Gritti | 2004-06-26 | 3 | -37/+37 |
* | Fix typo in the printer name | Marco Pesenti Gritti | 2004-06-25 | 1 | -1/+1 |
* | Remove preview flag | Marco Pesenti Gritti | 2004-06-25 | 6 | -7/+7 |
* | Simplify print code. Now there is only one case to deal with, the mozilla | Marco Pesenti Gritti | 2004-06-25 | 8 | -107/+52 |
* | Removed unused array, and added a few missing statics. | Christian Persch | 2004-06-24 | 1 | -10/+3 |
* | Make the permission type a string instead of an enum, that way we can | Christian Persch | 2004-06-24 | 4 | -58/+44 |
* | Move check for javascript after the http[s] checks. | Christian Persch | 2004-06-23 | 1 | -8/+5 |
* | Factor out the helper to select a treeview row by column and use it also | Marco Pesenti Gritti | 2004-06-22 | 1 | -2/+3 |
* | Implement popup-blocking signals. Part of bug #111930. | Adam Hooper | 2004-06-21 | 6 | -8/+108 |
* | Remove implementation of ::HidePage again, it's really not used anyway in | Christian Persch | 2004-06-20 | 1 | -14/+1 |
* | Implement GlobalHistory2::HidePage, fixes bug #142143. | Christian Persch | 2004-06-20 | 1 | -3/+21 |
* | Escape strings before using the with markup in labels. Patch by Crispin | Christian Persch | 2004-06-18 | 2 | -10/+10 |
* | Work around mozilla bug #246392 which goes back to the original urls when | Christian Persch | 2004-06-15 | 3 | -1/+66 |
* | Get rid of EmbedReloadFlags, and use a gboolean force parameter in | Christian Persch | 2004-06-14 | 3 | -15/+9 |
* | Add a way to open new windows passing features and uri. Something like js | Marco Pesenti Gritti | 2004-06-13 | 7 | -5/+54 |
* | Merging bookmarksbar-separation branch. | Christian Persch | 2004-06-11 | 1 | -0/+1 |
* | Fix CSS background detection, based on a galeon patch by Crispin | Christian Persch | 2004-06-09 | 1 | -53/+66 |
* | Adjust comment about mozilla bug #232057, which was WONTFIXed. | Christian Persch | 2004-06-09 | 1 | -4/+3 |
* | Move external protocols prefs defaults in the javascript file and add | Marco Pesenti Gritti | 2004-06-08 | 1 | -12/+3 |
* | Fix setting default filename in the !modeSave case. | Christian Persch | 2004-06-07 | 2 | -31/+26 |
* | Don't allow ::SetDefaultString unless we're in modeSave. | Christian Persch | 2004-06-07 | 1 | -1/+4 |
* | Use ephy-file-chooser convenience constructor instead of duplicating code | Christian Persch | 2004-06-07 | 1 | -49/+45 |
* | Simplified mozilla version checks with new MOZILLA_IS_VERSION4 macro. | Christian Persch | 2004-06-07 | 2 | -3/+7 |
* | merge mozilla-embed-strings branch | Marco Pesenti Gritti | 2004-06-04 | 31 | -931/+1023 |
* | Don't return a value in void function, part of bug #141319. | Christian Persch | 2004-05-29 | 1 | -1/+1 |
* | Fix for mozilla API change (ported from galeon). | Christian Persch | 2004-05-29 | 1 | -1/+15 |
* | Include "config.h". | Christian Persch | 2004-05-29 | 1 | -0/+4 |
* | Always include "config.h" ! | Christian Persch | 2004-05-29 | 1 | -0/+4 |
* | Fix snapshot check for mozilla >= 1.7rc2 . | Christian Persch | 2004-05-29 | 1 | -1/+1 |
* | Remove unused field in struct | Xan Lopez | 2004-05-25 | 3 | -1/+4 |
* | Fix some headers fallouts with mozilla head | Marco Pesenti Gritti | 2004-05-23 | 3 | -1/+9 |
* | Fix stupid bug. | Christian Persch | 2004-05-21 | 1 | -2/+2 |
* | Fix typo | Christian Persch | 2004-05-20 | 1 | -1/+0 |
* | Fix a MOZILLA_SNAPSHOT check for 1.7 branch. | Christian Persch | 2004-05-19 | 1 | -1/+1 |
* | Fix capitalisation. | Christian Persch | 2004-05-19 | 1 | -1/+1 |
* | Fix observer topic check for cookie "cleared" notification. | Christian Persch | 2004-05-17 | 1 | -1/+1 |
* | Fix refcount leak. | Christian Persch | 2004-05-16 | 1 | -0/+3 |