aboutsummaryrefslogtreecommitdiffstats
path: root/embed/mozilla/mozilla-embed.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add ephy-embed::new-document-now signal, does the same than oldXan Lopez2008-02-181-0/+1
* Make Go Up recognize HTML anchors. Bug #335631.Cosimo Cecchi2008-02-151-1/+11
* Fix keyboard focus remaining in the location entry after enteringCosimo Cecchi2008-02-011-1/+4
* Port ephy-window.c to the new API, remove old API.Xan Lopez2007-12-301-51/+8
* Make MozillaHistoryItem create url and title on demand.Xan Lopez2007-12-301-25/+10
* Use the new interfaces for backward/forward menus.Xan Lopez2007-12-301-3/+2
* Mozilla implementation of the embed history interfaces.Xan Lopez2007-12-301-2/+107
* Also fix parent instance/class for MozillaEmbed.Xan Lopez2007-12-231-1/+0
* Move size-to code to the gecko backend.Xan Lopez2007-11-181-0/+137
* Put visibility property into EphyBaseEmbed, we need it for popups.Xan Lopez2007-11-181-1/+15
* Re-enable popup management code in EphyBaseEmbed.Xan Lopez2007-11-171-5/+3
* Implement grab_focus in EphyBaseEmbed.Xan Lopez2007-11-121-18/+14
* Remove unused ge_content_changed.Xan Lopez2007-11-121-1/+0
* Remove unused ge_net_state and ge_security_change.Xan Lopez2007-11-121-2/+0
* Remove unused ge-location signal.Xan Lopez2007-11-121-1/+0
* ge-search-key-press is in EphyEmbed, not GtkMozEmbed.Xan Lopez2007-11-101-1/+2
* Make ephy_base_embed_set_{title,address} dup their parameters internally.Xan Lopez2007-11-061-1/+3
* Put size_allocate hack in MozillaEmbed now.Xan Lopez2007-11-061-0/+23
* Move all common functionality from MozillaEmbed to EphyBaseEmbed.Xan Lopez2007-11-061-1509/+22
* Create EphyBaseEmbed, make MozillaEmbed a subclass of it.Xan Lopez2007-11-061-46/+64
* Fix the build with --enable-debug.Christian Persch2007-10-281-1/+1
* Move popups-allowed and hidden-popup-count from EphyTab to EphyEmbed.Xan Lopez2007-10-271-3/+348
* Tabify modified files.Xan Lopez2007-10-261-129/+129
* Fix more issues left with the refactoring.Xan Lopez2007-10-261-51/+18
* Fix the remaining breakage.Xan Lopez2007-10-261-3/+24
* Move file_monitor_cancel on dispose from EphyTab to EphyEmbed.Xan Lopez2007-10-261-0/+11
* Move title/address update on open-uri signal to EphyEmbed.Xan Lopez2007-10-261-0/+44
* Move icon and icon-address to EphyEmbed.Xan Lopez2007-10-261-12/+133
* Move status-message and logic of link-message to EphyEmbed.Xan Lopez2007-10-261-6/+316
* Change ephy_embed_get_title to return const char*.Xan Lopez2007-10-261-2/+2
* Move title from EphyTab to EphyEmbed.Xan Lopez2007-10-261-17/+329
* Move address and typed-address from EphyTab to EphyEmbedXan Lopez2007-10-261-8/+102
* Move navigation property from EphyTab to EphyEmbed.Xan Lopez2007-10-221-0/+45
* Move load-status from EphyTab to EphyEmbed.Xan Lopez2007-10-221-0/+37
* Use correct property enum.Xan Lopez2007-10-221-1/+1
* Move load-progress from EphyTab to EphyEmbedXan Lopez2007-10-221-0/+31
* Move zoom from EphyTab to EphyEmbed.Xan Lopez2007-10-211-1/+111
* Move document-type property from EphyTab to EphyEmbed.Xan Lopez2007-10-211-5/+42
* Tabify mozilla-embed.cpp and make it use G_DEFINE_*.Xan Lopez2007-10-211-147/+102
* Add security-level property to embed and fix EphyWindow.Xan Lopez2007-10-211-2/+67
* Revert the change from r7406; see bug #476540.Christian Persch2007-09-131-1/+1
* Revert the change from r7407; see bug #476540.Christian Persch2007-09-131-1/+1
* Include nsStringGlue.h instead of nsStringAPI.hChristian Persch2007-09-131-1/+1
* Include xpcom-config.h, not mozilla-config.hChristian Persch2007-09-131-1/+1
* Use C++ casts. Script from bmo#348748.Christian Persch2007-07-151-1/+1
* Correct FSF address. Bug #409075, patch by John Millikin.RELEASE_2_18_0GNOME_2_18_BRANCHPOINTChristian Persch2007-03-121-1/+1
* Fix previous commit for gecko 1.8.0.x.Jean-François Rameau2006-10-251-1/+2
* Get keyword search back by passing ALLOW_THIRD_PARTY_FIXUP flag to gecko.Jean-François Rameau2006-10-231-0/+37
* Use UTF-8 copyright symbolChristian Persch2006-09-131-2/+2
* Remove some unnecessary static data.Christian Persch2006-09-071-3/+3
* Drop support for gecko 1.7.Christian Persch2006-05-111-130/+37
* Emit document-change event on fastback restore. Fixes bug #312785.Christian Persch2006-04-111-1/+14
* Add ephy_embed_scroll_pixels.Christian Persch2005-12-081-4/+17
* Forward up/down/page up/page down from the findbar entry to the embed.Crispin Flowerday2005-12-071-0/+18
* Work around mozilla bugChristian Persch2005-10-151-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-031-0/+9
* Add EPHY_EMBED_STATE_RESTORING and conversion fromChristian Persch2005-09-201-0/+3
* The focus fix isn't needed anymore for gecko >= 1.8.Christian Persch2005-08-281-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-111-2/+1
* Also block GtkMozEmbed's child focus-[in|out]-event handlers.Christian Persch2005-08-071-7/+21
* Fix printf formatChristian Persch2005-07-311-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-301-3/+14
* Work around gtkmozembed focus bug. Fixes bug #105153.Christian Persch2005-07-291-3/+74
* Remove the reload workaround, since the mozilla bug is fixed on allChristian Persch2005-07-131-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-111-0/+10
* Unused var.Jean-François Rameau2005-06-081-1/+0
* Don't open search toolbar on / or ' over formfields:Christian Persch2005-06-031-0/+33
* Check for toolkit nsITypeAheadFind.Christian Persch2005-05-291-31/+0
* Just replace the check for broken reload by HAVE_GECKO_1_8.Christian Persch2005-05-151-2/+2
* Use the web navigation to get the URI, not the document. Fixes bugChristian Persch2005-05-041-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-291-59/+28
* Fix "Go Up" not to omit the directory if the uri references a file. PatchChristian Persch2005-01-251-47/+54
* Check for broken context event button.Christian Persch2005-01-231-88/+4
* Consistently start enum names with EPHY_*.Crispin Flowerday2005-01-061-18/+18
* Ensure that flags and enums start with 'Ephy'Crispin Flowerday2005-01-041-8/+8
* Add types for some enums and flags.Christian Persch2005-01-041-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-191-0/+7
* Fix wrong certificate shown; Epiphany equivalent of galeon bug #158453.Christian Persch2004-11-181-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-141-0/+2
* We always have config.h, no need to guard its inclusion.Christian Persch2004-11-031-2/+0
* Annotate "if (type == 0)" in get_type functions with G_UNLIKELY, like theChristian Persch2004-10-241-9/+9
* reviewed by: Christian Persch <chpe@cvs.gnome.org>Marco Pesenti Gritti2004-10-111-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-161-2/+2
* Fix compiler warning about anon enum mismatch.Christian Persch2004-08-091-1/+2
* 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-081-48/+48
* Fix the reload workaround version checks to look for the correct versions.Christian Persch2004-08-061-2/+2
* Now that mozilla bug #246392 is fixed, only enable our work-around for oldChristian Persch2004-08-061-10/+8
* Don't use -include which compilers other than gcc don't understand.Christian Persch2004-07-311-0/+2
* Refactores storing the security info, move it into EphyBrowser.Christian Persch2004-07-241-41/+10
* Simplify print code. Now there is only one case to deal with, the mozillaMarco Pesenti Gritti2004-06-251-26/+6
* Work around mozilla bug #246392 which goes back to the original urls whenChristian Persch2004-06-151-1/+22
* Get rid of EmbedReloadFlags, and use a gboolean force parameter inChristian Persch2004-06-141-2/+2
* merge mozilla-embed-strings branchMarco Pesenti Gritti2004-06-041-68/+99
* Destroy the EphyBrowser in destroy handler, but delete it only onChristian Persch2004-05-111-23/+43
* Clean up encoding handling.Christian Persch2004-05-021-10/+36
* Complete headers definesMarco Pesenti Gritti2004-04-301-1/+0
* More defines work, still lack EventContext and EmbedPrivate. Use mozillaMarco Pesenti Gritti2004-04-291-4/+10
* Ensure we have a DOM window before trying to get his url. The check wasMarco Pesenti Gritti2004-04-291-2/+0
* Fix chrome for new windows opened from _blank target. Fixes bug #139512.Marco Pesenti Gritti2004-04-181-1/+0
* Fix bookmarks toolbar visibility in fullscreen and print preview mode, asChristian Persch2004-04-011-0/+1
* Documented EphyEmbedAdam Hooper2004-03-261-5/+5
* Cleanups chromes code and register a type for the enum.Marco Pesenti Gritti2004-03-191-19/+15
* merging pre-gnome-2-8 branchMarco Pesenti Gritti2004-03-171-3/+3
* Also pop up the context menu with the menu key.Christian Persch2004-03-071-1/+10
* s/IFace/Iface/g to match the gtk+ naming convention.Christian Persch2004-02-201-3/+3
* Use static_cast<>, don't cast directly.Christian Persch2004-02-131-1/+1
* Use both BYPASS_CACHE and BYPASS_PROXY on force-reload. Unified theChristian Persch2004-01-231-11/+2
* 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-161-10/+14
* Add API to check if an EphyEmbed has forms with user input in them.Christian Persch2004-01-041-0/+13
* Unify interface struct and type macro naming to be EphyFooIFace,Christian Persch2004-01-021-37/+37
* Split print dialogue in print setup and actual print, and move printChristian Persch2003-12-071-1/+8
* Handle case of get_location on an unrealized widgetMarco Pesenti Gritti2003-12-021-0/+2
* Add a factory to create embed objects and use it. Deal with dependency ofMarco Pesenti Gritti2003-11-221-3/+14
* If it's not possible to go up fails do not assert, just fail silently.Marco Pesenti Gritti2003-11-211-4/+5
* Re-use some more signals from GtkMozEmbed; fix getter_Copies usage inChristian Persch2003-11-191-30/+13
* Silly typos, thanks crispin.Marco Pesenti Gritti2003-11-131-1/+1
* Build xul dialogs using GtkWindow+GtkMozEmbed. Make src code simpler andMarco Pesenti Gritti2003-11-111-3/+46
* Remove a decl I forgot.Marco Pesenti Gritti2003-11-101-2/+0
* 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-091-148/+79
* Renamed to get_command_state to can_do_command.Christian Persch2003-11-051-3/+3
* Get rid of gresult type. Use return values instead of out-parametersChristian Persch2003-11-051-362/+186
* Show only paste in the context menu, it's the only one that works inMarco Pesenti Gritti2003-11-041-11/+9
* Unset silent mode after printing, should fix bug #125984.Christian Persch2003-11-021-0/+3
* Open source in the default editor and remove the unused copy api. Add aMarco Pesenti Gritti2003-10-281-25/+0
* Solving the wrapper mess THE ENDMarco Pesenti Gritti2003-10-281-46/+5
* Solving the wrapper mess Episode 3. Rename to EphyBrowser and add sanityMarco Pesenti Gritti2003-10-281-50/+50
* *** empty log message ***Marco Pesenti Gritti2003-10-281-126/+82
* Solving the wrapper mess Episode 1.Marco Pesenti Gritti2003-10-271-41/+2
* Interface for commands. Useful for undo. (cmd_undo works).Marco Pesenti Gritti2003-10-251-125/+54
* Encoding menu improvements, Part 4: The Rewrite.Christian Persch2003-10-181-9/+11
* Adapt EphyWrapper::GetEncoding to varying mozilla APIs.Christian Persch2003-10-121-6/+2
* Encoding menu improvements, part 2: Implement ephy_embed_get_encoding, andChristian Persch2003-10-121-2/+27
* Mega-patch, changelog too long to paste here.Christian Persch2003-09-021-27/+13
* Add activate api.Marco Pesenti Gritti2003-08-191-0/+11
* When the embed is not initialized return about:blank as address.Marco Pesenti Gritti2003-08-081-1/+1
* Restore the "ge_dom_mouse_down" signal.Christian Persch2003-08-021-10/+16
* Rework find implementation to integrate better with type ahead and toMarco Pesenti Gritti2003-07-201-27/+38
* 2003-07-13 Marco Pesenti Gritti <marco@it.gnome.org>Marco Pesenti Gritti2003-07-131-0/+1
* Show the doc context menu on ctrl+f10Marco Pesenti Gritti2003-07-111-3/+10
* 2003-06-27 Marco Pesenti Gritti <marco@it.gnome.org>Marco Pesenti Gritti2003-06-281-3/+8
* Check dom_event, emit warning and return if it is NULL.Christian Persch2003-06-261-1/+19
* Remove some unused headers.Marco Pesenti Gritti2003-06-231-1/+1
* Remove some obsolete entries.Marco Pesenti Gritti2003-06-161-28/+39
* Shift+F10 show context menus on the embed. (Less invasive way untilMarco Pesenti Gritti2003-06-161-1/+72
* Use new INIT macros (from galeon).Marco Pesenti Gritti2003-06-151-2/+2
* Respect the bookmarks bar visibility user choice also for popups.Marco Pesenti Gritti2003-06-141-1/+1
* Do not use c++ new to allocate priv struct of the objectMarco Pesenti Gritti2003-06-131-1/+1
* Sigh. Fix some more mem leaks.Christian Persch2003-06-131-3/+4
* continuing checkin of previous patch (cvs aborted "broken pipe")Christian Persch2003-05-281-7/+7
* Simplified and reorganised zoom. Implement a zoom control for the toolbar.Christian Persch2003-05-201-10/+11
* Share signal emission for all dom mouse events, so they dont go out ofMarco Pesenti Gritti2003-05-101-38/+21
* s/GALEON/EPIPHANY in the defines.David Bordoley2003-04-281-9/+3
* Consistent use of the term "Bookmarks Bar" in the code, ui and schema.David Bordoley2003-04-281-1/+1
* Fix leaks. Dont truncate utf8 strings.Marco Pesenti Gritti2003-04-141-9/+3
* *** empty log message ***Marco Pesenti Gritti2003-04-121-0/+2
* Reload embed when changing charsetMarco Pesenti Gritti2003-03-151-6/+5
* 0.4.2 Release. Switch configure.in to 0.5.0.Marco Pesenti Gritti2003-01-121-1/+1
* 2003-01-12 Marco Pesenti Gritti <marco@it.gnome.org>Marco Pesenti Gritti2003-01-121-4/+3
* Make sure event listener is ever attached. Never allow to overrideMarco Pesenti Gritti2003-01-061-8/+9
* Make GaleonShell inherit from GaleonEmbedShell. Ref the shell when usingMarco Pesenti Gritti2003-01-051-9/+11
* Cleanup unused code. Reorder build. In new bookmark dialog enter activateMarco Pesenti Gritti2003-01-021-89/+4
* Initial revisionMarco Pesenti Gritti2002-12-311-0/+1585