aboutsummaryrefslogtreecommitdiffstats
path: root/embed
Commit message (Expand)AuthorAgeFilesLines
* removing from branchRELEASE_2_19_91GNOME_2_20_BRANCHPOINTChristian Persch2007-08-28141-30405/+0
* 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
* Fix fonts schema default values.Christian Persch2006-03-061-0/+1
* Use the right category.Christian Persch2006-03-051-1/+1
* Mark application/x-xpinstall as unsafe.Christian Persch2006-03-051-30/+55
* Fix buildChristian Persch2006-03-041-1/+1
* Sync Epiphany with new nsIGlobalHistory3 stuff.Jean-François Rameau2006-03-033-4/+34
* Don't block stylesheets (for now).Christian Persch2006-03-031-6/+17
* Fix gcc 4.1 warnings (dereferencing type-punned pointer will breakJean-François Rameau2006-03-031-2/+5
* Make these implement threadsafe isupports.Christian Persch2006-03-033-9/+7
* Don't activate typeaheadfind on XUL documents.Christian Persch2006-03-021-0/+3
* Do return on failure.Christian Persch2006-02-211-1/+1
* Guard against nsDocument::GetDefaultView returning NULL. Bug #327764.Christian Persch2006-02-161-6/+11
* Also use exthandler for snews and nntp.Christian Persch2006-02-141-1/+1
* Use NS_LogInit()/NS_LogTerm().Christian Persch2006-02-111-0/+8
* Block popup with NULL url (javascript:window.open() for instance). butJean-François Rameau2006-02-091-6/+9
* Remove workaround for broken profile now thatChristian Persch2006-02-081-6/+3
* Changes to support xulrunner trunk (gecko 1.9).Christian Persch2006-02-062-20/+11
* Only use the major version in the user agent string.Christian Persch2006-02-062-3/+4
* Don't make the nonblocking alert modal!Christian Persch2006-02-031-16/+10
* Fix compilation against trunk + some typos.Jean-François Rameau2006-02-033-3/+2
* Helper class that pushes a null JS context on the stack, and pops it inChristian Persch2006-02-0311-5/+167
* Add GECKO_CHECK_HEADERS, wrapping AC_CHECK_HEADERS.Christian Persch2006-02-033-2/+76
* On session logout, check if there are downloads pending (since they're notChristian Persch2006-02-034-6/+16
* Use GTK_STOCK_DIALOG_AUTHENTICATION. Bug #329438.Christian Persch2006-02-011-2/+2
* Remove unused var.Jean-François Rameau2006-01-311-1/+0
* Special error text for localhost URIs. Bug #323261, patch byChristian Persch2006-01-311-5/+52
* Truncate URI and title strings. Bug #329160.Christian Persch2006-01-311-7/+34
* If GetPassword failed, break instead of continue. That way we don'tChristian Persch2006-01-301-1/+9
* Add a function (ephy_embed_single_get_backend_name) to get the backendCrispin Flowerday2006-01-303-0/+37
* Disable pango rendering by default, unless MOZ_ENABLE_PANGO env var isChristian Persch2006-01-281-1/+1
* libnm-glib be-gone! Use NetworkManager directly via DBUS, by importing theChristian Persch2006-01-262-89/+0
* Set the "browser.display.use_system_colors" pref on gecko 1.8, instead ofChristian Persch2006-01-251-2/+11
* Add a GError** to ephy_file_helpers_init and ephy_ensure_dir_exists, so weChristian Persch2006-01-241-1/+1
* Invert button order. Bug #327381.Christian Persch2006-01-241-4/+24
* Change the EphyPermissionManager API so that it is more obvious what itCrispin Flowerday2006-01-222-31/+31
* embed/ephy-favicon-cache.c (remove_obsolete_icons) (icon_is_obsolete)Crispin Flowerday2006-01-222-0/+16
* Decouple embed single instantiation and initialisation. PreventsChristian Persch2006-01-186-24/+58
* Change the 'ephy_embed_event_get_property' function return a GValue*Crispin Flowerday2006-01-183-15/+10
* Fix leaks, minor cleanups.Christian Persch2006-01-171-31/+23
* Add event type to the callback.Christian Persch2006-01-174-25/+76
* Fix number of /'s in URI.Christian Persch2006-01-175-88/+671
* When looking at modified text areas and forms, don't look at disabled orCrispin Flowerday2006-01-171-0/+95
* Add NetworkManager magic for connection status autodetection. Defaults toChristian Persch2006-01-162-7/+102
* Add a method to EphyAdblock interface, ephy_adblock_manager_edit_rule, soJean-François Rameau2006-01-162-0/+40
* Only use the directory service provider on gecko 1.8; gecko 1.7 uses aChrhristian Persch2006-01-152-9/+10
* Simplify creation and reference counting of the EphyDirectoryProviderCrispin Flowerday2006-01-151-7/+1
* Add defines and automake conditional for toolkit flavour.Christian Persch2006-01-154-0/+163
* Don't require a HTML document to activate typeaheadfind. Bug #326813.Christian Persch2006-01-131-18/+22
* A embed/mozilla/EphyPromptService.cpp: AChristian Persch2006-01-134-0/+857
* EphyContentPolicy now emits a signal when a content is blocked.Jean-François Rameau2006-01-094-2/+80
* Make ESC cancel the content handler dialogue. Bug #325811.Christian Persch2006-01-081-5/+8
* Don't include generated files in the tarball. Bug #319440.Christian Persch2006-01-033-14/+16
* Add some code so ad blocking should be more easy. Based on the fact thatJean-François Rameau2005-12-206-6/+222
* Fix a compile warning.Jean-François Rameau2005-12-151-1/+1
* A embed/ephy-certificate-manager.c: A embed/ephy-certificate-manager.h: AChristian Persch2005-12-119-1/+752
* Minor code cleanup.Christian Persch2005-12-081-5/+5
* Add ephy_embed_scroll_pixels.Christian Persch2005-12-085-20/+83
* Forward up/down/page up/page down from the findbar entry to the embed.Crispin Flowerday2005-12-075-0/+92
* Remove the paper selector from the print setup dialogue, we have one inChristian Persch2005-12-061-35/+0
* Fix spacings to be HIG compliant. Set window roles.Christian Persch2005-12-062-6/+4
* While in find mode, set the selection colour to "attention".Christian Persch2005-12-055-1/+86
* Add a comment for translators.Christian Persch2005-12-051-2/+3
* Fix build with moz 1.7Christian Persch2005-11-191-1/+1
* Add chrome: and resource: to the safe list; otherwise forms and scrollbarsChristian Persch2005-11-193-121/+36
* Prettify CRL import dialogue. Fixes bug #321590.Christian Persch2005-11-161-19/+34
* Fix for mozilla API change.Christian Persch2005-11-142-30/+36
* *** empty log message ***Christian Persch2005-11-081-1/+1
* Make "network-status" property readwrite.Christian Persch2005-11-082-4/+20
* More static strings.Christian Persch2005-11-081-1/+1
* Mark strings in param specs as static.Christian Persch2005-11-084-12/+12
* Scroll the view so the selected cert is visible. Fixes bug #320758.Christian Persch2005-11-061-1/+2
* More detailed result code from find backend.Christian Persch2005-11-035-28/+48
* Add titles with title capitalisation, and chanage the icon on theChristian Persch2005-11-032-8/+56
* Get the window name from the popup-blocked event.Christian Persch2005-11-013-3/+18
* More curly quotes.Christian Persch2005-11-014-15/+17
* Store the redirect and toplevel attributes when adding pages to theChristian Persch2005-10-313-28/+68
* R lib/ephy-glade.c: R lib/ephy-glade.h:Christian Persch2005-10-312-7/+11
* Remove glade callbacks, and connect from code instead.Christian Persch2005-10-312-36/+57
* Add ephy_file_get_downloads_dir() to get the actual downloads directory,Christian Persch2005-10-301-37/+8
* Change downloader and pdm dialogue titles, bug #319843.Christian Persch2005-10-271-1/+1
* Add a way to view stored password. Fix bug 316821.Jean-François Rameau2005-10-231-1/+8
* Enable favicons for https: sites on gecko 1.8.Christian Persch2005-10-172-2/+2
* Allow favicons for https: sites on gecko 1.9.Christian Persch2005-10-152-0/+12
* Remove debug output.Christian Persch2005-10-151-3/+2
* Add EPHY_EMBED_PERSIST_NO_CERTDIALOGS flag.Christian Persch2005-10-158-5/+214
* 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-135-0/+110
* Remove the "network-status" signal from the embed single, and make it aChristian Persch2005-10-135-46/+79
* A embed/mozilla/EphyRedirectChannel.cpp: AChristian Persch2005-10-136-67/+252
* Sync with gnome-2-12.Christian Persch2005-10-071-23/+30
* Add out private plugin directory to MOZ_PLUGIN_PATH too.Christian Persch2005-10-062-2/+6
* Make sure we don't unref NULL objects.Christian Persch2005-10-031-9/+12
* Use nsIDOMWindowInternal::Close to close tabs. Delay tabs destruction toChristian Persch2005-10-036-24/+122
* Remove unused variable.Christian Persch2005-10-031-1/+0
* Return error on failure.Christian Persch2005-09-301-6/+7
* Hide the filters combo if there's only the "All" filter.Christian Persch2005-09-281-0/+15
* Unify background image and image code (contex menu, conext event). Fix bugJean-François Rameau2005-09-271-16/+15
* Back out previous change, it doesn't work right when there are *two*Christian Persch2005-09-262-10/+1
* Push a new event queue while showing the dialogue with gtk_dialog_run.Christian Persch2005-09-264-0/+190
* Handle contentEncodingError error.Jean-François Rameau2005-09-251-0/+5
* Remove unused function.Jean-François Rameau2005-09-221-25/+0
* Don't use "cat >" as output command, it fails inpredicably. Instead, useChristian Persch2005-09-221-2/+11
* New function to check the filename/directory for writability, derived fromChristian Persch2005-09-223-3/+9
* Add EPHY_EMBED_STATE_RESTORING and conversion fromChristian Persch2005-09-202-1/+5
* Don't focus the checkbox initially. Fixes bug #163371.Christian Persch2005-09-151-4/+10
* Manually emit the "profile-change-net-teardown" notification; works aroundChristian Persch2005-09-091-0/+5
* Remove unused code.Christian Persch2005-09-071-2/+0