aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-window.c
Commit message (Expand)AuthorAgeFilesLines
* HIG fixes for menu. Bug #483312, patch by Luca Ferretti.Cosimo Cecchi2008-01-291-1/+1
* Drop gnome-vfs dependency. Now Epiphany depends on glib >= 2.15.1.Cosimo Cecchi2008-01-141-9/+3
* Port ephy-window.c to the new API, remove old API.Xan Lopez2007-12-301-11/+11
* Remove a trailing whitespace.Diego Escalante Urrelo2007-12-261-1/+1
* Readd "Add to Bookmark" entry to the document context menu.Cosimo Cecchi2007-12-191-0/+5
* Move size-to code to the gecko backend.Xan Lopez2007-11-181-74/+1
* Put visibility property into EphyBaseEmbed, we need it for popups.Xan Lopez2007-11-181-0/+19
* Rename EphyEmbedContainer implementations in EphyWindow.Xan Lopez2007-11-171-35/+36
* Move print-preview property to EphyEmbedContainer interface.Xan Lopez2007-11-171-53/+50
* Add type checkings in the EmbedContainer interface, not in the implementations.Xan Lopez2007-11-171-23/+2
* Return the new tab's position.Christian Persch2007-11-171-4/+2
* Move active-tab property to the embed-container interface.Xan Lopez2007-11-171-11/+9
* Unbreak the build...Xan Lopez2007-11-171-4/+4
* Make EphyEmbedContainer add_child method return the child's new position insi...Xan Lopez2007-11-171-1/+3
* Rename ephy_embed_container_jump_to_child to ephy_embed_container_set_active_...Xan Lopez2007-11-161-5/+5
* Port EphyWindow to the new interface.Xan Lopez2007-11-161-203/+193
* Use G_DEFINE_TYPE for EphyWindow.Xan Lopez2007-11-161-54/+15
* Don't connect to destroy-browser, we do nothing in the cb and it's GtkMozEmbe...Xan Lopez2007-11-131-12/+0
* Move "address_has_web_scheme" to ephy-embed-utils.Cosimo Cecchi2007-11-051-20/+2
* Moved dom_mouse_click from EphyTab to EphyWindow.Cosimo Cecchi2007-11-051-0/+205
* Use -1 as tab size hereChristian Persch2007-10-281-2/+2
* Can't use an interface type in property registrationChristian Persch2007-10-281-1/+1
* Remove EphyTab.Christian Persch2007-10-281-176/+121
* Move popups-allowed and hidden-popup-count from EphyTab to EphyEmbed.Xan Lopez2007-10-271-16/+13
* Fix more issues left with the refactoring.Xan Lopez2007-10-261-1/+1
* Fix the remaining breakage.Xan Lopez2007-10-261-1/+1
* Port src/ to the new properties in EphyEmbed.Xan Lopez2007-10-261-36/+37
* Change ephy_embed_get_title to return const char*.Xan Lopez2007-10-261-1/+1
* Move navigation property from EphyTab to EphyEmbed.Xan Lopez2007-10-221-17/+13
* Move load-status from EphyTab to EphyEmbed.Xan Lopez2007-10-221-11/+11
* Move load-progress from EphyTab to EphyEmbedXan Lopez2007-10-221-10/+10
* Move zoom from EphyTab to EphyEmbed.Xan Lopez2007-10-211-13/+13
* Move document-type property from EphyTab to EphyEmbed.Xan Lopez2007-10-211-14/+17
* Tabify mozilla-embed.cpp and make it use G_DEFINE_*.Xan Lopez2007-10-211-2/+0
* Add security-level property to embed and fix EphyWindow.Xan Lopez2007-10-211-10/+11
* Completely remove usage of visibility signal from src/Xan Lopez2007-10-201-33/+0
* Remove ellipses from View -> Page Security Information, as it does not require Cosimo Cecchi2007-10-051-1/+1
* Makes tooltips for Back and Forward buttons display the titles of relativeCosimo Cecchi2007-09-101-0/+30
* Remove "Add bookmark" and "Save as" from the document context menu. PatchDiego Escalante Urrelo2007-08-031-5/+0
* Make "Customise toolbars" insensitive when toolbars are hidden. Patch byDiego Escalante Urrelo2007-07-271-3/+9
* Remove some icons from the context menu, and use better ones for some menuWouter Bolsterlee2007-07-211-5/+5
* Kill EPHY_STOCK_DOWNLOAD and add STOCK_DOWNLOAD, using "emblem-download"Luca Ferretti2007-07-101-1/+1
* Use GTK_STOCK_ABOUT icon i.s.o GNOME_STOCK_ABOUT Fixes bug #452769Jaap Haitsma2007-07-011-1/+1
* Added GTK_STOCK_SELECT_ALL to SelectAll action.Diego Escalante Urrelo2007-06-061-1/+1
* Correct FSF address. Bug #409075, patch by John Millikin.RELEASE_2_18_0GNOME_2_18_BRANCHPOINTChristian Persch2007-03-121-1/+1
* Changes "..." for the ellipsis character "…". Bug #324380. Patch byDiego Escalante Urrelo2007-01-091-15/+15
* Use a define for the default window icon. Bug #385872.Christian Persch2006-12-151-1/+1
* Remove the proxy icon from View->Page Source menu entry.Luca Ferretti2006-12-141-1/+1
* Add some more F5 shortcuts to handle all the MSIE "refresh page" bindings.Wouter Bolsterlee2006-11-101-0/+5
* Get keyword search back by passing ALLOW_THIRD_PARTY_FIXUP flag to gecko.Jean-François Rameau2006-10-231-2/+18
* Add middle-click on New Tab/Window button to open URL on clipboard. FixJean-François Rameau2006-09-251-7/+3
* Use UTF-8 copyright symbolChristian Persch2006-09-131-2/+2
* Remove some unnecessary static data.Christian Persch2006-09-071-2/+2
* === Release 2.15.92 ===RELEASE_2_15_92Christian Persch2006-08-221-1/+1
* ephy_file_launch_desktop_file accepts now a parameter. Fix #343321.Jean-François Rameau2006-08-101-1/+0
* Don't allow closing the window if quit is locked down. Patch by DiegoChristian Persch2006-08-081-0/+4
* Avoid accels on thin characters. Patch by Crispin Flowerday, bug #331777.Christian Persch2006-08-081-2/+2
* Add "delete text" command.Christian Persch2006-08-081-0/+3
* Also recognise keypad keys for navigation. Bug #337089.Christian Persch2006-08-081-0/+19
* Remove accel for ViewToolbar. Bug #328783.Christian Persch2006-08-061-1/+1
* Define STOCK_NEW_WINDOW with named icon "window-new" and use it in File ->Luca Ferretti2006-07-261-1/+1
* Add page security info dialogue from Certificates extension.Christian Persch2006-07-251-10/+33
* Fix for empty menubar accel setting. Don't activate insensitive actions,Christian Persch2006-07-111-7/+25
* Drop support for gecko 1.7.Christian Persch2006-05-111-3/+2
* Port notebook DND to gtk+ 2.9.Christian Persch2006-03-241-91/+79
* src/ephy-window.cPeter Harvey2006-03-031-6/+9
* data/ui/epiphany-fs-toolbar.xml lib/egg/egg-toolbars-model.cPeter Harvey2006-02-211-6/+6
* Fix crash on switching to/from fullscreen mode. Bug #331462.Christian Persch2006-02-171-1/+1
* data/ui/epiphany-ui.xml src/ephy-lockdown.c src/ephy-toolbar.cPeter Harvey2006-01-311-4/+5
* Change text for zoom in/out.Christian Persch2006-01-311-2/+2
* src/ephy-window.cPeter Harvey2006-01-221-4/+2
* Add caret mode indicator UI. Bug #145581.Christian Persch2006-01-181-2/+6
* Change the 'ephy_embed_event_get_property' function return a GValue*Crispin Flowerday2006-01-181-4/+4
* Fix number of /'s in URI.Christian Persch2006-01-171-0/+4
* Add translator commentsChristian Persch2006-01-131-0/+2
* Fix zoom buttons order on default toolbar. Set short-label property forChristian Persch2006-01-131-0/+4
* Exit ppv mode when clicking the window close button. Bug #326136.Christian Persch2006-01-081-1/+4
* Fix warning when Ctrl-F while the find toolbar is already shown. FixChristian Persch2006-01-041-7/+9
* Zoom on Ctrl-=, Ctrl-KP+, Ctrl-KP- too. Bug #105183.Christian Persch2005-12-311-0/+3
* Show warning on mixed content in the tooltip. Bug #321508.Christian Persch2005-12-211-0/+5
* A embed/ephy-certificate-manager.c: A embed/ephy-certificate-manager.h: AChristian Persch2005-12-111-0/+15
* Minor code cleanup.Christian Persch2005-12-081-3/+8
* While in find mode, set the selection colour to "attention".Christian Persch2005-12-051-5/+16
* Add F5 as accel for reload.Christian Persch2005-11-181-5/+1
* Remove accelerator actions for extra keybindings.Philip Langdale2005-11-131-70/+31
* Mark strings in param specs as static.Christian Persch2005-11-081-4/+4
* Simplify context menu code by removing the extra EphyDocument*FramePopupChristian Persch2005-11-031-11/+17
* Use a single connection to the settings object, andChristian Persch2005-11-021-40/+69
* Revert change from H18 patch which shouldn't have been committed.Christian Persch2005-11-021-1/+1
* I accidentally committed my half-complete port of the Galeon key-pressPhilip Langdale2005-11-021-117/+46
* Use curly quotes.Christian Persch2005-11-011-9/+9
* Move most of ephy_window_init code to constructor so properties areJean-François Rameau2005-10-301-56/+55
* src/ephy-link-action.cPhilip Langdale2005-10-261-5/+151
* Point main menu UI at toolbar actions. Don't try and change the state ofPhilip Langdale2005-10-221-17/+0
* Remove fullscreen and leave-fullscreen stock icons; they're available inChristian Persch2005-10-201-1/+1
* H18 patch, by Peter Harvey <pah06@uow.edu.au>.Peter Harvey2005-10-171-129/+139
* Remove the "network-status" signal from the embed single, and make it aChristian Persch2005-10-131-13/+14
* Eliminate the *Popup/*ImagePopup popup variants. Add image context to allJean-François Rameau2005-10-101-15/+21
* Add style properties for 'secure-[bg|fg]-color', and apply them when theChristian Persch2005-10-071-4/+3
* Fix memory leak.Christian Persch2005-10-031-3/+8
* Schedule a GC in finalize of EphyTab and EphyWindow, to work around bugChristian Persch2005-10-031-0/+8
* Use nsIDOMWindowInternal::Close to close tabs. Delay tabs destruction toChristian Persch2005-10-031-22/+147
* Add a function to get the tab's real title, and use it where appropriate.Christian Persch2005-09-281-1/+2
* Unify background image and image code (contex menu, conext event). Fix bugJean-François Rameau2005-09-271-21/+1
* Make the methods to unset/release the context event semi-public.Christian Persch2005-09-191-15/+23
* Fix compile warnings.Christian Persch2005-08-261-1/+1
* Use class closure for delete event instead of signal handler.Christian Persch2005-08-211-6/+11
* Add switch to disable focus fix, and to disable PSM. Error out if PSMChristian Persch2005-08-081-1/+1
* Fix stringChristian Persch2005-08-041-1/+1
* Add public function ephy_window_get_context_event() to get theChristian Persch2005-08-041-15/+83
* Now that the tab's address is always correct (isn't the typed addressChristian Persch2005-08-021-3/+2
* Add a ::icon property to EphyTab, and use that everywhere instead ofChristian Persch2005-08-011-24/+9
* Tiny string fix. Fixes bug #167448.Christian Persch2005-08-011-1/+1
* Replace ephy_embed_activate with gtk_widget_grab_focusCrispin Flowerday2005-07-301-2/+2
* For empty pages, put focus in address bar.Christian Persch2005-07-291-1/+9
* Fix ESC behaviour to always stop, and to reset the location entry whenChristian Persch2005-07-261-6/+38
* Set title of loading page to the address, iff the page was blank before.Christian Persch2005-07-241-24/+13
* Better fix for bug #151037 to make session shutdown work again. Also fixChristian Persch2005-07-041-2/+1
* EphyCookie's expires field is now of time_t type (fixes gcc 4.0 warning).Jean-François Rameau2005-07-041-1/+3
* Shift-Ctrl+R now works (Force reload). Fixes #307831.Jean-François Rameau2005-06-201-0/+3
* Common helper function to unref a GObject from idle.Christian Persch2005-06-111-1/+2
* Handle Ctrl-F like / to open the find bar without focusing it. Fixes linkChristian Persch2005-06-091-15/+0
* Work around mozilla bugChristian Persch2005-05-311-0/+6
* Don't erase the search term when opening the find bar with Ctrl-F.Christian Persch2005-05-301-1/+1
* Deactivate typeaheadfind in print preview mode.Christian Persch2005-05-301-10/+24
* Allow ViewSource for XML documents too. Fixes bug #305788.Christian Persch2005-05-291-2/+3
* Disable mozilla's typeaheadfind.Christian Persch2005-05-291-6/+9
* Check for toolkit nsITypeAheadFind.Christian Persch2005-05-291-74/+20
* A src/ephy-find-toolbar.c: A src/ephy-find-toolbar.h:Christian Persch2005-05-261-48/+107
* Use gtk_action_set_[sensitive|visible] instead of g_object_set.Christian Persch2005-04-191-20/+30
* A src/ephy-action-helper.c: A src/ephy-action-helper.h: AChristian Persch2005-04-191-209/+58
* Constify the action entries. Fixes bug #301065, patch by Paolo Borelli.Christian Persch2005-04-181-9/+6
* Hide the statusbar's resize grip when the window is maximised. Fixes bugChristian Persch2005-04-181-39/+57
* Also disallow opening a new tab from EphyLink iface in popup mode.Christian Persch2005-04-181-1/+3
* Rework popup windows. Introduce "is-popup" property on EphyWindow toChristian Persch2005-04-181-73/+221
* Fix the build.Christian Persch2005-03-151-5/+5
* Support "Multimedia" keys. Fixes bug #162748.Christian Persch2005-03-151-1/+63
* Revert patch from bug #169956, it's not correct.Christian Persch2005-03-121-0/+2
* Make the signal RUN_LAST.Christian Persch2005-02-241-1/+14
* Remove ephy_tab_get_action(). Adapts the tabs menu accordingly.Christian Persch2005-02-111-10/+3
* Move all the stuff from finalize to dispose, so that we finalise the UIChristian Persch2005-02-101-68/+79
* Revert the fix for bug #165550, it wasn't correct.Christian Persch2005-02-031-30/+16
* Remove the accel group from the window when hiding the menubar in lockdownChristian Persch2005-02-021-16/+30
* Don't disable print preview if print setup is locked down. Fixes bugChristian Persch2005-02-021-1/+1
* Don't show the menubar with F10 in lockdown mode. Make sure we alwaysChristian Persch2005-02-021-3/+3
* Make EphyWindow implement EphyLink interface. Make ephy-link.h public.Christian Persch2005-01-311-24/+38
* Some sparse fixes.Christian Persch2005-01-311-5/+5
* Add ; to all LOG statements, and adapt ephy-debug.h for non-GNUC-varargsChristian Persch2005-01-291-4/+4
* Disable DownloadLinkAs and SetAsBackground if saving to disk is disabled.Christian Persch2005-01-291-1/+3
* Don't show the Leave Fullscreen button in lockdown fullscreen mode. SwitchChristian Persch2005-01-261-14/+9
* Check for broken context event button.Christian Persch2005-01-231-10/+6
* Rename "visible" property.Christian Persch2005-01-231-1/+1
* Unify accels to Open in New _Window[s], and also change to Open Link inChristian Persch2005-01-161-1/+1
* Don't use <tt> in the strings. Fixes bug #163378.Christian Persch2005-01-161-1/+1
* Add favicon and lock icon to the entry. Fixes bug #116482 and bug #149506.Christian Persch2005-01-141-0/+2
* Add Toolbar toggle to document context menu in fullscreen mode.Christian Persch2005-01-131-116/+102
* Don't show the description for no-secure and broken sites.Christian Persch2005-01-091-7/+12
* Remove unused include from public header ephy-window.h.Christian Persch2005-01-091-0/+1
* Unify the location and favicon actions.Christian Persch2005-01-081-1/+1
* Use glib-mkenums to generate the enum and flags get_type functions.Christian Persch2005-01-071-0/+2
* Add placeholder group for tabs move actions.Christian Persch2005-01-061-0/+8
* Display open lock for low 'secure' sites too. Fixes bug #151709.Christian Persch2005-01-061-5/+2
* Add context menu on notebook. Fixes bug #132989.Christian Persch2005-01-061-2/+63
* Consistently start enum names with EPHY_*.Crispin Flowerday2005-01-061-23/+23
* Ensure that flags and enums start with 'Ephy'Crispin Flowerday2005-01-041-7/+7
* Remove obsolete ephy_window_load_in_tabs() and use generic link openingChristian Persch2004-12-241-47/+17
* A src/ephy-home-action.c: (ephy_home_action_activate),Christian Persch2004-12-241-30/+67
* Fix the build.Christian Persch2004-12-191-14/+0
* Make sure we don't have any app-modal dialogues. Fixes bug #110479.Christian Persch2004-12-191-3/+3
* Disable Print and Print Preview while still loading the page. Fixes bugChristian Persch2004-12-191-13/+27
* Disable Zoom items for images, and disable zoom, encoding and view sourceChristian Persch2004-12-191-5/+49
* Add attach_tab and detach_tab functions to extension interface (bugAdam Hooper2004-12-181-0/+10
* Deactivate the context menu on window close. Fixes bug #156812.Christian Persch2004-12-041-0/+5
* Update bookmarks from HTTP 301. Fixes bug #126312.Christian Persch2004-12-021-10/+17
* Fix "Open Frame" menu item name. Fixes bug #153816.Christian Persch2004-11-301-2/+2
* Better translator's commentChristian Persch2004-11-281-0/+16
* Add shortcut to Send To menuitem, as per HIG. Fixes bug #148655.Christian Persch2004-11-121-1/+1
* Sanitise the embed popup position. Fixes bug #157162.Christian Persch2004-11-081-2/+10
* When popping up the context menu with keyboard, select the first menuChristian Persch2004-11-081-1/+2
* Make static.Christian Persch2004-11-071-7/+1
* Also bring the window to the front.Christian Persch2004-11-041-0/+5
* We always have config.h, no need to guard its inclusion.Christian Persch2004-11-031-2/+0
* Don't deactivate the toolbar when another item in the same toolbar gainsChristian Persch2004-11-011-0/+3
* When showing a modal alert put up by a web page, switch the window to thatChristian Persch2004-10-311-0/+37
* Slightly refactor bookmarks menu, to take a configurable path where toChristian Persch2004-10-301-1/+16
* Private data is 0-initialised, no need to set members to NULL, 0, orChristian Persch2004-10-281-9/+0
* Make the confirm-close-with-form-data dialogue window modal, instead ofChristian Persch2004-10-271-0/+11
* Use new gtk+ HIG message dialogue API. Fixes bug #130232.Christian Persch2004-10-271-42/+18
* Move window destruction after tab-removed signal emission. Fixes bugChristian Persch2004-10-251-1/+0
* Annotate "if (type == 0)" in get_type functions with G_UNLIKELY, like theChristian Persch2004-10-241-1/+1
* Remove ephy_string_parse_uri_list, and use new glib functionChristian Persch2004-10-231-10/+7
* No circular dependencies anymore.Christian Persch2004-10-091-1/+1
* reviewed by: Christian Persch <chpe@cvs.gnome.org>Marco Pesenti Gritti2004-10-081-7/+124
* reviewed by: Christian Persch <chpe@cvs.gnome.org>Marco Pesenti Gritti2004-10-081-1/+1
* Notify when entering or leaving print preview mode. Fixes bug #154591.Christian Persch2004-10-061-2/+19
* Don't allow activation of the hidden menubar in ppv mode.Christian Persch2004-10-061-0/+6
* Fix print preview and fullscreen mode interaction. Fixes bug #154456.Christian Persch2004-10-061-37/+28
* Set window icon.Christian Persch2004-10-051-4/+6
* Use gtk_window_set_default_icon_name().Christian Persch2004-10-021-36/+0
* Fix compiler warnings.Christian Persch2004-09-271-1/+4
* Show the fullscreen button only when the window is active. Fix #115296.Marco Pesenti Gritti2004-09-161-0/+28
* Keep popup position synced with his size requisition. Fix #143585Marco Pesenti Gritti2004-09-161-5/+14
* Add ephy_window_get_ui_manager(), and remove the manager from the publicChristian Persch2004-09-141-21/+37
* Merging pre-gnome-2-10 branch to HEAD.Christian Persch2004-09-131-17/+40
* Make sure to instantiate the toolbars model before instantiating theChristian Persch2004-08-281-4/+9
* Make "FileSave" action obey lockdown too. Fixes bug #151039.Christian Persch2004-08-261-0/+2
* Set accel for normal zoom, as per HIG.Christian Persch2004-08-221-1/+1
* Fix dragging of urls which gnome-vfs can't handle. Fix new tab positioningChristian Persch2004-08-061-8/+4
* Diconnect from screen's size-changed signal on finalize too.Christian Persch2004-08-011-55/+64
* Add disable_quit, disable_new_window, first_window_fullscreen lockdownMarco Pesenti Gritti2004-07-191-9/+41
* Show and activate the menubar with F10 when it's hidden. Fixes bugChristian Persch2004-07-041-0/+43
* s/Off-Line/Offline/Christian Persch2004-07-021-1/+1
* Popup blocking support. View -> Popup Windows.Adam Hooper2004-07-011-1/+136
* Implement File->Work Off-Line command and backend. No DBUS/HAL/whateverChristian Persch2004-06-271-0/+37
* Simplify print code. Now there is only one case to deal with, the mozillaMarco Pesenti Gritti2004-06-251-63/+1
* Implement open in tabs from toolbar topicsMarco Pesenti Gritti2004-06-241-1/+2
* Simply use gtk_container_get_children().Christian Persch2004-06-241-11/+2
* Make the "Exit Fullscreen" button toggle the action instead of doing toChristian Persch2004-06-241-1/+11
* Add EphyWindow API to open multiple uris in tabs, use it for dnd on theMarco Pesenti Gritti2004-06-241-0/+47
* Append tabs at the end instead of grouping them near the current one.Marco Pesenti Gritti2004-06-201-2/+2
* Go back to construction the toolbar when the model is set, fixes bugChristian Persch2004-06-161-4/+17
* Merging bookmarksbar-separation branch.Christian Persch2004-06-111-35/+60
* Do not hide clipboard items for the input context (Bug #139040)Marco Pesenti Gritti2004-06-081-9/+3
* merge mozilla-embed-strings branchMarco Pesenti Gritti2004-06-041-1/+1
* Move the "Exit Fullscreen" popup to the right in RTL locale. Fixes bugChristian Persch2004-06-031-6/+15
* Emit the "tab_removed" signal also for the window's last tab. Part of bugChristian Persch2004-05-201-6/+1
* Forgot to change action entries for last commit.Christian Persch2004-05-141-4/+0
* Fix accelerator for OpenImage action.Christian Persch2004-05-091-1/+1
* Exit print preview mode before closing a window. Fixes a crasher; EpiphanyChristian Persch2004-04-271-0/+13
* Fix chrome for new windows opened from _blank target. Fixes bug #139512.Marco Pesenti Gritti2004-04-181-21/+22
* Add Ctrl+S as an alternate accel for Save As. Fixes bug #139415.Piers Cornwell2004-04-101-0/+3
* Fix bookmarks toolbar visibility in fullscreen and print preview mode, asChristian Persch2004-04-011-18/+21
* Remove Open Image in New Tab and New Window from the context menu.Christian Persch2004-03-301-4/+0
* Log context of event in debug mode.Christian Persch2004-03-271-0/+2
* Fix duplicate accesskey, use correct case for button text and make messagePiers Cornwell2004-03-271-1/+2
* Documented EphyEmbedAdam Hooper2004-03-261-2/+2
* Tiny doc fixes.Christian Persch2004-03-241-1/+1
* Get rid of ephy_tab_[get|set]_window().Christian Persch2004-03-241-4/+1
* API documentationAdam Hooper2004-03-241-3/+126
* Cleanups chromes code and register a type for the enum.Marco Pesenti Gritti2004-03-191-240/+310
* *** empty log message ***Marco Pesenti Gritti2004-03-171-2/+0
* Make EphyTab inherit from GtkBin, and contain the EphyEmbed as its child.Christian Persch2004-02-251-58/+45
* Install the statusbar .h file.Christian Persch2004-02-131-31/+12
* Use EPHY_STOCK_DOWNLOAD for the download link icon.David Bordoley2004-01-291-1/+1
* Add a hidden tools menu that extensions can use.David Bordoley2004-01-251-0/+1
* *** empty log message ***Marco Pesenti Gritti2004-01-221-2/+2
* Show help for menu items in the statusbar.Christian Persch2004-01-161-0/+66
* Make EphyEmbedEvent abstract, implemented by MozillaEmbedEvent. PortChristian Persch2004-01-161-3/+3
* Only allow "Open in New Tab/Window" for certain protocols.Christian Persch2004-01-131-1/+6
* Fix signal parameter, and add a NULL check. Fixes bug #131117, patch byChristian Persch2004-01-111-1/+3