aboutsummaryrefslogtreecommitdiffstats
path: root/embed/mozilla
Commit message (Expand)AuthorAgeFilesLines
...
* Add protocol handler, which I'll use for our custom error pages. SinceChristian Persch2005-05-2611-5/+283
* 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-132-0/+39
* 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-091-1/+1
* 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
* Emit signal when encountering alternate links. Fixes bug #171657.Christian Persch2005-04-082-69/+102
* Fix for MOZILLA_INTERNAL_API change, and for 64bit downloader change.Christian Persch2005-04-0619-53/+91
* 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
* 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-271-0/+5
* 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-274-29/+73
* Emit a signal in EphySidebar::AddSearchEngine.Christian Persch2005-02-151-12/+23
* 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
* Add title signal handler for XUL dialogues.Christian Persch2005-01-311-0/+14
* Move new-window signal to the embed single, and new window creation fromChristian Persch2005-01-303-32/+68
* 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-2913-58/+58
* 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-237-139/+216
* Really make confirm-overwrite dialogue have a parent window. Fixes bugChristian Persch2005-01-191-3/+4
* Don't use <tt> in the strings. Fixes bug #163378.Christian Persch2005-01-162-54/+33
* Remove p3p info from EphyCookie.Christian Persch2005-01-151-8/+0
* Add "check-content" signal.Christian Persch2005-01-122-35/+92
* Use the enums instead of ints.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
* 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
* 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
* 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-066-48/+48
* Ensure that flags and enums start with 'Ephy'Crispin Flowerday2005-01-047-18/+18
* Add types for some enums and flags.Christian Persch2005-01-041-3/+3
* Add an "add-sidebar" signal on the EphyEmbedSingle interface, it getsCrispin Flowerday2005-01-024-0/+260
* 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-012-3/+4
* 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
* A lib/ephy-signal-accumulator.c: (ephy_signal_accumulator_object): AChristian Persch2004-12-231-3/+5
* Don't crash if trying to get the document type before the widget isChristian Persch2004-12-211-0/+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 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-193-0/+42
* 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
* 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-141-1/+0
* 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-027-7/+255
* Remove cruft.Christian Persch2004-12-011-31/+0
* Add deprecated defines to AM_CPPFLAGS in maintainer-mode.Christian Persch2004-12-011-47/+81
* 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-212-3/+6
* 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-163-0/+46
* 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 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-0325-50/+0
* 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-312-0/+71
* Private data is 0-initialised, no need to set members to NULL, 0, orChristian Persch2004-10-282-3/+1
* 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-245-31/+26
* reviewed by: Christian Persch <chpe@cvs.gnome.org>Marco Pesenti Gritti2004-10-1114-181/+230
* reviewed by: Christian Persch <chpe@cvs.gnome.org>Marco Pesenti Gritti2004-10-072-0/+19
* Set window icon.Christian Persch2004-10-053-0/+20
* 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 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 download progress indicator in downloader view.Christian Persch2004-09-181-0/+10
* reviewed by: Christian Persch <chpe@cvs.gnome.org>Marco Pesenti Gritti2004-09-181-1/+2
* More fix for mozilla 1.7.3 API-non-change.Christian Persch2004-09-161-2/+2
* Fix for mozilla 1.7.3 API-non-change.Christian Persch2004-09-153-4/+4
* Merging pre-gnome-2-10 branch to HEAD.Christian Persch2004-09-132-3/+4
* Mozilla API change on stable branch.Christian Persch2004-08-281-2/+2
* QI instead of cast.Christian Persch2004-08-281-2/+1
* Keep the passwords list in the pdm dialogue up-to-date wrt. new passwordsChristian Persch2004-08-221-0/+10
* Set mozilla binaries path before firing up.Marco Pesenti Gritti2004-08-202-0/+6
* Use GetLocalName instead of GetTagName to get the attribute name. Patch byChristian Persch2004-08-161-2/+2
* Include mozilla-version.h; thanks to Crispin for testing.Christian Persch2004-08-101-0/+2
* Yet another mozilla API change.Christian Persch2004-08-102-4/+23
* Fix compiler warning about anon enum mismatch.Christian Persch2004-08-095-15/+18
* Allow XUL windows to open new windows.Christian Persch2004-08-091-2/+16
* Consistent naming for nsresult vars. Since 'rv' had the majority, 'rv' itChristian Persch2004-08-086-115/+111
* Make ephy_embed_single_open_window() return the newly opened embed widget.Christian Persch2004-08-081-5/+9
* Make keyword search URL localisable. Fixes bug #144909.Christian Persch2004-08-071-4/+16
* Fix the reload workaround version checks to look for the correct versions.Christian Persch2004-08-064-4/+7
* Now that mozilla bug #246392 is fixed, only enable our work-around for oldChristian Persch2004-08-063-10/+18
* Code cleanup.Christian Persch2004-08-051-10/+8
* Don't QI the event target to nsIDOMEventReceiver and back toChristian Persch2004-08-022-34/+20
* Fix a mem leak.Christian Persch2004-07-311-0/+1
* Confirm before overwriting a file. Fixes bug #143501.Christian Persch2004-07-311-3/+11
* Don't use -include which compilers other than gcc don't understand.Christian Persch2004-07-3124-7/+52
* Mozilla API change.Christian Persch2004-07-291-0/+8
* Remove load_proxy_autoconf() vfunc.Christian Persch2004-07-271-1/+1
* Make sure we don't release the single observer more thanChristian Persch2004-07-251-0/+1
* Disallow some more characters in the suggested filename.Christian Persch2004-07-251-1/+1
* #include <nsEmbedString.h>Adam Hooper2004-07-251-0/+1
* Remove some unneeded includes.Christian Persch2004-07-241-2/+0
* Refactores storing the security info, move it into EphyBrowser.Christian Persch2004-07-243-41/+64
* No need to make proxy PAC configuration public, we only use it in a prefChristian Persch2004-07-232-23/+15
* Handle the case where the downloads dir cannot be created gracefully. FixMarco Pesenti Gritti2004-07-221-22/+20
* Fix mem leaks (ported from Galeon).Christian Persch2004-07-222-0/+3
* No need to use a weak ref for the observer, makes the single code easier.Marco Pesenti Gritti2004-07-213-13/+7
* *** empty log message ***Marco Pesenti Gritti2004-07-211-1/+4
* Pass single to the sniffer and weak ref it. Fix #141928Marco Pesenti Gritti2004-07-212-10/+20
* Add xpcom/ to INCLUDESChristian Persch2004-07-071-0/+1
* <chpe> didn't I said to make that NS_IF_ADDREF () ? <xan> mmm, yesXan Lopez2004-07-071-1/+1
* -1 is valid button number, it's used for synthesised "mouse" events onChristian Persch2004-07-071-0/+7
* If the MIME is unknown, use application/octet-stream.Xan Lopez2004-07-061-1/+1
* *** empty log message ***Marco Pesenti Gritti2004-07-051-0/+1
* Decode ACE for UI, and encode UTF-8 hostnames before using cookie andChristian Persch2004-07-052-6/+56
* Unescape the mailto: address, fixes bug #144462.Christian Persch2004-07-052-2/+35
* Normal context menus for check/radio/submit buttons. Fixes bug #143942.Christian Persch2004-07-042-37/+51
* Fix compilation with mozilla 1.7.Christian Persch2004-07-041-2/+15
* Add a MIME icon in the File column. Some indent fixes.Xan Lopez2004-07-043-5/+24
* Mozilla API change.Christian Persch2004-07-031-0/+5
* Depend on mozilla >= 1.7 final. Simplify some mozilla version checks.Christian Persch2004-07-031-3/+3
* Be a bit smarter about double extensions.Xan Lopez2004-07-011-2/+55
* EphySingle needs to implement nsISupportsWeakReference.Christian Persch2004-06-273-12/+22
* Implement File->Work Off-Line command and backend. No DBUS/HAL/whateverChristian Persch2004-06-272-14/+62
* Move PrintInfo to print-dialog since it's no more use by embed api.Marco Pesenti Gritti2004-06-261-1/+1
* Fix typo in the printer nameMarco Pesenti Gritti2004-06-251-1/+1
* Remove preview flagMarco Pesenti Gritti2004-06-254-5/+7
* Simplify print code. Now there is only one case to deal with, the mozillaMarco Pesenti Gritti2004-06-254-59/+36
* Removed unused array, and added a few missing statics.Christian Persch2004-06-241-10/+3
* Make the permission type a string instead of an enum, that way we canChristian Persch2004-06-242-31/+20
* Move check for javascript after the http[s] checks.Christian Persch2004-06-231-8/+5
* Implement popup-blocking signals. Part of bug #111930.Adam Hooper2004-06-213-6/+71
* Remove implementation of ::HidePage again, it's really not used anyway inChristian Persch2004-06-201-14/+1
* Implement GlobalHistory2::HidePage, fixes bug #142143.Christian Persch2004-06-201-3/+21
* Escape strings before using the with markup in labels. Patch by CrispinChristian Persch2004-06-182-10/+10
* Work around mozilla bug #246392 which goes back to the original urls whenChristian Persch2004-06-153-1/+66
* Get rid of EmbedReloadFlags, and use a gboolean force parameter inChristian Persch2004-06-141-2/+2
* Add a way to open new windows passing features and uri. Something like jsMarco Pesenti Gritti2004-06-134-2/+33
* Merging bookmarksbar-separation branch.Christian Persch2004-06-111-0/+1
* Fix CSS background detection, based on a galeon patch by CrispinChristian Persch2004-06-091-53/+66
* Adjust comment about mozilla bug #232057, which was WONTFIXed.Christian Persch2004-06-091-4/+3
* Move external protocols prefs defaults in the javascript file and addMarco Pesenti Gritti2004-06-081-12/+3
* Fix setting default filename in the !modeSave case.Christian Persch2004-06-072-31/+26
* Don't allow ::SetDefaultString unless we're in modeSave.Christian Persch2004-06-071-1/+4
* Use ephy-file-chooser convenience constructor instead of duplicating codeChristian Persch2004-06-071-49/+45
* Simplified mozilla version checks with new MOZILLA_IS_VERSION4 macro.Christian Persch2004-06-072-3/+7
* merge mozilla-embed-strings branchMarco Pesenti Gritti2004-06-0429-923/+998
* Fix for mozilla API change (ported from galeon).Christian Persch2004-05-291-1/+15
* Include "config.h".Christian Persch2004-05-291-0/+4
* Always include "config.h" !Christian Persch2004-05-291-0/+4
* Fix snapshot check for mozilla >= 1.7rc2 .Christian Persch2004-05-291-1/+1
* Remove unused field in structXan Lopez2004-05-252-0/+4
* Fix some headers fallouts with mozilla headMarco Pesenti Gritti2004-05-233-1/+9
* Fix typoChristian Persch2004-05-201-1/+0
* Fix a MOZILLA_SNAPSHOT check for 1.7 branch.Christian Persch2004-05-191-1/+1
* Fix observer topic check for cookie "cleared" notification.Christian Persch2004-05-171-1/+1
* Fix refcount leak.Christian Persch2004-05-161-0/+3
* Set mEventReceiver to nsnull in ::Destroy(), fixes a crasher.Christian Persch2004-05-161-6/+8
* *** empty log message ***Christian Persch2004-05-151-7/+0
* Yet another mozilla API change.Christian Persch2004-05-151-13/+61
* One more NS_ENSURE_TRUE.Christian Persch2004-05-111-1/+1
* Changed back to NS_ENSURE_TRUE as per discussion in bug #142184.Christian Persch2004-05-111-23/+23
* Remove unused variable.Christian Persch2004-05-111-1/+0
* Destroy the EphyBrowser in destroy handler, but delete it only onChristian Persch2004-05-112-45/+78
* Add convenience functions for creating a filter with a bunch of mime typesChristian Persch2004-05-093-70/+30
* Forward nsIAuthPrompt interface to the single sign-on promptChristian Persch2004-05-082-35/+11
* Adjust MOZILLA_SNAPSHOT checks for changed snapshot levels.Christian Persch2004-05-073-27/+27
* Check for nsIPassword.hChristian Persch2004-05-061-5/+10
* Adapt to mozilla API change.Christian Persch2004-05-061-0/+5
* Whenever we have one, pass the cache key to the persist object. That wayChristian Persch2004-05-041-3/+8
* Fix a mem leak; thanks to Crispin for spotting it.Christian Persch2004-05-031-1/+1
* Remove unused variableChristian Persch2004-05-031-3/+0
* Clean up encoding handling.Christian Persch2004-05-024-90/+64
* fix build bustageMarco Pesenti Gritti2004-04-303-0/+18
* fix build bustageMarco Pesenti Gritti2004-04-301-1/+5