aboutsummaryrefslogtreecommitdiffstats
path: root/embed
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use AutoJSContextStack on window open. Disable XPrint.Christian Persch2006-08-081-1/+12
* R embed/mozilla/MozillaPrivate.cpp: R embed/mozilla/MozillaPrivate.h:Christian Persch2006-08-083-58/+0
* Don't start search on <embed> and <object> elements.Christian Persch2006-08-081-1/+6
* Decrease maximum progress update to 0.5sChristian Persch2006-08-081-1/+4
* Fix the build.Christian Persch2006-08-061-2/+2
* A lib/ephy-print-utils.c: A lib/ephy-print-utils.h:Christian Persch2006-08-051-8/+34
* Fix default activation.Christian Persch2006-07-251-1/+2
* Missing GeckoFormSigningDialog entries.Jean-François Rameau2006-07-241-0/+2
* Implement nsIDOMCryptoDialogs, nsITokenDialogs andChristian Persch2006-07-244-19/+211
* Implement nsIFormSigningDialog. Bug #312869.Christian Persch2006-07-233-1/+208
* Add a way to turn off password remembering. Bug #332374.Christian Persch2006-07-221-0/+3
* Add our options in a custom tab in the print dialogue.Christian Persch2006-07-222-66/+219
* Force label wrapping.Christian Persch2006-07-191-0/+2
* === Release 2.15.4 ===RELEASE_2_15_4Christian Persch2006-07-111-1/+1
* Don't hammer the cpu when downloading file with an unknown size. Fix bugJean-François Rameau2006-07-072-4/+3
* Guess what? Another mozilla API change!Christian Persch2006-07-072-10/+37
* Fix the build.Christian Persch2006-07-072-5/+2
* A embed/mozilla/AutoWindowModalState.cpp: AChristian Persch2006-07-0611-25/+150
* Fix a warning from gecko "Bad contract id registed with the scriptJean-François Rameau2006-06-241-0/+2
* A lib/ephy-password-dialog.c: A lib/ephy-password-dialog.h:Christian Persch2006-06-224-362/+392
* Fix build with latest gtk printing changes.Christian Persch2006-06-223-25/+30
* Look! Yet Another Mozilla API Change!Christian Persch2006-06-201-0/+11
* A embed/mozilla/GeckoPrintService.cpp: AChristian Persch2006-06-1917-1106/+1529
* Fix context menu positioning.Christian Persch2006-06-191-1/+1
* Fix header guard nameChristian Persch2006-06-121-2/+2
* Check for enchant, and output an overview of the configured options onChristian Persch2006-06-094-0/+276
* The API change was reverted on 1.8 branch. Fixes bug #343592.Christian Persch2006-06-051-4/+0
* The API change was reverted on 1.8 branch. Fixes bug #343592.Christian Persch2006-06-051-2/+6
* Don't set cookies from favicon downloads. Bug #337835.Jean-François Rameau2006-06-025-6/+76
* === Release 2.15.2 ===RELEASE_2_15_2Christian Persch2006-05-1612-33/+33
* Use nsAString::Equals.Christian Persch2006-05-153-16/+1
* The API is also changed on 1.8 branch, adapt the #ifdef accordingly.Christian Persch2006-05-121-2/+2
* Drop non-toolkit gecko support too.Christian Persch2006-05-112-12/+3
* Another API change! Thank you, mozilla!Christian Persch2006-05-111-0/+11
* Drop support for gecko 1.7.Christian Persch2006-05-1159-2473/+1043
* === Release 2.15.1 ===RELEASE_2_15_1Christian Persch2006-04-242-3/+3
* Check for nsIMutableArray.h and include it if found. Fixes build withChristian Persch2006-04-171-1/+5
* Emit document-change event on fastback restore. Fixes bug #312785.Christian Persch2006-04-111-1/+14
* Fix status icon reference count.Christian Persch2006-04-031-2/+7
* 2006-04-03 Christian Persch <chpe@cvs.gnome.org>Christian Persch2006-04-031-2/+5
* Oops, this is a string pref!Christian Persch2006-04-031-13/+4
* Fix crash when cancelling the prompt before the timeout has run.Christian Persch2006-04-011-3/+2
* Use g_object_ref_sink().Christian Persch2006-03-291-23/+19
* .Jean-François Rameau2006-03-291-9/+48
* Remove #ifdef:s now that we depend on gtk+ 2.9.Christian Persch2006-03-241-23/+1
* Use GtkStatusIcon.Christian Persch2006-03-201-21/+43
* Sync Epiphany with Gecko trunk according toJean-François Rameau2006-03-202-0/+8
* Don't throw when cancelling the dialogue with ESC. Fixes bug #333780,Christian Persch2006-03-081-1/+1
* Build fix to build with 1.8 branch. No code changes, only #ifdef code thatChristian Persch2006-03-081-0/+5
* Back the xpinstall change out; it breaks on gecko 1.8.Christian Persch2006-03-061-55/+30
* Don't use g_return_if_fail here.Christian Persch2006-03-066-8/+5