aboutsummaryrefslogtreecommitdiffstats
path: root/embed
Commit message (Expand)AuthorAgeFilesLines
* Drop gnome-vfs dependency. Now Epiphany depends on glib >= 2.15.1.Cosimo Cecchi2008-01-1418-222/+236
* Update to new coding guidelines.Xan Lopez2008-01-051-18/+20
* Stub new history interfaces in WebKit until the needed API landsXan Lopez2007-12-301-33/+34
* Port ephy-window.c to the new API, remove old API.Xan Lopez2007-12-303-148/+8
* Make MozillaHistoryItem create url and title on demand.Xan Lopez2007-12-306-47/+109
* Use the new interfaces for backward/forward menus.Xan Lopez2007-12-303-7/+4
* Mozilla implementation of the embed history interfaces.Xan Lopez2007-12-305-4/+219
* Add new embed history interfaces.Xan Lopez2007-12-305-81/+282
* If is_blank is TRUE then set title to Blank page without checking whetherXan Lopez2007-12-271-2/+2
* Make libnotify optional, completes the previous commit by chpe.Diego Escalante Urrelo2007-12-271-4/+38
* Whitespace fixes.Xan Lopez2007-12-271-2/+2
* Implement "select all" for WebKit backend. (#505569)Xan Lopez2007-12-251-0/+2
* Display a single host entry in the History Window also when the same hostCosimo Cecchi2007-12-251-10/+21
* Fix missing tab title on empty page.Cosimo Cecchi2007-12-251-5/+6
* Enable multiple selection in download dialog, now you can cancel more than oneDiego Escalante Urrelo2007-12-241-19/+45
* Xr 1.9 fixes. Bug #503657.Christian Persch2007-12-241-2/+8
* Xr 1.9 fixes. Bug #503657.Christian Persch2007-12-241-8/+37
* Xr 1.9 fixes. Bug #503657.Christian Persch2007-12-241-1/+1
* Xr 1.9 fixes. Bug #503657.Christian Persch2007-12-241-3/+11
* Xr 1.9 fixes. Bug #503657.Christian Persch2007-12-242-1/+9
* Xr 1.9 fixes. Bug #503657.Christian Persch2007-12-241-3/+2
* Fixes for xr 1.9. Bug #503657.Christian Persch2007-12-241-1/+18
* Xr 1.9 fixes. Bug #503657.Christian Persch2007-12-241-0/+3
* Add ifdefs for xr 1.9. Part of bug #503657.Christian Persch2007-12-242-7/+41
* download-dialog hidden state is now saved to gconf. New downloads started while Diego Escalante Urrelo2007-12-241-13/+97
* Also fix parent instance/class for MozillaEmbed.Xan Lopez2007-12-232-3/+3
* Fix parent class/instance types.Xan Lopez2007-12-221-2/+3
* Implement clipboard operations for WebKit.Xan Lopez2007-12-222-39/+65
* Track WebKit upstream API changes r28817, r28818Alp Toker2007-12-181-6/+16
* Constify char* parameter for ephy_base_embed_location_changed.Xan Lopez2007-12-182-2/+2
* Release 2.21.4.RELEASE_2_21_4Christian Persch2007-12-161-0/+2
* Fix comment.Christian Persch2007-12-161-1/+1
* Do not call webkit_init() (it's going away soon) and onlyXan Lopez2007-12-152-5/+2
* Small cleanup in webkit-embed-persist.cXan Lopez2007-12-101-36/+21
* Rename cpp files to c in the WebKit backend; they are pure C.Xan Lopez2007-12-105-6/+8
* Match WebKit/GTK+ API changes made in WebKit SVN r28273Alp Toker2007-12-012-34/+34
* Need to put the parent struct first.Christian Persch2007-11-291-0/+2
* Initialize the title property to "Blank page" in EphyBaseEmbed.Xan Lopez2007-11-271-0/+1
* Remove unused variable in WebKitEmbed class_init.Xan Lopez2007-11-181-1/+0
* Fix vfunc for get_visibility in EphyEmbed interface.Xan Lopez2007-11-181-1/+1
* 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-185-1/+68
* Re-enable popup management code in EphyBaseEmbed.Xan Lopez2007-11-173-317/+312
* Move print-preview property to EphyEmbedContainer interface.Xan Lopez2007-11-171-0/+4
* Rename param to "set_active".Christian Persch2007-11-172-5/+7
* Yes, tabs.Xan Lopez2007-11-171-8/+8
* Add type checkings in the EmbedContainer interface, not in the implementations.Xan Lopez2007-11-171-7/+40
* Move active-tab property to the embed-container interface.Xan Lopez2007-11-171-0/+4
* Make EphyEmbedContainer add_child method return the child's new position insi...Xan Lopez2007-11-172-4/+5
* Rename ephy_embed_container_jump_to_child to ephy_embed_container_set_active_...Xan Lopez2007-11-162-9/+9
* Untabify ephy-embed-container.hXan Lopez2007-11-161-9/+9
* Add EphyEmbedContainer.Xan Lopez2007-11-163-0/+266
* embed/ephy-history.h: build fix, missing commaJan Michael C. Alonzo2007-11-141-1/+1
* Add icon-updated signal to EphyHistory.Xan Lopez2007-11-143-27/+39
* Uncomment icon update for history in EphyBaseEmbed, it works just fine.Xan Lopez2007-11-141-8/+5
* Fix: http being appended to 'about' pages. (Bug #496136)Jan Michael C. Alonzo2007-11-131-3/+4
* Fix backend name for WebKit and update docs in ephy_embed_single_get_backend_...Xan Lopez2007-11-132-2/+2
* Call webkit_init in engine initialization to avoid crashes. (Bug #496114)Jan Michael C. Alonzo2007-11-122-2/+4
* 2007-11-12 Reinout van Schouwen <reinouts@gnome.org>Reinout van Schouwen2007-11-121-1/+1
* 2007-11-12 Reinout van Schouwen <reinouts@gnome.org>Reinout van Schouwen2007-11-121-1/+2
* Implement grab_focus in EphyBaseEmbed.Xan Lopez2007-11-123-25/+26
* We don't inherit nothing from GtkMozEmbed anymore.Xan Lopez2007-11-121-14/+0
* Remove unused ge_content_changed.Xan Lopez2007-11-123-23/+0
* Remove unused ge_net_state and ge_security_change.Xan Lopez2007-11-124-48/+0
* Remove unused ge-location signal.Xan Lopez2007-11-123-24/+0
* Oops, readd missing variable.Xan Lopez2007-11-111-0/+1
* Don't use mozilla-like variable names for parameters.Xan Lopez2007-11-111-4/+4
* Implement close for WebKitEmbed (simply destroys the widget).Xan Lopez2007-11-111-1/+1
* ge-search-key-press is in EphyEmbed, not GtkMozEmbed.Xan Lopez2007-11-101-1/+2
* Add a space to the reload page alertCyril Brulebois2007-11-081-1/+1
* Fix invalid cast and make the find toolbar work again after EphyBaseEmbedCosimo Cecchi2007-11-081-1/+1
* Enable a --with-distributor-name configure option, defaulting to Epiphany.Cyril Brulebois2007-11-071-3/+4
* Connect to "hovering-over-link" signal in WebKit to set link_message.Cosimo Cecchi2007-11-071-0/+11
* Make ephy_base_embed_set_{title,address} dup their parameters internally.Xan Lopez2007-11-064-8/+14
* Fix webkit backend build, and modify indentation to match new style.Xan Lopez2007-11-064-128/+121
* Use ephy_embed_utils_address_has_web_scheme instead of our own copy.Xan Lopez2007-11-061-20/+2
* Use K&R (pseudo) indentation style for new files.Xan Lopez2007-11-062-462/+391
* Update the WebKit backend to use EphyBaseEmbed.Xan Lopez2007-11-063-431/+32
* Put size_allocate hack in MozillaEmbed now.Xan Lopez2007-11-061-0/+23
* Move all common functionality from MozillaEmbed to EphyBaseEmbed.Xan Lopez2007-11-063-1537/+1460
* Put the properties in EphyBaseEmbed rather than in the interface.Xan Lopez2007-11-062-103/+159
* Create EphyBaseEmbed, make MozillaEmbed a subclass of it.Xan Lopez2007-11-066-50/+218
* Add remove_all_passwords method to EphyPasswordManager and implement itCosimo Cecchi2007-11-055-0/+81
* Move "address_has_web_scheme" to ephy-embed-utils.Cosimo Cecchi2007-11-052-0/+18
* Remove trailing whitespace, patch by Cyril Brulebois.Xan Lopez2007-11-011-29/+29
* Update title property on title-changed signal from webkit.Xan Lopez2007-10-291-0/+5
* Add dummy popup management properties to the webkit backend.Xan Lopez2007-10-291-36/+48
* 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-272-3/+363
* Add placeholders for all the new properties in embed.Xan Lopez2007-10-271-15/+192
* Remove non-existing functions in the embed interface from the _init function.Xan Lopez2007-10-271-3/+0
* get_link_message returns const char * now.Xan Lopez2007-10-271-1/+1
* get_title returns const char * now.Xan Lopez2007-10-261-2/+2
* Tabify modified files.Xan Lopez2007-10-263-166/+166
* Add config.h in ephy-embed-utils.cXan Lopez2007-10-261-1/+3
* Fix more issues left with the refactoring.Xan Lopez2007-10-262-52/+19
* Fix the remaining breakage.Xan Lopez2007-10-262-4/+27
* 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-266-1/+230
* Move icon and icon-address to EphyEmbed.Xan Lopez2007-10-263-12/+184
* Move status-message and logic of link-message to EphyEmbed.Xan Lopez2007-10-263-10/+357
* Change ephy_embed_get_title to return const char*.Xan Lopez2007-10-263-5/+5
* Move title from EphyTab to EphyEmbed.Xan Lopez2007-10-263-121/+396
* Move address and typed-address from EphyTab to EphyEmbedXan Lopez2007-10-263-9/+198
* Update WebKit backend to EphyEmbed and EphyTab changes, and implements load p...Cosimo Cecchi2007-10-231-6/+203
* Move navigation property from EphyTab to EphyEmbed.Xan Lopez2007-10-223-4/+89
* Move load-status from EphyTab to EphyEmbed.Xan Lopez2007-10-223-4/+78
* Use correct property enum.Xan Lopez2007-10-221-1/+1
* Move load-progress from EphyTab to EphyEmbedXan Lopez2007-10-223-1/+76
* Move zoom from EphyTab to EphyEmbed.Xan Lopez2007-10-212-1/+120
* Move document-type property from EphyTab to EphyEmbed.Xan Lopez2007-10-213-19/+83
* 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
* Remove security data from EphyTab.Xan Lopez2007-10-211-0/+8
* Take the page orientation from the page setup, not from the print settings.Christian Persch2007-10-112-2/+4
* Make sure PRBool only contains PR_FALSE or PR_TRUE. Bug moz#398599.Christian Persch2007-10-091-1/+1
* Fix code style.Christian Persch2007-10-092-10/+9
* Do not bother emitting signal we don't have.Xan Lopez2007-10-071-4/+1
* Implement several missing methods.Xan Lopez2007-10-071-54/+122
* Match the WebKit/Gtk+ API changes made in WebKit SVN r26022Alp Toker2007-10-041-16/+16
* Make it build.Christian Persch2007-09-283-18/+25
* A new class designed to handle everything we need to run a modal dialogue.Christian Persch2007-09-282-0/+255
* Add app lifecycle helper class.Christian Persch2007-09-283-0/+88
* EphyContentPolicy::ShouldLoad: use the same content policy forJosselin Mouette2007-09-271-4/+4
* Fix the build of the custom GTK+ filepicker so we can add nice previewsDiego Escalante Urrelo2007-09-272-94/+16
* Fix the icon name to use EPHY_STOCK_EPHYChristian Persch2007-09-252-2/+4
* Make PromptService QI to nsIPromptService2 (not implemented yet, though).Christian Persch2007-09-162-18/+36
* Use nsILoginManager.Christian Persch2007-09-161-62/+50
* Link to the XPCOM glue and set GRE_HOME on startup, until I can figure outChristian Persch2007-09-152-0/+4
* Fix missing symbol on link.Christian Persch2007-09-151-0/+1
* Add libephyxulrunnerembed.la so LDADD.Christian Persch2007-09-151-0/+1
* Move EphyHistoryListener from embed/ to components/ since it's only used by G...Christian Persch2007-09-154-2/+2
* Move EphyUtils and GeckoUtils to utils/.Christian Persch2007-09-147-8/+5
* Add utils to LDADD to try to fix the linking.Christian Persch2007-09-142-0/+2
* Move components from embed/ to components/ and fix the build.Christian Persch2007-09-1442-69/+90
* Fix the build. We don't need to manually add the window to the window group,Christian Persch2007-09-141-6/+5
* Fix for move of GeckoPromptService.Christian Persch2007-09-141-23/+3
* Move prompt service implementation to components/ and remove theChristian Persch2007-09-139-956/+38
* Revert the change from r7406; see bug #476540.Christian Persch2007-09-1338-38/+38
* Revert the change from r7407; see bug #476540.Christian Persch2007-09-1328-28/+28
* Move AutoJSContextStack and AutoWindowModalState helpers toChristian Persch2007-09-1311-173/+34
* Add utils/ and components/ directories.Christian Persch2007-09-133-1/+1
* More build fixes for the xulrunner backend.Christian Persch2007-09-131-2/+5
* Assert that constructing the single succeeded.Christian Persch2007-09-131-0/+1
* Build libgnomegeckoembed.la as noinst_LTLIBRARIES for now.Christian Persch2007-09-132-7/+7
* Use G_DEFINE_TYPE.Christian Persch2007-09-131-89/+25
* Port to frozen string API by using nsINetUtilChristian Persch2007-09-131-10/+11
* Remove check for MOZILLA_INTERNAL_APIChristian Persch2007-09-131-5/+0
* Add embed directoryChristian Persch2007-09-131-1/+1
* Include nsStringGlue.h instead of nsStringAPI.hChristian Persch2007-09-1357-57/+57
* Include xpcom-config.h, not mozilla-config.hChristian Persch2007-09-1393-93/+93
* We know we do have gecko 1.9, so remove all HAVE_GECKO_* defines.Christian Persch2007-09-1314-144/+9
* Disable tests directory for now.Christian Persch2007-09-131-1/+2
* Make the xulrunner backend build: change C/CXX/LDFLAGS, comment outChristian Persch2007-09-1315-164/+68
* Move ChangeLogChristian Persch2007-09-131-0/+3
* A m4/libxul.m4: Integrate the "xulrunner" backend with configure. NotChristian Persch2007-09-102-7/+30
* Fix runtime warnings when downloading small files, due to bad handling ofCosimo Cecchi2007-09-081-2/+10
* Merged from embed/mozillaChristian Persch2007-08-282-5/+32
* Add saved files to the GtkRecent list, gnome-panel is broken so don'tDiego Escalante Urrelo2007-08-272-5/+32
* Initial checkin: merged embed/gecko from xulrunner branch to embed/xulrunner,...Christian Persch2007-08-26141-0/+30405
* Enable printing to PDF file on gecko 1.9, now that moz#367907 is fixed.Christian Persch2007-08-231-2/+2
* Implement reload.Xan Lopez2007-08-171-0/+1
* Fix download-icon toolip updates, patch by Cosimo Cecchi. Fixes bugDiego Escalante Urrelo2007-08-151-3/+9
* Default to Cancel on Cert dialogues, patch by Cosimo Cecchi. Fixes bugDiego Escalante Urrelo2007-08-151-6/+5
* Fix strict-aliasing warnings, patch by Cosimo Cecchi. Happy 10 yearsDiego Escalante Urrelo2007-08-153-4/+9
* Make ephy_history_set_enabled actually disable history and not delete it.Diego Escalante Urrelo2007-08-062-18/+41
* Fix completion model to show icons for history items too,Diego Escalante Urrelo2007-08-011-3/+8
* Add a missing space in ge_content_change description.Diego Escalante Urrelo2007-07-311-1/+1
* Do not use #ifdef inside macros, ancient compilers don't like itXan Lopez2007-07-312-4/+29
* can_go methods now work, WebKit was missing the implementations for thoseDiego Escalante Urrelo2007-07-301-4/+25
* Add returns where needed, remove unnecessary variables.Xan Lopez2007-07-302-6/+5
* Rename Webkit to WebKit. Used sed -i 's/Webkit/WebKit/'. Fixes bugDiego Escalante Urrelo2007-07-308-80/+80
* Implement stop loading method, for some reason can_go methods will fail toXan Lopez2007-07-281-0/+3
* Add support for the WebKit engine, compile with --with-engine=webkit toXan Lopez2007-07-2815-99/+1276
* Don't mention 'Epiphany' in the message introduced in the patch for bugReinout van Schouwen2007-07-271-1/+1
* Improve the restricted ports message, patch by Cosimo Cecchi. Fixes bugDiego Escalante Urrelo2007-07-261-9/+7
* Make the status icon clickable so it shows/hides the download window,Diego Escalante Urrelo2007-07-261-1/+8
* s/MOZILLA/GECKO/g for consistency with gge.Christian Persch2007-07-172-5/+5
* Use C++ casts. Script from bmo#348748.Christian Persch2007-07-159-10/+10
* Make sure postscript printing is enabled, and the printer list empty (soChristian Persch2007-07-151-0/+3
* It's yet another API change!Christian Persch2007-07-153-1/+9
* Fixes bug #452707Nguyen Thai Ngoc Duy2007-07-111-7/+12
* Use the new gtk functions to persist and load the print settings and pageChristian Persch2007-07-111-17/+59
* Remove gtk version check since we now depend on 2.11.Christian Persch2007-07-101-9/+0
* Kill EPHY_STOCK_DOWNLOAD and add STOCK_DOWNLOAD, using "emblem-download"Luca Ferretti2007-07-102-3/+3
* Remove empty filesRELEASE_2_19_5Christian Persch2007-07-102-0/+0
* === Release 2.19.5 ===Christian Persch2007-07-102-0/+0
* Modified first-time dialog when visiting a secure page, to mention theDiego Escalante Urrelo2007-06-171-1/+4
* Set the print as cancelled in the print settings too, seeChristian Persch2007-06-143-4/+14
* Last commit reverted.Diego Escalante Urrelo2007-06-061-4/+4
* Change the "The page was not fully loaded when the crash ocurred" messageDiego Escalante Urrelo2007-06-061-4/+4
* It seems SUSE can't take a hint and doesn't care, so remove this comment.Christian Persch2007-06-041-1/+0
* nsIPasswordManager doesn't exist on trunk anymore.Christian Persch2007-05-271-3/+12
* Take the printer's capabilities into account.Christian Persch2007-05-271-9/+40
* Add pref for smooth scroll, bug #162489. Use GSlice to allocate the prefsChristian Persch2007-05-202-3/+122
* Just use ngettext here, no need for dngettext.Christian Persch2007-05-201-4/+3
* Store http-only flag too.Christian Persch2007-05-202-0/+7
* Fix some strict-aliasing warnings.Diego Escalante Urrelo2007-04-251-2/+8
* Fix printing of frames.Christian Persch2007-04-093-13/+39
* Fix Epiphany not finding some Gecko plugins when running in a multilibBastien Nocera2007-03-162-12/+68
* Add translator's comment for 'token'.Christian Persch2007-03-121-0/+4
* Implement nsICookiePromptService. Bug #337826.Christian Persch2007-03-124-1/+214
* Correct FSF address. Bug #409075, patch by John Millikin.RELEASE_2_18_0GNOME_2_18_BRANCHPOINTChristian Persch2007-03-12110-110/+110
* Regenerate the type builtins when the Makefile changes. Should fix bugChristian Persch2007-03-111-6/+6
* Make sure the type builtins are regenerated when the Makefile changes.Christian Persch2007-03-041-2/+2
* Move ephy-adblock.* to embed. Change the API to pass EphyEmbed toBenjamin Berg2007-03-036-9/+181
* What's this? Another mozilla API change!Christian Persch2007-02-232-7/+1
* === Release 2.17.91 ===RELEASE_2_17_91Christian Persch2007-02-132-1/+2
* Fix a g_free on static string. Also fix a leak.Jean-François Rameau2007-02-091-23/+24
* Guess what? Another mozilla API change!Christian Persch2007-02-091-0/+14
* Check for a potential veto. Fix #342951.Jean-François Rameau2007-01-291-0/+12
* Fixes the menu path of Gnome control center when displaying the servicePriit Laes2007-01-271-1/+1
* Changed the "redirected too many times" error page to be more friendly.Diego Escalante Urrelo2007-01-241-3/+4
* Clear some print settings in the settings we hand to the print job, soChristian Persch2007-01-244-13/+62
* Fixes the escaping in the error message "The page %s was not fully loadedDiego Escalante Urrelo2007-01-091-2/+2
* Fixes the menu path of the service unavailable error message.Diego Escalante Urrelo2007-01-091-1/+1
* Avoid use of localtime by computing expiry in seconds instead of days.Diego Escalante Urrelo2007-01-032-42/+14
* Utilize GLib's new g_timeout_add_seconds to reduce context switches andDiego Escalante Urrelo2007-01-032-9/+11
* .cvsignore files are obsoleteChristian Persch2006-12-302-14/+0
* Add search_link entry to _EphyEmbedIfaceEric Butler2006-12-183-0/+59
* Add a signal so one can react after some rules have been edited.Jean-François Rameau2006-12-182-0/+15
* embed/ephy-encodings.c embed/ephy-favicon-cache.c embed/ephy-history.cBjörn Lindqvist2006-12-174-163/+86
* Use a define for the default window icon. Bug #385872.Christian Persch2006-12-157-14/+21
* Try to work with trunkChristian Persch2006-12-091-2/+1
* Version 2.17.3.Christian Persch2006-12-052-2/+2
* Another mozilla API change.Christian Persch2006-12-025-9/+16
* Fix printing of page ranges.Christian Persch2006-11-051-2/+3
* 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-235-0/+128
* Automatically open a Nautilus window after downloading has finished. FixesWouter Bolsterlee2006-10-152-1/+35
* Implement EphyPasswordManagerIface.add to add stored passwords. Fixes bugWouter Bolsterlee2006-10-151-1/+29
* Fix a bug in the last commit.Christian Persch2006-10-091-1/+1
* Make the enum/flags values not global.Christian Persch2006-10-081-7/+7
* Revert part of the last change, we don't need the top window here.Christian Persch2006-10-071-6/+1
* Use the top DOM window here, and adapt to gecko 1.8.1.Christian Persch2006-10-061-5/+28
* Fix build with gecko 1.8.1.Christian Persch2006-10-051-0/+4
* R embed/mozilla/AutoEventQueue.cpp: R embed/mozilla/AutoEventQueue.h:Christian Persch2006-09-302-181/+0
* Add smb: to recognised web schemes. Bug #352733.Christian Persch2006-09-301-0/+3
* These header files were GPL v2-only while the implementation .cpp filesChristian Persch2006-09-242-8/+32
* Fix find direction.Christian Persch2006-09-181-1/+1
* Remove ill-conceived attempt at uninstalling the XPInstall handler, andChristian Persch2006-09-175-79/+143
* Use UTF-8 copyright symbolChristian Persch2006-09-13116-177/+177
* Remove some unnecessary static data.Christian Persch2006-09-0727-47/+47
* Make this LGPL.Christian Persch2006-08-221-4/+4
* === Release 2.15.92 ===RELEASE_2_15_92Christian Persch2006-08-221-1/+1
* Don't show the empty window that the print options tab isChristian Persch2006-08-221-0/+1
* YAMAC.Christian Persch2006-08-191-7/+3
* nsIPassword.h is always available. Fixes bug #350997.Christian Persch2006-08-121-7/+1
* Fix the build.Christian Persch2006-08-081-2/+0
* Simply CallGetService to get the pref branch.Christian Persch2006-08-081-12/+8