aboutsummaryrefslogtreecommitdiffstats
path: root/embed
Commit message (Expand)AuthorAgeFilesLines
* NEWSRelease149Marco Pesenti Gritti2005-08-184-9/+124
* Fix getting the trust setting from New CA dialogue.Christian Persch2005-05-311-1/+1
* Implement nsIWebProgressListener. Fixes bug #165328.Christian Persch2005-02-101-2/+2
* Fix for mozilla API change.Christian Persch2005-02-081-0/+4
* Weak ref the parent window.Christian Persch2005-02-031-5/+22
* Some sparse fixes.Christian Persch2005-01-311-1/+1
* Don't crash if we get the new-window signal on the embed single for aChristian Persch2005-01-301-3/+4
* Plug a mem leak.Christian Persch2005-01-291-1/+5
* Really make confirm-overwrite dialogue have a parent window. Fixes bugChristian Persch2005-01-191-3/+4
* Use UnEscapeURIForUI instead of UnEscapeNonAsciiURI.Christian Persch2005-01-111-1/+1
* Only implement nsITransfer, if possible.Christian Persch2005-01-092-25/+55
* We don't need to implement nsIBrowserHistory.Christian Persch2005-01-022-78/+2
* Don't destroy the dialogue with the parent, since that makes gtk+ goChristian Persch2004-12-271-0/+1
* Mozilla API change.Christian Persch2004-12-191-0/+16
* Back out the fix for bug #158466, it's wrong.Christian Persch2004-12-132-3/+4
* Fix out-of-srcdir build.Christian Persch2004-11-261-0/+1
* Adapt to changing mozilla API here. Thanks to Crispin for the patchChristian Persch2004-11-251-5/+45
* Fix string comparisions.Christian Persch2004-11-231-8/+8
* Fix missing 'else if' and a superflous failure check.Christian Persch2004-11-231-3/+1
* 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
* Fix opening of content when not downloading automatically. Fixes bugChristian Persch2004-11-181-2/+3
* Disallow favicon links from subframes.Christian Persch2004-11-183-18/+48
* 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 ephy_embed_show_page_certificate () (merged from HEAD).Christian Persch2004-11-175-2/+66
* Check favicon urls with script sec manager and content policy.Christian Persch2004-11-153-28/+75
* Remove dead code.Christian Persch2004-11-142-27/+0
* Better fix for bug #158202, thanks to Christian Biesinger.Christian Persch2004-11-141-2/+1
* Don't include gnome-i18n.h here.Christian Persch2004-11-142-11/+10
* Fix FMR. Fixes bug #158202.Christian Persch2004-11-141-2/+3
* nsEmbedString.h now requires MOZILLA_STRICT_API define.Christian Persch2004-11-1418-0/+36
* Fix signed/unsigned int confusion when iterating over a GPtrArray.Christian Persch2004-11-111-1/+1
* Remove the remaining time string from tray icon trooltip. Fixes bug #Christian Persch2004-11-111-49/+3
* Fix opening content with external content handlers.Christian Persch2004-11-101-16/+2
* Check for nsIDOMNSEvent::GetIsTrusted.Christian Persch2004-10-311-0/+2
* Init variableChristian Persch2004-10-311-1/+1
* When showing a modal alert put up by a web page, switch the window to thatChristian Persch2004-10-314-0/+107
* Chain up to parent's dispose handler.Christian Persch2004-10-241-0/+2
* reviewed by: Christian Persch <chpe@cvs.gnome.org>Release144Marco Pesenti Gritti2004-10-112-4/+36
* reviewed by: Christian Persch <chpe@cvs.gnome.org>Marco Pesenti Gritti2004-10-1117-192/+294
* reviewed by: Christian Persch <chpe@cvs.gnome.org>Marco Pesenti Gritti2004-10-072-0/+19
* Remove unnecessary include.Christian Persch2004-10-061-1/+0
* 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
* Fix build.Christian Persch2004-09-221-1/+1
* Simplified nsIContentPolicy API check.Christian Persch2004-09-211-2/+2
* Fix mozilla API checks to correctly detect firefox libraries.Christian Persch2004-09-2115-131/+47
* Fix overflow in remaining time calculation. Fix bug #153136. Thanks toMarco Pesenti Gritti2004-09-211-1/+4
* *** empty log message ***Marco Pesenti Gritti2004-09-183-3/+6
* 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
* Updatinggnome-2-8-branchpointChristian Persch2004-09-132-1/+2
* Fix invisible status icon. Fixes bug #151501; patch approved by RT.Christian Persch2004-09-021-2/+5
* Make sure the filename to print to doesn't contain slashes. Fixes bugChristian Persch2004-08-301-10/+66
* 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-223-1/+43
* Set mozilla binaries path before firing up.Marco Pesenti Gritti2004-08-202-0/+6
* Remove superflous private struct.Christian Persch2004-08-161-7/+0
* 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-083-31/+42
* 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-272-3/+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
* Don't load the status icon from the file, use the registered stock iconChristian Persch2004-07-241-5/+2
* 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-234-42/+16
* 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
* Since the print dialogue is modal the filechooser needs to be modal too.Christian Persch2004-07-171-0/+1
* Plug leak, thanks to Crispin.Xan Lopez2004-07-091-0/+1
* Add xpcom/ to INCLUDESChristian Persch2004-07-071-0/+1
* Don't convert filename encoding here, since we use it as UTF-8 inChristian Persch2004-07-071-5/+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-062-2/+1
* Scale the MIME icon.Xan Lopez2004-07-051-16/+19
* Some ordering/sizing tweakMarco Pesenti Gritti2004-07-051-11/+4
* *** 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
* Use regular return for valid error conditions, not g_return_if_fail.Christian Persch2004-07-041-3/+5
* 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-046-76/+160
* 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-274-33/+117
* Move PrintInfo to print-dialog since it's no more use by embed api.Marco Pesenti Gritti2004-06-263-37/+37
* Fix typo in the printer nameMarco Pesenti Gritti2004-06-251-1/+1
* Remove preview flagMarco Pesenti Gritti2004-06-256-7/+7
* Simplify print code. Now there is only one case to deal with, the mozillaMarco Pesenti Gritti2004-06-258-107/+52
* 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-244-58/+44
* Move check for javascript after the http[s] checks.Christian Persch2004-06-231-8/+5
* Factor out the helper to select a treeview row by column and use it alsoMarco Pesenti Gritti2004-06-221-2/+3
* Implement popup-blocking signals. Part of bug #111930.Adam Hooper2004-06-216-8/+108
* 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-143-15/+9
* Add a way to open new windows passing features and uri. Something like jsMarco Pesenti Gritti2004-06-137-5/+54
* 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-0431-931/+1023
* Don't return a value in void function, part of bug #141319.Christian Persch2004-05-291-1/+1
* 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-253-1/+4
* Fix some headers fallouts with mozilla headMarco Pesenti Gritti2004-05-233-1/+9
* Fix stupid bug.Christian Persch2004-05-211-2/+2
* Fix typoChristian Persch2004-05-201-1/+0
* Fix a MOZILLA_SNAPSHOT check for 1.7 branch.Christian Persch2004-05-191-1/+1
* Fix capitalisation.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-094-71/+39
* 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-028-109/+88
* fix build bustageMarco Pesenti Gritti2004-04-303-0/+18
* fix build bustageMarco Pesenti Gritti2004-04-301-1/+5
* *** empty log message ***Marco Pesenti Gritti2004-04-301-4/+4
* Complete headers definesMarco Pesenti Gritti2004-04-305-38/+65
* More defines work, still lack EventContext and EmbedPrivate. Use mozillaMarco Pesenti Gritti2004-04-2926-172/+174
* *** empty log message ***Marco Pesenti Gritti2004-04-291-0/+2
* Add defines for private mozilla api usage. It will make easier to trackMarco Pesenti Gritti2004-04-292-49/+41
* Ensure we have a DOM window before trying to get his url. The check wasMarco Pesenti Gritti2004-04-292-2/+2
* Nice mess of defines to support 1.8a. Damn.Marco Pesenti Gritti2004-04-279-22/+222
* Fix encoding of saved content; fixes bug #141050.Marco Pesenti Gritti2004-04-271-34/+23
* Fix chrome for new windows opened from _blank target. Fixes bug #139512.Marco Pesenti Gritti2004-04-183-7/+9
* s/PERSIST_NO_CONVERSION/PERSIST_FLAGS_NO_CONVERSION/Adam Hooper2004-04-181-1/+1
* Do not uncompress when the type is not html.Marco Pesenti Gritti2004-04-181-0/+5
* Fix saving of linked content. Don't create the directory; mozilla will doChristian Persch2004-04-171-11/+8
* Don't quit the filechooser when selecting "No" from the confirm- overwriteChristian Persch2004-04-102-26/+25
* Change initial refcound of EphyNode to 1, not 0Adam Hooper2004-04-103-7/+0
* Make warning message selectable.Piers Cornwell2004-04-091-0/+1
* Eliminate ExternalProtocolHandlers in favor of setting prefs to makeChristian Biesinger2004-04-077-500/+17
* Fix bookmarks toolbar visibility in fullscreen and print preview mode, asChristian Persch2004-04-013-7/+10
* Don't allow a font size less than 1.Piers Cornwell2004-03-311-1/+1
* Documented EphyEmbedFactoryAdam Hooper2004-03-301-8/+2
* Get rid of #if GTK_CHECK_VERSION() stuff and remove optionmenu code.Christian Persch2004-03-301-67/+1
* Removed the nautilus view.Christian Persch2004-03-303-779/+0
* Documented EphyCommandManagerAdam Hooper2004-03-302-3/+28
* Fixes #138263.Federico Mena Quintero2004-03-304-11/+10
* Don't assume every anchor has a href attribute. Fixes bug #138200.Christian Persch2004-03-291-14/+5
* Tiny cleanup.Xan Lopez2004-03-281-4/+1
* EphyEmbedPersist documentationAdam Hooper2004-03-282-7/+196
* Register our stock icons.Christian Persch2004-03-271-1/+1
* Documented EphyEmbedSingleAdam Hooper2004-03-273-34/+47
* Add base dir to mozilla includes since the embed SDK dir structure hasMarco Pesenti Gritti2004-03-261-0/+1
* Use stock icon for open. Fixes bug #135765.Christian Persch2004-03-261-1/+2
* Fix arg type of dom_* signals to match the closure.Christian Persch2004-03-261-2/+2
* Fixed teeny typoAdam Hooper2004-03-261-1/+1
* Fixed gtk-doc commentsAdam Hooper2004-03-261-3/+6
* Documented EphyEmbedAdam Hooper2004-03-265-66/+375
* API documentationAdam Hooper2004-03-242-25/+30
* *** empty log message ***Christian Persch2004-03-211-1/+1
* Don't override nsWebBrowserContentPolicy contract ID, just register ourChristian Persch2004-03-212-5/+39
* Cleanups chromes code and register a type for the enum.Marco Pesenti Gritti2004-03-194-36/+49
* Make secure description better (Bug #136443).Piers Cornwell2004-03-191-0/+1
* merging pre-gnome-2-8 branchMarco Pesenti Gritti2004-03-1744-491/+158
* *** empty log message ***Release120Marco Pesenti Gritti2004-03-151-0/+2
* Also pop up the context menu with the menu key.Christian Persch2004-03-071-1/+10
* Increase MOZILLA_SNAPSHOT for 1.7b, and depend on gtk+ >= 2.3.5.Christian Persch2004-03-061-0/+8
* Don't return an error when a DOM document isn't a HTML document, it's okChristian Persch2004-03-051-1/+2
* Replace filename validity check, it was making the filename invalidChristian Persch2004-03-051-10/+7
* Change wait interval between updates to 0.2 s.Christian Persch2004-03-041-1/+1
* Unset the GValue after we're done using what it contained.Christian Persch2004-03-043-3/+16
* Keep a ref for downloads in the view.Marco Pesenti Gritti2004-03-016-23/+107
* Correct the label of the action button (Open)Marco Pesenti Gritti2004-03-011-3/+6
* Iterate backwards over the children when removing a host.Christian Persch2004-03-011-1/+1
* Remove cancelled downloads from the downloads hash; and remove partiallyChristian Persch2004-03-012-58/+86
* Add debug output in ctors and dtors.Christian Persch2004-02-296-8/+16
* Add "cancelled" signal to EphyEmbedPersist.Christian Persch2004-02-293-6/+16
* Add debug output.Christian Persch2004-02-291-0/+10
* Decode RFC 2231 and RFC 2047 encoded filenames in content-dispositionChristian Persch2004-02-291-0/+40
* Add debug output.Christian Persch2004-02-291-1/+5
* Fix max size logic, thanks to chpe.Marco Pesenti Gritti2004-02-291-2/+2
* Use getInterface to get the dom window from the docshell, notMarco Pesenti Gritti2004-02-282-21/+12
* Remove an useless check.Marco Pesenti Gritti2004-02-282-12/+1
* Fix for gtk+ filechooser API change.Christian Persch2004-02-271-7/+14
* Make max size property use long / bytes.Marco Pesenti Gritti2004-02-257-18/+31
* Unescape filenames whenever possible.Xan Lopez2004-02-251-2/+13
* Add $ markersChristian Persch2004-02-221-0/+1
* Actually remove nsUnicharUtils.*Marco Pesenti Gritti2004-02-212-18/+11
* R embed/mozilla/nsUnicharUtils.h: R embed/mozilla/nsUnicharUtils.cpp:Christian Persch2004-02-214-511/+46
* s/IFace/Iface/g to match the gtk+ naming convention.Christian Persch2004-02-2017-125/+125
* Don't use #if inside a macro. Fixe compilation with gcc 3.2.2.Christian Persch2004-02-161-4/+2
* Make it work (TM).Christian Persch2004-02-161-5/+13
* Weak ref the real dialogue, and hide the dialogue after running it. FixesChristian Persch2004-02-161-2/+47
* Prepare for 1.1.8Marco Pesenti Gritti2004-02-151-10/+0
* Several types are actually safe.Marco Pesenti Gritti2004-02-142-10/+27
* Safety check.Christian Persch2004-02-131-1/+2
* Use static_cast<>, don't cast directly.Christian Persch2004-02-131-1/+1
* Unify fallback downloads dir to get the home directory.Christian Persch2004-02-131-4/+0
* Don't insist on a parent for the dialogue; because there isn't one when weChristian Persch2004-02-132-3/+2
* Fix numerous places where we weren't properly converting between UTF-8 andChristian Persch2004-02-135-31/+68
* 2004-02-12 Christian Persch <chpe@cvs.gnome.org>Christian Persch2004-02-131-2/+3
* Depend on libxml2 >= 2.6.6 because of bug #133298 and bug # 131548.Christian Persch2004-02-131-1/+1
* Fix compilation with mozilla 1.4.Christian Persch2004-02-131-1/+1
* Adapt to the ever-changing mozilla APIs.Christian Persch2004-02-124-29/+117
* When open is explicitly requested from the dialog use a tmp file.Marco Pesenti Gritti2004-02-121-4/+15
* Added timeout so that dialog won't disappear before 5 seconds is over.Chris Lahey2004-02-121-2/+67