aboutsummaryrefslogtreecommitdiffstats
path: root/embed
Commit message (Expand)AuthorAgeFilesLines
* 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
* Put the serial numbers in duplicated filenames just before the last dot soXan Lopez2004-02-121-7/+27
* Make columns resizableMarco Pesenti Gritti2004-02-121-4/+3
* Pass the property id to the changed signal.Marco Pesenti Gritti2004-02-111-0/+2
* Fix mem leaks.Christian Persch2004-02-111-0/+3
* Include config.h.Christian Persch2004-02-091-0/+4
* Remove trailing / in invocation of mkdir, since it's unneeded and notChristian Persch2004-02-081-1/+1
* Excise old galeon 1, non ported, defined-out code.Christian Persch2004-02-071-4/+0
* David Bordoley <bordoley@msu.edu>Biggest Flake Ever2004-02-051-0/+2
* Add a space after period, fixes bug #133151.Christian Persch2004-02-021-1/+1
* Activating the status icon should only show it (HIG says so). Also set theXan Lopez2004-02-011-9/+2
* Don't try to g_free a nsCOMPtr<>, and use nsMemory::Free for the mMimeTypeChristian Persch2004-01-311-2/+1
* Fix mem leak.Christian Persch2004-01-301-2/+3
* Fix mem leak.Christian Persch2004-01-291-0/+1
* Fix mem leak.Christian Persch2004-01-291-7/+6
* Fix encodign conversion of "Untitled" filename suggestion. Fixes bugChristian Persch2004-01-291-1/+1
* Make sure to not initialize EphyBrowser multiple times.Marco Pesenti Gritti2004-01-272-1/+7
* Fix mem leak.Christian Persch2004-01-271-0/+2
* Fix mem leak.Christian Persch2004-01-271-3/+4
* Fix mem leak.Christian Persch2004-01-271-0/+1
* *** empty log message ***Marco Pesenti Gritti2004-01-261-1/+10
* Correct a translator name.Marco Pesenti Gritti2004-01-261-1/+5
* Include nsIMIMEInfo.h to fix compilation with mozilla 1.4.Christian Persch2004-01-261-0/+1
* Fix mem leak.Christian Persch2004-01-261-0/+2
* Fix mem leak.Christian Persch2004-01-251-0/+1
* Fix mem leak.Christian Persch2004-01-251-1/+3
* Add a way to get the downloads dir with a comment for translators. Use dirMarco Pesenti Gritti2004-01-251-2/+2
* When checking forms for modifications, handle correctly text entries withChristian Persch2004-01-251-2/+14
* Prepare for 1.1.4Marco Pesenti Gritti2004-01-241-2/+6
* Add a persist-position property.Marco Pesenti Gritti2004-01-242-3/+13
* Allow passing the translation domain to ephy_dialog_construct, to makeChristian Persch2004-01-244-9/+20
* Make Cancel safe against non active downloads.Xan Lopez2004-01-231-0/+6
* Use both BYPASS_CACHE and BYPASS_PROXY on force-reload. Unified theChristian Persch2004-01-232-14/+4
* Updated encodings listChristian Persch2004-01-231-2/+1
* data: urls can be opened in new tabs too.Christian Persch2004-01-231-0/+1
* Work around a bug in mozilla where 0xa0 (NBSP) are converted to spaces, soChristian Persch2004-01-231-2/+8
* *** empty log message ***Marco Pesenti Gritti2004-01-222-3/+11
* Call ephy_file() explicitly for each glade file, letting extensions load glad...Adam Hooper2004-01-224-5/+9
* Destroy filepicker once it's done. I dunno about much more bugs so pleaseMarco Pesenti Gritti2004-01-221-0/+4
* Use ngettext for number of downloads and remaining minutes display in thePiers Cornwell2004-01-211-7/+30
* about: can be opened in new tab too.Christian Persch2004-01-211-3/+4
* Re-enable fonts language font filtering, fixes bug #128814Christian Persch2004-01-211-1/+1
* Make uri canonical before passing it as launch argument to make vfs happy.Marco Pesenti Gritti2004-01-202-4/+6
* Add a way to store paths.Marco Pesenti Gritti2004-01-194-174/+104
* *** empty log message ***Marco Pesenti Gritti2004-01-193-153/+152
* We need to use do_QueryInterface to get from the nsIDOM[Key|Mouse]Event toChristian Persch2004-01-191-15/+20
* Use g_signal_connect_object to connect the embed signals, that way they'reChristian Persch2004-01-171-86/+56
* Make EphyEmbedEvent abstract, implemented by MozillaEmbedEvent. PortChristian Persch2004-01-168-146/+377
* Let the user decide about what to do with automatic dialogs.Xan Lopez2004-01-152-3/+123
* Get the page content into a string.Christian Persch2004-01-143-2/+60
* Allow to show/hide downloader clicking on tray icon. Fixes #131012.Xan Lopez2004-01-141-1/+8
* Add accelerator to Pause/Resume button.Christian Persch2004-01-131-2/+2
* Default history to "enabled".Christian Persch2004-01-131-0/+3
* Forgot thisChristian Persch2004-01-131-0/+1
* Only allow "Open in New Tab/Window" for certain protocols.Christian Persch2004-01-131-0/+27
* Implement print and print setup disabling for lockdown mode.Christopher James Lahey2004-01-111-19/+37
* Adapt to the ever-changing mozilla API.Christian Persch2004-01-112-7/+24
* Include config.hChristian Persch2004-01-111-0/+4
* Implement history disabling.Christian Persch2004-01-112-29/+143
* Fix type to make it compile with MOZILLA_SNAPSHOT <= 11 again.Christian Persch2004-01-101-1/+2
* Use NS_ENSURE_SUCCESS/NS_ENSURE_TRUE at appropriate places.Christian Persch2004-01-102-140/+121
* Use NS_ENSURE_SUCCESS/NS_ENSURE_TRUE at appropriate places.Christian Persch2004-01-105-36/+64
* Use NS_ENSURE_SUCCESS/NS_ENSURE_TRUE at appropriate places.Christian Persch2004-01-102-20/+30
* Use NS_ENSURE_SUCCESS/NS_ENSURE_TRUE at appropriate places.Christian Persch2004-01-101-171/+146
* Use NS_ENSURE_SUCCESS/NS_ENSURE_TRUE at appropriate places.Christian Persch2004-01-102-47/+55
* Use NS_ENSURE_SUCCESS/NS_ENSURE_TRUE at appropriate places instead ofChristian Persch2004-01-101-8/+6
* Use NS_ENSURE_SUCCESS/NS_ENSURE_TRUE at appropriate places instead ofChristian Persch2004-01-102-9/+14
* Add an accellerator-only action (F7) to toggle caret browsing. Hook upChristian Persch2004-01-092-0/+2
* Don't save the file if disable_save_to_disk is on.82004-01-081-1/+2
* Add a comment for translators.Christian Persch2004-01-061-0/+3
* Behave better when the encoding used on the page is unknown to us.Christian Persch2004-01-062-58/+104
* Remove debug output leftover.Christian Persch2004-01-061-1/+0
* Ensure that if the nsIDOMWindow provided is a frame inside an embed, weChristian Persch2004-01-062-10/+19
* Fix parent for help window.Christian Persch2004-01-051-1/+1
* Add help buttons to Certificate Viewer, PDM, print and print setupPiers Cornwell2004-01-052-7/+38
* Add API to check if an EphyEmbed has forms with user input in them.Christian Persch2004-01-045-1/+153
* Unify interface struct and type macro naming to be EphyFooIFace,Christian Persch2004-01-0216-193/+207
* Remove default font notifier, it's been obsoleted by the fonts rewrite.Christian Persch2004-01-022-13/+11
* Set socks prefs from gconf too.Christian Persch2004-01-021-0/+2
* Fix mem leaks.Christian Persch2004-01-012-4/+6
* Adjust includes to make it compile with mozila 1.4.Christian Persch2003-12-312-1/+2
* Add API to EphyEmbedSingle to clear the HTTP authentication cache.Christian Persch2003-12-313-1/+30
* Unified return type of ephy_embed_shell_get_X to be GObject *. Fixed allChristian Persch2003-12-306-57/+54
* Bring ephy_window_get_toolbar signature in line withChristian Persch2003-12-251-2/+2
* Fix mem leak. (Found by Crispin.)Christian Persch2003-12-221-0/+1
* Correctly cancel the download instead of just cancelling the request.Marco Pesenti Gritti2003-12-222-18/+14
* Sync with galeon.Christian Persch2003-12-211-6/+6
* Re-implement Pause/Resume in downloader.Xan Lopez2003-12-214-6/+24
* Get rid of about:options.Christian Persch2003-12-211-1/+0
* EphyFileChooser now destroys with parent, don't set the flag again here.Christian Persch2003-12-201-2/+0
* In-line the language editor in the prefs dialogue.Christian Persch2003-12-191-19/+43
* Factor out the common encoding is_automatic check.Christian Persch2003-12-182-0/+11
* *** empty log message ***Marco Pesenti Gritti2003-12-173-52/+0
* Use stock icon for print setup.Christian Persch2003-12-141-1/+2
* Fix permission return types.Christian Persch2003-12-134-29/+47
* Move events code inside EphyBrowser.cpp and add an event for blockedAdam Hooper2003-12-108-182/+187
* Lockdown: set some buttons insensitive when their pref key is notChristian Persch2003-12-091-1/+6
* Don't use g_return_if_fail for run-time error conditions.Christian Persch2003-12-081-2/+10
* Split print dialogue in print setup and actual print, and move printChristian Persch2003-12-074-424/+262
* Fix a mem leak (ported from galeon).Christian Persch2003-12-061-1/+1
* Misc cleanups. Remove a duplicated signal from EphyEmbed.Christian Persch2003-12-064-218/+180
* Remove unused variable.Christian Persch2003-12-061-1/+0
* Remove unneccessary _() call.Christian Persch2003-12-061-1/+1
* Add some missing NULL checks.Christian Persch2003-12-051-3/+3
* Epiphany is now 100% fat-free.... err... free of deprecated widgets. AddChristian Persch2003-12-041-1/+1
* Port from optionmenu to new GtkComboBox.Christian Persch2003-12-041-2/+89
* Fix strftime(3) usage.Christian Persch2003-12-041-2/+5
* Add /system/http_proxy to list of directories to monitor.Christian Persch2003-12-021-0/+5
* Handle case of get_location on an unrealized widgetMarco Pesenti Gritti2003-12-021-0/+2
* Readd gtk deprecates (only in maintainer mode).Marco Pesenti Gritti2003-11-301-1/+1
* Forgot another oneChristian Persch2003-11-301-1/+1
* Forgot even moreChristian Persch2003-11-302-18/+4
* Improved API and implementation of EphyDialog. Add support for new comboChristian Persch2003-11-303-96/+109
* Show total downloads and time in the tray icon tooltipMarco Pesenti Gritti2003-11-291-1/+40
* Do not blindly overwrite when downloading a file with the same name than aXan Lopez2003-11-284-79/+76
* Implement disabling unsafe protocols for lock-down mode.Christian Persch2003-11-274-1/+186
* Mark parameters "const" where appropriate.Christian Persch2003-11-267-10/+10
* Try out a different layout for downloads rows. Make the file columnMarco Pesenti Gritti2003-11-261-42/+39
* Change signal names to be unique for interfaces on the same object.Christian Persch2003-11-264-46/+47
* Fix marshaller type.Christian Persch2003-11-251-1/+1
* Make it compile with mozilla < 1.5.Christian Persch2003-11-251-1/+3
* Use gnome_vfs_format_file_size_for_display to display size, put UnknownXan Lopez2003-11-251-9/+13
* Implemented cookie and permissions observer used to actually sendChristian Persch2003-11-256-77/+402
* Re-sync with mozilla.Christian Persch2003-11-252-2/+6
* Get rid of NS_INIT_ISUPPORTS() macros in constructors; it's not beenChristian Persch2003-11-259-32/+7
* No need to handle mailto registration separately.Marco Pesenti Gritti2003-11-242-58/+8
* Remove.Marco Pesenti Gritti2003-11-248-306/+210
* Do not build our externla protocol service with mozilla 1.6. It has hisMarco Pesenti Gritti2003-11-242-0/+9
* Make it compile with mozilla 1.4 and 1.4.1 again.Christian Persch2003-11-231-21/+29
* Very basic tray icon for downloader.Marco Pesenti Gritti2003-11-232-1/+34
* Add a tip on how to clean docs.Marco Pesenti Gritti2003-11-221-0/+14
* Add a factory to create embed objects and use it. Deal with dependency ofMarco Pesenti Gritti2003-11-2214-38/+154
* Fix cookie deletion; use do_GetService instead of do_CreateInstance.Christian Persch2003-11-221-11/+11
* Added API documentation.Christian Persch2003-11-221-3/+44
* New interfaces: EphyCookieManager, EphyPermissionManager,Christian Persch2003-11-2212-382/+1527
* Implement an handle_content signal to allow to write plugins to supportMarco Pesenti Gritti2003-11-215-6/+55
* Not necessary to store signal id in an array for interfaces.Marco Pesenti Gritti2003-11-213-61/+11
* If it's not possible to go up fails do not assert, just fail silently.Marco Pesenti Gritti2003-11-211-4/+5
* Reverting accidentally commited local workaroundChristian Persch2003-11-201-1/+1
* Complete docs base implementation. Should work more or less.Marco Pesenti Gritti2003-11-2018-49/+82
* Complete docs base implementation. Should work more or less.Marco Pesenti Gritti2003-11-201-3/+0
* Forgot to remove signal IDs from enum when I removed the signals.Christian Persch2003-11-191-2/+0
* Re-use some more signals from GtkMozEmbed; fix getter_Copies usage inChristian Persch2003-11-193-54/+33
* Ported the Crispin's GtkNSSClientAuthDialogs from galeon. Changes: - useChristian Persch2003-11-184-0/+293
* Pass WebPageDescriptor, not CurrentDescriptor. This way we dont refetchMarco Pesenti Gritti2003-11-171-4/+6
* Resync with galeon.Marco Pesenti Gritti2003-11-173-24/+56
* *** empty log message ***Marco Pesenti Gritti2003-11-152-12/+11
* Put back borked mozilla alert.Marco Pesenti Gritti2003-11-143-33/+34
* Rework shell services initialization so that it happen either on everyMarco Pesenti Gritti2003-11-141-0/+6
* Silly typos, thanks crispin.Marco Pesenti Gritti2003-11-132-2/+2
* Build xul dialogs using GtkWindow+GtkMozEmbed. Make src code simpler andMarco Pesenti Gritti2003-11-116-69/+54
* Deja-vu.Xan Lopez2003-11-111-1/+0
* Remove a decl I forgot.Marco Pesenti Gritti2003-11-101-2/+0
* Do not disable conversion. Some pages was saved as gz compressed.Marco Pesenti Gritti2003-11-101-2/+1
* Do not connect and reemit same signal for nothing. Remove unused/expensiveMarco Pesenti Gritti2003-11-103-107/+8
* Cleanup session. Persist also history and bookmarks.Marco Pesenti Gritti2003-11-101-0/+5
* Do not save All nodeMarco Pesenti Gritti2003-11-091-1/+2
* Remove decls from the topMarco Pesenti Gritti2003-11-093-266/+163
* Port node db saving and RDF export to xml writer api.Christian Persch2003-11-082-75/+22
* Use kB, MB and GB for the total size of the files being downloaded. FixesXan Lopez2003-11-072-6/+14
* Small cleanupsMarco Pesenti Gritti2003-11-072-9/+0
* Change some more i18n inclusion and remove several unused includes.Marco Pesenti Gritti2003-11-068-13/+7
* Correct download dir default.Marco Pesenti Gritti2003-11-063-9/+108
* Use new glib gi18n.h instead of bonobo's bonobo-i18n.h.Christian Persch2003-11-067-7/+7
* Only allow choosing "Selection" if there really is one.Christian Persch2003-11-051-37/+71
* Renamed to get_command_state to can_do_command.Christian Persch2003-11-053-10/+12
* Migrate font family tooMarco Pesenti Gritti2003-11-052-1/+30
* Get rid of gresult type. Use return values instead of out-parametersChristian Persch2003-11-0519-1244/+851
* Better names for new font size keysMarco Pesenti Gritti2003-11-051-3/+3
* Resync with eel.Marco Pesenti Gritti2003-11-052-9/+116
* Remove unused ephy-prefs includesMarco Pesenti Gritti2003-11-053-3/+0
* Rework ContentHandler to use the auto_open_downloads key.Xan Lopez2003-11-052-350/+37
* Show only paste in the context menu, it's the only one that works inMarco Pesenti Gritti2003-11-045-33/+34
* Remove unused types.Christian Persch2003-11-041-13/+13
* Remove the "show_details in downloader" schema.Xan Lopez2003-11-033-56/+36
* Adjust return value so that mozilla doesn't erreonously put up a failureChristian Persch2003-11-031-1/+1
* Don't unref the print dialogue twice when shown from mozilla.Christian Persch2003-11-032-9/+41
* Unset silent mode after printing, should fix bug #125984.Christian Persch2003-11-021-0/+3
* Only save history db if there have been changes. Fixes bug #125973.Christian Persch2003-11-011-1/+48
* Don't set the persist key on object construction time. Fixes bug #125589.Christian Persch2003-11-011-3/+9