| Commit message (Expand) | Author | Age | Files | Lines |
* | Emit a signal in EphySidebar::AddSearchEngine. | Christian Persch | 2005-02-15 | 1 | -12/+23 |
* | 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 |
* | Add title signal handler for XUL dialogues. | Christian Persch | 2005-01-31 | 1 | -0/+14 |
* | Move new-window signal to the embed single, and new window creation from | Christian Persch | 2005-01-30 | 3 | -32/+68 |
* | 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 | 13 | -58/+58 |
* | 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 | 7 | -139/+216 |
* | Really make confirm-overwrite dialogue have a parent window. Fixes bug | Christian Persch | 2005-01-19 | 1 | -3/+4 |
* | 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 | 1 | -8/+0 |
* | Add "check-content" signal. | Christian Persch | 2005-01-12 | 2 | -35/+92 |
* | Use the enums instead of ints. | 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 |
* | 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 |
* | 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 |
* | 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 | 6 | -48/+48 |
* | Ensure that flags and enums start with 'Ephy' | Crispin Flowerday | 2005-01-04 | 7 | -18/+18 |
* | Add types for some enums and flags. | Christian Persch | 2005-01-04 | 1 | -3/+3 |
* | Add an "add-sidebar" signal on the EphyEmbedSingle interface, it gets | Crispin Flowerday | 2005-01-02 | 4 | -0/+260 |
* | 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 | 2 | -3/+4 |
* | 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 |
* | A lib/ephy-signal-accumulator.c: (ephy_signal_accumulator_object): A | Christian Persch | 2004-12-23 | 1 | -3/+5 |
* | Don't crash if trying to get the document type before the widget is | Christian Persch | 2004-12-21 | 1 | -0/+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 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 | 3 | -0/+42 |
* | 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 |
* | 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 | 1 | -1/+0 |
* | 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 | 7 | -7/+255 |
* | Remove cruft. | Christian Persch | 2004-12-01 | 1 | -31/+0 |
* | Add deprecated defines to AM_CPPFLAGS in maintainer-mode. | Christian Persch | 2004-12-01 | 1 | -47/+81 |
* | 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 | 2 | -3/+6 |
* | 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 | 3 | -0/+46 |
* | 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 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 | 25 | -50/+0 |
* | 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 | 2 | -0/+71 |
* | Private data is 0-initialised, no need to set members to NULL, 0, or | Christian Persch | 2004-10-28 | 2 | -3/+1 |
* | 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 | 5 | -31/+26 |
* | reviewed by: Christian Persch <chpe@cvs.gnome.org> | Marco Pesenti Gritti | 2004-10-11 | 14 | -181/+230 |
* | reviewed by: Christian Persch <chpe@cvs.gnome.org> | Marco Pesenti Gritti | 2004-10-07 | 2 | -0/+19 |
* | Set window icon. | Christian Persch | 2004-10-05 | 3 | -0/+20 |
* | 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 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 download progress indicator in downloader view. | Christian Persch | 2004-09-18 | 1 | -0/+10 |
* | reviewed by: Christian Persch <chpe@cvs.gnome.org> | Marco Pesenti Gritti | 2004-09-18 | 1 | -1/+2 |
* | 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 | 2 | -3/+4 |
* | 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 | 1 | -0/+10 |
* | Set mozilla binaries path before firing up. | Marco Pesenti Gritti | 2004-08-20 | 2 | -0/+6 |
* | 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 | 1 | -5/+9 |
* | 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 | 1 | -1/+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 |
* | 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 | 2 | -23/+15 |
* | 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 |
* | Add xpcom/ to INCLUDES | Christian Persch | 2004-07-07 | 1 | -0/+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 | 1 | -1/+1 |
* | *** 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 |
* | 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 | 3 | -5/+24 |
* | 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 | 2 | -14/+62 |
* | Move PrintInfo to print-dialog since it's no more use by embed api. | Marco Pesenti Gritti | 2004-06-26 | 1 | -1/+1 |
* | Fix typo in the printer name | Marco Pesenti Gritti | 2004-06-25 | 1 | -1/+1 |
* | Remove preview flag | Marco Pesenti Gritti | 2004-06-25 | 4 | -5/+7 |
* | Simplify print code. Now there is only one case to deal with, the mozilla | Marco Pesenti Gritti | 2004-06-25 | 4 | -59/+36 |
* | 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 | 2 | -31/+20 |
* | Move check for javascript after the http[s] checks. | Christian Persch | 2004-06-23 | 1 | -8/+5 |
* | Implement popup-blocking signals. Part of bug #111930. | Adam Hooper | 2004-06-21 | 3 | -6/+71 |
* | 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 | 1 | -2/+2 |
* | Add a way to open new windows passing features and uri. Something like js | Marco Pesenti Gritti | 2004-06-13 | 4 | -2/+33 |
* | 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 | 29 | -923/+998 |
* | 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 | 2 | -0/+4 |
* | Fix some headers fallouts with mozilla head | Marco Pesenti Gritti | 2004-05-23 | 3 | -1/+9 |
* | 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 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 |
* | Set mEventReceiver to nsnull in ::Destroy(), fixes a crasher. | Christian Persch | 2004-05-16 | 1 | -6/+8 |
* | *** empty log message *** | Christian Persch | 2004-05-15 | 1 | -7/+0 |
* | Yet another mozilla API change. | Christian Persch | 2004-05-15 | 1 | -13/+61 |
* | One more NS_ENSURE_TRUE. | Christian Persch | 2004-05-11 | 1 | -1/+1 |
* | Changed back to NS_ENSURE_TRUE as per discussion in bug #142184. | Christian Persch | 2004-05-11 | 1 | -23/+23 |
* | Remove unused variable. | Christian Persch | 2004-05-11 | 1 | -1/+0 |
* | Destroy the EphyBrowser in destroy handler, but delete it only on | Christian Persch | 2004-05-11 | 2 | -45/+78 |
* | Add convenience functions for creating a filter with a bunch of mime types | Christian Persch | 2004-05-09 | 3 | -70/+30 |
* | Forward nsIAuthPrompt interface to the single sign-on prompt | Christian Persch | 2004-05-08 | 2 | -35/+11 |
* | Adjust MOZILLA_SNAPSHOT checks for changed snapshot levels. | Christian Persch | 2004-05-07 | 3 | -27/+27 |
* | Check for nsIPassword.h | Christian Persch | 2004-05-06 | 1 | -5/+10 |
* | Adapt to mozilla API change. | Christian Persch | 2004-05-06 | 1 | -0/+5 |
* | Whenever we have one, pass the cache key to the persist object. That way | Christian Persch | 2004-05-04 | 1 | -3/+8 |
* | Fix a mem leak; thanks to Crispin for spotting it. | Christian Persch | 2004-05-03 | 1 | -1/+1 |
* | Remove unused variable | Christian Persch | 2004-05-03 | 1 | -3/+0 |
* | Clean up encoding handling. | Christian Persch | 2004-05-02 | 4 | -90/+64 |
* | fix build bustage | Marco Pesenti Gritti | 2004-04-30 | 3 | -0/+18 |
* | fix build bustage | Marco Pesenti Gritti | 2004-04-30 | 1 | -1/+5 |
* | *** empty log message *** | Marco Pesenti Gritti | 2004-04-30 | 1 | -4/+4 |
* | Complete headers defines | Marco Pesenti Gritti | 2004-04-30 | 5 | -38/+65 |
* | More defines work, still lack EventContext and EmbedPrivate. Use mozilla | Marco Pesenti Gritti | 2004-04-29 | 26 | -172/+174 |
* | *** empty log message *** | Marco Pesenti Gritti | 2004-04-29 | 1 | -0/+2 |
* | Add defines for private mozilla api usage. It will make easier to track | Marco Pesenti Gritti | 2004-04-29 | 2 | -49/+41 |
* | Ensure we have a DOM window before trying to get his url. The check was | Marco Pesenti Gritti | 2004-04-29 | 2 | -2/+2 |
* | Nice mess of defines to support 1.8a. Damn. | Marco Pesenti Gritti | 2004-04-27 | 9 | -22/+222 |
* | Fix encoding of saved content; fixes bug #141050. | Marco Pesenti Gritti | 2004-04-27 | 1 | -34/+23 |
* | Fix chrome for new windows opened from _blank target. Fixes bug #139512. | Marco Pesenti Gritti | 2004-04-18 | 1 | -1/+0 |
* | s/PERSIST_NO_CONVERSION/PERSIST_FLAGS_NO_CONVERSION/ | Adam Hooper | 2004-04-18 | 1 | -1/+1 |
* | Do not uncompress when the type is not html. | Marco Pesenti Gritti | 2004-04-18 | 1 | -0/+5 |
* | Fix saving of linked content. Don't create the directory; mozilla will do | Christian Persch | 2004-04-17 | 1 | -11/+8 |
* | Don't quit the filechooser when selecting "No" from the confirm- overwrite | Christian Persch | 2004-04-10 | 2 | -26/+25 |
* | Make warning message selectable. | Piers Cornwell | 2004-04-09 | 1 | -0/+1 |
* | Eliminate ExternalProtocolHandlers in favor of setting prefs to make | Christian Biesinger | 2004-04-07 | 7 | -500/+17 |
* | Fix bookmarks toolbar visibility in fullscreen and print preview mode, as | Christian Persch | 2004-04-01 | 1 | -0/+1 |
* | Don't allow a font size less than 1. | Piers Cornwell | 2004-03-31 | 1 | -1/+1 |
* | Get rid of #if GTK_CHECK_VERSION() stuff and remove optionmenu code. | Christian Persch | 2004-03-30 | 1 | -67/+1 |
* | Fixes #138263. | Federico Mena Quintero | 2004-03-30 | 3 | -10/+9 |
* | Don't assume every anchor has a href attribute. Fixes bug #138200. | Christian Persch | 2004-03-29 | 1 | -14/+5 |
* | Tiny cleanup. | Xan Lopez | 2004-03-28 | 1 | -4/+1 |
* | Register our stock icons. | Christian Persch | 2004-03-27 | 1 | -1/+1 |
* | Add base dir to mozilla includes since the embed SDK dir structure has | Marco Pesenti Gritti | 2004-03-26 | 1 | -0/+1 |
* | Use stock icon for open. Fixes bug #135765. | Christian Persch | 2004-03-26 | 1 | -1/+2 |
* | Documented EphyEmbed | Adam Hooper | 2004-03-26 | 3 | -41/+5 |
* | *** empty log message *** | Christian Persch | 2004-03-21 | 1 | -1/+1 |
* | Don't override nsWebBrowserContentPolicy contract ID, just register our | Christian Persch | 2004-03-21 | 2 | -5/+39 |
* | Cleanups chromes code and register a type for the enum. | Marco Pesenti Gritti | 2004-03-19 | 2 | -19/+16 |
* | Make secure description better (Bug #136443). | Piers Cornwell | 2004-03-19 | 1 | -0/+1 |
* | merging pre-gnome-2-8 branch | Marco Pesenti Gritti | 2004-03-17 | 34 | -487/+129 |
* | *** empty log message ***Release120 | Marco Pesenti Gritti | 2004-03-15 | 1 | -0/+2 |
* | Also pop up the context menu with the menu key. | Christian Persch | 2004-03-07 | 1 | -1/+10 |
* | Increase MOZILLA_SNAPSHOT for 1.7b, and depend on gtk+ >= 2.3.5. | Christian Persch | 2004-03-06 | 1 | -0/+8 |
* | Don't return an error when a DOM document isn't a HTML document, it's ok | Christian Persch | 2004-03-05 | 1 | -1/+2 |
* | Replace filename validity check, it was making the filename invalid | Christian Persch | 2004-03-05 | 1 | -10/+7 |
* | Change wait interval between updates to 0.2 s. | Christian Persch | 2004-03-04 | 1 | -1/+1 |