summaryrefslogtreecommitdiff
path: root/embed/mozilla/mozilla-embed.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix previous commit for gecko 1.8.0.x.Jean-François Rameau2006-10-241-1/+2
* Get keyword search back by passing ALLOW_THIRD_PARTY_FIXUP flag to gecko.Jean-François Rameau2006-10-221-0/+37
* Use UTF-8 copyright symbolChristian Persch2006-09-131-2/+2
* Remove some unnecessary static data.Christian Persch2006-09-061-3/+3
* Drop support for gecko 1.7.Christian Persch2006-05-101-130/+37
* Emit document-change event on fastback restore. Fixes bug #312785.Christian Persch2006-04-101-1/+14
* Add ephy_embed_scroll_pixels.Christian Persch2005-12-071-4/+17
* Forward up/down/page up/page down from the findbar entry to the embed.Crispin Flowerday2005-12-061-0/+18
* Work around mozilla bugChristian Persch2005-10-141-1/+2
* embed/ephy-embed.c . Add a method to copy the back/forward history fromPhilip Langdale2005-10-131-0/+16
* Use nsIDOMWindowInternal::Close to close tabs. Delay tabs destruction toChristian Persch2005-10-021-0/+9
* Add EPHY_EMBED_STATE_RESTORING and conversion fromChristian Persch2005-09-191-0/+3
* The focus fix isn't needed anymore for gecko >= 1.8.Christian Persch2005-08-271-10/+10
* Don't use nsIURI::SetPassword, since it asserts when username is empty.Christian Persch2005-08-221-1/+4
* Only allow http: favicons.Christian Persch2005-08-131-7/+7
* Gecko send several STATE_STOP, but only the final one (completed) is ofJean-François Rameau2005-08-101-2/+1
* Also block GtkMozEmbed's child focus-[in|out]-event handlers.Christian Persch2005-08-061-7/+21
* Fix printf formatChristian Persch2005-07-301-1/+1
* Count the blocked handlers and warn if it's not the expected numberr, soChristian Persch2005-07-301-2/+8
* Implement ::grab-focus and remove ephy_embed_activate ().Christian Persch2005-07-291-3/+14
* Work around gtkmozembed focus bug. Fixes bug #105153.Christian Persch2005-07-281-3/+74
* Remove the reload workaround, since the mozilla bug is fixed on allChristian Persch2005-07-121-20/+1
* Better fix for bug #151037 to make session shutdown work again. Also fixChristian Persch2005-07-041-5/+8
* Common helper function to unref a GObject from idle.Christian Persch2005-06-101-0/+10
* Unused var.Jean-François Rameau2005-06-071-1/+0
* Don't open search toolbar on / or ' over formfields:Christian Persch2005-06-031-0/+33
* Check for toolkit nsITypeAheadFind.Christian Persch2005-05-281-31/+0
* Just replace the check for broken reload by HAVE_GECKO_1_8.Christian Persch2005-05-141-2/+2
* Use the web navigation to get the URI, not the document. Fixes bugChristian Persch2005-05-031-9/+15
* Fix for MOZILLA_INTERNAL_API change, and for 64bit downloader change.Christian Persch2005-04-061-2/+2
* 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-301-24/+39
* Refactored to elimiate code duplication.Christian Persch2005-01-281-59/+28
* Fix "Go Up" not to omit the directory if the uri references a file. PatchChristian Persch2005-01-241-47/+54
* Check for broken context event button.Christian Persch2005-01-231-88/+4
* Consistently start enum names with EPHY_*.Crispin Flowerday2005-01-051-18/+18
* Ensure that flags and enums start with 'Ephy'Crispin Flowerday2005-01-031-8/+8
* Add types for some enums and flags.Christian Persch2005-01-031-3/+3
* A lib/ephy-signal-accumulator.c: (ephy_signal_accumulator_object): AChristian Persch2004-12-231-3/+5
* Disable Zoom items for images, and disable zoom, encoding and view sourceChristian Persch2004-12-181-0/+7
* Fix wrong certificate shown; Epiphany equivalent of galeon bug #158453.Christian Persch2004-11-171-22/+15
* Add a way to show the cert info dialogue for the page's certificate.Christian Persch2004-11-161-0/+9
* nsEmbedString.h now requires MOZILLA_STRICT_API define.Christian Persch2004-11-131-0/+2
* We always have config.h, no need to guard its inclusion.Christian Persch2004-11-021-2/+0
* Annotate "if (type == 0)" in get_type functions with G_UNLIKELY, like theChristian Persch2004-10-231-9/+9
* reviewed by: Christian Persch <chpe@cvs.gnome.org>Marco Pesenti Gritti2004-10-101-1/+0
* Fix mozilla API checks to correctly detect firefox libraries.Christian Persch2004-09-211-4/+2
* More fix for mozilla 1.7.3 API-non-change.Christian Persch2004-09-151-2/+2
* Fix compiler warning about anon enum mismatch.Christian Persch2004-08-081-1/+2
* Allow XUL windows to open new windows.Christian Persch2004-08-081-2/+16