aboutsummaryrefslogtreecommitdiffstats
path: root/embed/mozilla
Commit message (Expand)AuthorAgeFilesLines
* 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
* *** 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-181-1/+0
* 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
* 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-011-0/+1
* Don't allow a font size less than 1.Piers Cornwell2004-03-311-1/+1
* Get rid of #if GTK_CHECK_VERSION() stuff and remove optionmenu code.Christian Persch2004-03-301-67/+1
* Fixes #138263.Federico Mena Quintero2004-03-303-10/+9
* 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
* Register our stock icons.Christian Persch2004-03-271-1/+1
* 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
* Documented EphyEmbedAdam Hooper2004-03-263-41/+5
* *** 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-192-19/+16
* Make secure description better (Bug #136443).Piers Cornwell2004-03-191-0/+1
* merging pre-gnome-2-8 branchMarco Pesenti Gritti2004-03-1734-487/+129
* *** 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-042-0/+10
* Keep a ref for downloads in the view.Marco Pesenti Gritti2004-03-015-23/+104
* Correct the label of the action button (Open)Marco Pesenti Gritti2004-03-011-3/+6
* Add debug output in ctors and dtors.Christian Persch2004-02-296-8/+16
* Add "cancelled" signal to EphyEmbedPersist.Christian Persch2004-02-291-0/+1
* 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-254-9/+22
* 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-203-13/+13
* 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
* Several types are actually safe.Marco Pesenti Gritti2004-02-142-10/+27
* 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-133-11/+32
* 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
* Put the serial numbers in duplicated filenames just before the last dot soXan Lopez2004-02-121-7/+27
* Fix mem leaks.Christian Persch2004-02-111-0/+3
* Excise old galeon 1, non ported, defined-out code.Christian Persch2004-02-071-4/+0
* Add a space after period, fixes bug #133151.Christian Persch2004-02-021-1/+1
* 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 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
* *** 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-251-0/+1
* 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-241-1/+10
* Allow passing the translation domain to ephy_dialog_construct, to makeChristian Persch2004-01-241-1/+1
* 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-231-11/+2
* 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-221-1/+2
* Destroy filepicker once it's done. I dunno about much more bugs so pleaseMarco Pesenti Gritti2004-01-221-0/+4
* 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-166-24/+308
* 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-141-2/+50
* 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
* 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-091-0/+1
* Don't save the file if disable_save_to_disk is on.82004-01-081-1/+2
* 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
* Add help buttons to Certificate Viewer, PDM, print and print setupPiers Cornwell2004-01-051-1/+14
* Add API to check if an EphyEmbed has forms with user input in them.Christian Persch2004-01-043-1/+143
* Unify interface struct and type macro naming to be EphyFooIFace,Christian Persch2004-01-024-44/+56
* Remove default font notifier, it's been obsoleted by the fonts rewrite.Christian Persch2004-01-021-12/+11
* Set socks prefs from gconf too.Christian Persch2004-01-021-0/+2
* Fix mem leaks.Christian Persch2004-01-011-4/+5
* 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-311-1/+14
* Unified return type of ephy_embed_shell_get_X to be GObject *. Fixed allChristian Persch2003-12-304-6/+17
* Bring ephy_window_get_toolbar signature in line withChristian Persch2003-12-251-2/+2
* 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-213-6/+22
* Get rid of about:options.Christian Persch2003-12-211-1/+0
* In-line the language editor in the prefs dialogue.Christian Persch2003-12-191-19/+43
* Fix permission return types.Christian Persch2003-12-132-13/+23
* Move events code inside EphyBrowser.cpp and add an event for blockedAdam Hooper2003-12-105-181/+176
* Split print dialogue in print setup and actual print, and move printChristian Persch2003-12-072-12/+30
* Fix a mem leak (ported from galeon).Christian Persch2003-12-061-1/+1
* 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
* 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-261-1/+1
* Change signal names to be unique for interfaces on the same object.Christian Persch2003-11-261-13/+15
* Make it compile with mozilla < 1.5.Christian Persch2003-11-251-1/+3
* Implemented cookie and permissions observer used to actually sendChristian Persch2003-11-255-76/+401
* 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
* Add a factory to create embed objects and use it. Deal with dependency ofMarco Pesenti Gritti2003-11-224-12/+27
* Fix cookie deletion; use do_GetService instead of do_CreateInstance.Christian Persch2003-11-221-11/+11
* New interfaces: EphyCookieManager, EphyPermissionManager,Christian Persch2003-11-223-159/+420
* Implement an handle_content signal to allow to write plugins to supportMarco Pesenti Gritti2003-11-213-6/+36
* 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-205-15/+25
* Re-use some more signals from GtkMozEmbed; fix getter_Copies usage inChristian Persch2003-11-191-30/+13
* 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-151-6/+5
* Put back borked mozilla alert.Marco Pesenti Gritti2003-11-142-18/+33
* 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-114-42/+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-101-44/+0
* Remove decls from the topMarco Pesenti Gritti2003-11-093-266/+163
* Use kB, MB and GB for the total size of the files being downloaded. FixesXan Lopez2003-11-071-2/+0
* Small cleanupsMarco Pesenti Gritti2003-11-072-9/+0
* Change some more i18n inclusion and remove several unused includes.Marco Pesenti Gritti2003-11-066-8/+7
* Correct download dir default.Marco Pesenti Gritti2003-11-061-1/+7
* Use new glib gi18n.h instead of bonobo's bonobo-i18n.h.Christian Persch2003-11-063-3/+3
* Renamed to get_command_state to can_do_command.Christian Persch2003-11-051-3/+3
* Migrate font family tooMarco Pesenti Gritti2003-11-051-0/+28
* Get rid of gresult type. Use return values instead of out-parametersChristian Persch2003-11-054-462/+262
* Resync with eel.Marco Pesenti Gritti2003-11-051-6/+108
* Remove unused ephy-prefs includesMarco Pesenti Gritti2003-11-052-2/+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-043-11/+22
* Remove the "show_details in downloader" schema.Xan Lopez2003-11-032-55/+35
* 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-031-2/+9
* Unset silent mode after printing, should fix bug #125984.Christian Persch2003-11-021-0/+3
* Don't set the persist key on object construction time. Fixes bug #125589.Christian Persch2003-11-011-3/+9
* Correctly set the embed for the print dialogue.Christian Persch2003-10-313-4/+20
* Use gnomevfs helper to open applications, drop our own.Marco Pesenti Gritti2003-10-311-5/+6
* Yet another mozilla API change.Christian Persch2003-10-311-1/+6
* Do not require a parent windowMarco Pesenti Gritti2003-10-311-4/+5
* We cant cache mDOMDocument, it changes for every document loaded. RemoveMarco Pesenti Gritti2003-10-293-16/+5
* Make some vars private, remove an unused one.Marco Pesenti Gritti2003-10-293-8/+9
* Implement smart selection in the downloader view.Xan Lopez2003-10-291-4/+39
* Add sanity check.Christian Persch2003-10-281-2/+5
* Open source in the default editor and remove the unused copy api. Add aMarco Pesenti Gritti2003-10-288-64/+26
* Fix page cloning, I was query descriptors interface on webBrowser insteadMarco Pesenti Gritti2003-10-281-8/+8
* We need to force the encoding to be able to unset it.Marco Pesenti Gritti2003-10-281-9/+12
* Implement filechooser for ASK_DESTINATION.Christian Persch2003-10-282-16/+79
* Solving the wrapper mess THE ENDMarco Pesenti Gritti2003-10-283-53/+15
* Solving the wrapper mess Episode 3. Rename to EphyBrowser and add sanityMarco Pesenti Gritti2003-10-288-114/+144
* *** empty log message ***Marco Pesenti Gritti2003-10-283-133/+97
* Solving the wrapper mess Episode 1.Marco Pesenti Gritti2003-10-275-265/+58
* Port to new gtk+ file chooser.Christian Persch2003-10-269-445/+307
* Interface for commands. Useful for undo. (cmd_undo works).Marco Pesenti Gritti2003-10-254-182/+67
* Resync with galeon.Marco Pesenti Gritti2003-10-256-76/+1774
* Use translatable title for untitled pages.Christian Persch2003-10-241-2/+8
* Add an helper to initialize downloads.Marco Pesenti Gritti2003-10-245-118/+205
* Every time you change API God kills a kitten. Think of the kitten!! (ThatXan Lopez2003-10-234-18/+60
* Update remaning time every two secondsMarco Pesenti Gritti2003-10-193-148/+161
* cleanup. Fix warning when fetching favicons.Marco Pesenti Gritti2003-10-191-27/+32
* Looks like I copied a bug from mozilla js code. Do not show bogusMarco Pesenti Gritti2003-10-181-12/+3
* initialize cur/total sizeMarco Pesenti Gritti2003-10-181-0/+2
* fixup styleMarco Pesenti Gritti2003-10-182-194/+188